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

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: 0px;
  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: 90%;
}

.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%);
}
.feature-section {
  align-items: center;
}
.list-btn-function {
  align-items: end;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 20px;
  height: 90%;
  padding: 0px 10px 0px 0px;
}

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

.btn-function-sp {
  border-radius: 35px;
  display: flex;
  height: 100%;
  position: relative;
  min-height: 140px;
  border: 1px solid #108b2f;
  box-shadow: 1.79497px 2.82066px 5.12848px rgba(122, 126, 128, 0.41);
  background: linear-gradient(180deg,
      hsl(0deg 0% 100%) 0%,
      hsl(130deg 100% 100%) 11%,
      hsl(130deg 100% 99%) 22%,
      hsl(130deg 100% 99%) 33%,
      hsl(130deg 100% 98%) 44%,
      hsl(130deg 100% 98%) 56%,
      hsl(131deg 100% 97%) 67%,
      hsl(131deg 100% 97%) 78%,
      hsl(131deg 100% 96%) 89%,
      hsl(131deg 100% 96%) 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: 90%;
  align-items: center;
  justify-content: center;
}

.icon-image {
  display: flex;
  margin: auto;
  margin-bottom: 5px;
  max-width: 40%;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}

.text-sp {
  text-transform: uppercase;
  color: #006719;
  text-shadow: 0px 3.786px 3.786px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  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: linear-gradient(180deg,
      hsl(148deg 100% 26%) 0%,
      hsl(146deg 100% 27%) 11%,
      hsl(145deg 100% 28%) 22%,
      hsl(144deg 100% 29%) 33%,
      hsl(143deg 100% 30%) 44%,
      hsl(142deg 100% 31%) 56%,
      hsl(140deg 100% 32%) 67%,
      hsl(139deg 100% 33%) 78%,
      hsl(137deg 98% 35%) 89%,
      hsl(135deg 92% 37%) 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 {
  /* background: #fff; */
  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;
}

.btn-right-feature {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  gap:20px;
}
.item-right-download .iphone-image {
  width: 50%;
}

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

.hotline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hotline img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.item-right-download .btn-download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

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

/* 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;
}


.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-image: url(./../assets/images/btn-service-2.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #006719;
  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/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: 50px;
}

.des-speed {
  cursor: pointer;
  color: #006719;
  border: 2px solid #006719;
  background: linear-gradient(180deg,
      hsl(0deg 0% 100%) 0%,
      hsl(130deg 100% 100%) 11%,
      hsl(130deg 100% 99%) 22%,
      hsl(130deg 100% 99%) 33%,
      hsl(130deg 100% 98%) 44%,
      hsl(130deg 100% 98%) 56%,
      hsl(131deg 100% 97%) 67%,
      hsl(131deg 100% 97%) 78%,
      hsl(131deg 100% 96%) 89%,
      hsl(131deg 100% 96%) 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;
}

.icon-freecode {
  position: fixed;
  bottom: 50px;
  left: 40px;
  width: 150px;
  height: auto;
  z-index: 999;
}

.icon-freecode .icon-gift-code {
  width: 100%;
  height: auto;
}

.icon-close-gift-code {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -20px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgb(0, 103, 25);
}

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

/* 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;
  }

  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }


  .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: 85px;
    padding: 7px;
    max-height: 120px;
    justify-content: center;
    min-height: 20vw;
  }

  .icon-image {
    margin-top: 2px;
    margin-bottom: 0px;
    max-width: 50%;
    max-height: 8vw;
    width: auto;
  }

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

  .ct-sp-nut {
    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.btn-pd-top {
    padding-top: 2.7rem !important;
  }

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


  .support-sub-title {
    border: 1px solid #006719;
    border-radius: 10px;
    font-size: 3.65vw;
    margin-top: 10px;
    padding: 10px 0px;
  }

  .highlight {
    font-size: 4vw;
    margin-top: 10px;
    padding: 10px 0px;
  }
  .highlight-color {
    font-size: 3.5vw;
    color: #006719 !important;
  }

  .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: 95%;
    margin-top: 20px;
  }

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

  .btn-function-sp {
    border-radius: 25px;
  }

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

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

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

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

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

  .icon-freecode {
    bottom: 15px;
    left: 15px;
    width: 120px;
  }
}

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

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