@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}

@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;
  background-image: url("../../assets/image/bg-taiapp.png");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  height: 100%;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 100px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

a {
  cursor: pointer;
}

.dp-pc {
  display: block !important;
}

.dp-mb {
  display: none !important;
}

.pd-layout {
  padding: 0px 15px;
  box-sizing: border-box;
}

.logo {
  display: flex;
}

.logo a {
  margin: auto;
  width: 60%;
  max-width: 500px;
}

.logo img {
  width: 100%;
}

.homebutton {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

.homebutton img {
  max-width: 220px;
}

.title-hd-download img {
  display: flex;
}

.title-hd-download img {
  width: 80%;
  margin: auto;
}

.main-header {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.flex-center {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.main-content {
  padding-top: 10px;
}

a.link-download {
  text-decoration: none;
}


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);
}

.icon-download {
  position: absolute;
  right: 5%;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-email {
  max-height: 90%;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.position-relative {
  position: relative;
}

.left-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.left-item img {
  width: 100%;
}

.left-item .slogan-app-phone {
  width: 100%;
}

.left-item .slogan-app-phone .slogan-left-top {
  width: 60%;
  margin-bottom: 10px;
}

.left-item .slogan-app-phone .slogan-left-bottom {
  width: 90%;
}

.right-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
}

.right-item-below {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 78%;
}

.right-item-above .dp-mb {
  display: none !important;
}

.right-item-below .slogan {
  width: 90%;
  padding-bottom: 20px;
}

.right-item-below .email {
  width: 50%;
}

.right-item-above {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.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: 90px;
  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: 15px;
  padding: 15px 0px;
}

.right-item-button a {
  text-align: center;
}

.right-item-button a img {
  width: 80%;
  text-align: center;
}

.instruct {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
  margin-bottom: 80px;
}

.bottom-item {
  width: 100%;
}

.main-content {
  display: flex;
}

.main-mb-content {
  display: none;
}

.hover-link {
  transition: 0.5s all;
}

.hover-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@-webkit-keyframes drift {
  to {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

@keyframes drift {
  to {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

/* Section Instruct */

.instruct .title-section {
  max-width: 580px;
  width: 100%;
  margin: auto;
}

.instruct .title-section img {
  width: 100%;
}

.title-sub {
  width: auto;
  padding: 30px 0px;
}

.slick-initialized .slick-slide {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.step-ios {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.step-ios img {
  width: 100%;
  height: auto;
}

.slick-next {
  right: 30px;
  z-index: 100;
  opacity: 1;
}

.slick-prev {
  left: 10px;
  z-index: 100;
  opacity: 1;
}

.slick-prev::before {
  content: url(./../image/left.svg) !important;
  position: relative;
  z-index: 100000;
  left: -40px;
  top: -10px;
  height: 20px;
  width: 20px;
}

.slick-next::before {
  content: url(./../image/right.svg) !important;
  position: relative;
  z-index: 100000;
  right: -45px;
  top: -10px;
  height: 20px;
  width: 20px;
}


/* End Section Instruct */

@media screen and (max-width: 1300px) {
  .list-instruct-ios {
    width: 92%;
    margin: auto;
  }
}

@media screen and (max-width: 1199px) {

  .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;
  }


  .flex-center {
    gap: 0px;
  }

  .logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .icon-email {
    right: 6px;
  }
}

@media screen and (max-width: 1100px) {
  .instruct {
    top: 300px;
  }
}

@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: 350px;
  }

  .right-info {
    width: 45%;
  }

  .right-item-button {
    top: 100px;
    gap: 10px;
  }

  .right-item-button img {
    width: 80%;
  }

  .homebutton img {
    width: 180px;
    max-width: 320px;
    padding: 5px 0px 10px;
  }

  .right-item-main-slogan {
    top: 80px;
  }

  .homebutton {
    padding-top: 20px;
  }

  .main-content {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .dp-pc {
    display: none !important;
  }

  .dp-mb {
    display: block !important;
  }

  .list-instruct-ios {
    width: 100%;
    padding-bottom: 30px;
    display: none !important;
    height: 0;
    transition: 0.3 ease-in-out;
  }

  .list-instruct-ios.active {
    display: grid !important;
    height: auto;
  }

  body {
    overflow: unset;
  }

  .header {
    padding-bottom: 10px;
  }

  .main-header {
    padding-left: 0px;
    padding-right: 0px;
  }

  .logo a {
    width: 100%;
    max-width: 767px;
  }

  .left-item,
  .right-item {
    width: 100%;
  }

  .right-item {
    align-items: center;
  }

  .container {
    width: 100%;
  }

  .main-header {
    padding-bottom: 10px;
    padding-top: 0px;
    width: 100%;
  }

  .left-item .slogan-app-phone {
    text-align: center;
  }

  .right-item-above .dp-mb {
    display: block !important;
  }

  .instruct {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }

  .left-item img {
    width: 70%;
    margin: auto;
    display: flex;
  }

  .right-item-above {
    height: 27vw;
  }

  .left-item img {
    width: 100%;
  }

  .icon-email {
    right: 5px;
  }

  .flex-center {
    display: block;
  }

  .main-mb-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
  }

  .right-item-above {
    margin-top: 10px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .right-item-below {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    max-width: 220px;
    padding-top: 0px;
  }

  .right-item-below .slogan,
  .right-item-title img,
  .right-item-main-slogan,
  .right-item-main-content {
    display: none;
  }

  .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: 0px;
    gap: 10px;
    padding: 8px 0px;
  }

  .right-item-below .slogan {
    width: 110%;
    padding-left: 5px;
  }

  .right-item-below .email {
    width: 100%;
  }

  .homebutton img {
    width: 38vw;
    padding: 0px;
  }

  .list-instruct-ios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .step-ios {
    max-width: 380px;
  }

  .title-sub {
    padding: 15px 0px;
  }

  .btn-download-mb {
    width: 100%;
    height: auto;
  }

  .btn-download-mb img {
    width: 100%;
    height: auto;
  }

  .backtotop {
    position: fixed;
    bottom: 3%;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none !important;
  }

  .backtotop.active {
    display: block !important;
  }

  .backtotop img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 425px) {

  .right-item-button a img {
    width: 90%;
  }
}

@media screen and (max-width: 374px) {
  .btn-ex {
    width: 85%;
    max-height: 69px;
    margin: auto;
  }

  .title-ex {
    font-size: 14.69px;
  }

  .title-ex-android {
    font-size: 14.69px;
  }
}