@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  font-family: "Montserrat", sans-serif !important; }

header {
  background: #f2f9ff; }
  header .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px; }
    header .container .header__left .img_logo img {
      height: 47px;
      width: auto; }
    header .container .header__right ul.menu {
      display: flex;
      align-items: center; }
      header .container .header__right ul.menu li {
        margin: 0 20px; }
        header .container .header__right ul.menu li a {
          color: #6c757d;
          transition: all 0.2s;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px; }
          header .container .header__right ul.menu li a:hover {
            color: #5194f6;
            transition: all 0.2s; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory; }

main .container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden; }

main span.primary {
  color: #5194f6; }

main #whowweare {
  background: #f2f9ff;
  padding: 20px 0px; }
  main #whowweare .container {
    display: flex;
    align-items: center; }
  main #whowweare .__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    main #whowweare .__left .__title {
      font-weight: 700;
      font-size: 48px;
      line-height: 63px;
      margin-bottom: 20px;
      color: #133a61; }
    main #whowweare .__left .__content p {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
      color: #343a40; }
    main #whowweare .__left .button {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 30px;
      background-color: #5194f6;
      border-radius: 8px;
      transition: all 0.2s;
      margin-top: 10px;
      cursor: pointer; }
      main #whowweare .__left .button:hover {
        opacity: 0.8;
        transition: all 0.2s; }
  main #whowweare .__right {
    width: 50%; }
    main #whowweare .__right img {
      object-fit: cover;
      width: 100%;
      height: auto; }

main #mission {
  background: url("../images/bg1.png") no-repeat center/cover;
  padding-bottom: 100px; }
  main #mission .container {
    display: flex; }
    main #mission .container .__left {
      width: 50%;
      padding-top: 100px; }
      main #mission .container .__left .title {
        font-weight: 700;
        font-size: 48px;
        line-height: 63px;
        color: #133a61; }
        main #mission .container .__left .title span {
          font-weight: 700;
          font-size: 48px;
          line-height: 63px; }
      main #mission .container .__left .group__vision {
        margin-top: 20px; }
        main #mission .container .__left .group__vision .sub__text {
          font-weight: 700;
          font-size: 24px;
          line-height: 36px;
          color: #6c757d; }
        main #mission .container .__left .group__vision ul {
          margin-top: 10px; }
          main #mission .container .__left .group__vision ul li {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            main #mission .container .__left .group__vision ul li span {
              line-height: 24px; }
            main #mission .container .__left .group__vision ul li img {
              margin-right: 4px; }
    main #mission .container .__right {
      display: flex;
      flex-wrap: wrap;
      width: 40%; }
      main #mission .container .__right img {
        width: 100%;
        object-fit: cover;
        border-radius: 4px; }
      main #mission .container .__right .img {
        padding: 5px;
        display: flex;
        align-items: flex-start; }
      main #mission .container .__right .img1 {
        width: 60%;
        padding-top: 140px; }
        main #mission .container .__right .img1 img {
          aspect-ratio: 340/200; }
      main #mission .container .__right .img3 {
        width: 40%; }
        main #mission .container .__right .img3 img {
          aspect-ratio: 220/300; }
      main #mission .container .__right .img2 {
        width: 40%;
        margin-top: 50px; }
        main #mission .container .__right .img2 img {
          aspect-ratio: 220/300; }
      main #mission .container .__right .img4 {
        width: 60%; }
        main #mission .container .__right .img4 img {
          aspect-ratio: 340/220; }

main #contact {
  padding: 100px 0px 50px 0px;
  background: #f7f7f7; }
  main #contact h3.title {
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #133a61;
    padding-bottom: 30px; }
  main #contact .__office {
    margin-bottom: 40px; }
    main #contact .__office .__office__country {
      font-weight: 700;
      font-size: 24px;
      line-height: 36px;
      color: #343a40;
      margin-bottom: 10px; }
    main #contact .__office ul {
      display: flex;
      flex-wrap: wrap; }
      main #contact .__office ul li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 40px; }
        main #contact .__office ul li:first-child {
          min-width: 160px; }
        main #contact .__office ul li .__title {
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          color: #6c757d; }
        main #contact .__office ul li .__sub {
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #343a40; }
          main #contact .__office ul li .__sub a {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #343a40; }
  main #contact .map {
    width: 70%;
    margin: auto; }
    main #contact .map img {
      width: 100%;
      object-fit: cover; }

main #myteam {
  margin-top: 100px; }
  main #myteam .myteam__silde {
    padding-bottom: 50px; }
    main #myteam .myteam__silde .__item {
      display: flex; }
      main #myteam .myteam__silde .__item .__item__left {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        main #myteam .myteam__silde .__item .__item__left .__title {
          font-weight: 700;
          font-size: 64px;
          line-height: 77px; }
        main #myteam .myteam__silde .__item .__item__left .position {
          font-weight: 700;
          font-size: 24px;
          line-height: 33px;
          color: #000000;
          margin: 30px 0px 10px 0px; }
        main #myteam .myteam__silde .__item .__item__left .sub {
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          text-align: justify;
          color: #343a40; }
        main #myteam .myteam__silde .__item .__item__left .img {
          display: flex;
          margin-top: 30px; }
          main #myteam .myteam__silde .__item .__item__left .img img {
            height: 230px;
            margin-right: 20px;
            width: auto;
            object-fit: cover; }
      main #myteam .myteam__silde .__item .__item__right {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: max-content;
        overflow: hidden; }
        main #myteam .myteam__silde .__item .__item__right img {
          height: 600px;
          width: auto;
          object-fit: cover; }

main #project {
  margin-top: 100px; }
  main #project .container .title {
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #133a61;
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px; }
  main #project .container .sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    max-width: 70%;
    margin: auto; }
  main #project .project__slide1 {
    width: 100%;
    overflow: hidden; }
    main #project .project__slide1 .slide__items {
      width: 100%;
      margin-top: 50px; }
      main #project .project__slide1 .slide__items .item__wrap {
        padding-top: 100px;
        width: 100%; }
      main #project .project__slide1 .slide__items .__item {
        display: flex;
        width: 100%;
        justify-content: center;
        background: url("../images/bg2.png") no-repeat center/cover; }
        main #project .project__slide1 .slide__items .__item .left {
          width: 50%;
          display: flex;
          justify-content: center;
          max-width: 600px; }
          main #project .project__slide1 .slide__items .__item .left img {
            transform: translateY(-70px);
            height: 350px;
            width: auto;
            object-fit: cover; }
        main #project .project__slide1 .slide__items .__item .right {
          width: 50%;
          max-width: 600px;
          padding-top: 50px; }
          main #project .project__slide1 .slide__items .__item .right .title__project {
            font-weight: 700;
            font-size: 40px;
            line-height: 49px;
            color: #5194f6;
            margin-bottom: 5px; }
          main #project .project__slide1 .slide__items .__item .right .name {
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: #343a40; }
          main #project .project__slide1 .slide__items .__item .right .link {
            margin: 10px 0px; }
            main #project .project__slide1 .slide__items .__item .right .link a {
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              text-align: center;
              color: #0a84ff; }
          main #project .project__slide1 .slide__items .__item .right .info {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #343a40; }

main #ourpartners {
  background: #fff;
  padding: 20px 0px; }
  main #ourpartners .container {
    margin-top: 30px; }
  main #ourpartners .ourpartmers__content {
    display: flex;
    align-items: center; }
  main #ourpartners h3.title {
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #133a61;
    transform: translateY(20px); }
  main #ourpartners .__left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    main #ourpartners .__left .__title {
      font-weight: 700;
      font-size: 48px;
      line-height: 63px;
      margin-bottom: 20px;
      color: #000000; }
    main #ourpartners .__left .__content p {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
      color: #343a40; }
    main #ourpartners .__left .button {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 30px;
      background-color: #5194f6;
      border-radius: 8px;
      transition: all 0.2s;
      margin-top: 10px;
      cursor: pointer; }
      main #ourpartners .__left .button:hover {
        opacity: 0.8;
        transition: all 0.2s; }
  main #ourpartners .__right {
    width: 40%; }
    main #ourpartners .__right img {
      object-fit: cover;
      width: 100%;
      height: auto; }

footer {
  padding: 30px;
  background-color: #1f4072; }
  footer .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .container .__left img {
      height: 100px;
      width: auto;
      object-fit: cover; }
    footer .container .__center ul.menu {
      display: flex;
      align-items: center; }
      footer .container .__center ul.menu li {
        margin: 0 15px; }
        footer .container .__center ul.menu li a {
          color: #ffff;
          transition: all 0.2s;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px; }
          footer .container .__center ul.menu li a:hover {
            color: #5194f6;
            transition: all 0.2s; }
    footer .container .__right {
      width: max-content;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      padding: 10px 35px;
      border-radius: 6px;
      cursor: pointer;
      background-color: #5194f6;
      transition: all 0.2s; }
      footer .container .__right:hover {
        transition: all 0.2s;
        opacity: 0.8; }

.project__slide1 .slick-dots {
  bottom: 20px;
  left: 50%;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center; }

.project__slide1 .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #848688;
  border-radius: 50%; }

.project__slide1 .slick-dots li.slick-active button:before {
  color: #5194f6;
  background-color: #5194f6;
  border-radius: 8px;
  width: 25px; }

.project__slide2 .slick-dots {
  bottom: 20px;
  left: 50%;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center; }

.project__slide2 .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #848688;
  border-radius: 50%; }

.project__slide2 .slick-dots li.slick-active button:before {
  color: #5194f6;
  background-color: #5194f6;
  border-radius: 8px;
  width: 25px; }

@media only screen and (max-width: 768px) {
  header {
    display: none; }
  .container {
    padding: 10px; }
  main #ourpartners .title {
    font-size: 30px !important; }
  main #ourpartners .ourpartmers__content {
    display: flex;
    flex-direction: column; }
    main #ourpartners .ourpartmers__content .__left,
    main #ourpartners .ourpartmers__content .__right {
      width: 100%;
      font-size: 24px; }
      main #ourpartners .ourpartmers__content .__left .__title,
      main #ourpartners .ourpartmers__content .__right .__title {
        font-size: 24px !important;
        color: #000000; }
  main #whowweare .container {
    display: flex;
    flex-direction: column-reverse; }
    main #whowweare .container .title {
      font-size: 35px !important; }
    main #whowweare .container .__left,
    main #whowweare .container .__right {
      width: 100%; }
    main #whowweare .container .__right {
      display: flex;
      justify-content: center; }
      main #whowweare .container .__right img {
        width: 80%;
        margin: auto; }
  main #mission {
    padding-bottom: initial;
    padding-top: 20px; }
    main #mission .container {
      display: flex;
      flex-direction: column; }
      main #mission .container .title {
        font-size: 30px !important;
        line-height: initial !important; }
      main #mission .container .__left,
      main #mission .container .__right {
        width: 100%; }
      main #mission .container .__left {
        padding: initial; }
      main #mission .container .__right {
        display: flex;
        justify-content: center; }
        main #mission .container .__right img {
          width: 80%;
          margin: auto; }
  main #project {
    margin-top: 50px; }
    main #project .container .title {
      font-weight: 700;
      font-size: 30px;
      line-height: 34px;
      text-align: center;
      color: #133a61;
      max-width: 100%;
      margin: auto;
      margin-bottom: 10px; }
    main #project .container .sub {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #6c757d;
      max-width: 100%;
      margin: auto; }
    main #project .project__slide1 {
      width: 100%;
      overflow: hidden; }
      main #project .project__slide1 .slide__items {
        width: 100%;
        margin-top: 50px; }
        main #project .project__slide1 .slide__items .item__wrap {
          padding-top: 50px;
          width: 100%; }
        main #project .project__slide1 .slide__items .__item {
          display: flex;
          width: 100%;
          justify-content: center;
          flex-direction: column;
          background: url("../images/bg2.png") no-repeat center/cover; }
          main #project .project__slide1 .slide__items .__item .left {
            width: 100%;
            display: flex;
            justify-content: center;
            max-width: 100%;
            padding: 10px; }
            main #project .project__slide1 .slide__items .__item .left img {
              transform: translateY(0px);
              height: 150px;
              width: auto;
              object-fit: cover; }
          main #project .project__slide1 .slide__items .__item .right {
            width: 100%;
            max-width: 100%;
            padding: 10px;
            padding-bottom: 50px;
            padding-top: 20px; }
            main #project .project__slide1 .slide__items .__item .right .title__project {
              font-size: 30px;
              line-height: 34px; }
            main #project .project__slide1 .slide__items .__item .right .name {
              font-weight: 700;
              font-size: 24px;
              line-height: 36px;
              color: #343a40; }
            main #project .project__slide1 .slide__items .__item .right .link {
              margin: 10px 0px; }
              main #project .project__slide1 .slide__items .__item .right .link a {
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #0a84ff; }
            main #project .project__slide1 .slide__items .__item .right .info {
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              color: #343a40; }
  main #myteam {
    margin-top: 50px; }
    main #myteam .myteam__silde {
      padding-bottom: 30px; }
      main #myteam .myteam__silde .__item {
        display: flex;
        flex-direction: column-reverse; }
        main #myteam .myteam__silde .__item .__item__left {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          main #myteam .myteam__silde .__item .__item__left .__title {
            font-weight: 700;
            font-size: 30px;
            line-height: 34px; }
          main #myteam .myteam__silde .__item .__item__left .position {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: #000000;
            margin: 10px 0px 10px 0px; }
          main #myteam .myteam__silde .__item .__item__left .sub {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: justify;
            color: #343a40; }
          main #myteam .myteam__silde .__item .__item__left .img {
            display: none; }
        main #myteam .myteam__silde .__item .__item__right {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          height: max-content;
          overflow: hidden; }
          main #myteam .myteam__silde .__item .__item__right img {
            height: 300px;
            width: auto;
            object-fit: cover; }
  main #contact {
    padding: 0px 0px 50px 0px;
    background: #f7f7f7; }
    main #contact h3.title {
      font-weight: 700;
      font-size: 30px;
      padding-bottom: 0px; }
  footer {
    display: none; }
  .project__slide1 .slick-dots {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center; }
  .project__slide1 .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: "";
    background-color: #848688;
    border-radius: 50%; }
  .project__slide1 .slick-dots li.slick-active button:before {
    color: #5194f6;
    background-color: #5194f6;
    border-radius: 8px;
    width: 25px; } }
