*,
html {
  box-sizing: border-box;
}

body {
  position: relative;
  background-image: url(./../img/bg-chuyen-doi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dp-pc {
  display: block;
}

.dp-mb {
  display: none;
}

.bg-pc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.image-center {
  max-width: 440px;
  height: auto;
}

.image-center img {
  width: 100%;
  height: auto;
}

.wp-right img {
  width: 100%;
}

.hover-link {
  transition: 0.5s all;
}

.hover-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.wp-app1 {
  display: none;
}

@-webkit-keyframes drift {
  to {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

@media screen and (max-width: 1600px) {
  .image-center {
    max-width: 420px;
  }
}

@media screen and (max-width: 1440px) {
  .image-center {
    max-width: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    max-width: 320px;
  }

  .wp-right img {
    margin-top: -20px;
    max-width: 450px;
  }

  .title-redirect {
    padding: 20px 0px 15px;
    font-size: 30px;
  }

  .layout-download .wp-left .text-content h2 {
    font-size: 20px;
  }

  .layout-download .wp-left .text-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #container {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
  }

  .list-link {
    gap: 2.8rem;
  }

  .title-redirect {
    padding: 25px 0px 12px;
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) {
  .list-link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  /* .link-item:last-child {
    display: none !important;
  } */
}

@media screen and (max-width: 767px) {
  #container {
    padding: 0px;
  }

  .list-link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  /* .link-item:nth-last-child(2) {
    display: none !important;
  } */

  .logo {
    max-width: 200px;
  }

  .image-center {
    max-width: 400px;
  }

  .list-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 3.5rem;
  }

  .reload_btn {
    width: 300px;
    height: 45px;
    padding: 0 17px;
  }

  .cskh_btn {
    width: 300px;
    height: 45px;
  }

  .icon-speedtest {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  body {
    /* background-image: url(./../img/bg-chuyen-doi-mb.png); */
    background-image: none;
  }

  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }

  .layout-download .wp-left .text-content {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .layout-download .wp-left .text-content p {
    font-size: 3.5vw;
  }

  .wp-app {
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
  }

  .wp-app1 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    margin-top: 30px;
  }

  .app-image,
  .download {
    width: 50%;
  }

  .app-image img {
    width: 100%;
  }

  .list-link {
    gap: 4.5rem;
    row-gap: 1.8rem;
  }
}

@media screen and (max-width: 425px) {
  .image-center {
    max-width: 300px;
  }

  .list-link {
    margin-top: 0rem;
    margin-bottom: 0rem;
    gap: 3.5rem;
    row-gap: 1.5rem;
  }

  .speed-item img {
    width: 70px;
    height: 70px;
  }

  .svg-list-bg .svg-item {
    transform-origin: center 49px !important;
  }
}

@media screen and (max-width: 374px) {
  .logo {
    max-width: 190px;
  }

  .list-link {
    gap: 2.5rem;
  }
}
