@font-face {
  font-family: "UTM Avo";
  src: url("./../fonts/utm-avobold.ttf");
}

@font-face {
  font-family: "SFU Helvetica";
  src: url("./../fonts/SFUHelveticaRegular.TTF");
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("./../fonts/SVNGilroy.otf");
}

body {
  margin: 0;
}

.header {
  background-image: url("./../image/bg.png");
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.logo {
  display: flex;
}

.logo a {
  margin: auto;
  width: 60%;
  max-width: 350px;
}

.logo img {
  width: 100%;
  -webkit-animation: drift 1.5s infinite alternate;
  animation: drift 1.5s infinite alternate;
}

.homebutton {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.homebutton img {
  max-width: 200px;
}

.title-hd-download img {
  display: flex;
}

.title-hd-download img {
  width: 80%;
  margin: auto;
}

.main-header {
  padding-top: 50px;
  padding-bottom: 151px;
}


.flex-center {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.ex {
  padding-top: 35px;
  width: auto;
  height: auto;
}

.main-content {
  padding-top: 50px;
}

a.link-download {
  text-decoration: none;
}

.btn-ex {
  padding: 5px;
  cursor: pointer;
  border-radius: 63.951px;
  border: 2.264px solid #30b0e3;
  background: linear-gradient(181deg,
      #fff 1.22%,
      #fff 38.18%,
      #bce8ff 85.4%,
      #68cbff 106.82%);
  width: 470px;
  height: 92px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 30px rgba(48, 176, 227, 0.8);
}

.btn-ex img {
  max-height: 100%;
}

button {
  transition: all 0.2s;
}

button:hover {
  transform: scale(1.05, 1.05);
}

.image-hover {
  transition: all 0.2s;
}

.image-hover:hover {
  transform: scale(1.1, 1.1);
}

.title-ex {
  text-align: left;
  margin: 0;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  color: #2e2e2e;
  font-family: "UTM Avo";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

.btn-ex.btn-ex-diver::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 61.951px;
  clip-path: polygon(35% 92%, 62% 92%, 63% 100%, 34% 100%);
  z-index: 1;
  background: #20b3e0;
}

.title-ex-android {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: #2e2e2e;
  font-family: "UTM Avo";
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.icon-download {
  position: absolute;
  right: 5%;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.send-mail {
  padding-top: 70px;
}

.btn-send-mail {
  cursor: pointer;
  width: 450px;
  display: flex;
  position: relative;
  border-radius: 77.198px;
  border: 2.733px solid #30b0e3;
  background: linear-gradient(181deg,
      #fff 1.22%,
      #fff 38.18%,
      #bce8ff 85.4%,
      #68cbff 106.82%);
  height: 74px;
  box-shadow: 0px 0px 30px rgba(48, 176, 227, 0.8);
}

.icon-email {
  max-height: 90%;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.title-send-mail {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  margin: 0;
  color: #2e2e2e;
  font-family: "UTM Avo";
  font-family: "SVN-Gilroy";
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.008px;
}

.box-partner {
  background: #02a9dc;
}

.partner {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding: 16px 0;
  max-height: 130px;
}

.solid-partner {
  background: #ffffff;
  width: 1.3333px;
}

.left-partner .link-partner {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 38px;
}

.text-partner {
  text-decoration: none;
}

.text-partner h3 {
  margin-top: 0;
  margin-bottom: 7px;
  color: #fff;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.text-partner p {
  margin: 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.position-relative {
  position: relative;
}

.right-partner {
  width: 33.33%;
}

.partner img {
  max-height: 80px;
}

.right-partner .link-partner {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.box-info {
  background-color: #ffffff;
  padding-bottom: 36px;
}

.title-info {
  padding-top: 36px;
  text-align: center;
  margin-bottom: 16px;
}

.title-info h3 {
  margin: 0;
  color: #02a9dc;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  text-transform: capitalize;
}

.intro-info {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.link-info {
  margin-bottom: 8px;
}

.link-info a {
  text-decoration: none;
  color: #02a9dc;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.info-hi88 {
  background-color: #ffffff;
  margin-top: 0;
  padding-bottom: 20px;
}

.info-content {
  display: flex;
  justify-content: space-between;
}

.left-info {
  width: 45%;
}

.left-info img {
  width: 180px;
  margin-bottom: 14px;
}

.right-info {
  width: 30%;
  display: flex;
  padding: 16.971px 0px 0px 0px;
  flex-direction: column;
  gap: 70px;
  text-align: right;
  align-items: flex-end;
}

.right-info h4 {
  margin: 0;
  color: #02a9dc;
  font-family: "Roboto";
  font-size: 24.29px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}

.right-info .list-icon {
  gap: 27px 45px;
  justify-content: flex-end;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
}

.lpfp {
  display: flex;
  align-items: flex-start;
  gap: 91.5px;
  margin: 40px 0;
}

.item-lpfp h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #02a9dc;
  font-family: "Roboto";
  font-size: 17.413px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 26.12px */
  text-transform: uppercase;
}

.item-lpfp img {
  max-width: 100%;
}

.list-mxh {
  display: flex;
  align-items: flex-start;
  gap: 33.827px;
}

.box-supplier {
  padding-top: 20px;
  width: 100%;
}

.title-supplier {
  text-align: center;
}

.title-supplier h3 {
  padding-bottom: 10px;
  margin: 0;
  color: #02a9dc;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  text-transform: capitalize;
}

.box-supplier img {
  max-width: 100%;
}

/* .link-partner:hover .text-partner h3 {
  color: #ff9900;
}
.link-partner:hover .text-partner p {
  color: #ff9900;
} */
.box-info a:hover {
  color: #ff9900;
}

.see-more:hover,
.see-scope:hover {
  color: #ff9900;
}

.left-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-item img {
  width: 90%;
}

.right-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
}

.right-item-below {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-item-below .slogan {
  width: 90%;
  padding-bottom: 10px;
}

.right-item-below .email {
  width: 40%;
}

.right-item-above {
  width: 100%;
  position: relative;
}

.right-item-title {
  position: absolute;
  width: 100%;
  height: max-content;
  text-align: center;
  z-index: 2;
}

.right-item-title img {
  width: 100%;
  max-width: 350px;
}

.right-item-main-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 30px;
  height: max-content;
  text-align: center;
}

.right-item-main-content img {
  width: 100%;
}

.right-item-main-slogan {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 80px;
  height: max-content;
  text-align: center;
}

.right-item-main-slogan img {
  width: 80%;
}

.right-item-button {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  padding: 20px 0px;
}

.right-item-button a {
  text-align: center;
}

.right-item-button a img {
  width: 80%;
  text-align: center;
}

.bottom-item {
  width: 100%;
}

.main-content {
  display: flex;
}

.main-mb-content {
  display: none;
}

@-webkit-keyframes drift {
  to {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

@keyframes drift {
  to {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

@media screen and (max-width: 1199px) {

  /* .main-header {
    padding-top: 65px;
    padding-bottom: 90px;
  } */

  .left-info {
    width: 50%;
  }

  .right-info {
    width: 38%;
  }

  .intro-info {
    padding: 0 15px;
    gap: 16px;
  }

  .link-info {
    margin-bottom: 10px;
  }

  .info-hi88 {
    padding-bottom: 0;
  }

  .link-info a {
    font-size: 18px;
    line-height: 1;
  }

  .info-content {
    padding: 0 15px;
  }

  .ex-diver {
    padding-top: 64px;
  }

  .flex-center {
    gap: 0px;
  }

  .ex img {
    width: 75%;
    height: auto;
    display: block;
    margin: auto;
  }

  .logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .partner img {
    max-height: 80px;
  }

  .lpfp {
    gap: 60px;
    padding: 0 15px;
  }

  .box-supplier img {
    max-width: 100%;
  }

  .btn-ex {
    width: 364.678px;
    height: 69.225px;
    margin: auto;
  }

  .ios-ex {
    margin-bottom: 50px;
  }

  .send-mail {
    padding-top: 10px;
  }

  .title-send-mail {
    font-size: 28px;
    letter-spacing: -0.678px;
  }

  .icon-email {
    right: 6px;
  }

  .btn-ex .icon-download {
    max-width: 47px;
    max-height: 47px;
  }

  .title-ex {
    font-size: 18px;
  }

  .title-ex-android {
    font-size: 18px;
  }

  .btn-send-mail {
    width: 310.678px;
    height: 60.225px;
    margin: auto;
  }

  .item-lpfp img {
    max-width: 100%;
  }

  .box-supplier {
    padding-top: 20px;
  }

  .right-info .list-icon {
    gap: 25px 30px;
  }

  .thum-footer {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .ex {
    padding-top: 30px;
  }

  .btn-ex {
    width: 350.678px;
    height: 69.225px;
    margin: auto;
  }

  .logo a {
    margin: auto;
    width: 80%;
    max-width: 450px;
  }

  .right-info {
    width: 45%;
  }

  .btn-send-mail {
    width: 332px;
    height: 61px;
    margin: auto;
  }

  .btn-ex .icon-download {
    max-width: 47px;
    max-height: 47px;
  }

  .title-send-mail {
    font-size: 26px;
    letter-spacing: -0.678px;
  }

  .text-partner h3 {
    font-size: 16.459px;
  }

  .text-partner p {
    font-size: 14.744px;
  }

  .partner {
    gap: 24px;
    padding: 15px 0;
  }

  .left-partner .link-partner {
    gap: 28px;
  }

  .left-partner .link-partner img,
  .right-partner .link-partner img {
    max-height: 80px;
  }

  .title-info {
    padding-top: 32px;
    margin-bottom: 16px;
  }

  .title-info h3 {
    font-size: 20px;
    line-height: 138%;
  }

  .link-info {
    margin-bottom: 10px;
  }

  .link-info a {
    font-size: 18px;
    line-height: 1;
  }

  .lpfp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20%;
    padding: 0 15px;
  }

  .box-supplier img {
    max-width: 100%;
  }

  .list-mxh {
    gap: 24px;
  }

  .item-mxh img {
    max-width: 40px;
    height: auto;
  }

  .right-item-button {
    top: 100px;
    gap: 20px;
  }

  .right-item-button img {
    width: 80%;
  }

  .main-header {
    padding-top: 150px;
  }

  .homebutton img {
    width: 320px;
    max-width: 320px;
    padding: 10px 0px 15px;
  }
}

@media screen and (max-width: 767px) {


  .header {
    background-size: 100% 100%;
    min-height: 420px;
    height: 100%;
  }

  .container {
    width: 100%;
  }

  .logo a {
    width: 70%;
    max-width: 300px;
  }

  .main-header {
    padding-top: 40px;
    padding-bottom: 55px;
    padding-top: 10px;
    width: 90%;
  }

  .icon-email {
    right: 5px;
  }

  .ex-diver {
    padding-top: 60px;
  }

  .ios-ex {
    margin-bottom: 30px;
  }

  .send-mail {
    padding-top: 70px;
  }

  .flex-center {
    display: block;
  }

  .partner {
    gap: 16.459px;
    padding: 5px 15px;
  }

  .left-partner .link-partner {
    gap: 10px;
  }

  .text-partner h3 {
    font-size: 16px;
  }

  .text-partner p {
    font-size: 13px;
  }

  .left-partner .link-partner img {
    max-height: 60px;
  }

  .right-partner .link-partner img {
    max-height: 36px;
  }

  .box-info {
    display: none;
  }

  .info-hi88 {
    display: none;
  }

  .box-supplier {
    display: none;
  }

  .footer {
    background-image: url("../image/bg-footer.svg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lpfp {
    margin: 0;
    padding-top: 34px;
    padding-bottom: 40px;
    gap: 8%;
  }

  .item-lpfp img {
    max-width: 100%;
  }

  .list-mxh {
    gap: 5px;
  }

  .item-mxh img {
    max-width: 70%;
    height: auto;
  }

  .item-lpfp h3 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn-ex .icon-download {
    max-width: 47px;
    max-height: 47px;
  }

  .btn-send-mail {
    width: 300px;
    height: 58px;
    margin: auto;
  }

  .title-send-mail {
    font-size: 24px;
    left: 40%;
    top: 50%;
    transform: translate(-45%, -50%);
  }


  .main-content {
    display: none;
  }

  .main-mb-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
  }

  .right-item-above {
    margin-top: 10px;
    width: 100%;
    display: block;
    height: 250px;
    margin-bottom: 15px;
  }

  .right-item-below {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }

  .right-item-title {
    display: flex;
    justify-content: center;

  }

  .right-item-title img {
    width: 60%;
  }

  .right-item-main-content {
    top: 20px;
  }

  .right-item-main-slogan {
    top: 60px;
  }

  .right-item-button {
    top: 70px;
    gap: 10px;
  }

  .right-item-below .slogan {
    width: 110%;
    padding-left: 5px;
  }

  .right-item-below .email {
    width: 80%;
  }

  .homebutton img {
    width: 170px;
    padding: 0px;
  }

}

@media screen and (max-width: 374px) {
  .main-header {
    padding-top: 10px;
    width: 200px;
  }

  .btn-ex {
    width: 85%;
    max-height: 69px;
    margin: auto;
  }

  .title-ex {
    font-size: 14.69px;
  }

  .title-ex-android {
    font-size: 14.69px;
  }

  .btn-send-mail {
    width: 80%;
    height: 48px;
    margin: auto;
  }

  .title-send-mail {
    font-size: 20px;
  }

  .btn-ex .icon-download {
    max-width: 40px;
    max-height: 40px;
  }

  .left-partner .link-partner {
    gap: 8px;
  }

  .partner {
    gap: 10.459px;
    padding: 5px 0;
  }

  .text-partner p {
    font-size: 11.744px;
  }

  .text-partner h3 {
    font-size: 13.459px;
  }
}