@charset "UTF-8";
body .vib-v2-wrapper_new {
  max-width: 1110px;
}

.view-detail {
  position: relative;
}
.view-detail::after {
  width: 24px;
  height: 24px;
  content: "";
  position: relative;
  background: var(--icon-Angle_right_black) center center no-repeat;
  right: 0px;
  top: 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-size: 30px;
  position: absolute;
  transition: 0.6s ease-in;
}

.view-link::after {
  width: 24px;
  height: 24px;
  content: "";
  position: relative;
  background: var(--icon-Angle_right_black) center center no-repeat;
  right: 0px;
  top: 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-size: 30px;
  position: absolute;
  transition: 0.6s ease-in;
}

.title {
  float: left;
  position: relative;
  display: flex;
  margin-bottom: 32px;
}
.title .view-link-text {
  color: var(--color-dard-orange);
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  position: relative;
  transition: 0.5s all;
}
.title .view-link-text::after {
  width: 24px;
  height: 24px;
  content: "";
  position: relative;
  background: var(--icon-Angle_right_black) center center no-repeat;
  right: 0px;
  top: 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-size: 30px;
  position: absolute;
  left: 0;
  transition: 0.5s ease-out;
}
.title a {
  margin: 0;
  line-height: 40px;
}
.title .view-link {
  margin-left: 10px;
  color: var(--color-dard-orange);
  font-weight: 600;
  line-height: 34px;
  margin-left: 0;
  position: relative;
  padding-right: 30px;
}
.title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  margin: 0;
  position: relative;
  font-size: 30px;
}
.title h3::after {
  content: "";
  position: absolute;
  width: 10%;
  border-radius: 4px;
  background: var(--Banner-Fire-Right, linear-gradient(90deg, #F39423 0.14%, #EE511D 99.86%));
  bottom: -5px;
  left: 50%;
  opacity: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.vib-degital-banking {
  margin-top: 0px;
  background: #FAFAFA;
  position: relative;
  z-index: 1;
}
.vib-degital-banking .download-app-mobile {
  display: none;
}
.vib-degital-banking .title {
  margin-bottom: 0;
}
.vib-degital-banking .view-link {
  padding-right: 0;
}
.vib-degital-banking .view-link::after {
  right: -30px;
}
.vib-degital-banking .view-link h3 {
  padding-right: 0;
}
.vib-degital-banking .view-link-text {
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 30px);
}
.vib-degital-banking a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.vib-degital-banking .box-content {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.vib-degital-banking .box-content:hover .a-view-link {
  color: var(--color-dard-orange);
}
.vib-degital-banking .box-content:hover .a-view-link::after {
  background: var(--icon-Angle_right_orange) no-repeat;
  background-size: 24px;
}
.vib-degital-banking .container {
  position: relative;
}
.vib-degital-banking h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
.vib-degital-banking p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  padding: 0px;
}
.vib-degital-banking .col-top {
  float: left;
  display: flex;
  justify-content: left;
  max-height: 330px;
}
.vib-degital-banking .col-top .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  margin-top: 60px;
  align-items: center;
  width: 100%;
}
.vib-degital-banking .col-bottom .content {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  background: url(/static/homePage_2025AB/img/bkg_myvib.webp) bottom center no-repeat;
  background-size: 125%;
}
.vib-degital-banking .col-bottom .content .title-box {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 5px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}
.vib-degital-banking .col-bottom .content .desc-box {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  margin: 0;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vib-degital-banking .col-bottom .content .col1 {
  width: 180px;
  height: 182px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box {
  background: url(/static/homePage_2025AB/img/bkg_blue.jpg) top center no-repeat;
  width: 180px;
  height: 182px;
  background-size: 180px;
  border-radius: 15px;
  position: absolute;
  animation: actionBox1 10s linear 1s infinite;
  top: 10px;
  opacity: 1;
  background-size: cover;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .desc {
  padding: 0 20px;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .list-img-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .list-img-card .img-card {
  width: 102px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .card_flip {
  position: relative;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 138px;
  margin: 0px;
  padding-bottom: 20px;
  overflow: hidden;
  opacity: 1;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .card_flip .slider {
  display: flex;
}
.vib-degital-banking .col-bottom .content .col1 .blue_box .card_flip:after {
  content: "";
  width: 100%;
  max-width: 80%;
  left: 10%;
  height: 5px;
  position: absolute;
  bottom: 5px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 95, 142, 0) 100%);
  opacity: 0.6;
  filter: blur(2.6059069633px);
}
.vib-degital-banking .col-bottom .content .col3 {
  width: 180px;
  height: 182px;
  position: relative;
}
.vib-degital-banking .col-bottom .content .col3 .blue_box {
  background: url(/static/homePage_2025AB/img/bkg_blue.jpg) top center no-repeat;
  width: 180px;
  height: 182px;
  background-size: 180px;
  border-radius: 15px;
  position: absolute;
  animation: actionBox2 10s linear 1s infinite;
  top: 10px;
  opacity: 1;
  background-size: cover;
}
.vib-degital-banking .col-bottom .content .col3 .blue_box .desc {
  padding: 0 20px;
  margin-top: 8px;
}
.vib-degital-banking .col-bottom .content .col3 .blue_box .icon {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}
.vib-degital-banking .col-bottom .content .col3 .blue_box .icon img {
  max-width: 82px;
}
.vib-degital-banking .col-bottom .content .block-download {
  background: url(/static/homePage_2025AB/img/bkg-phone.png) top center no-repeat;
  background-size: 245px;
  width: 245px;
  height: 285px;
}
.vib-degital-banking .col-bottom .content .download-app {
  background: #F9FAFB;
  border-radius: 3px;
  padding: 10px 20px 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
}
.vib-degital-banking .col-bottom .content .download-app img {
  max-width: 70px;
  display: inline-block;
}
.vib-degital-banking .col-bottom .content .download-app .scan-qa {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.vib-degital-banking .col-bottom .content .download-app .scan-qa .scan-animation {
  width: 100%;
  height: 10px;
  position: absolute;
  animation-name: zigzag;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.vib-degital-banking .col-bottom .content .download-app p {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-left: 0px;
  padding-right: 0;
}
.vib-degital-banking .col-right {
  float: left;
  padding-right: 0;
  text-align: right;
  padding-left: calc(50% - 431px);
}
.vib-degital-banking .col-right img {
  position: relative;
  transition: all 0.5s;
  max-width: 350px;
  float: left;
  z-index: 1;
}
.vib-degital-banking .image-mobile {
  display: none;
}

.a-view-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.a-view-link::after {
  background: var(--icon-Angle_right_black) no-repeat;
  background-size: 24px;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 4px;
}

.view-link-tablet {
  display: none;
}

.vib-v2-section-header_new .tel_top_home {
  display: none;
}

@media (min-width: 1024px) {
  .vib-degital-banking .title:hover .view-link-Nottablet h3 {
    color: var(--color-dard-orange);
  }
  .vib-degital-banking .title:hover h3::after {
    opacity: 0;
  }
  .vib-degital-banking .col-top {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .vib-degital-banking .col-right {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .vib-degital-banking .col-right img {
    max-width: 431px;
    float: left;
    transition: all 0.5s;
  }
  .title:hover .view-link-text {
    display: block;
    opacity: 1;
  }
  .title:hover .view-link-text::after {
    background: var(--icon-Angle_right_orange) center center no-repeat;
    background-size: 24px;
    transition: 0.5s ease-out;
    left: 100%;
  }
  .title:hover .view-link::after {
    opacity: 0;
    transition: 0.1s ease-out;
  }
  .title:hover h3 {
    position: relative;
    transition: all 0.5s ease;
  }
  .title:hover h3::after {
    width: 50%;
    opacity: 1;
  }
  .vib-v2-link-atm-home-new {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    top: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
  }
  .vib-v2-link-atm-home-new span {
    position: absolute;
    top: 40px;
    background: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
  }
  .vib-v2-link-atm-home-new:hover span {
    display: block;
  }
  .vib-v2-link-atm-home-new .icon_atm-home {
    background: url(/static/theme/2022/icon-map.png) no-repeat;
    width: 18px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    top: 4px;
    position: relative;
  }
  .vib-v2-header-scroll .vib-v2-link-atm-home-new {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .vib-degital-banking .col-bottom {
    padding: 0;
  }
  .vib-degital-banking .col-bottom .content {
    background-size: 1140px;
  }
  .vib-degital-banking .col-bottom .content .block-download {
    background: url(/static/homePage_2025AB/img/bkg-phone-m.png) top center no-repeat;
    background-size: 245px;
  }
  .vib-degital-banking .col-bottom .content .download-app {
    display: none;
  }
  .vib-degital-banking .col-bottom .content .col1 {
    position: absolute;
    top: 55px;
    width: 226px;
  }
  .vib-degital-banking .col-bottom .content .col1 .blue_box {
    background: transparent;
    width: 226px;
  }
  .vib-degital-banking .col-bottom .content .col1 .blue_box .list-img-card .img-card {
    width: 137px;
  }
  .vib-degital-banking .col-bottom .content .col3 {
    position: absolute;
    top: 55px;
    width: 226px;
  }
  .vib-degital-banking .col-bottom .content .col3 .blue_box {
    width: 226px;
    background: transparent;
  }
  .vib-degital-banking p {
    padding-right: 0;
  }
  .vib-degital-banking .download-app-mobile {
    display: none;
  }
  .vib-degital-banking .download-app {
    display: none;
  }
  .vib-degital-banking .title {
    margin-bottom: 10px;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
  }
  .vib-degital-banking .title .view-link {
    padding-right: 0;
  }
  .vib-degital-banking .title .view-link-text {
    display: none;
  }
  .vib-degital-banking h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .vib-degital-banking .box-content {
    display: flex;
    flex-wrap: wrap;
  }
  .vib-degital-banking .col-bottom .content .desc-box {
    font-size: 14px;
    line-height: 18px;
  }
  .vib-degital-banking .col-bottom .content .col3 .blue_box .icon img {
    max-width: 100px;
  }
  .vib-degital-banking .col-right {
    padding-left: 0;
  }
  .vib-degital-banking .col-right img {
    position: relative;
    max-width: 420px;
  }
  .vib-degital-banking .col-right a {
    height: auto !important;
  }
  .vib-degital-banking .col-top {
    min-height: auto;
    max-width: 100%;
    justify-content: center;
    padding: 0 20px;
  }
  .vib-degital-banking .col-top .left-content {
    min-height: auto;
    max-width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .vib-degital-banking .col-top .left-content p {
    text-align: center;
  }
  .vib-degital-banking .col-top .left-content .download-app {
    width: 90%;
    margin: 0 auto;
    display: none;
  }
  .vib-degital-banking .container {
    padding: 0;
  }
  .vib-degital-banking .content-amination .text p {
    text-align: center;
  }
  .vib-degital-banking .content-amination .item {
    width: 100%;
    bottom: 90px;
    left: 0;
    transform: none;
  }
  .title h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .title .view-link {
    line-height: 34px;
    font-size: 26px;
  }
  .title .view-link-text {
    display: none;
  }
  .view-detail::after {
    background-size: 28px;
    top: 6px;
  }
  .view-link::after {
    background-size: 28px;
    top: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .vib-v2-link-atm-home-new {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .vib-degital-banking .col-bottom {
    padding: 0;
  }
  .vib-degital-banking .col-bottom .content {
    gap: 28px;
    background-size: 165%;
  }
}
@keyframes showStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes actionBox1 {
  0% {
    opacity: 0;
    top: 30px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50% {
    opacity: 1;
    top: 0px;
  }
  55% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@keyframes actionBox2 {
  0% {
    opacity: 0;
    top: 30px;
  }
  50% {
    opacity: 0;
    top: 30px;
  }
  55% {
    opacity: 1;
    top: 0px;
  }
  95% {
    opacity: 1;
    top: 0px;
  }
  100% {
    /* Fade-out trong 1 giây */
    opacity: 0;
    top: 30px;
  }
}
@keyframes zigzag {
  from {
    background: linear-gradient(0deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
  50% {
    background: linear-gradient(0deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 95%;
  }
  51% {
    background: linear-gradient(180deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 95%;
  }
  100% {
    background: linear-gradient(180deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
}/*# sourceMappingURL=block-degital-banking.css.map */