.app-links.--tool .app-links-item,
.banner-home__apps .app-links.--tool .app-links-item {
  padding-inline: 0;
}

.app-links.--tool .app-links-item:hover {
  color: initial;
  background: #fafafa;
}

.core .bg-img {
  height: 100%;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 123rem;
  }
}

@media (max-width: 991.98px) {
  .header-auth {
    display: flex;
  }

  .header-main-right {
    justify-content: flex-end;
  }

  .header-main .col-1-md.col-6 {
    width: 30%;
  }

  .header-main .col-11-md.col-6 {
    width: 70%;
  }

  .header-toggle {
    margin-left: 1.2rem;
  }
}

@media (max-width: 475px) {
  .header-toggle .hamburger .tooltip {
    display: none;
  }
}

@media (max-width: 375px) {
  .header-auth {
    padding: 0.8rem 1.6rem;
  }

  .header-auth a {
    font-size: 1.2rem;
  }
}

.app-links.--tool .app-links-item,
.banner-home__apps .app-links.--tool .app-links-item {
  width: 14.2rem;
  display: block;
}

.banner-home__apps .app-links.--tool .app-links-item,
.banner-home__apps .app-links.--app .app-links-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:600px) {
  .home-ser-swiper .home-ser-item .desc {
    margin-bottom: 2rem;
  }

  .home-ser-swiper .home-ser-item .detail {
    padding: 1rem 2rem;
  }

  .home-ser-swiper .home-ser-item .detail-wr {
    width: 100%;
  }

  .home-ser-item .inner .img-inner::after {
    background: rgba(0, 0, 0, 0.8);
  }
}

.gsb-buttons,
.zalo-chat-widget {
  right: 1rem !important;
}

.backtotop {
  right: 2rem;
}

.banknew {
  position: relative;
  padding: 8rem 0;
}
.banknew .heading.center {
  text-align: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.banknew .attention {
  color: red;
  max-width: 44.5rem;
  margin: auto;
  margin-top: 2.4rem;
}
.banknew .container {
  position: relative;
  z-index: 2;
}

.banknew .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.banknew .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banknew-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 90.5rem;
  margin: auto;
}
.banknew-item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width:600px) {
  .banknew-wr {
    gap: 1.2rem;
  }
  .banknew-item {
    width: calc(50% - 0.6rem);
  }
}
@media screen and (max-width:390px) {
  .banknew-item {
    width: 100%;
  }
}
/*  */
.banknew-item .inner {
  padding: 1.5rem;
  border-radius: 0.8rem;
}
.banknew-item .inner .top{
  display: flex;
  justify-content: space-between;
}
.banknew-item .inner .top-left{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.banknew-item .inner .top .copy {
  width: 3.6rem;
  height: 3.3rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.4s;
}
.banknew-item .inner .top .copy:active {
  transform: scale(0.5);
}
.banknew-item .inner .top .copy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banknew-item .inner .top-left .avatar{
  width: 7.2rem;
  height: 6.8rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.banknew-item .inner .top-left .info .name{
  color: white;
  font-size: 1.4rem;
}
.banknew-item .inner .top-left .info .val{
  color: white;
  font-weight: 700;
}
.banknew-item.viet .inner {
  background: linear-gradient(250.55deg, #3E9C44 3.45%, #005030 97.56%);
}
.banknew-item.mb .inner {
  background: linear-gradient(250.55deg, #4B4C5F 3.45%, #141ED2 97.56%);
}

.banknew-item .inner .bot{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.banknew-item .inner .bot .name-line {
  color: white;
  display: flex;
  gap: 1rem;
}
.banknew-item .inner .bot .qr {
  width: 10.1rem;
  height: 10.1rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.banknew-item .inner .bot .qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:730px) {
  .banknew-item .inner .bot .qr {
    width: 8rem;
    height: 8rem;
  }
  .banknew-item .inner .bot .name-line {
    font-size: 1.7vw;
  }
}
@media screen and (max-width:600px) {
  .banknew-item .inner {
    padding: 0.5rem;
  }
  .banknew-item .inner .top-left .avatar {
    width: 4rem;
    height: 3.6rem;
  }
  .banknew-item .inner .bot .qr {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width:390px) {
  .banknew-item .inner {
    padding: 1.5rem;
  }
  .banknew-item .inner .top-left .avatar{
    width: 7.2rem;
    height: 6.8rem;
  }
  .banknew-item .inner .bot .name-line {
    font-size: 3.4vw;
  }
  .banknew-item .inner .bot .qr {
    width: 10.1rem;
    height: 10.1rem;
  }
}