body {
  margin: 0;
  background-image: url("./../assets/images/bg-hi88-cskh.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  color: #08497B;
  position: relative;
}

.wp-gif {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 30px;
  bottom: 50px;
  z-index: 1;
}

.wp-gif1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 30px;
  bottom: 200px;
  z-index: 1;
}

.wp-gif img,
.wp-gif1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-gif button {
  position:fixed;
  left: 115px;
  bottom: 140px;
  width: 15px;
  height: 15px;
  z-index: 999;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
}

.wp-gif1 button {
  position:fixed;
  left: 115px;
  bottom: 290px;
  width: 15px;
  height: 15px;
  z-index: 999;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
}



a {
  text-decoration: none;
  color: #08497B
}

.dp-pc {
  display: block;
}

.dp-mb {
  display: none;
}

.container {
  max-width: 1200px !important;
}

.bg-image-body {
  background-image: url("./../assets/images/bg-body.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}

.justify-items-center {
  justify-items: center;
}

header {
  display: flex;
  justify-content: center;
}

.header-main {
  padding-top: 10px;
  max-height: 140px;
  max-width: 490px;
  width: 100%;
  height: auto;
  display: flex;
}

.header-main .container {
  max-width: 1700px;
}

.center-header {
  margin-top: 8px;
  padding-bottom: 4px;
}

.left-header {
  max-height: 100%;
}

.left-header,
.right-header {
  padding-top: 10px;
}

.image-daisu {
  max-height: 100%;
}

.img-daisu {
  height: 100%;
  width: auto;
  max-height: 100%;
}

.logo {
  display: flex;
  justify-content: center;
  height: 100%;
}

.logo-image {
  margin: auto;
  height: 100%;
  display: flex;
}

.logo-image img {
  height: 100%;
  width: auto;
}

/* Edit css */

.btn-register-login {
  padding: 4px 10px;
  border-radius: 19.267px;
  border: 1.752px solid #25abe0;
  background: #fff;
  box-shadow: 0px 3.50309px 3.50309px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.btn-register,
.btn-login {
  color: #00b7ff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.banner {
  padding-top: 150px;
}

.image-title {
  max-width: 50%;
  margin: auto;
  width: 100%;
}

.line-adderss {
  margin: auto;
  width: 100%;
  max-width: 820px;
}

.main-content {
  background: linear-gradient(180deg,
      rgba(96, 219, 255, 0.28) -6.56%,
      rgba(24, 203, 255, 0.07) 1.91%,
      rgba(96, 219, 255, 0.09) 34.48%,
      rgba(221, 247, 255, 0.12) 99.91%);
}

.list-btn-function {
  align-items: end;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  row-gap: 15px;
  height: 95%;
  padding: 0px 10px 0px 0px;
}

.list-btn-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
}

.btn-function-sp {
  border-radius: 30px;
  display: flex;
  height: 100%;
  position: relative;
  min-height: 140px;
  border: 2px solid #0489C0;
  box-shadow: 1.79497px 2.82066px 5.12848px rgba(122, 126, 128, 0.41);
  background: linear-gradient(180deg,
      hsl(193deg 100% 98%) 0%,
      hsl(194deg 98% 97%) 11%,
      hsl(194deg 98% 96%) 22%,
      hsl(194deg 98% 95%) 33%,
      hsl(194deg 98% 94%) 44%,
      hsl(194deg 98% 94%) 56%,
      hsl(195deg 99% 93%) 67%,
      hsl(195deg 99% 92%) 78%,
      hsl(195deg 100% 91%) 89%,
      hsl(195deg 100% 90%) 100%);
  transition: background 1s;
}

.btn-function-sp:hover {
  animation: changeBg 2s linear;
}

.ct-sp-nut {
  /* margin: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  cursor: pointer;
  gap: 5px;
  border-radius: 45px;
  height: 83%;
  align-items: center;
  justify-content: center; */
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.icon-image {
  display: flex;
  height: 60%;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.icon-image img {
  height: 60%;
  width: auto !important;
}

.text-sp {
  text-transform: uppercase;
  color: #26A9E0;
  text-shadow: 0px 3.786px 3.786px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-top: 10px;
  justify-content: center;
}

.btn-right-sp {
  padding: 4px;
  border-radius: 7.779px;
  border: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: linear-gradient(180deg,
      hsl(217deg 100% 50%) 0%,
      hsl(212deg 100% 50%) 11%,
      hsl(208deg 100% 50%) 22%,
      hsl(205deg 100% 50%) 33%,
      hsl(201deg 100% 50%) 44%,
      hsl(198deg 100% 50%) 56%,
      hsl(195deg 100% 50%) 67%,
      hsl(192deg 100% 50%) 78%,
      hsl(190deg 100% 50%) 89%,
      hsl(186deg 99% 50%) 100%);
}

.btn-label .text-sp {
  color: #fff;
}

.btn-right-sp .text-sp {
  padding-bottom: 0px;
}

.vip-area .text {
  font-size: 18px;
  padding: 10px 0px;
}

.vip-area:hover {
  animation: changeBg 2s linear;
}

.bg-product {
  padding: 4px;
  border-radius: unset;
  border: none;
  background-image: url("./../assets/images/backgroud-product-2.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-right-sp.btn-label {
  width: 40.5%;
  margin: auto;
  margin-bottom: -35px;
  padding: 8px;
  border: none;
}

.btn-right-bottom.btn-pd-top {
  padding-top: 3.2rem !important;
}

.grid-columns-4 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.btn-right-bottom {
  margin-top: 10px;
  padding: 50px 20px 27px;
  max-height: 165px;
}

.btn-product {
  border-radius: 5.969px;
  border: 1.854px solid #fff;
  background-color: #fff;
  box-shadow: 0px 3.707px 3.707px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 5.5px 0;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
}

@keyframes changeBg {
  0% {
    background-position: 10% 0%;
  }

  50% {
    background-position: 91% 100%;
  }

  100% {
    background-position: 10% 0%;
  }
}

/* Download App Section */

.item-right-download {
  padding: 4px;
  border-radius: unset;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  gap: 10px;
}

.item-right-download .iphone-image,
.item-right-download .btn-download {
  width: 50%;
}

.item-right-download .iphone-image img {
  width: 95%;
}

.item-right-download .btn-download {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-right-download .btn-download img {
  width: 100%;
}

.btn-contact {
  background-image: url(./../assets/images/bg-contact.png);
  background-size: 100% 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-item {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  align-items: center;
}

.icon-contact {
  width: 30px;
}

/* End Email Section */
.highlight {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.support-sub-title {
  font-weight: 700;
  color: #006719;
  font-size: 23.5px;
  padding-bottom: 5px;
  text-align: center;
}

.support-sub-title row {
  align-items: center;
}


.highlight-color {
  color: #08497B !important;
}

/* End Email Section */

/* Section Flatform */

.product-list {
  display: flex;

}

.product-item {
  cursor: pointer;
}

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

.product-item .thumb-nail {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  margin-bottom: 5px;
}

.btn-right-bottom {
  padding: 58px 40px 44px 40px;
}

.btn-right-bottom.btn-pd-top {
  padding-top: 2.2rem !important;
}

.title-service {
  background: linear-gradient(180deg,
      hsl(198deg 75% 51%) 0%,
      hsl(198deg 78% 51%) 11%,
      hsl(198deg 80% 51%) 22%,
      hsl(198deg 83% 51%) 33%,
      hsl(198deg 86% 51%) 44%,
      hsl(198deg 89% 51%) 56%,
      hsl(198deg 92% 51%) 67%,
      hsl(198deg 94% 51%) 78%,
      hsl(197deg 97% 50%) 89%,
      hsl(197deg 100% 50%) 100%);
  border-radius: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px 6px;
  margin: auto;
  border: 1px solid #fff;
}

.slick-next,
.slick-prev {
  position: relative;
}

.slick-prev::before {
  content: url(./../assets/images/arraw-prev.png) !important;
  position: relative;
  z-index: 100000;
  left: 2px;
  top: -10px;
  height: 20px;
  width: 20px;
}

.slick-next::before {
  content: url(./../assets/images/arraw-next.png) !important;
  position: relative;
  z-index: 100000;
  right: 0px;
  top: -10px;
  height: 20px;
  width: 20px;
}

/* End Flatform */

/* Redirect Section */
.redirect-area {
  margin-top: 2.5vh;
  margin-left: auto;
  margin-right: auto;
}

.btn-redirect-ct {
  gap: 100px;
}

.btn-redirect-ct .des-speed {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.btn-redirect-ct .des-speed img {
  width: 25px;
  height: 30px;
}

.des-speed {
  cursor: pointer;
  color: #fff;
  border: 2px solid #26A9E0;
  background: linear-gradient(180deg,
      hsl(198deg 100% 50%) 0%,
      hsl(199deg 100% 57%) 11%,
      hsl(200deg 100% 61%) 22%,
      hsl(200deg 100% 64%) 33%,
      hsl(199deg 100% 66%) 44%,
      hsl(199deg 100% 69%) 56%,
      hsl(199deg 100% 71%) 67%,
      hsl(198deg 100% 73%) 78%,
      hsl(198deg 100% 75%) 89%,
      hsl(197deg 100% 77%) 100%);
  width: 100%;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 10px 0px;
  transition: 0.5s;
  font-weight: 700;
}

/* End Redirect Section */
.text-link {
  color: #fff;
  text-shadow: 0px 3.457px 3.457px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 19.016px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.text-info-main {
  color: #fff;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
}

.text-info-main:hover {
  color: #000;
}

.border-radius-3 {
  border-radius: 16px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.linkhover {
  transition: 0.5s;
}

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

.item-right-download.dp-mb {
  display: none;
}


@media screen and (max-width: 1199px) {
  .center-header {
    max-width: 50%;
  }

  .btn-register-login {
    padding: 4px 12px;
  }

  .btn-contact {
    padding: 15px 15px;
  }

  .icon-contact {
    width: 25px;
  }

  .contact-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .center-header {
    max-width: 50%;
  }

  .right-header {
    max-width: 25%;
  }

  .btn-register,
  .btn-login {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .partner-item-text {
    display: none;
  }

  .intro-info {
    justify-content: space-around;
  }

  .contact-item {
    font-size: 14px;
  }
}

.flex-column {
  display: flex !important;
  align-items: stretch;
}

.wp-form-mp {
  display: none;
}

.handle {
  display: none;
}

/* Section Middle */

.wp-middle {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-top: 20px;
}

.item-right-sp {
  width: 50%;
}

.product-list {
  justify-content: space-between;
}

/* End Section Middle */

/* Media 1200px */
@media screen and (max-width: 1200px) {
  header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .list-btn-function {
    padding: 0px;
    gap: 10px;
    row-gap: 15px;
  }

  .wp-middle {
    gap: 30px;
    margin-top: 20px;
  }

  .download-text.item {
    max-width: 160px;
  }

  .support-sub-title,
  .highlight {
    font-size: 18px;
  }

  .btn-right-bottom {
    padding: 58px 40px 44px 40px;
  }
}

/* Media 1100px */
@media screen and (max-width: 1100px) {
  .title-service {
    font-size: 11px;
  }

  .download-app.item {
    gap: 10px;
  }
}

/* Media 1024px */
@media screen and (max-width: 1024px) {

  .btn-register-login {
    padding: 4px 8px;
  }

  .support-sub-title,
  .highlight {
    font-size: 14px;
  }

  .download-text.item {
    max-width: 140px;
  }

  .title-service {
    font-size: 11px;
  }

  .download-app.item {
    gap: 10px;
  }

  .title-app {
    font-size: 9px;
  }

  .item-right-download {
    gap: 10px;
  }

  .text-sp {
    font-size: 13px;
  }

  .title-service {
    width: 95%;
    font-size: 8px;
  }

  .btn-function-sp {
    min-height: 120px;
  }

  .btn-right-bottom {
    max-height: 155px;
  }

  .btn-redirect-ct {
    gap: 15px;
  }

  .des-speed {
    font-size: 18px;
  }
}

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

  *,
  body {
    position: relative;
  }

  body {
    margin: 0;
    background-image: url("./../assets/images/bg-hi88-cskh-mb.png");
  }

  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }

  .header-main {
    max-height: unset;
    min-height: unset;
    height: auto;
    margin-bottom: 15px;
    width: unset;
  }

  .logo {
    max-width: 170px;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto !important;
  }

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

  .wp_img--size {
    display: flex;
    justify-content: center;
  }

  .text.error {
    text-align: center;
  }

  .list-btn-function {
    padding-bottom: 16px;
    padding-top: 14px;
    padding-left: 0px;
    padding-right: 0px;
    row-gap: 10px;
  }

  .btn-function-sp {
    height: 93px;
    padding: 7px;
    max-height: 120px;
    justify-content: center;
    min-height: 23vw;
    border-radius: 15px;
  }

  .icon-image {

    max-width: 50%;
    max-height: 55%;
    width: auto;
  }

  .icon-image img {
    height: 80%;
    width: auto !important;
  }

  .ct-sp-nut {
    position: absolute;
    top: 0%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    gap: 0px;
    border-radius: 25px;
  }

  .text-sp {
    font-size: 12px;
    -webkit-text-stroke: unset;
    font-weight: 700;
    padding-top: 5px;
    height: 40%;
    display: flex;
    align-items: center;
  }

  .title-service {
    font-size: 2.1vw;
    max-width: 20vw;
  }

  .btn-right-bottom.btn-pd-top {
    padding-top: 2.7rem !important;
  }

  .btn-right-bottom {
    max-height: 180px;
    padding: 58px 20px 44px 20px;
  }

  .support-sub-title,
  .highlight {
    font-size: 3.65vw;
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .size-small {
    font-size: 3.3vw;
  }

  .text-info-main {
    font-size: 14px;
    font-weight: 700;
  }

  .border-radius-3 {
    border-radius: 8px;
  }

  .title-content h2 {
    font-size: 28px;
  }

  .text-content {
    font-size: 18px;
    line-height: 1.4;
  }

  .right-header {
    display: none;
  }

  .text-notification {
    display: none;
  }

  .logo {
    height: 100%;
  }

  .logo-image img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }

  .text-notification {
    padding-top: 2px;
  }

  #scroll_news {
    margin-left: 30px !important;
  }

  .running-text {
    font-size: 14px;
  }

  header {
    height: 85px;
  }

  .banner {
    padding-top: 105px;
  }

  .logo-image {
    width: 180px;
  }

  .image-title {
    max-width: 100%;
    margin-top: 20px;
  }

  .center-header {
    margin-top: 3px;
    padding-bottom: 3px;
    margin: auto;
  }

  .item-right-download.pd-pc {
    display: none;
  }

  .item-right-download.dp-mb {
    display: flex !important;
    margin-top: 10px;
  }

  .item-right-download .iphone-image img {
    width: 100%;
  }

  .redirect-area {
    margin-top: 2.5vh;
  }

  .redirect-area .wp-mb {
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn-redirect-ct {
    flex-wrap: wrap;
    gap: 5px;
  }

  .des-speed {
    margin: 3px 0px;
    font-size: 4vw;
    width: 32%;
    line-height: 2;
  }

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

  /* Download */
  .wp-middle {
    flex-direction: column;
    gap: 15px;
    margin-top: 5px;
  }

  .item-right-sp {
    width: 100%;
  }

  .product-item {
    cursor: pointer;
    width: 25%;
  }

  .btn-right-sp.btn-label {
    margin-bottom: -30px;
  }

  .wp-gif {
    position: fixed;
    width: 80px;
    height: 80px;
    left: unset;
    right: 0px;
    bottom: 80px;
  }
  
  .wp-gif button {
    position: fixed;
    width: 10px;
    height: 10px;
    left: unset;
    right: 5px;
    bottom: 140px;
  }

  
  .wp-gif1 {
    position: fixed;
    width: 80px;
    height: 80px;
    left: unset;
    right: 0px;
    bottom: 170px;
  }
  
  .wp-gif1 button {
    position: fixed;
    width: 10px;
    height: 10px;
    left: unset;
    right: 5px;
    bottom: 140px;
  }
  .wp-gif1 button {
    position: fixed;
    width: 10px;
    height: 10px;
    left: unset;
    right: 5px;
    bottom: 220px;
  }
  
}

@media screen and (max-width: 474px) {
  .btn-right-bottom.btn-pd-top {
    padding-top: 2rem !important;
  }

  .product-item .thumb-nail {
    max-width: 17vw;
    max-height: 17vw;
  }

  .btn-right-sp.btn-label {
    padding: 4px;
  }

  .btn-function-sp {
    padding: 5px;
  }

  .logo-image {
    width: 165px;
  }

  .btn-right-bottom {
    max-height: 35vw;
  }

  .btn-redirect-ct .des-speed {
    gap: 8px;
  }

  .btn-redirect-ct .des-speed img {
    width: 5vw;
    height: 5.2vw;
  }
}

@media screen and (max-width: 374px) {
  .text-download {
    font-size: 18px;
  }

  .btn-right-bottom {
    max-height: 38vw;
  }
}

@media screen and (max-width: 340px) {
  .text-sp {
    font-size: 11px;
  }

  .text-link {
    font-size: 14px;
  }
}