.header-top {
  background: linear-gradient(244.2deg, #2eb8eb 16.29%, #258fbf 83.71%); }

.header-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0.875rem 0; }
  .header-top-info a {
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer; }

.header-top-flags {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.875rem 1rem; }
  @media screen and (max-width: 768px) {
    .header-top-flags {
      flex-direction: column; } }
  .header-top-flags img {
    width: 1.5rem; }

.header-banner {
  background-image: url(/frontend/images/header-banner.png);
  background-size: cover;
  background-position: center;
  height: 756px;
  position: relative;
  text-align: center; }
  .header-banner .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-basis: 100%;
    gap: 1.5rem; }
    .header-banner .nav li a {
      color: white; }
      .header-banner .nav li a:hover {
        color: #2eb8eb !important; }
    .header-banner .nav li .dropdown-menu {
      background: linear-gradient(244.2deg, #2eb8eb 16.29%, #0489b7 83.71%); }
      .header-banner .nav li .dropdown-menu li a {
        color: white; }
  .header-banner .header-content {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%); }
    .header-banner .header-content h1 {
      font-size: 3.5rem;
      color: white;
      font-weight: bold;
      line-height: 4rem; }
    .header-banner .header-content h2 {
      font-size: 3rem;
      color: white;
      font-weight: 500;
      line-height: 3.5rem;
      text-transform: uppercase; }
    .header-banner .header-content p {
      font-weight: normal;
      font-size: 1.75rem;
      line-height: 2.5rem;
      color: white; }
    .header-banner .header-content button {
      margin-top: 1.5rem;
      padding: 1rem 3rem;
      background-color: white;
      border-radius: 1rem;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 2.5rem;
      color: #258fbf; }
      .header-banner .header-content button:hover {
        background-color: #258fbf;
        color: white; }

.header-main {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
  .header-main .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem; }
    .header-main .main-nav .nav-logo {
      width: 5rem;
      height: 5rem; }
    .header-main .main-nav .nav {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-basis: 100%;
      gap: 1.5rem; }
      .header-main .main-nav .nav li a {
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none; }
        .header-main .main-nav .nav li a:hover {
          color: #2eb8eb !important; }
      .header-main .main-nav .nav li .dropdown-menu {
        background: linear-gradient(244.2deg, #2eb8eb 16.29%, #0489b7 83.71%); }
        .header-main .main-nav .nav li .dropdown-menu li {
          border-bottom: 1px solid #FFFFFF;
          padding: 10px; }
          .header-main .main-nav .nav li .dropdown-menu li a {
            color: white; }
      .header-main .main-nav .nav .active a {
        color: #2eb8eb !important; }
    .header-main .main-nav .header-form {
      position: relative; }
      .header-main .main-nav .header-form input {
        max-width: 250px;
        max-height: 50px;
        padding: 3px 20px;
        border: none;
        border-radius: 20px; }
      .header-main .main-nav .header-form .search-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 20px; }
    .header-main .main-nav button {
      color: transparent; }
      .header-main .main-nav button span {
        color: white; }
      .header-main .main-nav button span.priamry-btn {
        color: #258fbf !important; }

.header-common {
  background-color: white; }
  .header-common .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-basis: 100%;
    gap: 30px; }
    .header-common .nav li a {
      color: #767777; }
      .header-common .nav li a:hover {
        color: #2eb8eb !important; }
    .header-common .nav li .dropdown-menu {
      background: linear-gradient(244.2deg, #2eb8eb 16.29%, #0489b7 83.71%); }
      .header-common .nav li .dropdown-menu .dropdown-item {
        color: white !important; }
  .header-common button span {
    color: black !important; }
  .header-common button span.priamry-btn {
    color: #258fbf !important; }
  .header-common .header-form {
    position: relative; }
    .header-common .header-form input {
      background: linear-gradient(86.32deg, #258FBF 2.52%, #2EB8EB 93.79%); }

@media screen and (max-width: 1400px) {
  .header-main .nav input {
    width: 100px;
    max-height: 50px; }
  .header-main .nav .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px; } }

@media screen and (max-width: 1200px) {
  .header-main .nav {
    gap: 20px; }
    .header-main .nav li a {
      font-size: 1.125rem; } }

@media screen and (max-width: 920px) {
  .main-nav .nav {
    margin-top: -40px;
    background-color: white;
    padding: 20px 0; }
    .main-nav .nav li a {
      color: #000000 !important; } }

@media screen and (max-width: 576px) {
  .header-top-info {
    flex-direction: column;
    text-align: left;
    gap: 10px;
    align-items: flex-start; }
  .header-banner {
    height: 706px;
    position: relative; }
    .header-banner .header-content {
      position: absolute;
      width: 100%;
      top: 25%;
      left: 50%;
      transform: translateY(-50%);
      transform: translateX(-50%); }
      .header-banner .header-content h1 {
        font-size: 2.5rem;
        color: white;
        font-weight: bold;
        line-height: 3.5rem; }
      .header-banner .header-content h2 {
        font-size: 2rem;
        color: white;
        font-weight: 500;
        line-height: 3rem;
        text-transform: uppercase; }
      .header-banner .header-content h3 {
        font-weight: normal;
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: white; }
      .header-banner .header-content button {
        margin-top: 1rem;
        font-size: 1.5rem;
        line-height: 2.25rem; }
  .header-main {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
    .header-main .main-nav {
      text-align: left; }
      .header-main .main-nav .nav {
        padding-left: 20px; }
      .header-main .main-nav .header-form {
        position: relative;
        padding-bottom: 30px; }
        .header-main .main-nav .header-form input {
          background: linear-gradient(86.32deg, #258FBF 2.52%, #2EB8EB 93.79%); }
        .header-main .main-nav .header-form .search-icon {
          top: 5px !important;
          left: 193px;
          transform: translateY(0); } }

#about-us {
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 82.29%), url("/frontend/images/about-us-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 877px; }

.about-us-content p.title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2eb8eb;
  padding-top: 3rem;
  padding-bottom: 2rem; }

.about-us-content .about-us-text {
  margin-bottom: 3rem; }
  .about-us-content .about-us-text p {
    text-align: justify;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000000; }

.about-us-content .about-us-link {
  background: linear-gradient(86.32deg, #258fbf 2.52%, #2eb8eb 93.79%);
  border-radius: 20px;
  padding: 1rem 3rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 30px; }
  .about-us-content .about-us-link:hover {
    background: linear-gradient(86.32deg, #2eb8eb 2.52%, #258fbf 93.79%); }

@media screen and (max-width: 992px) {
  .about-us-content .about-us-text {
    margin-bottom: 50px; }
  .about-us-content .about-us-link {
    padding: 18px 52px;
    font-size: 1.5rem; } }

@media screen and (max-width: 576px) {
  #about-us p.title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center; }
  .about-us-link {
    margin-bottom: 30px; } }

#solutions {
  background: linear-gradient(226.74deg, #2eb8eb 0%, #258fbf 60.42%);
  padding: 3rem 1rem; }

.solutions-title {
  font-size: 2.5rem;
  color: white;
  font-weight: bold; }

.solutions-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; }
  .solutions-wrapper .solution-item {
    min-height: 345px;
    margin-top: 45px;
    padding: 25px 15px 35px 15px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    align-items: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center; }
    .solutions-wrapper .solution-item .icon {
      display: none; }
    .solutions-wrapper .solution-item img {
      width: 50%; }
    .solutions-wrapper .solution-item p {
      font-size: 1.875rem;
      line-height: 35px;
      color: #0489b7; }
    .solutions-wrapper .solution-item:hover {
      background: #2eb8eb;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      .solutions-wrapper .solution-item:hover p {
        color: white; }

@media screen and (max-width: 1400px) {
  .solutions-wrapper .solution-item {
    padding: 25px 5px 35px 5px; }
    .solutions-wrapper .solution-item p {
      font-size: 1.5rem; } }

@media screen and (max-width: 1200px) {
  .solutions-wrapper {
    grid-template-columns: repeat(3, 1fr); }
    .solutions-wrapper .solution-item {
      padding: 25px 5px 35px 5px; }
      .solutions-wrapper .solution-item p {
        margin-top: 30px; } }

@media screen and (max-width: 768px) {
  .solutions-wrapper {
    grid-template-columns: repeat(2, 1fr); }
    .solutions-wrapper .solution-item {
      padding: 25px 5px 35px 5px; } }

@media screen and (max-width: 576px) {
  .solutions-wrapper {
    grid-template-columns: 1fr; }
  p.solutions-title {
    font-size: 2.5rem; } }

#services {
  background-image: url("../images/services-bg.png");
  background-size: 100% 100%; }
  #services p.title {
    padding-top: 3rem;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2eb8eb;
    text-align: center; }

.service-wrapper {
  padding: 3rem 0; }
  .service-wrapper .list-service-even {
    display: flex;
    justify-content: space-between; }
  .service-wrapper .list-service-odd {
    display: flex;
    justify-content: center; }
  .service-wrapper .service-item {
    background: radial-gradient(50% 50% at 50% 50%, #2eb8eb 0%, #258fbf 100%);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    height: 100%;
    max-height: 300px;
    display: flex; }
    .service-wrapper .service-item .item-wrap-text {
      width: 90%;
      margin: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 5px solid #ffffff; }
      .service-wrapper .service-item .item-wrap-text p {
        width: 70%;
        font-weight: bold;
        font-size: calc(150%);
        color: #ffffff; }

@media screen and (max-width: 576px) {
  #services {
    margin-top: 0px; }
    #services p.title {
      margin-top: 0px;
      font-size: 2.5rem; }
  .service-wrapper {
    margin-top: 70px;
    margin-bottom: 70px; }
    .service-wrapper .service-item .item-wrap-text {
      margin: 10px;
      border: 3px solid #ffffff; }
      .service-wrapper .service-item .item-wrap-text p {
        width: 70%;
        font-weight: bold;
        font-size: 1rem;
        color: #ffffff; } }

#business {
  background-image: url("../images/business-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  #business .title {
    font-size: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center; }

#projects p.title {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2eb8eb;
  text-align: center; }

.projects-wrapper .project-item .project-image {
  width: 100%;
  max-height: 300px;
  height: 300px;
  margin: 0; }

.projects-wrapper .project-item .item-desc {
  width: 100%;
  min-height: 6rem;
  text-align: center;
  padding: 0.75rem;
  background: linear-gradient(226.74deg, #2eb8eb 0%, #258fbf 60.42%); }
  .projects-wrapper .project-item .item-desc a {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    text-decoration: none; }

@media screen and (max-width: 1200px) {
  .projects-wrapper .project-item .project-image {
    width: 100%;
    max-height: 300px;
    margin: 0; }
  .projects-wrapper .project-item .item-desc {
    width: 100%; }
    .projects-wrapper .project-item .item-desc a {
      font-size: 1.5rem; } }

@media screen and (max-width: 992px) {
  .projects-wrapper .project-item .item-desc a {
    font-size: 1.25rem; } }

@media screen and (max-width: 768px) {
  .projects-wrapper .project-item {
    margin-top: 20px; }
    .projects-wrapper .project-item .item-desc {
      width: 100%;
      min-height: 80px;
      padding: 20px 20px; } }

@media screen and (max-width: 576px) {
  #projects p.title {
    margin-top: 50px;
    font-size: 2.5rem; }
  .projects-wrapper {
    margin-top: 20px;
    margin-bottom: 40px; } }

#partners p.title {
  padding-top: 3rem;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2eb8eb;
  text-align: center; }

.partners-wapper {
  margin-top: 45px;
  background: linear-gradient(135deg, #7db8d3, #6ef0c4, #e4a664); }
  .partners-wapper .list-partners {
    padding: 3rem 0; }
    .partners-wapper .list-partners .partner-item {
      height: 25rem;
      background: rgba(255, 255, 255, 0.9);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .partners-wapper .list-partners .partner-logo {
      width: 80%;
      max-height: 300px; }
    .partners-wapper .list-partners .partner-name {
      margin: 0 30px;
      font-size: 1.5rem;
      color: #000000;
      text-decoration: none; }
  .partners-wapper a {
    display: block; }

@media screen and (max-width: 768px) {
  .partners-wapper .list-partners .partner-logo {
    width: 80%;
    max-height: 300px; }
  .partners-wapper .list-partners .partner-name {
    margin: 0 30px;
    font-size: 1.5rem;
    line-height: 35px;
    color: #000000;
    text-decoration: none; }
  .partners-wapper a {
    display: block; } }

@media screen and (max-width: 576px) {
  #partners p.title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.5rem; }
  #partners .list-partners {
    padding: 60px 0; } }

#technologies p.title {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2eb8eb;
  text-align: center; }

.technologies-wrapper {
  background-image: url("../images/tech-bg.png");
  background-size: 100% 100%; }
  .technologies-wrapper img {
    width: 100%; }

#recruitment p.title {
  margin-top: 150px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #2eb8eb;
  text-align: center; }

#recruitment img {
  width: 100%; }

.recruitment-wrap {
  margin-top: 70px; }
  .recruitment-wrap .block {
    position: relative;
    margin-bottom: 60px; }
    .recruitment-wrap .block .block-triangle {
      width: 100%;
      height: 100%; }
    .recruitment-wrap .block p {
      width: 70%;
      text-align: center;
      position: absolute;
      top: 20%;
      transform: translateY(-50%);
      left: 50%;
      transform: translateX(-50%);
      font-weight: bold;
      font-size: 2.5rem;
      color: #ffffff; }
  .recruitment-wrap .recruit-text {
    font-size: 1.25rem;
    text-align: justify;
    color: #000000;
    margin-bottom: 40px; }
  .recruitment-wrap a {
    background: linear-gradient(90deg, #258fbf 0%, #2eb8eb 100%);
    border-radius: 20px;
    float: right;
    padding: 18px 40px;
    color: white;
    height: 70px;
    font-size: 1.875rem;
    line-height: 35px; }
    .recruitment-wrap a i {
      margin-left: 20px; }
    .recruitment-wrap a:hover {
      color: white; }

@media screen and (max-width: 1200px) {
  .recruitment-wrap .block {
    position: relative;
    margin-bottom: 60px; }
    .recruitment-wrap .block p {
      top: 10%; }
  .recruitment-wrap a {
    font-size: 1.5rem; } }

@media screen and (max-width: 992px) {
  .recruitment-wrap .block {
    position: relative;
    margin-bottom: 40px; }
    .recruitment-wrap .block p {
      top: 10%;
      width: 70%;
      font-size: 1.875rem; } }

@media screen and (max-width: 768px) {
  #recruitment p.title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center; }
  #recruitment .list-partners {
    padding: 60px 0; }
  .recruitment-wrap {
    margin-top: 40px; }
    .recruitment-wrap .block .block-triangle {
      width: 100%;
      height: 250px; }
    .recruitment-wrap .block p {
      width: 90%;
      text-align: center;
      position: absolute;
      top: 15%; }
    .recruitment-wrap .recruit-text {
      margin: 0 5px 30px 5px; } }

#contact p.title {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2eb8eb;
  text-align: center; }

.contact-wrapper {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  padding: 3rem 6rem; }
  @media screen and (max-width: 768px) {
    .contact-wrapper {
      padding: 3rem; } }
  .contact-wrapper .contact-form input {
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 100;
    font-size: 1rem;
    line-height: 23px;
    color: #000000; }
  .contact-wrapper .contact-form textarea {
    background: #ffffff;
    border-radius: 10px;
    font-weight: 100;
    font-size: 1rem;
    line-height: 23px;
    color: #000000;
    padding-top: 10px; }
  .contact-wrapper .contact-form button {
    margin-top: 1.5rem;
    padding: 0.75rem 2.5rem;
    background-color: white;
    border-radius: 1rem;
    font-style: normal;
    font-size: 1.25rem;
    color: #258fbf; }
    .contact-wrapper .contact-form button:hover {
      background-color: #258fbf;
      color: white; }

.project {
  background: linear-gradient(226.74deg, #2EB8EB 0%, #258FBF 60.42%); }
  .project .image-icon {
    max-width: 100%;
    height: 6rem;
    color: white; }
    @media screen and (min-width: 768px) {
      .project .image-icon {
        height: 8rem; } }
    @media screen and (min-width: 992px) {
      .project .image-icon {
        height: 12rem; } }
  .project .icon-delivery, .project .icon-finance, .project .icon-cosmetic, .project .icon-medican, .project .icon-enterprise, .project .icon-real-estate, .project .icon-printing, .project .icon-ecommerce, .project .icon-spa {
    background-repeat: no-repeat; }
  .project .icon-delivery {
    background: center/contain no-repeat url(../images/icon-02.png); }
  .project .icon-finance {
    background: center/contain no-repeat url(../images/icon-01.png); }
  .project .icon-cosmetic {
    background: center/contain no-repeat url(../images/icon-03.png); }
  .project .icon-medican {
    background: center/contain no-repeat url(../images/icon-04.png); }
  .project .icon-enterprise {
    background: center/contain no-repeat url(../images/icon-05.png); }
  .project .icon-real-estate {
    background: center/contain no-repeat url(../images/icon-09.png); }
  .project .icon-printing {
    background: center/contain no-repeat url(../images/icon-08.png); }
  .project .icon-ecommerce {
    background: center/contain no-repeat url(../images/icon-07.png); }
  .project .icon-spa {
    background: center/contain no-repeat url(../images/icon-06.png); }
  .project:hover {
    background: white; }
    .project:hover .field > a {
      color: #2EB8EB; }
    .project:hover .icon-delivery {
      background: center/contain no-repeat url(../images/icon1-02.png); }
    .project:hover .icon-finance {
      background: center/contain no-repeat url(../images/icon1-01.png); }
    .project:hover .icon-cosmetic {
      background: center/contain no-repeat url(../images/icon1-03.png); }
    .project:hover .icon-medican {
      background: center/contain no-repeat url(../images/icon1-04.png); }
    .project:hover .icon-enterprise {
      background: center/contain no-repeat url(../images/icon1-05.png); }
    .project:hover .icon-real-estate {
      background: center/contain no-repeat url(../images/icon1-09.png); }
    .project:hover .icon-printing {
      background: center/contain no-repeat url(../images/icon1-08.png); }
    .project:hover .icon-ecommerce {
      background: center/contain no-repeat url(../images/icon1-07.png); }
    .project:hover .icon-spa {
      background: center/contain no-repeat url(../images/icon1-06.png); }
  .project .field {
    min-height: 5.5rem; }
    .project .field a {
      font-size: 1.5rem;
      font-weight: 700;
      text-decoration: none;
      color: #ffffff; }

.container {
  font-family: Roboto; }

.project-title {
  padding: 40px 0; }
  .project-title h3 {
    text-align: center;
    font-size: 2.5rem;
    color: #767777;
    font-weight: bold; }
    .project-title h3.color-blue {
      color: #258FBF !important;
      font-size: 40px !important; }

.project-image {
  background-image: url(../images/business-people-using-internet.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 50px; }

@media screen and (max-width: 800px) {
  .project-image {
    margin: 0; } }

.f-weight {
  font-weight: 500;
  font-size: 20px; }

.project-content {
  text-align: justify;
  font-weight: 400;
  margin: 0 50px; }

.recruit-title {
  font-size: 2.5rem;
  color: #258FBF;
  font-weight: bold;
  margin: 30px 0; }

.recruit-item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px; }
  .recruit-item .item-left {
    float: left; }
    .recruit-item .item-left h3 {
      font-weight: bold; }
    .recruit-item .item-left p {
      margin-left: 70px;
      font-size: 1tem;
      font-weight: bold; }
  .recruit-item .item-right {
    position: absolute;
    right: 0; }
    .recruit-item .item-right .btn-recruitment {
      background: linear-gradient(86.32deg, #258FBF 2.52%, #2EB8EB 93.79%);
      border-radius: 20px;
      color: white;
      padding: 12px 50px;
      border: none;
      font-size: 1rem; }
      .recruit-item .item-right .btn-recruitment:hover {
        background: linear-gradient(86.32deg, #2EB8EB 2.52%, #258FBF 93.79%); }
  .recruit-item:last-child {
    border: none; }

.modal-recruitment {
  background: linear-gradient(244.2deg, #2EB8EB 16.29%, #0489B7 83.71%); }
  .modal-recruitment .input-recruitment {
    border-radius: 15px;
    margin: 0px 47px 40px 47px;
    width: 80%;
    height: 48px; }
  .modal-recruitment .label-cv {
    padding-top: 13px;
    color: #ced4da; }
  .modal-recruitment .modal-header {
    border: none; }
    .modal-recruitment .modal-header .btn-close {
      font-size: 30px;
      margin: 20px 20px 20px auto !important; }
  .modal-recruitment .modal-footer {
    border: none;
    justify-content: center !important; }
    .modal-recruitment .modal-footer .btn-send-cv {
      color: #5E5B5B;
      background: white;
      border-radius: 20px;
      padding: 10px 45px; }

@media screen and (max-width: 772px) {
  .item-left {
    margin-bottom: 85px; }
  .item-right {
    top: 180px;
    left: 0; } }

@media screen and (max-width: 550px) {
  .input-recruitment {
    margin: 0 0 40px 0 !important;
    width: 100% !important; } }

@media screen and (max-width: 340px) {
  .item-left {
    margin-bottom: 90px; }
  .item-right {
    top: 240px;
    left: 0; } }

footer {
  background-image: linear-gradient(226.74deg, #2EB8EB 0%, #258FBF 60.42%);
  color: #ffffff; }
  footer .company-name {
    font-size: 1.5rem;
    font-weight: 700; }
  footer p {
    font-size: 0.875rem; }
  footer .footer-link ul {
    list-style: none; }
    footer .footer-link ul li {
      padding-bottom: 0.75rem; }
      footer .footer-link ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 700; }
        footer .footer-link ul li a:hover {
          text-decoration: underline; }

.introduction-page {
  text-align: justify; }
  .introduction-page .title {
    font-size: 2.5rem; }
  .introduction-page .introduction, .introduction-page .field-activty {
    padding: 0 2rem; }
    .introduction-page .introduction p, .introduction-page .field-activty p {
      font-size: 1.25rem;
      font-weight: 300; }
    @media screen and (min-width: 768px) {
      .introduction-page .introduction, .introduction-page .field-activty {
        padding: 0 4rem; } }
    @media screen and (min-width: 992px) {
      .introduction-page .introduction, .introduction-page .field-activty {
        padding: 0 8rem; } }
  .introduction-page .mission {
    background-image: url("../images/introduction_bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .introduction-page .mission p {
      font-size: 1.75rem;
      color: #2EB8EB; }
  .introduction-page .field-activity ul {
    list-style: url("../images/Circle_dot.svg"); }
    .introduction-page .field-activity ul li {
      font-size: 1.25rem;
      font-weight: 400;
      padding-left: 0.5rem;
      padding-bottom: 0.5rem; }

.solution .title {
  font-size: 2.5rem; }

.solution p {
  font-size: 1.25rem; }

.solution .bg-highlight {
  background-color: #cae7f5; }

body {
  font-family: "Roboto", sans-serif; }
  body img {
    max-width: 100%; }
  body .title {
    color: #2EB8EB;
    font-weight: 700; }
