body {
  margin: 0;
  /* background-image: url("./../assets/images/bg-body.jpg"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  color: #dc0714;
}

a {
  text-decoration: none;
  color: #dc0714
}

.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 {
  max-height: 136px;
  /* background: radial-gradient(153.87% 153.87% at 50% -53.87%,
        rgba(185, 235, 255, 0.88) 8.33%,
        rgba(211, 243, 255, 0.61) 68.14%,
        #8bdeff 100%); */
  background-color: #ffffff;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 130px;
  z-index: 99;
  border-bottom-left-radius: 70px !important;
  border-bottom-right-radius: 70px !important;
}

.header-main {
  padding-top: 8px;
  max-height: 120px;
  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: 90%;
}

.logo-image {
  margin: auto;
  height: 100%;
  display: flex;
}

.logo-image img {
  height: 100%;
  width: auto;
}

.main-notification {
  background-color: #25aae1;
}

.text-notification {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

/* .form-search {
  margin-bottom: 20px;
} */

.input-text {
  width: 100%;
  border-radius: 19px;
  border: 1px solid #25abe0;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: rgba(152, 152, 152, 0.3);
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 20px;
  padding-right: 60px;
}

.input-text:focus-visible {
  outline: 0.5px solid #0daae7;
}

.nut-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: transform 0.2s ease-in-out;
  border: unset;
  padding: 0px 5px;
}

.nut-search svg {
  width: 24px;
}

.btn.nut-search:active {
  border: unset;
}

.btn.nut-search:active svg path,
.btn.nut-search:hover svg path {
  fill: #25a9df;
}

/* Edit css */

.btn-register-login {
  /* padding: 4px 10px; */
  border-radius: 19.267px;
  border: 1.752px solid #dc0714;
  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: #dc0714;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}

.banner {
  padding-top: 150px;
}

.image-title {
  max-width: 80%;
  margin: auto;
  width: 100%;
}

/* .image-title h1 {
  font-size:23px;
  font-weight: bold;
} */

.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(3, 1fr);
  gap: 15px;
  row-gap: 35px;
  height: 100%;
  padding: 0px 10px 0px 0px;
}

.list-btn-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
}

.btn-function-sp {
  border-radius: 45px;
  display: flex;
  height: 100%;
  position: relative;
  min-height: 175px;
  border-bottom: 3px solid #b9b9b9c9;
  box-shadow: 1.79497px 2.82066px 5.12848px rgba(122, 126, 128, 0.41);
  /* background: #26a8dfc9; */
  background: #dc0714;

  transition: background 1s;
}

.btn-function-sp:hover {
  animation: changeBg 2s linear;
}

.btn-function-sp:hover .text-sp {
  color: #fff;
}

.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: 90%;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
}

.ct-sp-nut:hover {
  border: 2px solid #fff;
}

.icon-image {
  display: flex;
  margin: auto;
  margin-bottom: 5px;
  max-width: 80%;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}

/* .icon-image:hover img {
    transform: scale(1.1);
  } */

.text-sp {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 3.786px 3.786px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-bottom: 20px;
}

.btn-right-sp {
  padding: 4px;
  border-radius: 7.779px;
  border: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* background: #dc0714;
  background: #dc0714; */
}

.btn-right-sp .text-sp {
  padding-bottom: 0px;
}

.vip-area .text {
  font-size: 18px;
  padding: 10px 0px;
}

.vip-area:hover {
  background: #fff;
  animation: changeBg 2s linear;
}

.btn-right-sp:hover .text {
  color: #26a8df;
}

.bg-product {
  padding: 4px;
  border-radius: unset;
  border: none;
  background-image: url("/assets/image/borderr1.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: -30px;
  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;
}

.btn-product a {
  color: #26a8df;
  text-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.25);
}

@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;
  background-image: url("./../assets/images/backgroud-app.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}

.download-text.item {
  max-width: 230px;
  width: 100%;
}

.download-app.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.download-app .qr-code {
  max-width: 115px;
  max-height: 115px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.title-app {
  width: 90%;
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 3px 0px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  color: #fff;
  background: #dc0714;
}

/* End Email Section */
.highlight {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.support-sub-title {
  font-weight: 700;
  color: #dc0714;
  font-size: 23.5px;
  padding-bottom: 5px;
  text-align: center;
}


.highlight-color {
  color: #dc0714 !important;
}

/* End Email Section */

/* End Download App Section */

/* Section Flatform */

.product-list {
  display: flex;

}

.product-item {
  cursor: pointer;
}

.product-item.dp-mb {
  display: none !important;
}

.product-item .thumb-nail {
  max-width: 91px;
  max-height: 91px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}

.btn-right-bottom {
  padding: 58px 40px 44px 40px;
}

.btn-right-bottom.btn-pd-top {
  padding-top: 2.2rem !important;
}

.title-service {
  background-color: white;
  border-radius: 15px;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #dc0714;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px 5px;
  margin: auto;
}

.slick-next,
.slick-prev {
  position: relative;
}

.slick-prev::before {
  content: url(/assets/image/arrow-left.svg) !important;
  position: relative;
  z-index: 100000;
  left: 2px;
  top: -10px;
  height: 20px;
  width: 20px;
}

.slick-next::before {
  content: url(/assets/image/arrow-right.svg) !important;
  position: relative;
  z-index: 100000;
  right: 0px;
  top: -10px;
  height: 20px;
  width: 20px;
}

/* End Flatform */

/* Redirect Section */
.redirect-area {
  margin-top: 4.5vh;
  margin-left: auto;
  margin-right: auto;
}

.btn-redirect-ct {
  gap: 50px;
}

.des-speed {
  cursor: pointer;
  color: #fff;
  border: 3px solid #ffffff;
  background: #dc0714;
  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)
}


@media screen and (max-width: 1199px) {
  .center-header {
    max-width: 50%;
  }

  /* .btn-register-login {
    padding: 4px 12px;
  } */

}

@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;
  }
}

.flex-column {
  display: flex !important;
  align-items: stretch;
}

.wp-form-mp {
  display: none;
}

.handle {
  display: none;
}

/* 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;
  }

  .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: 144px;
  }

  .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;
  }

  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }

  .handle {
    position: fixed;
    bottom: 180px;
    left: 0px;
    z-index: 99;
    height: 60px;
    width: 20px;
    display: block;
    z-index: 100;
    animation: code-pro-rung-lac 1.5s ease infinite;
  }

  .handle svg {
    width: 22px;
    height: 60px;
  }

  .handle path {
    fill: #00aae6;
  }

  .handle:after {
    speak-as: none;
    content: "";
    font-family: font-family !important;
    font-size: 45px;
    height: 2px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 6px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 3px #0084b3;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
  }

  @-webkit-keyframes code-pro-rung-lac {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
      -webkit-transform: rotate(-7deg) scale(1) skew(1deg)
    }

    20% {
      -webkit-transform: rotate(7deg) scale(1) skew(1deg)
    }

    30% {
      -webkit-transform: rotate(-7deg) scale(1) skew(1deg)
    }

    40% {
      -webkit-transform: rotate(7deg) scale(1) skew(1deg)
    }

    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
  }

  .wp-form-mp {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    background: #2e2c2b;
  }

  .nut-search svg {
    border: 2px solid #000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }

  /* .wp-form-mp .form-search {
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
    position: absolute;
    min-width: 310px;
  } */

  .input-text {
    padding: 10px 23px;
  }

  .icon-close {
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 100;
  }

  .message-rp {
    border: 1px solid #25abe0;
    background: #fff;
    margin-top: 10px;
    border-radius: 20px;
    padding: 10px;
  }

  .wp_img--size {
    display: flex;
    justify-content: center;
  }

  .text.error {
    text-align: center;
  }

  .list-btn-function {
    padding-bottom: 16px;
    padding-top: 14px;
    gap: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .btn-function-sp {
    height: 93px;
    padding: 7px;
    max-height: 120px;
    justify-content: center;
    min-height: 30vw;
  }

  .icon-image {
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 50%;
    max-height: 12vw;
    width: auto;
  }

  .icon-image img {
    height: 100%;
    width: auto !important;
  }

  .ct-sp-nut {
    position: unset;
    transform: unset;
    margin: unset;
    max-width: 100%;
    height: 100%;
    width: 100%;
    gap: 0px;
    border-radius: 25px;
  }

  .text-sp {
    padding-top: 6px;
    font-size: 3vw;
    -webkit-text-stroke: unset;
    font-weight: 700;
    padding-bottom: 6px;
  }

  .btn-right-sp .text-sp {
    padding-bottom: 5px;
  }

  .title-service {
    font-size: 2.1vw;
    max-width: 20vw;
  }

  .btn-right-bottom {
    max-height: 180px;
    padding: 58px 25px 44px 25px;
  }

  .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;
  }

  .header-main {
    max-height: 85px;
  }

  .logo-image {
    width: 180px;
  }

  .image-title {
    max-width: 90%;
  }
/* 
  .image-title .h1 {
    font-size:23px;
    font-weight: bold;
  } */

  .center-header {
    margin-top: 3px;
    padding-bottom: 3px;
    margin: auto;
  }

  .nut-search-form {
    margin: 15px auto auto;
    position: relative;
    top: 0;
    right: 0;
    max-width: 140px;
    border: 1.751px solid #FFF;
    font-weight: 700;
    background: #26a9e0;
    box-shadow: -4px 4.953px 23px 3px #00000040;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 8px 25px;
    height: 100%;
    cursor: pointer;
    color: #fff;
    z-index: 99;
  }

  .nut-search-form:hover,
  .nut-search-form:focus {
    background: #26a9e0;
    color: #fff;
  }

  .btn-function-sp {
    border-radius: 25px;
  }

  .item-right-download {
    display: none;
  }

  .slick-prev::before {
    content: url(/assets/image/arrow-left.svg) !important;
    left: 4px;
    top: -10px;
  }

  .slick-next::before {
    content: url(/assets/image/arrow-right.svg) !important;
    right: 4px;
    top: -10px;
  }

  .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;
  }
}

@media screen and (max-width: 474px) {
  .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;
  }
}

@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;
  }
}