html,
body {
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: 400;
  background: rgb(0, 0, 0);
}

a {
  color: white;
}

@-webkit-keyframes my {
  0% {
    color: #67d4fb;
  }

  50% {
    color: #1dcaf5;
  }

  100% {
    color: #05a8e3;
  }
}

@-moz-keyframes my {
  0% {
    color: #67d4fb;
  }

  50% {
    color: #1dcaf5;
  }

  100% {
    color: #05a8e3;
  }
}

@-o-keyframes my {
  0% {
    color: #67d4fb;
  }

  50% {
    color: #1dcaf5;
  }

  100% {
    color: #05a8e3;
  }
}

@keyframes my {
  0% {
    color: #67d4fb;
  }

  50% {
    color: #1dcaf5;
  }

  100% {
    color: #05a8e3;
  }
}

.hidden-desktop {
  display: none !important;
}

.hidden-mobile {
  display: flex !important;
}

.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #ffffff !important;
}

.text-center {
  text-align: center !important;
}

.nhapnhay {
  font-weight: bold;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: white;
}

.header {
  z-index: 3;
  position: fixed;
  width: 100%;
  /* background: black !important; */
  background: linear-gradient(to bottom, #d80000, #9a0000) !important;
  padding: 4px 0;
}

.header .nav-link {
  padding: 0;
}

.header-logo {
  width: 200px;
}

.top-banner {}

.text-shadow {
  text-shadow: 0 0 5px #d80000, 0 0 5px #d80000, 0 0 2px #d80000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.wrapper {
  font-size: 2rem;
  color: #ffffff;
  overflow-x: hidden;
}

.nav-item {
  padding: 0 0.5rem;
}

.header ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header li a,
.header li a:hover {
  color: #ffffff !important;
}

.header li:first-child {
  margin-left: 15px;
}

.header li:last-child {
  border-right: none;
}

.header-group-button {
  display: flex ; 
  margin-left: 2rem;
}

.header .header-group-button button {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 10px;
  width: 130px;
  text-transform: uppercase;
  line-height: 2.2rem;
  border-radius: 5px;
}

.header .header-group-button button:hover {
  color: #ffffff;
  border: 1px solid;
}

.header-group-button a {
  margin: 0 5px;
  text-decoration: none;
}

.header-group-button a:last-child {
  margin-right: 0px;
}

.header-menu-item {
  color: #d80000;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.header li.nav-item .nav-link {
  padding: 8px 15px;
  border-radius: 8px;
}

.header li.nav-item .nav-link.active,
.header li.nav-item .nav-link:hover {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  /* border-bottom: 3px solid #0C79A8; */
  background: linear-gradient(to bottom, #000000, #2e2e2e)
}

.header li.nav-item .nav-link:hover,
.header li.nav-item .nav-link.active {
  color: #fff !important;
}

.navbar-toggler {
  border-color: #ffffff !important;
  background: white;
}

.icon-menu-mobile {
  font-size: 2rem;
  color: #000;
}

.btn-header {
  color: #ffffff;
  border: 1px solid;
  font-weight: bold;
}

.btn-header:hover {
  color: #ffffff;
  background: linear-gradient(to bottom, #363636, #9a0000);
}

.btn-header-signup {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  border-radius: 10px;
}

.contact-tele {
  width: 100px;
  height: 100px;
  background-color: red;
}

.contact-tele {
  width: 70px;
  height: 70px;
  background-color: #0cb1e300;
  position: fixed;
  bottom: 30px;
  right: 15px;
  border-radius: 50%;
  z-index: 9999;
}

.section-banner {
  padding-top: 10.5rem;
}

.container-dl {
  margin-top: 10px;
  border-radius: 10px;
}

.container-ctdl {
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}

.icon-check {
  width: 25px !important;
  margin-right: 1rem;
}

.icon-benefit {
  font-size: 3rem;
}

.legit-icon {
  width: 50px;
}

.box-legit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.box-legit .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  background-image: repeating-linear-gradient(334deg, #23afe4, #d80000 50%);
  padding: 1rem;
  border-radius: 24px 0 24px 0;
  border: 1px solid #ffffff;
}

.box-legit .item p {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.li-item-banner {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  text-align: center;
}

.container-benefit,
.container-contact {
  border-radius: 8px;
  margin-bottom: 30px;
}

/*  Add benefit content */

.wp-content-benefit {
  padding: 25px;
  border: 1px solid #d80000;
  border-radius: 20px;
  margin-top: 30px;
}

.wp-content-benefit .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-content-benefit img {
  max-width: 230px;
  margin: auto;
  padding-top: 7px;
}

.tb-default {
  border: 1px solid #d80000;
  margin: 15px 0px;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
}

.tb-default th {
  background-color: #d80000;
  padding: 10px;
  text-align: center;
}

.tb-default td {
  color: #ffffff;
  text-align: center;
  padding: 10px;
  border: 1px solid #d80000;
      /* background-image: linear-gradient(to bottom, #d80000, #9a0000) */
  vertical-align: middle;
}

.wp-content-benefit p {
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
}

.wp-content-benefit p b {
  font-weight: 700;
}

/* End Benifit content */

/* Setting tab */

.image-tab {
  display: none;
}

.tab-item:nth-child(2) {
  background-image: url(../img/bg-tab-first.png);
  background-position: center center;
  background-size: 100% 100%;
}

.tab-item {
  border: 1px solid #d80000;
  padding: 25px 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.tab-item .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.tab-header.tab2 {
  justify-content: center;
}

.tab-item .tab-header .wp-tt {
  max-width: 550px;
  width: 100%;
}

.tab-item .tab-header .wp-tt img {
  width: 100%;
}

.sub-title {
  color: #ffffff;
  font-size: 22px;
  padding-top: 10px;
  font-weight: 700;
}

.see-more {
  color: #d80000;
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}

.see-more img {
  margin-top: 5px;
  width: 100%;
}

.tab-content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  padding: 0;
}

.tab-content.tab-active {
  opacity: 1;
  height: auto;
  transition: height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.tab-content .title {
  cursor: pointer;
}

.tab-content .item-content {
  width: 50%;
  position: relative;
}

.tab-content p {
  font-size: 16px;
}

.tab-content .item-content:last-child::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/banner-dt.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.item-content .title {
  background: #fff;
  border: 1px solid #d80000;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}

.item-content .title h2 {
  color: #d80000;
  width: 75%;
}

.item-content .title img {
  width: 43px;
  height: auto;
}

.un-active {
  margin-top: 20px;
  cursor: pointer;
}

.un-active.active {
  border-radius: 35px;
  border: 1px solid #d80000;
  border-top: none;
  background: #fff;
}

.un-active .text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  /* Ensures no content spills out */
  transition: height 0.5s ease, opacity 0.5s ease;
  padding: 0;
  /* Ensure no padding adds to the height */
}

.un-active.active .text {
  height: auto;
  /* Allows dynamic height adjustment */
  opacity: 1;
  padding: 15px;
  /* Applies padding smoothly */
  font-size: 16px;
  transition: height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.un-active .icon-show,
.un-active .icon-dt {
  height: 43px;
}

.wp-tt-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-tt-text span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.wp-tt-text img {
  max-width: 230px;
  margin: auto;
  padding-top: 7px;
}

/* List Benefit */
.list-benefit {
  display: none !important;
  gap: 30px;
  justify-content: space-between;
}

.tab-content.tab-active .list-benefit {
  display: flex !important;
}

.list-benefit .item-benifit {
  width: 25%;
}

.benifit-thumb {
  max-width: 150px;
  height: auto;
  max-height: 165px;
  margin: auto;
}

.benifit-thumb img {
  width: 100%;
}

.item-benifit .wp-title .title {
  color: #d80000;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}

.item-benifit .wp-title .text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  text-align: justify;
}

.tab-content.tab-3 {
  display: block;
}

.tab-content.tab-3 h3 {
  font-size: 18px;
  color: #d80000;
  padding: 8px 0px;
  font-weight: 500;
}

.tab-content.tab-3 p {
  font-size: 16px;
  line-height: 1.5;
}

/* List Social */
.tab-content.tab-4 {
  display: block;
  opacity: 1;
  height: auto;
}

.banner-item{
  margin-top: 3rem;
}
.list-social {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
  position: relative;
  z-index: 99;
}

.list-social .item-social {
  width: 20%;
  background: #000000;
  padding: 20px 12px;
  border: 1px solid #d80000;
  border-radius: 20px;
}

.list-social .item-social .social-thumb {
  max-width: 78px;
  width: 100%;
  height: auto;
  margin: auto;
}

.list-social .item-social .social-thumb img {
  width: 100%;
  height: 100%;
}

.item-social .h3 {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 5px 0px;
}

.btn-social {
  background: #d80000;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 700;
  width: 100%;
}

.btn-social:hover {
  color: #fff;
}

/* End Setting Tab */
.container-benefit .accordion,
.container-interest-rate .accordion {
  margin-top: 0;
}

.title-benefit,
.title-interest-rate,
.title-contact {
  font-size: 3rem;
  font-weight: 600;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #fee71b, 0 0 2px #fee71b, 0 0 2px #fee71b;
}

.title-benefit {
  color: #000;
  text-shadow: none;
}

.box-interest-rate {
  display: flex;
  justify-content: center;
}

.content-interest-rate {}

.content-interest-rate p {
  color: #000;
  line-height: 2.5rem;
  font-size: 1.8rem;
  margin-top: 1rem;
}

.content-interest-rate strong {
  font-weight: 600;
}

.list-interest-rate {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.item-interest-rate {
  border: 1px solid #d29d2b;
  padding: 2.4rem;
  width: 100%;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.percent {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

.item-interest-rate-title {
  margin-top: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
  color: #ffffff;
}

.list-p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #242424;
}

.list-p ul {
  list-style-type: circle;
}

.list-p ul li {
  margin-left: 2rem;
  color: white;
  font-size: 1.4rem;
  text-align: justify;
}

.text-red {
  color: rgb(255, 255, 255) !important;
}

.btn-interest-rate {
  display: flex;
  justify-content: center;
}

.btn-interest-rate :hover {
  opacity: 0.8;
}

.btn-interest-rate button {
  padding: 1rem 3rem;
  background-color: #d29d2b;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 2rem;
}

.section-benefit,
.section-video {
  padding: 0 1rem;
}

.box-benefit {
  margin-top: 3rem;
}

.img-benefit {
  width: 30%;
}

.img-benefit img {
  width: 70px;
  height: 70px;
}

.list-benefit {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.item-benefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
  width: 25%;
  color: #000;
}

.item-benefit h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

.item-benefit p {
  color: #000;
  line-height: 2.5rem;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: justify;
}

.content-benefit {
  margin-left: 2rem;
}

.content-benefit p {
  color: #000;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1rem;
  text-align: justify;
}

.title-content-benefit {
  font-weight: 600;
  color: #d80000 !important;
}

.table {
  margin-top: 1rem;
  color: white;
  vertical-align: middle;
}

.table thead {
  border-radius: 8px !important;
}

.table tr th {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem 0;
  background: linear-gradient(180deg, #25aae1 0%, #00aff7 54%, #25aae1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  vertical-align: middle;
}

.table tr td {
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem 0;
  color: #000;
  vertical-align: middle;
}

.table thead tr {
  background: linear-gradient(180deg,
      rgb(255 255 255) 0%,
      rgb(167 167 167) 100%);
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #25aae1;
  vertical-align: middle;
}

.title-bonus2 {
  line-height: 3rem;
  background: linear-gradient(180deg, #25aae1 0%, #00aff7 54%, #25aae1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.8rem;
  font-weight: 700;
}

.box-slogan {
  width: 80%;
  color: #111;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
}

.box-slogan p {
  margin-top: 1rem;
}

.container-slogan {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-slogan {
  padding-top: 4rem;
}

.title1 {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 2rem;
}

.title2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.link ion-icon {
  margin-left: 0.5rem;
}

.btn-link {
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 2.2rem;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control {
  height: calc(4rem + 2px);
  font-size: 1.4rem;
  color: #111;
  font-weight: 500;
  background-color: #ffffffcf;
  border: 1px solid #d29d2b;
  border-radius: 10px;
  margin-top: 1rem;
  padding: 0 1rem;
}

.error {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fc2005;
  padding-left: 1rem;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.mb-0 {
  background-color: transparent;
  border-color: transparent;
}

.card {
  background-color: transparent;
  border-color: transparent;
}

.content-black{
  color: black !important;
}

#a {
  align-items: center;
}

p {
  color: #ffffff;
}

table {
  width: 100%;
}

.title-wc {
  position: relative;
}

@keyframes nhapnhayhinh {

  0%,
  20%,
  80%,
  100% {
    opacity: 1;
    transform: rotate(300deg) scale(1);
  }

  50% {
    transform: rotate(290deg) scale(1.1);
  }
}

.text-tele-sp {
  width: 300px;
  position: fixed;
  bottom: 130px;
  right: 10px;
  transition: width 0.5s;
  z-index: 999;
}

.bg-border-text {
  background: #ffffff;
  padding: 20px;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #d80000;
}

.bg-border-text p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.close-text-tele-sp {
  position: absolute;
  z-index: 9999;
  color: red;
  right: 4px;
  top: 0px;
  cursor: pointer;
}

.bg-border-text a {
  color: #d80000;
}

.linkhover {
  transition: 0.5s;
}

.linkhover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

@media screen and (max-width: 1024px) {
  .tab-item {
    padding: 20px 25px;
  }

  .section-banner {
    padding-top: 7rem;
  }

  .image-tab {
    display: block;
  }

  .image-tab img {
    max-width: 300px;
    margin: auto;
    display: flex
  }
}

@media screen and (max-width: 767px) {
  .header li:first-child {
    margin-top: 0rem !important;
  }

  .header ul {
    margin-top: 5px !important;
    margin-bottom: 25px !important;
  }

  .section-banner {
    padding-top: 5rem !important;
  }

  .list-benefit .item-benifit {
    width: 46.2% !important;
  }

  .tb-default th {
    padding: 10px;
    font-size: 12px;
  }

  .tb-default td {
    font-size: 13px;
  }

  .tab-item {
    padding: 10px;
    margin-bottom: 20px;
  }
}

/* ADD STYLE POPUP */
.dp-pc {
  display: block;
}

.dp-mb {
  display: none;
}

.bg-color {
  color: #fff;
  background-color: #02a9dd;
  text-align: center;
  word-break: break-all;
  padding: 0;
  border-bottom: none;
  text-align: center;
}

.menu-control li {
  color: #000;
  font-size: 14px;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: center;
  cursor: pointer;
  min-height: 50px;
}

.menu-control li span {
  padding: 2px 5px;
  line-height: 1.3;
}

.menu-content {
  width: 75%;
}

.close-notify {
  background-color: transparent;
  margin-right: 10px;
}

.btn-homepage {
  max-width: 340px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  padding: 0px 30px;
  position: relative;
  z-index: 998;
}

.btn-homepage img {
  max-width: 340px;
  width: 100%;
}


@media screen and (max-width: 1200px) {
  .list-social {
    gap: 12px;
  }

  .btn-social {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .section-banner {
    padding-top: 8.5rem;
  }

  .tab-content {
    flex-direction: column-reverse;
  }

  .list-social {
    flex-wrap: wrap;
  }

  .list-social .item-social {
    width: 48%;
  }

  .list-social .item-social {
    width: 48%;
  }

  .list-social .item-social:last-child {
    display: none;
  }

  .tab-item .tab-header .wp-tt {
    max-width: 400px;
  }

  .tab-content .item-content:last-child::before {
    content: unset;
  }

  .wp-content-section-tab {
    margin-top: 15px;
  }

  .tab-content {
    gap: 0px;
  }

  .tab-content .item-content {
    width: 100%;
  }

  .sub-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }

  .see-more {
    top: 0px;
    right: -10px;
  }

  .tab-item .tab-header .wp-tt {
    max-width: 270px;
    margin: auto;
  }

  .menu-content {
    width: 100%;
  }

  .section-benefit,
  .section-video {
    padding: 0px;
  }

  .wp-content-benefit {
    padding: 15px;
  }

  .see-more span:first-child {
    display: none;
  }

  .sub-title {
    font-size: 15px;
    text-align: center;
  }

  .wp-content-benefit img {
    max-width: 180px;
  }

  .item-content .title h2 {
    color: #d80000;
    width: 65%;
    font-size: 15px;
  }

  .un-active .icon-show,
  .un-active .icon-dt {
    height: 35px;
  }

  .item-content .title img {
    width: 35px;
  }

  .wp-content-benefit p {
    font-size: 13px;
    text-align: justify;
  }

  .item-benifit .wp-title .text {
    font-size: 13px;
    text-align: center;
  }

  .tab-content.tab-3 p,
  .tab-content p {
    font-size: 13px;
    text-align: justify;
  }

  .list-social .item-social .social-thumb {
    max-width: unset;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .list-social .item-social .social-thumb img {
    max-width: 55px;
    height: auto;
  }

  .wp-tt-text span {
    font-size: 18px;
  }

  .social-thumb a {
    height: 55px;
  }

  .wp-group.dp-mb {
    display: flex;
    gap: 5px;
    font-size: 12px;
    background: #d80000;
    justify-content: center;
    border-radius: 20px;
    font-weight: 700;
    width: 100%;
    padding: 7px 5px;
  }
}

@media screen and (max-width: 425px) {
  .wp-group.dp-mb {
    font-size: 10px;
  }
}

@media screen and (max-width: 370px) {
  .list-social .item-social {
    width: 47%;
  }

  .list-social .item-social {
    padding: 15px 8px;
  }

  .btn-social {
    font-size: 11px;
  }

  .wp-group.dp-mb {
    font-size: 9px;
  }
}

/* END ADD STYLE POPUP */