@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
* {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important; }

html,
body {
  max-width: 100%; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 4px;
  background: #1e3a8a;
  height: 100px; }

pre {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important;
  white-space: pre-line;
  text-align: justify;
  color: #000415; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1416px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1e3a8a; }

h1 {
  font-size: 36px; }
  h1.bigger {
    font-size: 56px; }

h2 {
  font-size: 32px; }
  h2.bigger {
    font-size: 40px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.auto-padding {
  padding: 48px 0; }

.main-co {
  color: #1e3a8a !important; }

.main-co-hv:hover {
  color: #1e3a8a !important; }

.main-bg {
  background-color: #1e3a8a !important; }

.sub-co {
  color: #215ba7 !important; }

.black-co {
  color: #000415 !important; }

.gray-co {
  color: #6a6a6a !important; }

.gray-bg {
  background-color: #6a6a6a !important; }

.gray-light-co {
  color: #f9f9f9 !important; }

.gray-light-bg {
  background-color: #f9f9f9 !important; }

.main-tile {
  padding-bottom: 48px; }

.text-line1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line6 {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line8 {
  display: -webkit-box;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

a {
  text-decoration: none;
  color: #215ba7; }
  a.btn:hover {
    color: #fff; }
  @media screen and (max-width: 576px) {
    a {
      font-size: 12px; } }

p {
  color: #1f2937; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 14px; } }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

img {
  object-fit: cover;
  vertical-align: middle; }

.image-full {
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  overflow-x: hidden; }

.btn:focus {
  border-color: #1e3a8a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #1e3a8a;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  padding: 14px 34px;
  border: 2px solid #1e3a8a; }
  .btn-cus:hover {
    color: #fff;
    background-color: #bd701e; }
  .btn-cus--outline {
    color: #1e3a8a;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #1e3a8a; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #1e3a8a;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #1e3a8a; }

.section__breadcrumb {
  height: 48px;
  display: flex;
  align-items: center;
  align-content: center;
  background: #c7e6ff;
  margin-bottom: 80px; }
  @media screen and (max-width: 1400px) {
    .section__breadcrumb {
      height: 45px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 1200px) {
    .section__breadcrumb {
      height: 30px;
      font-size: 13px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 992px) {
    .section__breadcrumb {
      height: auto;
      font-size: 13px;
      margin-bottom: 0px; } }

.breadcrumbs {
  padding: 6px 0px;
  list-style: none;
  color: #808080;
  opacity: 1 !important; }
  .breadcrumbs a {
    color: #808080;
    text-decoration: none; }
    .breadcrumbs a:hover {
      font-weight: bold;
      color: #1e3a8a; }
  .breadcrumbs a:last-child {
    color: #1e3a8a;
    font-weight: bold; }
  @media (max-width: 540px) {
    .breadcrumbs {
      margin-bottom: 0px; } }

@media (max-width: 1399px) {
  .auto-padding {
    padding: 36px 0; } }
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px !important; }
    h1.bigger {
      font-size: 28px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px;
    font-weight: normal; }

  .auto-padding {
    padding: 48px 0; }

  .btn-cus {
    padding: 6px 10px;
    font-weight: normal; } }
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 16px; }
  pre::-webkit-scrollbar {
    width: 0em;
    height: 0.1rem; }
  pre::-webkit-scrollbar-track {
    background: none;
    border-radius: 20%; }
  pre::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20%; }

.small-header {
  height: 70px !important; }

@media (max-width: 767.98px) {
  .auto-padding {
    padding: 24px 0; } }
.home {
  background-color: #ffffff; }
  .home .home-banner .banner {
    position: relative; }
    .home .home-banner .banner .item img {
      height: auto;
      width: 100%;
      object-fit: contain; }
    .home .home-banner .banner .owl-theme .owl-nav {
      margin-top: 0; }
    .home .home-banner .banner .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      top: 43%;
      opacity: 1;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: transparent !important;
      width: 40px;
      cursor: pointer;
      height: 50px;
      position: absolute;
      display: block;
      z-index: 1000;
      border-radius: 12px; }
    .home .home-banner .banner .owl-nav .owl-prev span {
      font-size: 1.6875rem;
      color: #fff; }
    .home .home-banner .banner .owl-nav .owl-prev:focus {
      outline: 0; }
    .home .home-banner .banner .owl-nav .owl-prev:hover {
      background: rgba(0, 0, 0, 0.4) !important; }
    .home .home-banner .banner .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      top: 43%;
      opacity: 1;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: transparent !important;
      width: 40px;
      cursor: pointer;
      height: 50px;
      position: absolute;
      display: block;
      z-index: 1000;
      border-radius: 12px; }
    .home .home-banner .banner .owl-nav .owl-next span {
      font-size: 1.6875rem;
      color: #fff; }
    .home .home-banner .banner .owl-nav .owl-next:focus {
      outline: 0; }
    .home .home-banner .banner .owl-nav .owl-next:hover {
      background: rgba(0, 0, 0, 0.4) !important; }
  .home .title-underline {
    position: relative;
    width: fit-content;
    margin: 0 auto 32px;
    padding: 8px 0; }
    .home .title-underline::after {
      content: "";
      background: #d1d5db;
      width: 120px;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 50%;
      border-radius: 4px;
      transform: translate(-50%, 0); }
  .home .home-service {
    padding: 48px 0; }
    @media screen and (max-width: 992.98px) {
      .home .home-service {
        padding: 24px 0; } }
    .home .home-service .home-service-content {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media screen and (max-width: 992.98px) {
        .home .home-service .home-service-content {
          gap: 16px; } }
      @media screen and (max-width: 576px) {
        .home .home-service .home-service-content {
          gap: 10px; } }
      .home .home-service .home-service-content h2 {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-transform: uppercase;
        line-height: 32px; }
        @media screen and (max-width: 992.98px) {
          .home .home-service .home-service-content h2 {
            font-size: 18px; } }
        @media screen and (max-width: 576px) {
          .home .home-service .home-service-content h2 {
            font-size: 16px;
            line-height: 18px; } }
        .home .home-service .home-service-content h2:before, .home .home-service .home-service-content h2:after {
          background-color: #d1d5db;
          content: "\a0";
          flex-grow: 1;
          height: 1px;
          position: relative;
          top: 16px; }
          @media screen and (max-width: 992.98px) {
            .home .home-service .home-service-content h2:before, .home .home-service .home-service-content h2:after {
              font-size: 18px; } }
          @media screen and (max-width: 576px) {
            .home .home-service .home-service-content h2:before, .home .home-service .home-service-content h2:after {
              display: none; } }
        .home .home-service .home-service-content h2:before {
          margin-right: 12px; }
        .home .home-service .home-service-content h2:after {
          margin-left: 12px; }
      .home .home-service .home-service-content .ecosystem_link-blk .hovereffect {
        width: 100%;
        height: 336px;
        overflow: hidden;
        position: relative;
        text-align: center;
        border-radius: 20px; }
        @media (min-width: 1200px) and (max-width: 1600px) {
          .home .home-service .home-service-content .ecosystem_link-blk .hovereffect {
            height: 250px; } }
        @media screen and (max-width: 1198.98px) {
          .home .home-service .home-service-content .ecosystem_link-blk .hovereffect {
            height: 250px; } }
      .home .home-service .home-service-content .ecosystem_link-blk .hovereffect .overlay_ecosystem {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
      .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem h3 {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase; }
        @media (min-width: 1200px) and (max-width: 1600px) {
          .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem h3 {
            font-size: 16px; } }
        @media screen and (max-width: 1198.98px) {
          .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem h3 {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem h3 {
            font-size: 16px; } }
      .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem p {
        color: #fff;
        opacity: 0;
        display: none;
        font-size: 14px;
        line-height: 1.3;
        padding: 0 6px; }
        @media (min-width: 1200px) and (max-width: 1600px) {
          .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem p {
            font-size: 14px;
            line-height: 1.3; } }
      .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem a {
        opacity: 0;
        padding: 5px 0;
        border-radius: 25px;
        background: #1e3a8a;
        width: 50%;
        position: relative;
        margin: 0 auto;
        background-clip: padding-box;
        border-radius: 25px;
        color: #fff;
        box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.7); }
        .home .home-service .home-service-content .ecosystem_link-blk .overlay_ecosystem a:hover {
          box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.7), 0 0 1px 8px rgba(30, 58, 138, 0.2), 0 0 1px 16px rgba(30, 58, 138, 0.1); }
      .home .home-service .home-service-content .ecosystem_link-blk .hovereffect img {
        -webkit-transition: all 1s;
        transition: all 1s;
        display: block;
        object-fit: cover;
        border-radius: 20px;
        width: 100%;
        height: 100%; }
      .home .home-service .home-service-content .ecosystem_link-blk .image-wrapper {
        position: relative;
        height: 100%; }
      .home .home-service .home-service-content .ecosystem_link-blk .image-hover {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease-out; }
      .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .image-hover {
        opacity: 1; }
      .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center; }
        .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem h3,
        .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem P {
          position: relative;
          animation: myfirst 0.3s linear; }
        .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem a,
        .home .home-service .home-service-content .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem p {
          display: block;
          opacity: 1;
          transition: 0.5s ease-in; }
@keyframes myfirst {
  0% {
    top: 50%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }
  .home .home-cooperation-benefits {
    border-radius: 0px 200px;
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px);
    padding: 48px 0;
    position: relative;
    border-radius: 0 200px 0 200px;
    overflow: hidden; }
    @media screen and (max-width: 992.98px) {
      .home .home-cooperation-benefits {
        border-radius: 0 100px 0 100px; } }
    @media screen and (max-width: 768px) {
      .home .home-cooperation-benefits {
        border-radius: 0; } }
    .home .home-cooperation-benefits .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .home .home-cooperation-benefits .background img {
        width: 100%;
        height: 100%;
        opacity: 0.2; }
    .home .home-cooperation-benefits .pos_abs-count {
      width: 100%;
      margin: 0 auto;
      border-radius: 10px;
      padding: 48px 0;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 576px) {
        .home .home-cooperation-benefits .pos_abs-count {
          padding: 12px;
          bottom: 24px;
          border-radius: 0; } }
      @media screen and (max-width: 370.99px) {
        .home .home-cooperation-benefits .pos_abs-count {
          padding: 8px;
          bottom: 24px;
          border-radius: 0; } }
      .home .home-cooperation-benefits .pos_abs-count .count-item {
        text-align: center;
        position: relative;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .home .home-cooperation-benefits .pos_abs-count .count-item::after {
          position: absolute;
          content: "";
          width: 2px;
          height: 120px;
          background-color: #ffffff;
          top: 50%;
          right: 0;
          transform: translate(0, -50%); }
        @media screen and (max-width: 992.98px) {
          .home .home-cooperation-benefits .pos_abs-count .count-item:nth-child(2)::after {
            display: none; } }
        .home .home-cooperation-benefits .pos_abs-count .count-item:last-child::after {
          display: none; }
        .home .home-cooperation-benefits .pos_abs-count .count-item .icon_counter {
          display: flex;
          justify-content: center; }
        .home .home-cooperation-benefits .pos_abs-count .count-item h3 {
          font-weight: bold;
          font-size: 50px;
          color: #1e3a8a; }
          @media (min-width: 1200px) and (max-width: 1600.98px) {
            .home .home-cooperation-benefits .pos_abs-count .count-item h3 {
              font-size: 42px; } }
          @media screen and (max-width: 576px) {
            .home .home-cooperation-benefits .pos_abs-count .count-item h3 {
              font-size: 28px; } }
        .home .home-cooperation-benefits .pos_abs-count .count-item p {
          color: #1f2937;
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px; }
          @media screen and (max-width: 576px) {
            .home .home-cooperation-benefits .pos_abs-count .count-item p {
              font-size: 12px; } }
          @media screen and (max-width: 370.99px) {
            .home .home-cooperation-benefits .pos_abs-count .count-item p {
              font-size: 10px; } }
  .home .home-form-review {
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px);
    padding: 48px 0;
    position: relative;
    border-radius: 200px 0 0 0;
    overflow: hidden;
    z-index: 1; }
    @media screen and (max-width: 992px) {
      .home .home-form-review {
        border-radius: 100px 0 0 0; } }
    @media screen and (max-width: 576px) {
      .home .home-form-review {
        padding: 24px 0;
        border-radius: 0; } }
    .home .home-form-review .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .home .home-form-review .background img {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover; }
    .home .home-form-review .feedback-row {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .home .home-form-review .feedback-row .title-feedback {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .home .home-form-review .feedback-row .title-feedback .title-heading {
          text-transform: uppercase;
          font-weight: 700; }
        .home .home-form-review .feedback-row .title-feedback .sub-heading {
          font-style: italic; }
      .home .home-form-review .feedback-row .feedback-list .feedback-item {
        background-color: #ffffff;
        border-radius: 16px;
        position: relative;
        padding: 0px 24px 24px;
        margin-top: 50px;
        z-index: 4; }
        .home .home-form-review .feedback-row .feedback-list .feedback-item .image {
          position: absolute;
          top: -50px;
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 100px; }
          .home .home-form-review .feedback-row .feedback-list .feedback-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #ffffff;
            padding: 4px; }
        .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info {
          padding-top: 60px;
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .name {
            font-size: 20px;
            line-height: 24px; }
          .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .cpn-name {
            font-size: 16px;
            line-height: 24px;
            height: 48px; }
          .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
            text-align: justify;
            margin-bottom: 0;
            height: 144px; }
            @media (min-width: 1200px) and (max-width: 1599px) {
              .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 192px; } }
            @media (max-width: 1199px) {
              .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 216px; } }
            @media (max-width: 767px) {
              .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 144px; } }
            @media (max-width: 320px) {
              .home .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 190px; } }
  .home .home-about-news .container {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x); }
  .home .home-about-news .owl-carousel .owl-stage-outer {
    padding: 8px 8px 20px 8px; }
  .home .home-about-news .hvn_news-item {
    margin-right: 22px; }
    .home .home-about-news .hvn_news-item .item {
      cursor: pointer;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      transition: all 0.3s;
      background-color: #fff; }
      .home .home-about-news .hvn_news-item .item:hover {
        transform: scale(1.02); }
        .home .home-about-news .hvn_news-item .item:hover .content .title a {
          color: #c50000; }
      .home .home-about-news .hvn_news-item .item .image img {
        border-radius: 10px 10px 0px 0px;
        height: 187px;
        object-fit: cover;
        width: 100%; }
        @media screen and (max-width: 1400px) {
          .home .home-about-news .hvn_news-item .item .image img {
            height: 187px; } }
        @media screen and (max-width: 1200px) {
          .home .home-about-news .hvn_news-item .item .image img {
            height: 157px; } }
        @media screen and (max-width: 768px) {
          .home .home-about-news .hvn_news-item .item .image img {
            height: 145px; } }
      .home .home-about-news .hvn_news-item .item .content {
        padding: 12px;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        height: 140px; }
        .home .home-about-news .hvn_news-item .item .content .title {
          margin-bottom: 12px; }
          .home .home-about-news .hvn_news-item .item .content .title a:hover {
            color: #c50000 !important; }
        .home .home-about-news .hvn_news-item .item .content .title-cate {
          font-size: 14px;
          padding-bottom: 12px; }
        .home .home-about-news .hvn_news-item .item .content .text {
          margin: 0px; }
          @media screen and (max-width: 768px) {
            .home .home-about-news .hvn_news-item .item .content .text {
              font-size: 14px; } }
  .home .home-video .content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .home .home-video .content .font-head {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      color: #1e3a8a;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .home .home-video .content .font-head {
          font-size: 16px;
          line-height: 24px; } }
    .home .home-video .content .iframe-video iframe {
      border-radius: 16px;
      width: 100% !important;
      object-fit: contain;
      height: 500px !important; }
      @media screen and (max-width: 991px) {
        .home .home-video .content .iframe-video iframe {
          height: 300px !important; } }
  .home .home-partners .home-partner-content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media screen and (max-width: 992.98px) {
      .home .home-partners .home-partner-content {
        gap: 16px; } }
    @media screen and (max-width: 576px) {
      .home .home-partners .home-partner-content {
        gap: 10px; } }
    .home .home-partners .home-partner-content h2 {
      width: 100%;
      font-size: 24px;
      font-weight: bold;
      display: flex;
      flex-direction: row;
      justify-content: center;
      text-transform: uppercase;
      margin-bottom: 16px;
      line-height: 32px; }
      @media screen and (max-width: 992.98px) {
        .home .home-partners .home-partner-content h2 {
          font-size: 18px; } }
      @media screen and (max-width: 576px) {
        .home .home-partners .home-partner-content h2 {
          font-size: 16px;
          line-height: 18px; } }
      .home .home-partners .home-partner-content h2:before, .home .home-partners .home-partner-content h2:after {
        background-color: #d1d5db;
        content: "\a0";
        flex-grow: 1;
        height: 1px;
        position: relative;
        top: 16px; }
        @media screen and (max-width: 992.98px) {
          .home .home-partners .home-partner-content h2:before, .home .home-partners .home-partner-content h2:after {
            font-size: 18px; } }
        @media screen and (max-width: 576px) {
          .home .home-partners .home-partner-content h2:before, .home .home-partners .home-partner-content h2:after {
            display: none; } }
      .home .home-partners .home-partner-content h2:before {
        margin-right: 12px; }
      .home .home-partners .home-partner-content h2:after {
        margin-left: 12px; }
    .home .home-partners .home-partner-content .image-list {
      margin: 0 auto;
      text-align: center;
      display: inline-block;
      width: 100%;
      padding: 0; }
      .home .home-partners .home-partner-content .image-list li {
        display: inline-block;
        margin: 15px; }
        .home .home-partners .home-partner-content .image-list li .image-partner {
          display: table;
          vertical-align: middle;
          text-align: center;
          margin: 0 auto;
          width: auto;
          height: auto;
          border-radius: 5px; }
          .home .home-partners .home-partner-content .image-list li .image-partner img {
            width: 120px;
            height: 70px;
            object-fit: contain; }
  .home .home-service-des h3 span {
    color: #1e3a8a; }
  .home .home-service-des .about-video {
    margin-bottom: 48px; }
    .home .home-service-des .about-video .background {
      border-radius: 40px;
      width: 100%;
      height: 416px;
      border-radius: 20px;
      filter: drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802)); }
      .home .home-service-des .about-video .background .video {
        width: 100%;
        height: 100%;
        top: 25px;
        left: 25px; }
        .home .home-service-des .about-video .background .video img {
          width: 100%;
          height: 100%;
          border-radius: 20px; }
      .home .home-service-des .about-video .background .item-video {
        border-radius: 40px;
        overflow: hidden;
        width: 100%; }
        .home .home-service-des .about-video .background .item-video .a-tag {
          position: relative; }
        .home .home-service-des .about-video .background .item-video:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          z-index: 2;
          left: 0;
          top: 0;
          opacity: 0;
          border-radius: 20px;
          transition: all 0.3s linear;
          left: 50%;
          transform: translateX(-50%); }
        .home .home-service-des .about-video .background .item-video:hover:after {
          opacity: 1; }
        .home .home-service-des .about-video .background .item-video:hover span:before {
          box-shadow: 0 0 1px 10px rgba(251, 168, 50, 0.4), 0 0 1px 20px rgba(251, 168, 50, 0.2), 0 0 1px 30px rgba(251, 168, 50, 0.1); }
        .home .home-service-des .about-video .background .item-video span {
          position: absolute;
          z-index: 3;
          top: -17px;
          left: 0;
          right: 0;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          color: #1e3a8a;
          font-size: 34px;
          line-height: 40px; }
          .home .home-service-des .about-video .background .item-video span:before {
            content: "";
            margin: 0 calc(50% - (62px / 2)) 20px;
            width: 64px;
            height: 64px;
            background: #1e3a8a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABx0lEQVRoge2ZvUtbURiHf2+UUucO2r1uxXYtDlZwylw6uLiU1qVLBGcXh24KLl0L4qD/gBhotwyhENtAoRAHBdvBLWRIBZ8OciDe5usmknteep/x3JfL7+He93A+pJycnL4ABWANKAMN4AuwDjzIOttAgCngkO40gNeAZZ2zJ0CpR/hOKsBi1lm7AvwYQiBwBDzJOvMdgOsUAgBtYAd4lHV2SVLK8J00gS3goVeBwDnwFih4FQhUgSXPAoET4KlnAbidGD4Cs14FAqHRZ7wKBC64bfQprwKBr8By2ox91zEAo+uPTFlSycy+D1OczfzcnxVJNeATMDeoOMYv0ElL0p6kbTNrdiuIXSDQkPTKzGrJB14EJOmXpAUzu+ocjLEHevFY0pvkoCcBSXqRHPAm8M8v7U2gkhzw1MSXkp55beIzScVkeCl+gZakD5Kem9lpt4LpyeYZmhtJ+5I2zex3v8IYBcqSNszs29hvmvByug4Ux/efvIDbDY3bLaXrTb3bY5Uq8HJiwe9RwO3RYjSHu+2Uwf8Au0R0vF5PEf4ImM868x2A90MEj/qKqQAc9Age/yWfJAEGrALHwE/gM/AOD9esOTn/AX8B5kmIFXR4W9YAAAAASUVORK5CYII=) no-repeat left 18px center;
            background-size: 32px;
            border-radius: 50%;
            float: left;
            transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1); }
  .home .home-service-des .slide-read-more {
    overflow: hidden;
    text-align: justify; }
  .home .home-service-des .slide-read-more-button {
    cursor: pointer;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #6a6a6a;
    display: none;
    background: #f1f1f1;
    padding: 12px 0;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #F0F0F0 100%); }

.about {
  background-color: #ffffff; }
  .about .about-banner {
    padding: 48px 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px); }
    .about .about-banner .background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0.2; }
    .about .about-banner .image-banner {
      padding: 35px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 3; }
      .about .about-banner .image-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .about .about-description {
    padding: 48px 0 24px; }
    .about .about-description .about-desc__detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 12px;
      gap: 10px; }
      .about .about-description .about-desc__detail h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        color: #1e3a8a; }
      .about .about-description .about-desc__detail .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
        color: #1f2937; }
        .about .about-description .about-desc__detail .desc p {
          margin-bottom: 0;
          color: #1f2937; }
  .about .about-vision-mission {
    padding: 24px 0; }
    .about .about-vision-mission .about-vm-list .image-right {
      position: relative;
      padding: 15px 0; }
      .about .about-vision-mission .about-vm-list .image-right .img-1 {
        display: flex;
        justify-content: center;
        z-index: 1;
        height: 420px; }
        .about .about-vision-mission .about-vm-list .image-right .img-1 img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .about .about-vision-mission .about-vm-list .image-right .img-2 img {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        height: 400px;
        object-fit: contain;
        z-index: 2; }
    .about .about-vision-mission .about-vm-list .vm-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 24px;
      gap: 24px 0; }
      .about .about-vision-mission .about-vm-list .vm-right .vision-mission {
        display: flex;
        flex-direction: column;
        padding: 12px 24px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0px 12px 24px 0px #0000001f;
        gap: 8px; }
        .about .about-vision-mission .about-vm-list .vm-right .vision-mission h3 {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          width: 100%;
          color: #1e3a8a;
          text-transform: uppercase; }
        .about .about-vision-mission .about-vm-list .vm-right .vision-mission .desc {
          width: 100%;
          color: #1f2937;
          font-size: 16px;
          line-height: 24px;
          text-align: justify; }
          .about .about-vision-mission .about-vm-list .vm-right .vision-mission .desc p {
            margin-bottom: 0; }
  .about .about-benefits {
    border-radius: 0px 200px 0px 0px;
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px); }
    @media screen and (max-width: 992.98px) {
      .about .about-benefits {
        border-radius: 0px 100px 0px 0px; } }
    @media screen and (max-width: 768px) {
      .about .about-benefits {
        border-radius: 0px; } }
    .about .about-benefits .core-list .core-item-first {
      background: center/cover no-repeat url("../img/about/pexels-essow-k-936722.jpg");
      padding: 24px;
      border-radius: 16px;
      width: 100%;
      height: 240px;
      position: relative; }
      @media screen and (max-width: 992.98px) {
        .about .about-benefits .core-list .core-item-first {
          height: 260px; } }
      @media screen and (max-width: 768px) {
        .about .about-benefits .core-list .core-item-first {
          height: 200px; } }
      @media screen and (max-width: 576px) {
        .about .about-benefits .core-list .core-item-first {
          height: 220px; } }
      .about .about-benefits .core-list .core-item-first .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0a70b9cc;
        border-radius: 16px;
        z-index: 1; }
      .about .about-benefits .core-list .core-item-first .text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        z-index: 2; }
        .about .about-benefits .core-list .core-item-first .text h3 {
          text-transform: uppercase;
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px; }
          @media screen and (max-width: 992.98px) {
            .about .about-benefits .core-list .core-item-first .text h3 {
              font-size: 18px;
              line-height: 24px; } }
        .about .about-benefits .core-list .core-item-first .text p {
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px; }
    .about .about-benefits .core-list .core-item {
      position: relative;
      width: 100%;
      height: 240px;
      padding: 24px;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      overflow: hidden; }
      @media screen and (max-width: 992.98px) {
        .about .about-benefits .core-list .core-item {
          height: 260px; } }
      @media screen and (max-width: 768px) {
        .about .about-benefits .core-list .core-item {
          height: 200px; } }
      @media screen and (max-width: 576px) {
        .about .about-benefits .core-list .core-item {
          height: 220px; } }
      .about .about-benefits .core-list .core-item .overlay img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1; }
      .about .about-benefits .core-list .core-item .icon {
        position: relative;
        padding: 12px;
        border-radius: 50%;
        background-color: #0a70b9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12px;
        z-index: 2; }
      .about .about-benefits .core-list .core-item .text {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .about .about-benefits .core-list .core-item .text h3 {
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          color: #1f2937; }
        .about .about-benefits .core-list .core-item .text p {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: #1f2937; }
  .about .about-social-work {
    padding: 24px 0; }
    .about .about-social-work .social-row .social-text {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .about .about-social-work .social-row .social-text h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #1e3a8a;
        text-transform: uppercase; }
      .about .about-social-work .social-row .social-text .description p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify; }
    .about .about-social-work .social-row .social-image {
      padding: 0 24px;
      height: 375px;
      position: relative; }
      .about .about-social-work .social-row .social-image .owl-stage-outer {
        height: 100%; }
        .about .about-social-work .social-row .social-image .owl-stage-outer .owl-stage .owl-item img {
          width: 100%;
          height: 375px;
          object-fit: cover;
          border-radius: 16px; }
      .about .about-social-work .social-row .social-image .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between; }
        .about .about-social-work .social-row .social-image .owl-nav .owl-prev svg path,
        .about .about-social-work .social-row .social-image .owl-nav .owl-next svg path {
          fill: #f3f4f6; }
  .about .about-faq {
    border-radius: 0px 200px 0px 0px;
    padding: 48px 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    @media screen and (max-width: 992.98px) {
      .about .about-faq {
        border-radius: 0px 100px 0px 0px; } }
    @media screen and (max-width: 768px) {
      .about .about-faq {
        border-radius: 0px; } }
    .about .about-faq .background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .about .about-faq .form-about-faq {
      position: relative;
      z-index: 3;
      border-radius: 16px;
      background: linear-gradient(263.23deg, #93c5fd 0%, #dbeafe 100%);
      box-shadow: 0px 1px 8px 0px #1f293740; }
      .about .about-faq .form-about-faq form {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px 0; }
        .about .about-faq .form-about-faq form .form-group label {
          margin-bottom: 8px; }
          .about .about-faq .form-about-faq form .form-group label span {
            color: red; }
        .about .about-faq .form-about-faq form .form-group textarea {
          width: 100%;
          height: 80px;
          font-size: 16px;
          resize: none; }
        .about .about-faq .form-about-faq form .form-row {
          display: flex;
          gap: 12px; }
        .about .about-faq .form-about-faq form .btn-submit-faq {
          text-align: end; }
          .about .about-faq .form-about-faq form .btn-submit-faq .wpcf7-submit {
            height: 100%;
            padding: 8px 12px;
            border-radius: 6px;
            color: #fff;
            background: #1e3a8a;
            border: none;
            outline: none; }
          .about .about-faq .form-about-faq form .btn-submit-faq .wpcf7-spinner {
            display: none; }
        .about .about-faq .form-about-faq form .wpcf7-response-output {
          margin: 0;
          border-color: #1e3a8a;
          color: #dc4053;
          padding: 4px 12px; }
    .about .about-faq .question-faq {
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      gap: 12px 0; }
      .about .about-faq .question-faq .title-faq {
        font-size: 80px;
        font-weight: 700;
        line-height: 96px;
        color: #1e3a8a;
        border-bottom: 1px solid #1e3a8a; }
      .about .about-faq .question-faq #accordionFlushExample {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .about .about-faq .question-faq #accordionFlushExample .accordion-item {
          background: transparent;
          border: 0; }
          .about .about-faq .question-faq #accordionFlushExample .accordion-item .accordion-header .accordion-button {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #1e3a8a;
            border-radius: 8px;
            box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
            @media screen and (max-width: 1198.99px) {
              .about .about-faq .question-faq #accordionFlushExample .accordion-item .accordion-header .accordion-button {
                font-size: 14px; } }
          .about .about-faq .question-faq #accordionFlushExample .accordion-item .accordion-body {
            text-align: justify;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
  .about .about-review-customer .rv_item {
    background-color: #fff;
    padding: 24px;
    border-radius: 0px 50px;
    height: 250px; }
    @media screen and (max-width: 768px) {
      .about .about-review-customer .rv_item {
        height: 200px; } }
    .about .about-review-customer .rv_item .home_rv {
      display: flex;
      justify-content: space-between; }
      .about .about-review-customer .rv_item .home_rv .avt_name {
        display: flex;
        align-items: center;
        margin-bottom: 24px; }
        @media screen and (max-width: 1200px) {
          .about .about-review-customer .rv_item .home_rv .avt_name {
            margin-bottom: 16px; } }
        @media screen and (max-width: 768px) {
          .about .about-review-customer .rv_item .home_rv .avt_name {
            margin-bottom: 12px; } }
      .about .about-review-customer .rv_item .home_rv .review-top img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 24px; }
      .about .about-review-customer .rv_item .home_rv .review-name h3 {
        font-size: 18px; }
      .about .about-review-customer .rv_item .home_rv .review-name p {
        color: #215ba7;
        margin: 0; }
    .about .about-review-customer .rv_item .hom_rv-content p {
      font-style: italic;
      font-family: 'Open Sans', sans-serif;
      color: #6a6a6a;
      margin: 0; }

.header {
  position: sticky;
  top: 0;
  z-index: 6;
  box-shadow: 0px 4px 8px 0px #0000001a;
  background-color: #ffffff;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s; }
  @media screen and (max-width: 1198.98px) {
    .header {
      height: 80px; } }
  .header .logo {
    width: 100%;
    height: 100%; }
    .header .logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 576px) {
        .header .logo img {
          object-fit: contain; } }
  .header .search_form {
    display: flex;
    align-items: center; }
    .header .search_form .icon-link {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px; }
      @media screen and (max-width: 1198.98px) {
        .header .search_form .icon-link {
          gap: 4px; } }
      .header .search_form .icon-link .phone {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #1e3a8a;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px; }
        @media screen and (max-width: 1198.98px) {
          .header .search_form .icon-link .phone {
            padding: 8px;
            font-size: 12px;
            line-height: 16px; } }
  .header .menu_contactinfo #outer {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header .menu_contactinfo .menu-icon-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: 0.1s; }
    .header .menu_contactinfo .menu-icon-wrapper svg {
      position: absolute;
      top: -18px;
      left: -18px;
      transform: scale(0.07);
      transform-origin: 0 0; }
      .header .menu_contactinfo .menu-icon-wrapper svg path {
        stroke: #212121;
        stroke-width: 40px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: transparent;
        transition: stroke-dasharray 0.5s; }
        .header .menu_contactinfo .menu-icon-wrapper svg path.path1 {
          stroke-dashoffset: 5803.15px;
          stroke-dasharray: 2901.57px, 2981.57px, 240px; }
        .header .menu_contactinfo .menu-icon-wrapper svg path.path2 {
          stroke-dashoffset: 800px;
          stroke-dasharray: 400px, 480px, 240px; }
        .header .menu_contactinfo .menu-icon-wrapper svg path.path3 {
          stroke-dashoffset: 6993.11px;
          stroke-dasharray: 3496.56px, 3576.56px, 240px; }
    .header .menu_contactinfo .menu-icon-wrapper.open svg path.path1 {
      stroke-dasharray: 2901.57px, 5258.15px, 240px; }
    .header .menu_contactinfo .menu-icon-wrapper.open svg path.path2 {
      stroke-dasharray: 400px, 600px, 0px; }
    .header .menu_contactinfo .menu-icon-wrapper.open svg path.path3 {
      stroke-dasharray: 3496.56px, 6448.11px, 240px; }
    .header .menu_contactinfo .menu-icon-wrapper .menu-icon-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      cursor: pointer;
      pointer-events: auto;
      background: none;
      border: none;
      margin: 0;
      padding: 0; }
  .header .menu_contactinfo #outer_content {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 0;
    display: block;
    position: fixed;
    right: 0;
    z-index: 5;
    height: 0;
    opacity: 0;
    -webkit-transition: linear 0.5s, height 0s linear 0.5s;
    -o-transition: linear 0.5s, height 0s linear 0.5s;
    transition: linear 0.5s, height 0s linear 0.5s; }
  .header .menu_contactinfo .is-active {
    opacity: 1 !important;
    z-index: 3 !important;
    top: 0;
    transition: 0.2s all linear !important;
    cursor: url("../../assets/images/icon/cancel.png"), auto;
    height: 100% !important; }
  .header .menu_contactinfo .outer_menu {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    z-index: 10;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(95.58deg, #d4e3f7 0%, #feeacd 100%);
    border-color: #e8e8e8; }
    @media (max-width: 576px) {
      .header .menu_contactinfo .outer_menu {
        height: 600px;
        width: 100%; } }
    .header .menu_contactinfo .outer_menu .outer_menu-item {
      padding: 53px 48px; }
      @media (max-width: 576px) {
        .header .menu_contactinfo .outer_menu .outer_menu-item {
          padding: 24px; } }
      .header .menu_contactinfo .outer_menu .outer_menu-item .btn-cus {
        padding: 5px 0;
        border-radius: 25px;
        background: #1e3a8a;
        width: 100%;
        position: relative;
        background-clip: padding-box;
        border-radius: 25px;
        box-shadow: 0 0 1px 4px rgba(251, 168, 50, 0.4); }
        .header .menu_contactinfo .outer_menu .outer_menu-item .btn-cus:hover {
          box-shadow: 0 0 1px 4px rgba(251, 168, 50, 0.4), 0 0 1px 8px rgba(251, 168, 50, 0.2), 0 0 1px 16px rgba(251, 168, 50, 0.1); }
        .header .menu_contactinfo .outer_menu .outer_menu-item .btn-cus a {
          color: #ffffff; }
      .header .menu_contactinfo .outer_menu .outer_menu-item .list_icon {
        display: flex;
        margin-top: 12px; }
        .header .menu_contactinfo .outer_menu .outer_menu-item .list_icon a:hover {
          color: #ffffff; }
        .header .menu_contactinfo .outer_menu .outer_menu-item .list_icon .icon_item {
          width: 40px;
          height: 40px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #215ba7;
          margin-right: 12px; }
          .header .menu_contactinfo .outer_menu .outer_menu-item .list_icon .icon_item i {
            color: #fff; }
      .header .menu_contactinfo .outer_menu .outer_menu-item .outer_company-address {
        display: flex;
        align-items: flex-end; }
        .header .menu_contactinfo .outer_menu .outer_menu-item .outer_company-address .icon {
          margin-right: 14px; }
        .header .menu_contactinfo .outer_menu .outer_menu-item .outer_company-address .address {
          color: #215ba7;
          font-weight: bold; }
  .header .menu_contactinfo .holder_outer-menu {
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition: transform 0.2s ease-out 0.2s;
    -o-transition: transform 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out 0.2s;
    backface-visibility: hidden; }
  .header .menu_contactinfo .holder_menu-on {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in 0.2s;
    -o-transition: transform 0.2s ease-in 0.2s;
    transition: transform 0.2s ease-in 0.2s;
    backface-visibility: hidden; }
  .header #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between; }
  .header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) !important; }
    @media screen and (max-width: 992px) {
      .header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
        border-radius: 8px !important;
        overflow: hidden; } }
    @media screen and (max-width: 576px) {
      .header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
        box-shadow: unset; } }
  @media screen and (max-width: 992px) {
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    ul.mega-sub-menu {
      padding: 4px;
      border-radius: 8px !important; } }
  @media screen and (max-width: 992px) {
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    .mega-menu-item
    .mega-sub-menu
    li.mega-menu-item {
      padding: 0 !important; } }
  @media screen and (max-width: 992px) {
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    .mega-menu-item
    .mega-sub-menu
    li.mega-menu-item {
      padding: 4px; } }
  .header #mega-menu-wrap-primary
  #mega-menu-primary
  .mega-menu-item
  .mega-sub-menu
  li.mega-menu-item a.mega-menu-link {
    white-space: nowrap; }
  @media screen and (max-width: 1199px) {
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
      font-size: 13px !important; } }
  .header #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
    border-radius: 8px; }
  .header #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
    border-radius: 8px; }
  @media screen and (max-width: 992px) {
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu,
    .header #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
      padding: 8px; } }
  .header .mega-menu-wrap
  ul.mega-menu
  li.mega-menu-item
  a.mega-menu-link
  span.mega-indicator::after {
    margin-left: 4px !important; }
    @media screen and (max-width: 1198.98px) {
      .header .mega-menu-wrap
      ul.mega-menu
      li.mega-menu-item
      a.mega-menu-link
      span.mega-indicator::after {
        margin-left: 0px !important; } }

#loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0; }
  #loading .wrapper {
    display: flex;
    column-gap: 10px; }
  #loading .wrapper .dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #008ae6;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: animate 1s ease-in-out infinite alternate; }
  #loading .dot:nth-child(1) {
    animation-delay: -0.25s; }
  #loading .dot:nth-child(2) {
    background: #e60000;
    animation-delay: -0.5s; }
  #loading .dot:nth-child(3) {
    background: #ffcc00;
    animation-delay: -0.75s; }
  #loading .dot:nth-child(4) {
    background: #008800;
    animation-delay: -1s; }
@keyframes animate {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(5px); } }
.breadcrumbs {
  background: #fff;
  font-size: 16px;
  padding: 12px 0; }
  .breadcrumbs span {
    font-weight: 400 !important;
    font-style: italic;
    color: #1e3a8a; }
    .breadcrumbs span .breadcrumb_last {
      color: #215ba7 !important; }

.service {
  background-color: #ffffff; }
  .service .service-avt-content {
    padding: 24px; }
    @media screen and (max-width: 576px) {
      .service .service-avt-content {
        padding: 12px 0 0; } }
    @media screen and (max-width: 370.99px) {
      .service .service-avt-content {
        padding: 12px 0 0; } }
    .service .service-avt-content #profile-description {
      width: 100%;
      position: relative;
      text-align: justify; }
      .service .service-avt-content #profile-description .slide-read-more {
        overflow: hidden; }
        .service .service-avt-content #profile-description .slide-read-more h1 {
          font-size: 24px !important;
          text-transform: uppercase;
          text-align: left;
          font-weight: 700; }
      .service .service-avt-content #profile-description .slide-read-more-button {
        cursor: pointer;
        text-align: center;
        color: #3b82f6;
        display: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 8px 0 0;
        text-decoration: underline; }
        .service .service-avt-content #profile-description .slide-read-more-button i::before {
          font-size: 12px; }
    .service .service-avt-content #profile-description .text {
      margin-bottom: 5px;
      color: #777;
      padding: 0 15px;
      position: relative;
      font-size: 14px;
      display: block; }
    .service .service-avt-content .item-video {
      width: 100%;
      position: relative; }
      .service .service-avt-content .item-video:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s linear;
        border-radius: 12px;
        left: 50%;
        transform: translateX(-50%); }
      .service .service-avt-content .item-video:hover:after {
        opacity: 1; }
      .service .service-avt-content .item-video:hover span:before {
        box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 20px rgba(255, 255, 255, 0.2), 0 0 1px 30px rgba(255, 255, 255, 0.1); }
      .service .service-avt-content .item-video a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
      .service .service-avt-content .item-video img {
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 1;
        border-radius: 12px;
        object-fit: cover; }
        @media screen and (max-width: 576px) {
          .service .service-avt-content .item-video img {
            height: 245px; } }
      .service .service-avt-content .item-video span {
        position: absolute;
        z-index: 3;
        top: 50%;
        transform: translate(0px, -50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #134d09;
        font-size: 34px;
        line-height: 40px; }
        .service .service-avt-content .item-video span:before {
          content: "";
          margin: 0 calc(50% - (62px / 2)) 20px;
          width: 64px;
          height: 64px;
          background: rgba(0, 0, 0, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABx0lEQVRoge2ZvUtbURiHf2+UUucO2r1uxXYtDlZwylw6uLiU1qVLBGcXh24KLl0L4qD/gBhotwyhENtAoRAHBdvBLWRIBZ8OciDe5usmknteep/x3JfL7+He93A+pJycnL4ABWANKAMN4AuwDjzIOttAgCngkO40gNeAZZ2zJ0CpR/hOKsBi1lm7AvwYQiBwBDzJOvMdgOsUAgBtYAd4lHV2SVLK8J00gS3goVeBwDnwFih4FQhUgSXPAoET4KlnAbidGD4Cs14FAqHRZ7wKBC64bfQprwKBr8By2ox91zEAo+uPTFlSycy+D1OczfzcnxVJNeATMDeoOMYv0ElL0p6kbTNrdiuIXSDQkPTKzGrJB14EJOmXpAUzu+ocjLEHevFY0pvkoCcBSXqRHPAm8M8v7U2gkhzw1MSXkp55beIzScVkeCl+gZakD5Kem9lpt4LpyeYZmhtJ+5I2zex3v8IYBcqSNszs29hvmvByug4Ux/efvIDbDY3bLaXrTb3bY5Uq8HJiwe9RwO3RYjSHu+2Uwf8Au0R0vF5PEf4ImM868x2A90MEj/qKqQAc9Age/yWfJAEGrALHwE/gM/AOD9esOTn/AX8B5kmIFXR4W9YAAAAASUVORK5CYII=) no-repeat left 18px center;
          background-size: 32px;
          border-radius: 50%;
          float: left;
          transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1); }
        .service .service-avt-content .item-video span::after {
          content: "";
          position: absolute;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          top: -8px;
          left: 50%;
          transform: translate(-50%, 0);
          z-index: -1; }
  .service .service-component-content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px 0; }
    .service .service-component-content .item .top .top-heading {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      text-transform: uppercase;
      color: #1e3a8a; }
    .service .service-component-content .item .bottom .item-content {
      display: flex;
      flex-direction: column;
      padding: 16px 0;
      gap: 12px 0; }
      .service .service-component-content .item .bottom .item-content .title {
        color: #15a6df;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase; }
      .service .service-component-content .item .bottom .item-content .desc {
        color: #1f2937;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        height: 150px;
        padding: 0 8px;
        overflow-y: auto; }
        @media (max-width: 576px) {
          .service .service-component-content .item .bottom .item-content .desc {
            height: 100%;
            overflow-y: unset; } }
        .service .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar {
          width: 8px; }
        .service .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar-track {
          background-color: transparent;
          -webkit-border-radius: 10px;
          border-radius: 4px; }
        .service .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar-thumb {
          -webkit-border-radius: 8px;
          border-radius: 4px;
          background: transparent;
          height: 60px; }
        .service .service-component-content .item .bottom .item-content .desc p {
          color: #1f2937;
          margin-bottom: 0;
          text-align: justify; }
      .service .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar {
        width: 8px; }
      .service .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 4px;
        background: #1e3a8a;
        height: 60px; }
      .service .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 4px; }
  .service .service-faq {
    border-radius: 0px 200px 0px 200px;
    padding: 48px 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .service .service-faq {
        border-radius: 0px 100px 0px 100px; } }
    @media screen and (max-width: 768px) {
      .service .service-faq {
        border-radius: 0px; } }
    .service .service-faq .background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .service .service-faq .form-about-faq {
      position: relative;
      z-index: 3;
      width: 400px;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 576px) {
        .service .service-faq .form-about-faq {
          width: 100%;
          height: 100%; } }
      .service .service-faq .form-about-faq img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .service .service-faq .question-faq {
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      gap: 12px 0; }
      .service .service-faq .question-faq .title-faq {
        font-size: 80px;
        font-weight: 700;
        line-height: 96px;
        color: #1e3a8a;
        border-bottom: 1px solid #1e3a8a; }
      .service .service-faq .question-faq #accordionFlushExample .accordion-item {
        background-color: transparent;
        border: 0; }
        .service .service-faq .question-faq #accordionFlushExample .accordion-item .accordion-header .accordion-button {
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          color: #1e3a8a;
          background-color: transparent; }
          @media screen and (max-width: 1198.99px) {
            .service .service-faq .question-faq #accordionFlushExample .accordion-item .accordion-header .accordion-button {
              font-size: 14px; } }
        .service .service-faq .question-faq #accordionFlushExample .accordion-item .accordion-body {
          text-align: justify; }
  .service .service-related {
    padding: 24px 0; }
    .service .service-related .service-row {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .service .service-related .service-row .service-link {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .service .service-related .service-row .service-link h3 {
          position: relative;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          padding-left: 12px;
          color: #1e3a8a; }
          .service .service-related .service-row .service-link h3::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 20px;
            transform: translateY(-50%);
            background-color: #fba832;
            border-radius: 4px; }
        .service .service-related .service-row .service-link .link {
          font-size: 14px;
          font-weight: 700;
          line-height: 18px;
          color: #3b82f6; }
    .service .service-related .top {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 24px; }
      .service .service-related .top .title-heading {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-transform: uppercase; }
        .service .service-related .top .title-heading:before, .service .service-related .top .title-heading:after {
          background-color: #d1d5db;
          content: "\a0";
          flex-grow: 1;
          height: 1px;
          position: relative;
          top: 12px; }
        .service .service-related .top .title-heading:before {
          margin-right: 12px; }
        .service .service-related .top .title-heading:after {
          margin-left: 12px; }
    .service .service-related .ecosystem_link-blk .hovereffect {
      width: 100%;
      height: 336px;
      overflow: hidden;
      position: relative;
      text-align: center;
      border-radius: 20px; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .service .service-related .ecosystem_link-blk .hovereffect {
          height: 250px; } }
      @media screen and (max-width: 1198.98px) {
        .service .service-related .ecosystem_link-blk .hovereffect {
          height: 250px; } }
    .service .service-related .ecosystem_link-blk .hovereffect .overlay_ecosystem {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      bottom: 0;
      left: 0;
      opacity: 1;
      filter: alpha(opacity=0);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .service .service-related .ecosystem_link-blk .overlay_ecosystem h3 {
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .service .service-related .ecosystem_link-blk .overlay_ecosystem h3 {
          font-size: 16px; } }
      @media screen and (max-width: 1198.98px) {
        .service .service-related .ecosystem_link-blk .overlay_ecosystem h3 {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        .service .service-related .ecosystem_link-blk .overlay_ecosystem h3 {
          font-size: 16px; } }
    .service .service-related .ecosystem_link-blk .overlay_ecosystem p {
      color: #fff;
      display: none;
      opacity: 0;
      font-size: 14px;
      line-height: 1.3;
      padding: 0 6px; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .service .service-related .ecosystem_link-blk .overlay_ecosystem p {
          font-size: 14px;
          line-height: 1.3; } }
    .service .service-related .ecosystem_link-blk .overlay_ecosystem a {
      opacity: 0;
      padding: 5px 0;
      border-radius: 25px;
      background: #1e3a8a;
      width: 50%;
      position: relative;
      margin: 0 auto;
      background-clip: padding-box;
      border-radius: 25px;
      color: #fff;
      box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.4); }
      .service .service-related .ecosystem_link-blk .overlay_ecosystem a:hover {
        box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.4), 0 0 1px 8px rgba(30, 58, 138, 0.2), 0 0 1px 16px rgba(30, 58, 138, 0.1); }
    .service .service-related .ecosystem_link-blk .hovereffect img {
      -webkit-transition: all 1s;
      transition: all 1s;
      display: block;
      object-fit: cover;
      border-radius: 20px;
      width: 100%;
      height: 100%; }
    .service .service-related .ecosystem_link-blk .image-wrapper {
      position: relative;
      height: 100%; }
    .service .service-related .ecosystem_link-blk .image-hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s ease-out; }
    .service .service-related .ecosystem_link-blk .hovereffect:hover .image-hover {
      opacity: 1; }
    .service .service-related .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center; }
      .service .service-related .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem h3,
      .service .service-related .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem P {
        position: relative;
        animation: myfirst 0.3s linear; }
      .service .service-related .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem a,
      .service .service-related .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem p {
        display: block;
        opacity: 1;
        transition: 0.5s ease-in; }
@keyframes myfirst {
  0% {
    top: 50%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }
  .service .service-partners {
    padding: 24px 0 48px; }
    .service .service-partners .service-partner-content {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media screen and (max-width: 992.98px) {
        .service .service-partners .service-partner-content {
          gap: 16px; } }
      @media screen and (max-width: 576px) {
        .service .service-partners .service-partner-content {
          gap: 10px; } }
      .service .service-partners .service-partner-content h3 {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-transform: uppercase;
        line-height: 32px; }
        @media screen and (max-width: 992.98px) {
          .service .service-partners .service-partner-content h3 {
            font-size: 18px; } }
        @media screen and (max-width: 576px) {
          .service .service-partners .service-partner-content h3 {
            font-size: 16px;
            line-height: 18px; } }
        .service .service-partners .service-partner-content h3:before, .service .service-partners .service-partner-content h3:after {
          background-color: #d1d5db;
          content: "\a0";
          flex-grow: 1;
          height: 1px;
          position: relative;
          top: 16px; }
          @media screen and (max-width: 992.98px) {
            .service .service-partners .service-partner-content h3:before, .service .service-partners .service-partner-content h3:after {
              font-size: 18px; } }
          @media screen and (max-width: 576px) {
            .service .service-partners .service-partner-content h3:before, .service .service-partners .service-partner-content h3:after {
              display: none; } }
        .service .service-partners .service-partner-content h3:before {
          margin-right: 12px; }
        .service .service-partners .service-partner-content h3:after {
          margin-left: 12px; }
      .service .service-partners .service-partner-content .image-list {
        position: relative;
        padding: 0 48px;
        width: 100%; }
        .service .service-partners .service-partner-content .image-list .owl-nav {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .service .service-partners .service-partner-content .image-list .owl-nav .owl-prev,
          .service .service-partners .service-partner-content .image-list .owl-nav .owl-next {
            width: 48px;
            height: 48px; }
            .service .service-partners .service-partner-content .image-list .owl-nav .owl-prev svg,
            .service .service-partners .service-partner-content .image-list .owl-nav .owl-next svg {
              width: 24px;
              height: 24px; }
              .service .service-partners .service-partner-content .image-list .owl-nav .owl-prev svg path,
              .service .service-partners .service-partner-content .image-list .owl-nav .owl-next svg path {
                fill: #9ca3af; }
        .service .service-partners .service-partner-content .image-list .image-partner img {
          width: 100%;
          height: 80px;
          object-fit: contain; }
  .service .home-form-review {
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px);
    padding: 48px 0;
    position: relative;
    border-radius: 200px 0 0 0;
    overflow: hidden;
    z-index: 1; }
    @media screen and (max-width: 992px) {
      .service .home-form-review {
        border-radius: 100px 0 0 0; } }
    @media screen and (max-width: 576px) {
      .service .home-form-review {
        padding: 24px 0;
        border-radius: 0; } }
    .service .home-form-review .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .service .home-form-review .background img {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover; }
    .service .home-form-review .feedback-row {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .service .home-form-review .feedback-row .title-feedback {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .service .home-form-review .feedback-row .title-feedback .title-heading {
          text-transform: uppercase;
          font-weight: 700; }
        .service .home-form-review .feedback-row .title-feedback .sub-heading {
          font-style: italic; }
      .service .home-form-review .feedback-row .feedback-list .feedback-item {
        background-color: #ffffff;
        border-radius: 16px;
        position: relative;
        padding: 0px 24px 24px;
        margin-top: 50px;
        z-index: 4; }
        .service .home-form-review .feedback-row .feedback-list .feedback-item .image {
          position: absolute;
          top: -50px;
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 100px; }
          .service .home-form-review .feedback-row .feedback-list .feedback-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #ffffff;
            padding: 4px; }
        .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info {
          padding-top: 60px;
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .name {
            font-size: 20px;
            line-height: 24px; }
          .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .cpn-name {
            font-size: 16px;
            line-height: 24px;
            height: 48px; }
          .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
            text-align: justify;
            margin-bottom: 0;
            height: 144px; }
            @media (min-width: 1200px) and (max-width: 1599px) {
              .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 192px; } }
            @media (max-width: 1199px) {
              .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 216px; } }
            @media (max-width: 767px) {
              .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 144px; } }
            @media (max-width: 320px) {
              .service .home-form-review .feedback-row .feedback-list .feedback-item .user-info .description {
                height: 190px; } }

.sector .top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px; }
  .sector .top .title-heading {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-transform: uppercase; }
    .sector .top .title-heading:before, .sector .top .title-heading:after {
      background-color: #d1d5db;
      content: "\a0";
      flex-grow: 1;
      height: 1px;
      position: relative;
      top: 12px; }
    .sector .top .title-heading:before {
      margin-right: 12px; }
    .sector .top .title-heading:after {
      margin-left: 12px; }
.sector .ecosystem_link-blk .hovereffect {
  width: 100%;
  height: 336px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .sector .ecosystem_link-blk .hovereffect {
      height: 250px; } }
  @media screen and (max-width: 1198.98px) {
    .sector .ecosystem_link-blk .hovereffect {
      height: 250px; } }
.sector .ecosystem_link-blk .hovereffect .overlay_ecosystem {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
.sector .ecosystem_link-blk .overlay_ecosystem h3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .sector .ecosystem_link-blk .overlay_ecosystem h3 {
      font-size: 16px; } }
  @media screen and (max-width: 1198.98px) {
    .sector .ecosystem_link-blk .overlay_ecosystem h3 {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .sector .ecosystem_link-blk .overlay_ecosystem h3 {
      font-size: 16px; } }
.sector .ecosystem_link-blk .overlay_ecosystem p {
  color: #fff;
  display: none;
  opacity: 0;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 6px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .sector .ecosystem_link-blk .overlay_ecosystem p {
      font-size: 14px;
      line-height: 1.3; } }
.sector .ecosystem_link-blk .overlay_ecosystem a {
  opacity: 0;
  padding: 5px 0;
  border-radius: 25px;
  background: #1e3a8a;
  width: 50%;
  position: relative;
  margin: 0 auto;
  background-clip: padding-box;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.4); }
  .sector .ecosystem_link-blk .overlay_ecosystem a:hover {
    box-shadow: 0 0 1px 4px rgba(30, 58, 138, 0.4), 0 0 1px 8px rgba(30, 58, 138, 0.2), 0 0 1px 16px rgba(30, 58, 138, 0.1); }
.sector .ecosystem_link-blk .hovereffect img {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%; }
.sector .ecosystem_link-blk .image-wrapper {
  position: relative;
  height: 100%; }
.sector .ecosystem_link-blk .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out; }
.sector .ecosystem_link-blk .hovereffect:hover .image-hover {
  opacity: 1; }
.sector .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center; }
  .sector .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem h3,
  .sector .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem P {
    position: relative;
    animation: myfirst 0.3s linear; }
  .sector .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem a,
  .sector .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem p {
    display: block;
    opacity: 1;
    transition: 0.5s ease-in; }
@keyframes myfirst {
  0% {
    top: 50%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }
.sector-single {
  background: #ffffff; }
  .sector-single .page-single {
    padding-bottom: 24px; }
    .sector-single .page-single .news-right {
      padding: 12px 24px;
      background-color: #fff;
      border-radius: 12px; }
      .sector-single .page-single .news-right .news-detail-content {
        padding: 6px 0; }
        .sector-single .page-single .news-right .news-detail-content .title {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          color: #1e3a8a; }
    .sector-single .page-single .news-left {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .sector-single .page-single .news-left .component-hotnews {
        background-color: #fff;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
  .sector-single .related {
    padding: 12px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .sector-single .related .link-head {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .sector-single .related .link-head h3 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding-left: 12px;
        color: #1e3a8a; }
        .sector-single .related .link-head h3::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 4px;
          height: 20px;
          transform: translateY(-50%);
          background-color: #fba832;
          border-radius: 4px; }
      .sector-single .related .link-head .link {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #3b82f6; }
    .sector-single .related .related-list .owl-theme .owl-controls .owl-page {
      display: inline-block; }
    .sector-single .related .related-list .carousel-shadow {
      margin: 4px;
      border-radius: 12px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .sector-single .related .related-list .news-item {
      display: flex;
      flex-direction: column;
      padding: 8px;
      border-radius: 12px;
      gap: 12px;
      background-color: #ffffff;
      box-shadow: 0px 1px 4px 0px #00000033; }
      .sector-single .related .related-list .news-item .thumbnail-wrap {
        height: 250px; }
        .sector-single .related .related-list .news-item .thumbnail-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
      .sector-single .related .related-list .news-item .news-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px; }
        .sector-single .related .related-list .news-item .news-content .name-taxonomy {
          height: 20px;
          padding: 2px 8px;
          border-radius: 4px;
          width: fit-content;
          font-size: 14px;
          line-height: 18px; }
        .sector-single .related .related-list .news-item .news-content .title {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #1f2937;
          font-weight: 700; }
        .sector-single .related .related-list .news-item .news-content p {
          font-size: 14px;
          list-style: 18px;
          margin-bottom: 0;
          color: #4b5563; }
  .sector-single .sector-vision .vision-list .vision-image {
    border-radius: 16px;
    overflow: hidden; }
    .sector-single .sector-vision .vision-list .vision-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .sector-single .sector-vision .vision-item {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .sector-single .sector-vision .vision-item .title {
      color: #1e3a8a;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      text-transform: uppercase; }
    .sector-single .sector-vision .vision-item .content {
      color: #1f2937;
      text-align: justify;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .sector-single .sector-vision .vision-item .content p {
        margin-bottom: 0; }
  .sector-single .start-inquiry .inquiry-form {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    .sector-single .start-inquiry .inquiry-form .image {
      width: 100%;
      height: 100%; }
      .sector-single .start-inquiry .inquiry-form .image img {
        object-fit: contain; }
    .sector-single .start-inquiry .inquiry-form .form {
      position: relative;
      z-index: 3;
      border-radius: 16px;
      background: linear-gradient(263.23deg, #93c5fd 0%, #dbeafe 100%);
      box-shadow: 0px 1px 8px 0px #1f293740; }
      .sector-single .start-inquiry .inquiry-form .form .title-form {
        color: #1e3a8a;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase;
        text-align: center; }
      .sector-single .start-inquiry .inquiry-form .form form {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px 0; }
        .sector-single .start-inquiry .inquiry-form .form form .form-group label {
          margin-bottom: 8px; }
          .sector-single .start-inquiry .inquiry-form .form form .form-group label span {
            color: red; }
        .sector-single .start-inquiry .inquiry-form .form form .form-group textarea {
          width: 100%;
          height: 80px;
          font-size: 16px;
          resize: none; }
        .sector-single .start-inquiry .inquiry-form .form form .form-row {
          display: flex;
          gap: 12px; }
        .sector-single .start-inquiry .inquiry-form .form form .btn-submit-faq {
          text-align: end; }
          .sector-single .start-inquiry .inquiry-form .form form .btn-submit-faq .wpcf7-submit {
            height: 100%;
            padding: 8px 12px;
            border-radius: 6px;
            color: #fff;
            background: #1e3a8a;
            border: none;
            outline: none; }
          .sector-single .start-inquiry .inquiry-form .form form .btn-submit-faq .wpcf7-spinner {
            display: none; }
        .sector-single .start-inquiry .inquiry-form .form form .wpcf7-response-output {
          margin: 0;
          border-color: #1e3a8a;
          color: #dc4053;
          padding: 4px 12px; }
  .sector-single .sector-avt-content {
    padding: 48px 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
    backdrop-filter: blur(4px); }
    .sector-single .sector-avt-content .background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0.2; }
    @media screen and (max-width: 576px) {
      .sector-single .sector-avt-content {
        padding: 12px 0 0; } }
    @media screen and (max-width: 370.99px) {
      .sector-single .sector-avt-content {
        padding: 12px 0 0; } }
    .sector-single .sector-avt-content .sector-avt-item {
      position: relative;
      z-index: 3; }
      .sector-single .sector-avt-content .sector-avt-item #profile-description {
        width: 100%;
        position: relative;
        text-align: justify; }
        .sector-single .sector-avt-content .sector-avt-item #profile-description .slide-read-more {
          overflow: hidden; }
          .sector-single .sector-avt-content .sector-avt-item #profile-description .slide-read-more h1 {
            font-size: 24px !important;
            text-transform: uppercase;
            text-align: left;
            font-weight: 700; }
        .sector-single .sector-avt-content .sector-avt-item #profile-description .slide-read-more-button {
          cursor: pointer;
          text-align: center;
          color: #3b82f6;
          display: none;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          padding: 8px 0 0;
          text-decoration: underline; }
          .sector-single .sector-avt-content .sector-avt-item #profile-description .slide-read-more-button i::before {
            font-size: 12px; }
      .sector-single .sector-avt-content .sector-avt-item #profile-description .text {
        margin-bottom: 5px;
        color: #777;
        padding: 0 15px;
        position: relative;
        font-size: 14px;
        display: block; }
      .sector-single .sector-avt-content .sector-avt-item .item-video {
        width: 100%;
        height: 330px; }
        .sector-single .sector-avt-content .sector-avt-item .item-video img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 16px; }
  .sector-single .service-component-content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px 0; }
    .sector-single .service-component-content .item .top .top-heading {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      text-transform: uppercase;
      color: #1e3a8a; }
    .sector-single .service-component-content .item .bottom .item-content {
      display: flex;
      flex-direction: column;
      padding: 16px 0;
      gap: 12px 0; }
      .sector-single .service-component-content .item .bottom .item-content .title {
        color: #15a6df;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase; }
      .sector-single .service-component-content .item .bottom .item-content .desc {
        color: #1f2937;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        height: 150px;
        padding: 0 8px;
        overflow-y: auto; }
        @media (max-width: 576px) {
          .sector-single .service-component-content .item .bottom .item-content .desc {
            height: 100%;
            overflow-y: unset; } }
        .sector-single .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar {
          width: 8px; }
        .sector-single .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar-track {
          background-color: transparent;
          -webkit-border-radius: 10px;
          border-radius: 4px; }
        .sector-single .service-component-content .item .bottom .item-content .desc::-webkit-scrollbar-thumb {
          -webkit-border-radius: 8px;
          border-radius: 4px;
          background: transparent;
          height: 60px; }
        .sector-single .service-component-content .item .bottom .item-content .desc p {
          color: #1f2937;
          margin-bottom: 0;
          text-align: justify; }
      .sector-single .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar {
        width: 8px; }
      .sector-single .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 4px;
        background: #1e3a8a;
        height: 60px; }
      .sector-single .service-component-content .item .bottom .item-content:hover .desc::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 4px; }
  .sector-single .service-partners {
    padding: 24px 0 48px; }
    .sector-single .service-partners .service-partner-content {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media screen and (max-width: 992.98px) {
        .sector-single .service-partners .service-partner-content {
          gap: 16px; } }
      @media screen and (max-width: 576px) {
        .sector-single .service-partners .service-partner-content {
          gap: 10px; } }
      .sector-single .service-partners .service-partner-content h3 {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-transform: uppercase;
        line-height: 32px; }
        @media screen and (max-width: 992.98px) {
          .sector-single .service-partners .service-partner-content h3 {
            font-size: 18px; } }
        @media screen and (max-width: 576px) {
          .sector-single .service-partners .service-partner-content h3 {
            font-size: 16px;
            line-height: 18px; } }
        .sector-single .service-partners .service-partner-content h3:before, .sector-single .service-partners .service-partner-content h3:after {
          background-color: #d1d5db;
          content: "\a0";
          flex-grow: 1;
          height: 1px;
          position: relative;
          top: 16px; }
          @media screen and (max-width: 992.98px) {
            .sector-single .service-partners .service-partner-content h3:before, .sector-single .service-partners .service-partner-content h3:after {
              font-size: 18px; } }
          @media screen and (max-width: 576px) {
            .sector-single .service-partners .service-partner-content h3:before, .sector-single .service-partners .service-partner-content h3:after {
              display: none; } }
        .sector-single .service-partners .service-partner-content h3:before {
          margin-right: 12px; }
        .sector-single .service-partners .service-partner-content h3:after {
          margin-left: 12px; }
      .sector-single .service-partners .service-partner-content .image-list {
        position: relative;
        padding: 0 48px;
        width: 100%; }
        .sector-single .service-partners .service-partner-content .image-list .owl-nav {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-prev,
          .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-next {
            width: 48px;
            height: 48px; }
            .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-prev svg,
            .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-next svg {
              width: 24px;
              height: 24px; }
              .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-prev svg path,
              .sector-single .service-partners .service-partner-content .image-list .owl-nav .owl-next svg path {
                fill: #9ca3af; }
        .sector-single .service-partners .service-partner-content .image-list .image-partner img {
          width: 100%;
          height: 80px;
          object-fit: contain; }

.certification-single {
  background: #f3f4f6; }
  .certification-single .breadcrumbs {
    background-color: #f3f4f6; }
  .certification-single .page-single {
    padding-bottom: 24px; }
    .certification-single .page-single .news-right {
      padding: 12px 24px;
      background-color: #fff;
      border-radius: 12px; }
      .certification-single .page-single .news-right .news-detail-content {
        padding: 6px 0; }
        .certification-single .page-single .news-right .news-detail-content figure {
          width: 100% !important; }
          .certification-single .page-single .news-right .news-detail-content figure figcaption.wp-caption-text {
            margin-top: 8px;
            text-align: center; }
        .certification-single .page-single .news-right .news-detail-content .title {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          color: #1e3a8a; }
      .certification-single .page-single .news-right .next-prev__link {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .certification-single .page-single .news-left {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .certification-single .page-single .news-left .component-hotnews {
        background-color: #fff;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
  .certification-single .related {
    padding: 12px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .certification-single .related .link-head {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .certification-single .related .link-head h3 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding-left: 12px;
        color: #1e3a8a; }
        .certification-single .related .link-head h3::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 4px;
          height: 20px;
          transform: translateY(-50%);
          background-color: #fba832;
          border-radius: 4px; }
      .certification-single .related .link-head .link {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #3b82f6; }
    .certification-single .related .related-list .owl-theme .owl-controls .owl-page {
      display: inline-block; }
    .certification-single .related .related-list .carousel-shadow {
      margin: 4px;
      border-radius: 12px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .certification-single .related .related-list .news-item {
      display: flex;
      flex-direction: column;
      padding: 8px;
      border-radius: 12px;
      gap: 12px;
      background-color: #ffffff;
      box-shadow: 0px 1px 4px 0px #00000033; }
      .certification-single .related .related-list .news-item .thumbnail-wrap {
        height: 250px; }
        .certification-single .related .related-list .news-item .thumbnail-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
      .certification-single .related .related-list .news-item .news-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px; }
        .certification-single .related .related-list .news-item .news-content .name-taxonomy {
          height: 20px;
          padding: 2px 8px;
          border-radius: 4px;
          width: fit-content;
          font-size: 14px;
          line-height: 18px; }
        .certification-single .related .related-list .news-item .news-content .title {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #1f2937;
          font-weight: 700; }
        .certification-single .related .related-list .news-item .news-content p {
          font-size: 14px;
          list-style: 18px;
          margin-bottom: 0;
          color: #4b5563; }

#news {
  background-color: #ffffff; }
  #news .hvn_news-item .item {
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: all 0.3s;
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    #news .hvn_news-item .item:hover {
      transform: scale(1.02); }
      #news .hvn_news-item .item:hover .content .title a {
        color: #1e3a8a; }
    #news .hvn_news-item .item .image img {
      border-radius: 10px 10px 0px 0px;
      height: 250px;
      object-fit: cover;
      width: 100%; }
      @media screen and (max-width: 1400px) {
        #news .hvn_news-item .item .image img {
          height: 156px; } }
      @media screen and (max-width: 1200px) {
        #news .hvn_news-item .item .image img {
          height: 138px; } }
      @media screen and (max-width: 768px) {
        #news .hvn_news-item .item .image img {
          height: 145px; } }
    #news .hvn_news-item .item .content {
      background-color: #fff;
      border-radius: 0 0 10px 10px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      #news .hvn_news-item .item .content .name-taxonomy {
        padding: 2px 8px;
        border-radius: 4px;
        width: fit-content;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
      #news .hvn_news-item .item .content .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #1f2937;
        height: 48px; }
        #news .hvn_news-item .item .content .title a:hover {
          color: #1e3a8a !important; }
      #news .hvn_news-item .item .content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #4b5563;
        height: 36px; }
  #news .hvn_news-item .item-share__faq {
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
    #news .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-header .accordion-button {
      color: #1f2937;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
    #news .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-body {
      color: #1f2937;
      font-size: 14px;
      line-height: 20px; }
  #news .related #news-related--owl-carousel .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 15px; }
    #news .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
      height: 100% !important; }
  #news .title-vertical {
    position: relative;
    padding-left: 12px;
    color: #215ba7; }
    #news .title-vertical::before {
      position: absolute;
      left: 0px;
      top: calc(50% - 4px);
      transform: translateY(-50%);
      content: "";
      width: 3px;
      height: 16px;
      border-radius: 3px;
      background-color: #fba832; }
  #news .news-right .title-single {
    font-size: 28px;
    color: #6a6a6a; }
    @media screen and (max-width: 1600px) {
      #news .news-right .title-single {
        font-size: 24px !important; } }
    @media screen and (max-width: 1200px) {
      #news .news-right .title-single {
        font-size: 22px !important; } }
    @media screen and (max-width: 991px) {
      #news .news-right .title-single {
        font-size: 20px !important; } }
    @media screen and (max-width: 765px) {
      #news .news-right .title-single {
        font-size: 18px !important; } }
  #news .news-left {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media screen and (max-width: 1200px) {
      #news .news-left {
        top: 115px; } }

.component-hotnews {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .component-hotnews h3 {
    padding: 0 0 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1e3a8a;
    position: relative; }
    .component-hotnews h3::before {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      width: 4px;
      height: 16px;
      transform: translateY(-50%);
      background-color: #fba832;
      border-radius: 4px; }
  .component-hotnews .list {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .component-hotnews .list li:not(:last-child) {
      margin-bottom: 13.09px; }
    .component-hotnews .list .item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 5px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
      border-radius: 10px; }
      .component-hotnews .list .item img {
        height: 97px;
        width: 120px !important;
        min-width: 120px;
        border-radius: 10px 0 0 10px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item img {
            height: 75px;
            width: 88px !important;
            min-width: 88px; } }
        @media screen and (max-width: 768px) {
          .component-hotnews .list .item img {
            height: 60px;
            width: 66px !important;
            min-width: 66px; } }
        @media screen and (max-width: 576px) {
          .component-hotnews .list .item img {
            height: 84px;
            width: 100px !important;
            min-width: 100px; } }
      .component-hotnews .list .item .text {
        padding-left: 6.8px;
        padding-right: 6.8px;
        margin: 0px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item .text {
            font-size: 14px; } }
        @media screen and (max-width: 1200px) {
          .component-hotnews .list .item .text {
            font-size: 12px; } }
      .component-hotnews .list .item:hover {
        box-shadow: 0px 3px 9px 0px rgba(30, 58, 138, 0.2); }
        .component-hotnews .list .item:hover .text {
          color: #1e3a8a; }
  @media screen and (max-width: 768px) {
    .component-hotnews {
      margin-top: 15px; } }

.component-sidebar {
  border-radius: 12px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px #1f293740;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .component-sidebar .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #1e3a8a; }
  .component-sidebar button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 4px 8px 11px; }
    .component-sidebar button i {
      margin-right: 15px; }
    .component-sidebar button.active {
      background-color: #1e3a8a;
      color: white; }
      .component-sidebar button.active i {
        color: white; }
    .component-sidebar button:hover {
      background-color: #1e3a8a;
      color: white; }
      .component-sidebar button:hover i {
        color: white; }
    .component-sidebar button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar {
      padding: 15px 11px 10px 11px; } }

.component-sidebar-adv .item .sidebar_news_image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.search-sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25);
  width: 100%;
  border-radius: 10px; }
  .search-sidebar input {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
    color: #1f2937;
    border: 0;
    outline: 0;
    padding: 0 12px; }
  .search-sidebar .icon-search {
    margin: 6px;
    width: 40px;
    height: 40px;
    background-color: #1e3a8a;
    border-radius: 8px;
    cursor: pointer; }

#cookieNotice.light {
  background-color: #fff;
  color: #555;
  font-size: 14px; }

#cookieNotice.display-right {
  left: 10px;
  bottom: 10px;
  max-width: 395px; }

#cookieNotice {
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  z-index: 999997;
  box-shadow: 1px 2px 10px #999; }
  #cookieNotice .titcoo {
    font-size: 18px;
    font-weight: bold; }
  #cookieNotice .ndcoo a {
    color: #2e56ba; }
  #cookieNotice .ndcoo .cookok {
    background: #1e3a8a;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 1px 2px 5px #f1f1f1; }

.bponews .banner-bponews {
  padding: 48px 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
  backdrop-filter: blur(4px); }
  .bponews .banner-bponews .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2; }
  .bponews .banner-bponews .service-bn .image-banner {
    position: relative;
    padding: 42px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    @media screen and (max-width: 576px) {
      .bponews .banner-bponews .service-bn .image-banner {
        padding: 20px 0; } }
    .bponews .banner-bponews .service-bn .image-banner img {
      width: 100%;
      max-width: 985px;
      height: 100%; }
      @media screen and (max-width: 576px) {
        .bponews .banner-bponews .service-bn .image-banner img {
          max-width: 300px; } }
    .bponews .banner-bponews .service-bn .image-banner .title-heading {
      position: absolute;
      z-index: 4;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 700;
      line-height: 48px;
      text-align: center; }
.bponews .bponews-post .bponews-list .news-item {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 12px;
  gap: 12px;
  box-shadow: 0px 1px 4px 0px #00000033; }
  .bponews .bponews-post .bponews-list .news-item .thumbnail-wrap {
    height: 250px; }
    .bponews .bponews-post .bponews-list .news-item .thumbnail-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .bponews .bponews-post .bponews-list .news-item .news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px; }
    .bponews .bponews-post .bponews-list .news-item .news-content .name-taxonomy {
      height: 20px;
      padding: 2px 8px;
      border-radius: 4px;
      width: fit-content;
      font-size: 14px;
      line-height: 18px; }
    .bponews .bponews-post .bponews-list .news-item .news-content .title {
      font-size: 16px;
      line-height: 24px;
      height: 48px;
      color: #1f2937;
      font-weight: 700; }
    .bponews .bponews-post .bponews-list .news-item .news-content p {
      font-size: 14px;
      list-style: 18px;
      margin-bottom: 0;
      color: #4b5563; }

.bponews-single {
  background: #f3f4f6; }
  .bponews-single img {
    width: 100%;
    height: 100%; }
  .bponews-single .breadcrumbs {
    background-color: #f3f4f6; }
  .bponews-single .page-single {
    padding-bottom: 24px; }
    .bponews-single .page-single .news-right {
      padding: 12px 24px;
      background-color: #fff;
      border-radius: 12px; }
      .bponews-single .page-single .news-right .news-detail-content {
        padding: 6px 0; }
        .bponews-single .page-single .news-right .news-detail-content figure {
          width: 100% !important; }
          .bponews-single .page-single .news-right .news-detail-content figure figcaption.wp-caption-text {
            margin-top: 8px;
            text-align: center; }
        .bponews-single .page-single .news-right .news-detail-content .title {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          color: #1e3a8a; }
        .bponews-single .page-single .news-right .news-detail-content .text {
          color: #1f2937; }
          .bponews-single .page-single .news-right .news-detail-content .text p {
            color: #1f2937 !important; }
      .bponews-single .page-single .news-right .next-prev__link {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .bponews-single .page-single .news-left {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .bponews-single .page-single .news-left .component-hotnews {
        background-color: #fff;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
  .bponews-single .related {
    padding: 12px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .bponews-single .related .link-head {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .bponews-single .related .link-head h3 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding-left: 12px;
        color: #1e3a8a; }
        .bponews-single .related .link-head h3::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 4px;
          height: 20px;
          transform: translateY(-50%);
          background-color: #fba832;
          border-radius: 4px; }
      .bponews-single .related .link-head .link {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #3b82f6; }
    .bponews-single .related .related-list .owl-theme .owl-controls .owl-page {
      display: inline-block; }
    .bponews-single .related .related-list .carousel-shadow {
      margin: 4px;
      border-radius: 12px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .bponews-single .related .related-list .news-item {
      display: flex;
      flex-direction: column;
      padding: 8px;
      border-radius: 12px;
      gap: 12px;
      background-color: #ffffff;
      box-shadow: 0px 1px 4px 0px #00000033; }
      .bponews-single .related .related-list .news-item .thumbnail-wrap {
        height: 250px; }
        .bponews-single .related .related-list .news-item .thumbnail-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }
      .bponews-single .related .related-list .news-item .news-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px; }
        .bponews-single .related .related-list .news-item .news-content .name-taxonomy {
          height: 20px;
          padding: 2px 8px;
          border-radius: 4px;
          width: fit-content;
          font-size: 14px;
          line-height: 18px; }
        .bponews-single .related .related-list .news-item .news-content .title {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #1f2937;
          font-weight: 700; }
        .bponews-single .related .related-list .news-item .news-content p {
          font-size: 14px;
          list-style: 18px;
          margin-bottom: 0;
          color: #4b5563; }

.pagination-custom {
  margin-top: 24px;
  text-align: center; }
  .pagination-custom nav.navigation.pagination {
    display: block; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current {
      background: #1e3a8a;
      color: white;
      padding: 10px 16px; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers {
      background: #f2f2f2;
      color: #5c5c5c;
      padding: 10px 16px;
      border-radius: 10px; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers:hover {
        background: #1e3a8a;
        color: white; }

.contact {
  background-color: #ffffff; }
  .contact .page__contact-banner .image-vs-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    .contact .page__contact-banner .image-vs-text .image-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .contact .page__contact-form {
    padding: 48px 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0a70b9 0%, rgba(10, 112, 185, 0) 100%);
    backdrop-filter: blur(4px); }
    .contact .page__contact-form .contact-content {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .contact .page__contact-form .contact-content .top,
      .contact .page__contact-form .contact-content .bottom,
      .contact .page__contact-form .contact-content .details {
        display: flex;
        flex-direction: column; }
      .contact .page__contact-form .contact-content .bottom,
      .contact .page__contact-form .contact-content .details {
        gap: 12px; }
      .contact .page__contact-form .contact-content .top {
        gap: 12px; }
        .contact .page__contact-form .contact-content .top .title {
          font-size: 40px;
          font-weight: 700;
          line-height: 48px;
          color: #1e3a8a; }
        .contact .page__contact-form .contact-content .top .desc {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          color: #1e3a8a; }
      .contact .page__contact-form .contact-content .bottom {
        padding: 24px 0; }
        .contact .page__contact-form .contact-content .bottom .name-cpn {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          color: #ffffff; }
        .contact .page__contact-form .contact-content .bottom .details .icon-text {
          display: flex;
          align-items: center;
          gap: 0 12px; }
          .contact .page__contact-form .contact-content .bottom .details .icon-text a {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: justify;
            color: #eff6ff; }
    .contact .page__contact-form .form-about-faq {
      border-radius: 16px;
      background: linear-gradient(263.23deg, #93c5fd 0%, #dbeafe 100%);
      box-shadow: 0px 1px 8px 0px #1f293740; }
      .contact .page__contact-form .form-about-faq form {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px 0; }
        .contact .page__contact-form .form-about-faq form .title-form {
          color: #1e3a8a;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          text-transform: uppercase;
          text-align: center; }
        .contact .page__contact-form .form-about-faq form .form-group label {
          margin-bottom: 8px; }
          .contact .page__contact-form .form-about-faq form .form-group label span {
            color: red; }
        .contact .page__contact-form .form-about-faq form .form-group textarea {
          width: 100%;
          height: 80px;
          font-size: 16px;
          resize: none; }
        .contact .page__contact-form .form-about-faq form .form-row {
          display: flex;
          gap: 12px; }
        .contact .page__contact-form .form-about-faq form .btn-submit-faq {
          text-align: end; }
          .contact .page__contact-form .form-about-faq form .btn-submit-faq .wpcf7-submit {
            height: 100%;
            padding: 8px 12px;
            border-radius: 6px;
            color: #fff;
            background: #1e3a8a;
            border: none;
            outline: none; }
          .contact .page__contact-form .form-about-faq form .btn-submit-faq .wpcf7-spinner {
            display: none; }
        .contact .page__contact-form .form-about-faq form .wpcf7-response-output {
          margin: 0;
          border-color: #1e3a8a;
          color: #dc4053;
          padding: 4px 12px; }
  .contact .nav-office .nav-office-list {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .contact .nav-office .nav-office-list h3 {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #1e3a8a; }
      @media screen and (max-width: 415px) {
        .contact .nav-office .nav-office-list h3 {
          font-size: 12px; } }
    .contact .nav-office .nav-office-list .nav-pills .nav-item .nav-link {
      text-transform: uppercase;
      padding: 8px 24px;
      background-color: #ffffff;
      border-radius: 0;
      border-right: 1px solid #d1d5db;
      color: #1e3a8a;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
      @media screen and (max-width: 768px) {
        .contact .nav-office .nav-office-list .nav-pills .nav-item .nav-link {
          padding: 8px;
          font-size: 12px;
          line-height: 18px; } }
      @media screen and (max-width: 415px) {
        .contact .nav-office .nav-office-list .nav-pills .nav-item .nav-link {
          padding: 4px;
          font-size: 8px; } }
    .contact .nav-office .nav-office-list .nav-pills .nav-item .nav-link.active {
      background-color: #1e3a8a;
      color: #ffffff; }
  .contact .nav-office .tab-content .tab-pane iframe {
    width: 100%; }

.er-notification {
  margin: auto 0; }

.search_page .hvn_news-item .item {
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.3s;
  background-color: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .search_page .hvn_news-item .item:hover {
    transform: scale(1.02); }
    .search_page .hvn_news-item .item:hover .content .title a {
      color: #1e3a8a; }
  .search_page .hvn_news-item .item .image img {
    border-radius: 10px 10px 0px 0px;
    height: 250px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 1400px) {
      .search_page .hvn_news-item .item .image img {
        height: 156px; } }
    @media screen and (max-width: 1200px) {
      .search_page .hvn_news-item .item .image img {
        height: 138px; } }
    @media screen and (max-width: 768px) {
      .search_page .hvn_news-item .item .image img {
        height: 145px; } }
  .search_page .hvn_news-item .item .content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .search_page .hvn_news-item .item .content .name-taxonomy {
      padding: 2px 8px;
      border-radius: 4px;
      width: fit-content;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .search_page .hvn_news-item .item .content .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #1f2937;
      height: 48px; }
      .search_page .hvn_news-item .item .content .title a:hover {
        color: #1e3a8a !important; }
    .search_page .hvn_news-item .item .content p {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: #4b5563;
      height: 36px; }
.search_page .hvn_news-item .item-share__faq {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
  .search_page .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-header .accordion-button {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .search_page .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-body {
    color: #1f2937;
    font-size: 14px;
    line-height: 20px; }

#footer {
  background-color: #ffffff;
  background: linear-gradient(90deg, #0a70b9 0%, #69cef6 100%); }
  #footer .footer-container {
    display: flex;
    flex-direction: column;
    padding: 24px 0 0; }
    #footer .footer-container .logo_footer {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100px; }
      #footer .footer-container .logo_footer a {
        display: inline-block; }
        #footer .footer-container .logo_footer a img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    #footer .footer-container .footer_content {
      padding: 24px 0; }
      #footer .footer-container .footer_content .footer_contact {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        #footer .footer-container .footer_content .footer_contact .footer_des-company {
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          text-transform: uppercase; }
        #footer .footer-container .footer_content .footer_contact .wiget-footer__1 {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          #footer .footer-container .footer_content .footer_contact .wiget-footer__1 .footer_company-address {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff; }
      #footer .footer-container .footer_content .footer_social {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        #footer .footer-container .footer_content .footer_social h3 {
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          text-transform: uppercase; }
          @media (max-width: 576px) {
            #footer .footer-container .footer_content .footer_social h3 {
              font-size: 16px; } }
        #footer .footer-container .footer_content .footer_social .wiget-footer__2 {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          #footer .footer-container .footer_content .footer_social .wiget-footer__2 .footer_company-address {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff; }
          #footer .footer-container .footer_content .footer_social .wiget-footer__2 .d-iframe iframe {
            width: 100% !important; }
          #footer .footer-container .footer_content .footer_social .wiget-footer__2 .list_icon {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 12px;
            flex-wrap: wrap; }
            #footer .footer-container .footer_content .footer_social .wiget-footer__2 .list_icon .icon_item {
              width: 40px;
              height: 40px;
              border-radius: 25px;
              display: flex;
              align-items: center;
              justify-content: center;
              background: #1e3a8a; }
              #footer .footer-container .footer_content .footer_social .wiget-footer__2 .list_icon .icon_item i {
                color: #fff; }
      #footer .footer-container .footer_content .footer_service {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        #footer .footer-container .footer_content .footer_service h3 {
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          text-transform: uppercase; }
          @media (max-width: 576px) {
            #footer .footer-container .footer_content .footer_service h3 {
              font-size: 16px; } }
        #footer .footer-container .footer_content .footer_service .footer-service__list {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          #footer .footer-container .footer_content .footer_service .footer-service__list .menu-footer-service-container .footer-nav {
            display: flex;
            flex-direction: column;
            gap: 12px; }
            #footer .footer-container .footer_content .footer_service .footer-service__list .menu-footer-service-container .footer-nav a {
              display: block;
              color: #fff;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px;
              text-transform: capitalize; }
    #footer .footer-container .footer-copyright {
      border-top: 2px solid #ffffff;
      padding: 12px 0; }
      #footer .footer-container .footer-copyright a {
        color: #fff; }

#bottom_to_top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #8888887a;
  background: #1e3a8a;
  color: #fff;
  right: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 540px) {
    #bottom_to_top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      bottom: 10px !important;
      right: 12px; } }

.parent {
  position: fixed;
  bottom: 2%;
  left: 35px;
  z-index: 999; }
  .parent #pop-up-message {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    display: none;
    transition: all 0.5s ease-in; }
    .parent #pop-up-message.active {
      display: block;
      -webkit-animation: dissolveInBottom 0.7s ease-in-out; }
      @media screen and (max-width: 575px) {
        .parent #pop-up-message.active {
          display: none; } }
@-webkit-keyframes dissolveInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  .parent .phone_pos {
    position: absolute;
    top: 3px;
    left: 30px;
    padding: 5px 12px;
    margin: 0;
    white-space: nowrap;
    background: linear-gradient(-90deg, #d32f12, rgba(211, 47, 18, 0.7), rgba(211, 47, 18, 0.4));
    border-radius: 0 20px 20px 0;
    color: #fff; }
  .parent .heart-fb {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #1e3a8a, #21356e);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-fb p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-fb a {
      color: #ffffff; }
    .parent .heart-fb span {
      font-size: 18px;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart-fb:before, .parent .heart-fb:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0176fe;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-fb:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-fb:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
  .parent .heart-zalo {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #1e3a8a, #21356e);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-zalo p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-zalo a {
      color: #ffffff; }
    .parent .heart-zalo span {
      font-size: 18px;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart-zalo:before, .parent .heart-zalo:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0176fe;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-zalo:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-zalo:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
  .parent .heart-phone {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #1e3a8a, #21356e);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-phone p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-phone a {
      color: #ffffff; }
    .parent .heart-phone span {
      font-size: 18px;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart-phone:before, .parent .heart-phone:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0176fe;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-phone:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-phone:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
  @media screen and (max-width: 540px) {
    .parent .heart {
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart a {
        color: #ffffff; }
      .parent .heart p {
        color: #ffffff;
        font-size: 13px; }
      .parent .heart span {
        font-size: 13px; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 48px;
      right: 15px; } }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes beat-before {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes beat-after {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); } }
.our-partners .banner-partner {
  padding: 48px 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(225deg, #bfdbfe 0%, #f3f4f6 100%);
  backdrop-filter: blur(4px); }
  .our-partners .banner-partner .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2; }
  .our-partners .banner-partner .service-bn .image-banner {
    position: relative;
    padding: 42px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    @media screen and (max-width: 576px) {
      .our-partners .banner-partner .service-bn .image-banner {
        padding: 20px 0; } }
    .our-partners .banner-partner .service-bn .image-banner img {
      width: 100%;
      max-width: 985px;
      height: 100%; }
      @media screen and (max-width: 576px) {
        .our-partners .banner-partner .service-bn .image-banner img {
          max-width: 300px; } }
    .our-partners .banner-partner .service-bn .image-banner .title-heading {
      position: absolute;
      z-index: 4;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 700;
      line-height: 48px;
      text-align: center; }
.our-partners .partner-image .image-list {
  display: flex;
  flex-direction: column;
  gap: 24px 0; }
  .our-partners .partner-image .image-list .title-partner {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    text-transform: uppercase;
    line-height: 32px;
    color: #1e3a8a;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 992.98px) {
      .our-partners .partner-image .image-list .title-partner {
        font-size: 18px; } }
    @media screen and (max-width: 576px) {
      .our-partners .partner-image .image-list .title-partner {
        font-size: 18px !important;
        line-height: 24px; } }
    .our-partners .partner-image .image-list .title-partner:before, .our-partners .partner-image .image-list .title-partner:after {
      background-color: #d1d5db;
      content: "\a0";
      flex-grow: 1;
      height: 1px;
      position: relative;
      top: 16px; }
      @media screen and (max-width: 992.98px) {
        .our-partners .partner-image .image-list .title-partner:before, .our-partners .partner-image .image-list .title-partner:after {
          font-size: 18px; } }
      @media screen and (max-width: 576px) {
        .our-partners .partner-image .image-list .title-partner:before, .our-partners .partner-image .image-list .title-partner:after {
          display: none; } }
    .our-partners .partner-image .image-list .title-partner:before {
      margin-right: 12px; }
    .our-partners .partner-image .image-list .title-partner:after {
      margin-left: 12px; }
  .our-partners .partner-image .image-list .image-item {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25);
    width: 100%;
    height: 100px; }
    .our-partners .partner-image .image-list .image-item img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.service-desc {
  padding: 24px 0; }
  .service-desc .description-after-bn,
  .service-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #1f2937; }
  .service-desc p {
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
