@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/60nam/font/MaterialIcons.woff2') format('woff2');
  /* src: url('MaterialIcons.woff2') format('woff2'); */
  font-display: swap;
}

@font-face {
  font-family: Neo;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/60nam/font/UTM Neo Sans Intel.ttf') format('truetype');
  /* src: url('UTM Neo Sans Intel.ttf') format('truetype'); */
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: MyriadProRegular;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProRegular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: MyriadProBold;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProBold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: MyriadProSemiBold;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProSemiBold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: GilroyM;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/vay2025/SVN-GilroyMedium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: GilroyB;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/vay2025/SVN-GilroyBold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: GilroySB;
  src: url('https://www.baovietbank.vn/media/THTT/LandingPage/vay2025/SVN-GilroySemiBold.otf') format('opentype');
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Neo, sans-serif;
  font-size: 14px;
  color: #fff;
}

/* width */
body::-webkit-scrollbar {
  width: 6px;
  -webkit-appearance: none;
}

/* Track */
body::-webkit-scrollbar-track {
  width: 15px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, .3);
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50, 50, 50, .7);
}

body.overflow {
  overflow: hidden;
}

a,
a:hover {
  transition: 0.3s;
  -webkit-ransition: 0.3s;
  -ms-transition: 0.3s;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.color-blue {
  color: #00416D;
}

.color-gold {
  color: #dea100;
}

.outer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

#main-content {
  margin-top: 60px;
}

#main-menu {
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/backmenu.jpg') center/contain repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#main-menu .wrap-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main-menu .wrap-menu .lp-logo {
  padding: 5px 0;
  width: 30%;
}

#main-menu .wrap-menu .lp-logo img {
  max-width: 230px;
}

#main-menu .wrap-menu .lp-menu {
  width: 70%;
  text-align: right;
}

#main-menu .wrap-menu .lp-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

#main-menu .wrap-menu .lp-menu ul li {}

#main-menu .wrap-menu .lp-menu ul li a {
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}

#main-menu .wrap-menu .lp-menu ul li a:hover {
  color: #dea100;
}

#main-menu-mobile {
  display: none;
}

.group-image {
  line-height: 0;
  position: relative;
}

/* #main-content {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgb(232, 249, 255);
  background: -moz-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 78%, rgba(30, 162, 222, 1) 100%);
  background: -webkit-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 78%, rgba(30, 162, 222, 1) 100%);
  background: radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 78%, rgba(30, 162, 222, 1) 100%);
  margin-top: 68px;
} */

#main-content {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgb(232, 249, 255);
  background: -moz-radial-gradient(ellipse farthest-corner at 50% 25%, rgb(232, 249, 255) 10%, #1ea2de 100%);
  background: -webkit-radial-gradient(ellipse farthest-corner at 50% 25%, rgb(232, 249, 255) 10%, #1ea2de 100%);
  background: radial-gradient(ellipse farthest-corner at 50% 25%, rgb(232, 249, 255) 10%, #1ea2de 100%);
  margin-top: 68px;
}

#main-content #banner {
  position: relative;
  z-index: 1;
  line-height: 0;
}

/* #main-content #banner img{
  width: 100%;
  object-fit: cover;
} */
#main-content #banner .srcoll-down {
  max-width: 30px;
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
}

#main-content #banner .srcoll-down img {
  width: 100%;
}

#main-content #banner .wrap-banner {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

#main-content #banner .wrap-banner canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-content #banner .wrap-banner .item {}

#main-content #banner .wrap-banner .item a {
  display: block;
  width: 100%;
}

#main-content #banner .wrap-banner .item a img {
  width: 100%;
  object-fit: cover;
}

#main-content #banner .wrap-banner .slick-arrow {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#main-content #banner .wrap-banner .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#main-content #banner .wrap-banner .slick-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#main-content #banner .wrap-banner .slick-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#main-content #banner .text {
  font-family: GilroyM, sans-serif;
  text-align: center;
  font-size: 40px;
  line-height: 1.8;
  color: #0056ab;
}

#uu-dai-vay {
  position: relative;
  /* padding-top: 50px; */
}

.c-content {
  font-family: GilroyM, sans-serif;
}

.m-title {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  font-family: GilroySB, sans-serif;
}

.m-title span {
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.m-title span:nth-child(1) {
  color: #e29100;
  font-weight: normal;
}

.m-title:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100px;
  background: #0056ab;
}

.m-title span:nth-child(2) {
  color: #0056ab;
}

#uu-dai-vay img:nth-child(1) {
  position: relative;
  z-index: 11;
  width: 100%;
}

#uu-dai-vay img:nth-child(2) {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: color-dodge;
}

#uu-dai-vay img:nth-child(3) {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: color-dodge;
}

#uu-dai-vay img:nth-child(4) {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  /* mix-blend-mode: color-dodge; */
  opacity: 0.8;
}

#uu-dai-vay .content {
  position: relative;
  /* bottom: 20px; */
  /* transform: translateY(-50%); */
  /* width: 100%; */
  left: calc(100vw * 270 / 1920);
  width: calc(100vw * 1380 / 1920);
  z-index: 9999;
  margin-top: -15%;
}

#uu-dai-vay .content .c-title {
  font-size: 27px;
  padding: 5px 30px;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  font-family: GilroyM, sans-serif;
  margin-bottom: 5px;
}

#uu-dai-vay .content .c-title span {
  z-index: 2;
  position: relative;
}

#uu-dai-vay .content .c-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 86, 172);
  background: linear-gradient(90deg, rgba(0, 86, 172, 1) 0%, rgba(38, 183, 223, 1) 26%, rgba(53, 186, 223, 1) 31%, rgba(38, 183, 223, 1) 44%, rgba(0, 86, 172, 1) 100%);
  z-index: 1;
}

#uu-dai-vay .content .c-content {
  line-height: 1.5;
  font-size: 27px;
  color: #0056ab;
  text-align: justify;
  margin-bottom: 27px;
}

#uu-dai-vay .content .c-content p {
  position: relative;
  padding-left: 20px;
  z-index: 10;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#uu-dai-vay .content .c-content p:before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 14px; */
  width: 12px;
  height: 12px;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/ico-list.png") center/cover no-repeat;
  z-index: 1;
}

#uu-dai-vay .content .c-content p span {
  position: relative;
  z-index: 10;
}

#uu-dai-vay .content .c-content p span span {
  font-size: 35px;
  color: #e29100;
  /* letter-spacing: -2px; */
  line-height: 1;
  font-weight: 600;
}

#uu-dai-tien-gui {
  position: relative;
  margin-top: 0;
}

#uu-dai-tien-gui img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#uu-dai-tien-gui img:nth-child(1) {
  position: relative;
  ;
  z-index: 1;
}

#uu-dai-tien-gui img:nth-child(2) {
  z-index: 2;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
}

#uu-dai-tien-gui img:nth-child(3) {
  z-index: 3;
  mix-blend-mode: color-dodge;
}

#uu-dai-tien-gui img:nth-child(4) {
  z-index: 4;
}

#uu-dai-tien-gui img:nth-child(5) {
  z-index: 5;
}

#uu-dai-tien-gui img:nth-child(6) {
  z-index: 6;
  mix-blend-mode: screen;
}

#uu-dai-tien-gui img:nth-child(7) {
  z-index: 7;
}

#uu-dai-tien-gui img:nth-child(8) {
  z-index: 8;
  mix-blend-mode: screen;
}

#uu-dai-tien-gui img:nth-child(9) {
  z-index: 9;
}

#uu-dai-tien-gui img:nth-child(10) {
  z-index: 10;
  mix-blend-mode: screen;
}

#uu-dai-tien-gui img:nth-child(11) {
  z-index: 11;
}

#uu-dai-tien-gui img:nth-child(12) {
  z-index: 12;
  mix-blend-mode: screen;
}

#uu-dai-tien-gui img:nth-child(13) {
  z-index: 13;
}

#uu-dai-tien-gui img:nth-child(14) {
  z-index: 14;
  mix-blend-mode: screen;
}

#uu-dai-tien-gui img:nth-child(15) {
  z-index: 15;
}

#uu-dai-tien-gui img:nth-child(16) {
  z-index: 16;
}

#uu-dai-tien-gui .noted {
  position: absolute;
  bottom: 30px;
  right: calc(100vw * 270 / 1920);
  display: inline-block;
  font-size: 20px;
  color: #0056ab;
  /* background: -moz-radial-gradient(ellipse closest-side at 30% 66%, #2ac3e4 0%, #2988a2 7%, #0056ab 50%);
  background: -webkit-radial-gradient(ellipse closest-side at 30% 66%, #2ac3e4 0%, #2988a2 7%, #0056ab 50%);
  background: radial-gradient(ellipse closest-side at 30% 66%, #2ac3e4 0%, #2988a2 7%, #0056ab 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#uu-dai-tien-gui .noted span img {
  max-width: 18px;
  margin-bottom: 5px;
  margin-right: 3px;
}

#mo-the {
  position: relative;
}

#mo-the img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mo-the img:nth-child(1) {
  position: relative;
  z-index: 1;
  mix-blend-mode: screen;
}

#mo-the img:nth-child(2) {
  z-index: 2;
}

#mo-the img:nth-child(3) {
  z-index: 3;
  mix-blend-mode: multiply;
}

#mo-the img:nth-child(4) {
  z-index: 4;
  mix-blend-mode: multiply;
}

#mo-the img:nth-child(5) {
  z-index: 5;
}

#mo-the img:nth-child(6) {
  z-index: 6;
  mix-blend-mode: color-dodge;
}

#mo-the img:nth-child(7) {
  z-index: 7;
}

#mo-the img:nth-child(8) {
  z-index: 8;
}

#mo-the img:nth-child(9) {
  z-index: 9;
  mix-blend-mode: screen;
}

#mo-the .content {
  margin-top: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100vw * 270 / 1920);
  /* width: 35%; */
  width: 38%;
  z-index: 9999;
}

#mo-the .content .c-title {
  font-size: 27px;
  /* color: #0056ab; */
  color: #fff;
  font-weight: 600;
  font-family: GilroyM, sans-serif;
  text-align: justify;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  padding: 5px 30px;
}

#mo-the .content .c-title span {
  display: block;
  margin-right: 4px;
}

#mo-the .content .c-title span:last-child {
  margin-right: 0;
}

#mo-the .content .c-title span {
  z-index: 2;
  position: relative;
}

#mo-the .content .c-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 86, 172);
  background: linear-gradient(90deg, rgba(0, 86, 172, 1) 0%, rgba(38, 183, 223, 1) 26%, rgba(53, 186, 223, 1) 31%, rgba(38, 183, 223, 1) 44%, rgba(0, 86, 172, 1) 100%);
  z-index: 1;
}

#mo-the .content .c-content {
  line-height: 1.5;
  font-size: 27px;
  color: #0056ab;
  text-align: justify;
  width: 94%;
  margin-left: 0;
  margin-right: auto;
}

#mo-the .content .c-content p {
  position: relative;
  padding-left: 20px;
  z-index: 10;
}

#mo-the .content .c-content p span {
  position: relative;
  z-index: 10;
}

#mo-the .content .c-content p span span {
  font-size: 36px;
  color: #e29100;
  /* letter-spacing: -2px; */
  line-height: 1;
  font-weight: 600;
}

#mo-the .content .c-content p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 12px;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/ico-list.png") center/cover no-repeat;
  z-index: 1;
}

#mo-the .m-title span:nth-child(2) {
  text-transform: none !important;
}

#mo-the .content .c-content p:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

#benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  color: #fff;
}

#benefit .item {
  width: 50%;
}

#benefit .item.text {
  background: #0056ab;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#benefit .item.text .wrap-text {}

#benefit .item.text .title {
  font-family: NeoB, sans-serif;
  font-size: 2.625rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

#benefit .item.text .title:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#benefit .item.text .content {}

#benefit .item.text .content ul {
  line-height: 2;
}

#benefit .item.text .content ul li {
  font-size: 1.75rem;
  position: relative;
  padding-left: 24px;
}

#benefit .item.text .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/arr.png') center/contain no-repeat;
  width: 14px;
  height: 16px;
}

#benefit .item.text .content ul li:nth-child(1):before {
  bottom: 30px;
}

#benefit .item.text .content ul li span {
  font-family: NeoB, sans-serif;
  font-size: 3rem;
}

#benefit .item.image {
  line-height: 0;
}

#benefit .item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#form-collection {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/back-form.png') center/cover no-repeat;
}

#form-collection input[type="checkbox"],
#form-collection input[type="radio"] {
  width: 15px !important;
}

#form-collection>.title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0056ab;
  position: relative;
  font-family: GilroySB, sans-serif;
}

#form-collection>.title:after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100px;
  background: #0056ab;
}

#form-collection>.title img {
  max-width: calc(100vw * 453 / 1920);
}

#form-collection .wrap-form {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .image {
  width: 50%;
  text-align: center;
}

#form-collection .wrap-form .image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#form-collection .wrap-form .detail-form {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

#success {
  visibility: hidden;
  opacity: 0;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#success.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

#success .wrap-success {
  width: 80%;
  background: #fff;
  color: #0056ab;
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 1.2rem;
}

#success .wrap-success a {
  color: #0056ab;
}

#success .close {
  position: absolute;
  right: 5%;
  color: #000;
  z-index: 9999;
  font-size: 1.6rem;
  transform: translateY(-56px);
  cursor: pointer;
}

#form-collection .wrap-form .detail-form form {
  width: 100%;
  background: #aadff8;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  color: #0056ab;
  font-family: MyriadProRegular, sans-serif;
}

#form-collection .wrap-form .detail-form form .wrap-item {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .detail-form form .wrap-item:last-child {
  margin-bottom: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item>.e-error {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  color: red;
  display: none;
}

#form-collection .wrap-form .detail-form form .wrap-item.error>.e-error {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  display: block;
}

#form-collection .wrap-form .detail-form form .wrap-item .title {
  text-align: left;
  font-family: MyriadProBold, sans-serif;
  color: #0056ab;
  font-size: 16px;
  font-weight: 600;
  /* margin-bottom: 10px; */
  width: 100%;
  padding: 12px 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .title span {
  font-size: 16px;
  font-family: MyriadProLI, sans-serif;
  opacity: 1;
  display: inline;
  font-style: italic;
  font-weight: 400;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  /* padding: 8px 12px; */
  width: 100%;
  /* border: 1px solid rgba(0, 86, 188, 0.6); */
  border: 0;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 100%;
  /* background: rgb(139 143 140 / 10%); */
  background: #fff;
  max-height: 22px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input[type="tel"],
#form-collection .wrap-form .detail-form form .wrap-item .listing input[type="email"],
#form-collection .wrap-form .detail-form form .wrap-item .listing input[type="text"] {
  padding: 8px 12px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input:-internal-autofill-selected {
  color: #0056ab;
  background: #fff;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input:focus {
  border: 0;
  outline: 0;
  color: #0056ab;
  background: #fff;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-phone {
  width: calc(50% - 5px);
  margin-right: 10px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-email {
  width: calc(50% - 5px);
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-city {
  width: calc(50% - 5px);
  margin-right: 10px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-city:nth-child(2n+2) {
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-company {
  width: calc(50% - 5px);
  margin-right: 10px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-company-region {
  width: calc(50% - 5px);
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan input {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0 5px 0 0;
  z-index: 1;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:not(.e-error) {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(2),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(4),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(6),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(8) {
  margin-right: 20px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(3),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(5),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(7),
#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(9) {
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(1) {
  margin-right: 10px;
}

#form-collection .wrap-form .detail-form form .wrap-item .wrap-input.wrap-argee-term {
  margin-bottom: 30px;
  position: relative;
}

#form-collection .wrap-form .detail-form form .wrap-item .wrap-input.wrap-argee-term span {
  font-size: 14px;
  font-style: italic;
  padding-left: 20px;
  margin-left: 3px;
  position: relative;
}

#form-collection .wrap-form .detail-form form .wrap-item .wrap-input.wrap-argee-term.error span {
  color: red;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-guess {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 22px; */
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item {
  font-size: 16px;
  width: calc(50% - 5px);
  margin-right: 10px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item .guess-other {
  margin-top: 15px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(2n+2) {
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .e-error {
  display: none;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.error .e-error {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  color: red;
  display: block;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input.error {
  border: 1px solid red;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing select.error {
  border: 1px solid red;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input::-webkit-input-placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 1;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input:-ms-input-placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 1;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing input::placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 1;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .item {
  font-size: 1.125rem;
  background: rgb(139 143 140 / 10%);
  color: #0056ab;
  /* border: 1px solid #0056ab; */
  padding: 12px 22px;
  cursor: pointer;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  line-height: 1;
  font-family: MyriadProRegular, sans-serif;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .item.active,
#form-collection .wrap-form .detail-form form .wrap-item .listing .item:hover {
  background: #0056ab;
  color: #fff;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .item.active {
  position: relative;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing .item.active:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 26px;
  height: 16px;
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/vayvon/cbnv/check.svg?v=1.02') center/contain no-repeat;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon {
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item {
  width: calc(100% / 2 - (94px * 1 / 2));
  margin-right: 6px;
  margin-bottom: 10px;
  /* text-align: center; */
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item:nth-child(2n+2) {
  margin-right: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item:nth-child(3) {
  margin-bottom: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item:nth-child(4) {
  margin-bottom: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.sotien {
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.sotien .item {
  width: calc(100% / 3 - (72px * 2 / 3));
  margin-right: 6px;
  /* margin-bottom: 20px; */
  /* text-align: center; */
}

#form-collection .wrap-form .detail-form form .wrap-item .listing.sotien .item:nth-child(3n+3) {
  margin-right: 0;
}

.cls-3 {
  stroke-width: 3px;
}

#form-collection .wrap-form .detail-form form .wrap-item.wrap-submit {
  justify-content: center;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit {
  text-align: center;
  position: relative;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit a {
  position: relative;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit a .origin {
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit a .hover {
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit a:hover .origin {
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-submit a:hover .hover {
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-tools {
  text-align: center;
  position: relative;
  display: flex;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-tools a {
  background-image: linear-gradient(#f9f9f9, #eee);
  text-decoration: none;
  font-family: MyriadProRegular, sans-serif;
  font-size: 1rem;
  color: #0056ab;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: relative;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 100%;
}

#form-collection .wrap-form .detail-form form .wrap-item .item-tools a:hover {
  background: #0056ab;
  color: #fff;
}

#form-collection .wrap-form .detail-form form .wrap-input.wrap-city {
  /* width: calc(50% - 10px) !important; */
  /* margin-right: 20px; */
}

#form-collection .wrap-form .detail-form form .wrap-input.wrap-city:nth-child(2n+2) {
  /* margin-right: 0; */
}

#form-collection .wrap-form .detail-form form .wrap-item.wrap-city select {}

#form-collection .wrap-form .detail-form form .wrap-item.wrap-city select {}

#form-collection .wrap-form .detail-form form .wrap-item .listing select {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  /* color: #0056ab; */
  /* color: rgba(0, 86, 188, 0.6); */
  color: rgba(0, 86, 188, 1);
  padding: 8px 12px;
  width: 100%;
  /* border: 1px solid rgba(0, 86, 188, 0.6); */
  border: 0;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  /* background: rgb(139 143 140 / 10%); */
  background: #fff;
  max-height: 37px;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing select::-webkit-input-placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 0.6;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing select:-ms-input-placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 0.6;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing select::placeholder {
  font-family: MyriadProRegular, sans-serif;
  font-size: 16px;
  color: #0056ab;
  opacity: 0.6;
}

#form-collection .wrap-form .detail-form form .wrap-item .listing select:focus {
  border: 0;
  outline: 0;
}

#form-collection .wrap-form .detail-form form .wrap-item.dktvv .wrap-input {
  align-items: center;
}

#form-collection .wrap-form .detail-form form .wrap-item.dktvv .wrap-input>span {
  font-size: 16px;
}

#form-collection .wrap-form .detail-form form .wrap-item.dktvv .wrap-input>span:not(.box-mark) {
  margin-left: 3px;
  padding-left: 20px;
  position: relative;
}

/* Loading Effect */
.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%,-70%); */
  width: 100%;
  height: 100%;
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/loading.gif') center/70px 70px no-repeat, rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Footer */
#lp-footer {
  padding: 7px 0 0;
  background: url('https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/back-footer.jpg') center/cover no-repeat;
  position: relative;
  z-index: 3;
}

#lp-footer .wrap-footer {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 7px;
}

#lp-footer .wrap-footer .top {
  width: 100%;
}

#lp-footer .wrap-footer .top .logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}

#lp-footer .wrap-footer .top .logo span {
  display: block;
}

#lp-footer .wrap-footer .top .logo span img {
  object-fit: contain;
}

#lp-footer .wrap-footer .top .logo span:nth-child(1) {
  /* width: calc(60% - 20px); */
  margin-right: 40px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(1) img {
  /* width: 100%; */
  object-fit: contain;
  height: 55px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(2) {
  /* width: calc(40% - 20px); */
  margin-right: 40px;
  position: relative;
}

#lp-footer .wrap-footer .top .logo span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 80%;
  width: 2px;
  background: #fff;
}

#lp-footer .wrap-footer .top .logo span:nth-child(2) img {
  /* width: 100%; */
  object-fit: contain;
  height: 55px;
}

#lp-footer .wrap-footer .top .description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#lp-footer .wrap-footer .top .logo span:nth-child(3) {
  height: 55px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(3) img {
  object-fit: contain;
  /* width: 100%; */
  height: 100%;
}

#lp-footer .wrap-footer .top .description span {}

#lp-footer .wrap-footer .top .description span:nth-child(1) {
  width: 30px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .top .description span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .top .description span:nth-child(2) {
  width: calc(100% - 36px);
  /* font-weight: 600; */
}

#lp-footer .wrap-footer .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#lp-footer .wrap-footer .bottom .item {}

#lp-footer .wrap-footer .bottom .item:nth-child(1) {
  width: 25%;
}

#lp-footer .wrap-footer .bottom .item:nth-child(1) a {}

#lp-footer .wrap-footer .bottom .item:nth-child(1) a img {
  width: calc(100% - 30px);
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span {}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(1) {
  width: 60px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(2) {
  width: calc(100% - 66px);
  line-height: 1.5;
  font-size: 0.875rem;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(2) a {
  color: #fff;
  text-decoration: none;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span {}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(1) {
  width: 60px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) {
  width: calc(100% - 66px);
  line-height: 1.5;
  font-size: 0.875rem;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) a {
  font-size: 0.675rem;
  text-decoration: none;
  color: #fff;
  padding: 3px 10px 0;
  border: 1px solid #fff;
  border-radius: 35px;
  -ms-border-radius: 35px;
  -webkit-border-radius: 35px;
  display: inline-block;
  font-weight: 600;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) a:hover {
  color: #00648B;
  background: #fff;
}

#lp-footer .wrap-footer .bottom .item:nth-child(4) {
  width: 30%;
}

#lp-footer .wrap-footer .bottom .item:nth-child(4) a {
  color: #fff;
  text-decoration: none;
}

/* Button Mobile */
#btnz,
.menu-button {
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
}

.bar1,
.bar2,
.bar3,
.bar4 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bar1 {
  width: 24px;
}

.bar2 {
  width: 24px;
}

#btnz .bar2 {
  width: 20px;
  margin-left: 4px;
}

.bar3 {
  width: 24px;
  margin-bottom: 0;
}

.bar4 {
  width: 18px;
  margin-left: 6px;
  margin-bottom: 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
  background-color: #fff;
}

.change .bar4 {
  opacity: 0;
}

/* Footer */
.bvb-site-footer .footer-copyright {
  padding: 7px 0;
  background: #005baa;
  border-top: 1px rgba(255, 255, 255, .2) solid;
}

.bvb-site-footer .footer-copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.bvb-site-footer .footer-copyright .left ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  color: #fff;
}

.bvb-site-footer .footer-copyright .center-social ul li {
  margin: 0 3px;
  line-height: 1;
}

.bvb-site-footer .footer-copyright .center-social ul li a {
  color: #0079c1;
}

.bvb-site-footer .footer-copyright .center-social ul li a .default {
  display: block;
}

.bvb-site-footer .footer-copyright .center-social ul li a .hover {
  display: none;
}

.bvb-site-footer .footer-copyright .center-social ul li a:hover .default {
  display: none;
}

.bvb-site-footer .footer-copyright .center-social ul li a:hover .hover {
  display: block;
}

.bvb-site-footer .footer-copyright ul.flex-end {
  margin-left: auto;
  justify-content: flex-end;
}

.bvb-site-footer .footer-copyright .right-menu li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px #fff solid;
}

.bvb-site-footer .footer-copyright .right-menu li:first-child {
  border: none;
}

.bvb-site-footer .footer-copyright .right-menu li a {
  color: inherit;
}

.bvb-site-footer .footer-copyright .left, .bvb-site-footer .footer-copyright .right-menu {
  width: 45%;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.to-top {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: -20px;
  z-index: 999;
}

.prefixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 9999;
}

.fixed {
  top: 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
}

#lp-clock {
  position: relative;
}

.main-example {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.main-example .countdown-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.main-example .title {
  line-height: 1.4;
  font-size: 1.8rem;
  color: #001e72;
  margin-right: 20px;
}

.main-example .title span {
  display: block;
}

.main-example .text-end {
  position: relative;
  top: 50px;
  left: 180px;
  font-size: 1.8rem;
  color: #001e72;
}

.main-example .time {
  margin: 0 10px;
  /* padding: 10px; */
  border-radius: 5px;
  /* box-shadow: 0 0 10px 0 rgba(133, 196, 204,0.5); */
  display: inline-block;
  text-align: center;
  position: relative;
  height: 80px;
  width: 70px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-example .count {
  background: transparent;
  color: #fff;
  display: block;
  font-size: 3.2em;
  line-height: 1.8em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(133, 196, 204, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

.main-example .count.top {
  background: #001e72;
  /* background: linear-gradient(rgba(202, 4, 35,0.9), rgba(202, 4, 35,6)); */
  /* background: $dodam; */
  /* border-top: 1px solid rgba(133, 196, 204,0.2); */
  /* border-bottom: 1px solid rgba(133, 196, 204,0.1); */
  /* border-top: 1px solid rgba(202, 4, 35,0.2); */
  /* border-bottom: 1px solid rgba(202, 4, 35,0.1); */
  border-radius: 10px 10px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.main-example .count.bottom {
  background: #001e72;
  border-radius: 0 0 10px 10px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.main-example .count.next {}

.main-example .label {
  font-size: 1rem;
  font-weight: normal !important;
  text-transform: uppercase;
  display: block;
  position: absolute;
  /* top: 145px; */
  top: 98px;
  width: 100%;
  color: #001e72;
  ;
  font-weight: bold;
}

/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}

.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
    flex-wrap: wrap;
  }

  .main-example .countdown-container {
    height: 100px;
  }

  .main-example .time {
    height: 90px;
    width: 68px;
  }

  .main-example .count {
    font-size: 2.8em;
    line-height: 90px;
  }

  .main-example .label {
    font-size: 1.8em;
    top: 92px;
  }
}

.text-clock {
  position: relative;
  z-index: 1;
}

.text-clock:nth-child(5n+1) {
  right: -204px;
  z-index: 3;
}

.text-clock:nth-child(5n+2) {
  right: -58px;
  z-index: 1;
}

.text-clock:nth-child(5n+4) {
  left: -68px;
  z-index: 3;
}

.text-clock:nth-child(5n+5) {
  left: -208px;
  z-index: 1;
}

#quick-phone {
  max-width: 170px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#quick-phone a {
  display: inline-block;
  position: relative;
}

#quick-phone span img {
  width: 170px;
}

#quick-phone span:nth-child(1) {
  position: absolute;
  top: 0;
  z-index: 99;
  animation-name: btn-ani;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  /* transform: translateY(-78%); */
  /* left: -100%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s; */
}

#quick-phone span:nth-child(1) img {
  max-width: 100%;
}

#quick-phone:hover span:nth-child(1) {
  /* visibility: visible;
  opacity: 1;
  left: 0;
  z-index: 99;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s; */
}

@keyframes btn-ani {
  0% {
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
  }

  20% {
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }

  40% {
    transform: scale(1.15);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

#cbnv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#cbnv .image {
  line-height: 0;
}

#cbnv .image img {
  width: 100%;
  object-fit: cover;
}

#cbnv .text {
  position: absolute;
  left: 10%;
}

#cbnv .text .title {
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}

#cbnv .text .title>img {
  max-width: calc(100vw * 797 / 1920);
}

#cbnv .text .content>img {
  max-width: calc(100vw * 490 / 1920);
}

#cbnv .text .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  height: 2px;
  width: 100px;
  background: #0056ab;
  background-image: linear-gradient(to right, #0094D9, #0056ab);
}

#tvv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#tvv .image {
  line-height: 0;
}

#tvv .image img {
  width: 100%;
  object-fit: cover;
}

#tvv .text {
  position: absolute;
  right: 10%;
}

#tvv .text .title {
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}

#tvv .text .title>img {
  max-width: calc(100vw * 430 / 1920);
}

#tvv .text .content>img {
  max-width: calc(100vw * 568 / 1920);
}

#tvv .text .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  height: 2px;
  width: 100px;
  background: #fff;
}

#uu-dai-vay-tvv-bvl {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* margin-top: -7%; */
  /* background: url('https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/uu-dai-vay-tvv-bvl-back.png') 50% -54%/100% no-repeat; */
}

#uu-dai-vay-tvv-bvl .group-image img {
  width: 100%;
}

#uu-dai-vay-tvv-bvl .content {
  position: absolute;
  bottom: 0;
  /* transform: translateY(-50%); */
  /* width: 100%; */
  left: calc(100vw * 270 / 1920);
  width: calc(100vw * 1380 / 1920);
  z-index: 9999;
}

#uu-dai-vay-tvv-bvl .content .c-content {
  line-height: 1.5;
  font-size: 27px;
  color: #0056ab;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  /* padding-left: 12%; */
}

#uu-dai-vay-tvv-bvl .content .c-content p {
  position: relative;
  padding-left: 20px;
  z-index: 10;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#uu-dai-vay-tvv-bvl .content .c-content p:before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 14px; */
  width: 12px;
  height: 12px;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/60nam/images/ico-list.png") center/cover no-repeat;
  z-index: 1;
}

#uu-dai-vay-tvv-bvl .content .c-content p span {
  position: relative;
  z-index: 10;
}

#uu-dai-vay-tvv-bvl .content .c-content p span span {
  font-size: 32px;
  color: #e29100;
  /* letter-spacing: -2px; */
  line-height: 1;
  font-weight: 600;
}

/* Responsive */
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
  .outer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .title {
    font-size: 3rem;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .sub-title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1440px) {
  #main-content #bvsm .content .wrap-content .wrap-text .title {
    font-size: 2.4rem;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .sub-title {
    font-size: 1.4rem;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .description {
    font-size: 1rem;
  }

  #main-content #minigame>.text {
    width: 37%;
  }

  #main-content #minigame>.text .btn-cta>a img {
    max-width: 250px;
  }

  #main-content #minigame>.text .btn-cta .link>a {
    font-size: 18px;
  }

  #main-content #minigame>.text .btn-cta .text {
    font-size: 24px;
  }

  #main-content #bvsm .content {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .main-example .title {
    font-size: 1rem;
  }

  .main-example .time {
    height: 64px;
    width: 50px;
  }

  .main-example .count {
    font-size: 2.6em;
  }

  .main-example .label {
    top: 80px;
  }

  .main-example .text-end {
    left: 100px;
  }

  #mo-the .content .c-content p:before {
    top: 8px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content p:before {
    /* top: 5px; */
  }

  #uu-dai-vay-tvv-bvl .content .c-content p:nth-child(1):before {
    /* top: 9px; */
  }

  #uu-dai-vay .content .c-content p:before {
    /* top: 5px; */
  }

  #uu-dai-vay .content .c-content p:nth-child(2):before {
    /* top: 8px; */
  }
}

.e-error {
  font-size: 14px;
}

.input-guess-item,
.wrap-input {
  cursor: pointer;
}

.dktvv .guess.tvv {
  /* visibility: hidden; */
  /* z-index: -99; */
  /* opacity: 0; */
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
}

.box-mark {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
}

.box-mark.active {
  background: #0075ff;
  border: 1px solid #0075ff;
}

.box-mark.active:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  z-index: 1;
  transform: rotate(45deg);
}

.box-mark.active:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  z-index: 1;
  transform: rotate(-45deg);
}

.wrap-argee-loan>span {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 20px;
  margin-bottom: 10px;
}

.wrap-argee-loan>.title {
  width: 100%;
  margin-bottom: 0;
}

/* .wrap-argee-loan>span input {
  visibility: hidden;
  z-index: -99;
  opacity: 0;
  position: absolute !important;
  left: 0;
} */
.wrap-argee-loan>span>span:not(.box-mark) {
  margin-left: 3px;
  padding-left: 20px;
  z-index: 10;
  position: relative;
}

.wrap-argee-term input {
  /* visibility: hidden;
  z-index: -99;
  opacity: 0; */
  position: absolute;
  left: 0;
  margin: 0;
  top: 2px;
}

@media only screen and (max-width: 1600px) {
  .m-title span {
    font-size: 34px;
  }
  
  #uu-dai-vay .content .c-title,
  #mo-the .content .c-title {
    font-size: 18px;
  }

  #mo-the .content .c-content {
    font-size: 18px;
  }

  #uu-dai-tien-gui .noted {
    font-size: 18px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content {
    font-size: 16px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content p span span {
    font-size: 24px;
  }

  #uu-dai-vay .content .c-content {
    font-size: 16px;
  }

  #uu-dai-vay .content .c-content p span span {
    font-size: 24px;
  }

  #mo-the .content .c-content p span span {
    font-size: 24px;
  }

  #main-content #banner .text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1366px) {
  .m-title span {
    font-size: 28px;
  }

  #uu-dai-vay .content .c-title,
  #mo-the .content .c-title {
    font-size: 16px;
  }

  #mo-the .content .c-content {
    font-size: 16px;
  }

  #uu-dai-tien-gui .noted {
    font-size: 16px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content {
    font-size: 14px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content p span span {
    font-size: 22px;
  }

  #uu-dai-vay .content .c-content {
    font-size: 14px;
  }

  #uu-dai-vay .content .c-content p span span {
    font-size: 22px;
  }

  #mo-the .content .c-content p span span {
    font-size: 22px;
  }

  #main-content #banner .text {
    font-size: 28px;
  }

  .e-error {
    font-size: 0.775rem;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .description {
    margin-bottom: 30px;
  }

  #main-content #bvsm .content {
    padding-bottom: 180px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .title {
    font-size: 1.4rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item,
  #form-collection .wrap-form .detail-form form .wrap-item .listing.sotien .item,
  #form-collection .wrap-form .detail-form form .wrap-item .listing input {
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-family: MyriadProRegular, sans-serif;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing select {
    font-size: 1.125rem;
    max-height: max-content;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing.sotien .item {
    margin-bottom: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing input[type="tel"],
  #form-collection .wrap-form .detail-form form .wrap-item .listing input[type="email"],
  #form-collection .wrap-form .detail-form form .wrap-item .listing input[type="text"] {
    padding: 12px 22px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing select {
    padding: 12px 20px;
  }

  #form-collection .wrap-form .detail-form form .wrap-input.wrap-city {
    width: 100% !important;
    margin-right: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input {
    margin-bottom: 15px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .title span {
    font-size: 1.125rem;
  }

  #listing-type {
    margin-top: -45px;
  }

  #listing-type .listing .item span {
    font-size: 1.25rem;
  }

  #form-collection .wrap-form .image {
    width: 45%;
  }

  #form-collection .wrap-form .detail-form {
    width: 55%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .item.active:before {
    height: 18px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing input:-ms-input-placeholder {
    font-size: 1.125rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing input::placeholder {
    font-size: 1.125rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item {
    margin-bottom: 15px;
  }

  #listing-type .title {
    font-size: 3rem;
  }

  #listing-type .listing .item img {
    max-width: 175px;
    height: 175px;
    object-fit: contain;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .item-submit a {
    font-size: 1.4rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .item-submit a svg {
    /* top: 10px; */
    width: 17px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .item-submit {
    padding-bottom: 14px;
    margin-bottom: 19px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .item-tools a {
    font-size: 1.2rem;
    padding: 10px 20px;
  }

  #form-collection .wrap-form .detail-form form {
    padding: 25px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing input {
    margin-bottom: 0;
  }

  #benefit .item.text .title {
    font-size: 3rem;
  }

  #benefit .item.text .content ul li {
    font-size: 1.2rem;
  }

  #benefit .item.text .content ul li span {
    font-size: 2rem;
  }

  #benefit .item.text .content ul li:before {
    bottom: 10px;
  }

  #benefit .item.text .content ul li:nth-child(1):before {
    bottom: 16px;
  }

  #mo-the .content .c-content p:before {
    top: 8px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content p:before {
    /* top: 5px; */
  }

  #uu-dai-vay .content .c-content p:before {
    /* top: 3px; */
  }
}

@media only screen and (max-width: 1280px) {
  #main-content #minigame>.text .btn-cta {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  #main-menu {
    display: none;
  }

  #main-content {
    margin-top: 60px;
  }

  #main-menu-mobile {
    display: block;
    background: #005BA9;
    background-image: linear-gradient(#0094D9, #005BA9);
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #main-menu-mobile .wrap-menu-mobile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #btnz {
    position: absolute;
    right: 0;
    z-index: 999;
  }

  #btnz.change {
    display: none;
  }

  #main-menu-mobile .lp-logo {
    width: 20%;
    margin-left: 0;
    margin-right: auto;
  }

  #main-menu-mobile .lp-logo img {
    width: 100%;
  }

  #main-menu-mobile .lp-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 85%;
    height: 100vh;
    transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    z-index: 9999;
    background: rgba(0, 121, 193, .98);
    /* background: #005BA9;
    background-image: linear-gradient(#0094D9, #005BA9); */
  }

  #main-menu-mobile .lp-menu.show {
    right: 0;
    transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    z-index: 10;
  }

  #main-menu-mobile .lp-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  #main-menu-mobile .lp-menu ul {
    width: 100%;
  }

  #main-menu-mobile .lp-menu ul li {
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #0085d3;
    padding: 20px 15px;
  }

  #main-menu-mobile .lp-menu ul li img {
    margin-right: 5px;
    max-width: 35px;
    min-width: 35px;
    height: 22px;
    object-fit: contain;
    top: -4px;
    position: relative;
  }

  #main-menu-mobile .lp-menu ul li.logo {
    padding: 10px 15px;
  }

  #main-menu-mobile .lp-menu ul li.logo img {
    max-width: 140px;
    height: auto;
    object-fit: contain;
    top: 0;
  }

  #main-menu-mobile .lp-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    font-family: MyriadProRegular, sans-serif !important;
    font-weight: normal !important;
    font-size: 1rem;
  }

  #main-menu-mobile .lp-menu .menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
  }

  #lp-footer .wrap-footer .top .description {
    display: none;
  }

  #lp-footer .wrap-footer .top {
    margin-bottom: 0;
  }

  #lp-footer .wrap-footer .bottom {
    align-items: stretch;
  }

  #lp-footer .wrap-footer .bottom .item:nth-child(2),
  #lp-footer .wrap-footer .bottom .item:nth-child(3) {
    width: 30% !important;
    display: none;
  }

  #lp-footer .wrap-footer .bottom .item:nth-child(1),
  #lp-footer .wrap-footer .bottom .item:nth-child(4) {
    width: 50% !important;
  }

  #lp-footer .wrap-footer .bottom .item:nth-child(1) img {
    width: 80% !important;
  }

  #lp-footer .wrap-footer .bottom .item:nth-child(4) {
    text-align: right;
    display: none;
  }

  .to-top {
    right: 50px;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .title {
    font-size: 1.4rem;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .sub-title {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  #main-content #bvsm .content .wrap-content .wrap-tien-ich .tien-ich {
    min-height: 245px;
  }

  #main-content #bvsm .content {
    padding-bottom: 140px;
  }

  #main-content #bvsm .content .wrap-content .wrap-text .description {
    font-size: 0.775rem;
    margin-bottom: 15px;
  }

  #main-content #bvsm .content .wrap-content .wrap-tien-ich .tien-ich .item .wrap-item {
    font-size: 12px;
    height: 65px;
    width: 65px;
  }

  .slick-center .wrap-item {
    font-size: 16px !important;
    height: 120px !important;
    width: 120px !important;
  }

  #main-content #bvsm .content .wrap-content .wrap-tien-ich .tien-ich .item {
    padding-bottom: 30px;
  }

  #main-content #bvsm .content .wrap-content .download a img {
    max-width: 200px;
  }

  #main-content #minigame>.text .btn-cta>a img {
    max-width: 200px;
  }

  #main-content #minigame>.text .btn-cta>a {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  #main-content #minigame>.text {
    width: 44%;
  }

  #main-content #minigame {
    height: 765px;
  }

  #main-content #minigame>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #main-content #minigame>.text .btn-cta {
    margin-top: 100px;
  }

  #main-content #detail .wrap-detail {
    width: 50%;
    left: auto;
  }

  #main-content #detail .wrap-detail .wrap-detail-content .title {
    font-size: 20px;
  }

  #main-content #detail .wrap-detail .wrap-detail-content .content {
    font-size: 14px;
  }

  #main-content #promotion .wrap-text .desc {
    font-size: 12px;
  }

  #benefit .item.text .title {
    font-size: 2.4rem;
  }

  #benefit .item.text .content ul li {
    font-size: 1.2rem;
    padding-left: 20px;
  }

  #benefit .item.text .content ul li span {
    font-size: 2rem;
  }

  #benefit .item.text .content ul li:before {
    bottom: 12px;
    width: 9px;
  }

  #benefit .item.text .content ul li:nth-child(1):before {
    bottom: 20px;
  }

  #listing-type {
    margin-bottom: 50px;
  }

  #listing-type .listing .item img {
    max-height: 145px;
  }

  #listing-type .listing .item span {
    font-size: 1.125rem;
  }

  #listing-type .title {
    font-size: 2.4rem;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .item-submit a svg {
    /* top: 13px; */
  }
}

/* @media only screen and (max-width: 768px){} */
@media only screen and (max-width: 820px) {
  .outer {
    width: 95%;
  }

  #main-content {
    /* background: -moz-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 72%, rgba(30, 162, 222, 1) 100%);
    background: -webkit-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 72%, rgba(30, 162, 222, 1) 100%);
    background: radial-gradient(ellipse farthest-corner at 50% 120%, rgba(167, 223, 245, 1) 72%, rgba(30, 162, 222, 1) 100%); */
    /* background: #D2F7FF; */
    /* background: #a8dff7; */
    background: #b6e7fa;
    /* background: url("back.jpg") center/cover no-repeat; */
  }

  #main-content #banner .srcoll-down img {
    display: none;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  #main-menu-mobile .lp-logo {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
  }

  #lp-footer .wrap-footer .top .logo span:nth-child(1) img,
  #lp-footer .wrap-footer .top .logo span:nth-child(2) img {
    height: 30px;
  }

  .bvb-site-footer .footer-copyright .left, .bvb-site-footer .footer-copyright .right-menu {
    width: 50%;
  }

  .bvb-site-footer .footer-copyright ul {
    display: flex;
    flex-wrap: wrap;
  }

  .bvb-site-footer .footer-copyright .left ul li {
    width: 100%;
  }

  .bvb-site-footer .footer-copyright .center-social ul {
    flex-wrap: unset !important;
  }

  #main-content #bvsm .content {
    padding-bottom: 50px;
    background: url('https://www.baovietbank.vn/media/THTT/LandingPage/bvsm/bvsm-mb2.jpg') center/cover no-repeat;
    padding-left: 8%;
    padding-right: 8%;
  }

  #bvsm .mobile {
    width: 100%;
    line-height: 0;
  }

  #bvsm .mobile img {
    width: 100%;
  }

  #main-content #bvsm .content .wrap-content {
    width: 100%;
  }

  #main-content #promotion {
    margin-top: 0;
    margin-bottom: 0;
  }

  #main-content #promotion .wrap-text {
    background: url('https://www.baovietbank.vn/media/THTT/LandingPage/bvsm/uu-dai-mb2.jpg') center/cover no-repeat;
    position: relative;
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #main-content #promotion .mobile {
    width: 100%;
    line-height: 0;
  }

  #main-content #promotion .mobile img {
    width: 100%;
  }

  #main-content #promotion .wrap-text .time {
    text-align: center;
  }

  #main-content #promotion .wrap-text .desc {
    text-align: center;
    font-size: 14px;
  }

  #main-content #minigame {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  #main-content #minigame>.text {
    position: relative;
    top: 0;
    left: 0;
    background: url('https://www.baovietbank.vn/media/THTT/LandingPage/bvsm/promotion-mb.jpg') center/cover no-repeat;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    order: 3;
    -ms-order: 3;
    -webkit-order: 3;
  }

  #main-content #minigame>.text>img {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #main-content #minigame>.text .btn-cta {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  #lp-clock {
    width: 100%;
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
    position: relative;
    top: 0;
    left: 0;
    background: url('https://www.baovietbank.vn/media/THTT/LandingPage/bvsm/promotion-mb3.jpg') center/cover no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-example .text-end {
    top: 0;
    left: 0;
    font-size: 1.4rem;
  }

  #minigame-soon>.text {
    width: 94%;
  }

  #listing-type {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #listing-type .title {
    font-size: 2.4rem;
  }

  #listing-type .title img {
    max-width: 100%;
  }

  #listing-type .listing .item {
    width: calc(100% / 2 - (20px * 1 / 2));
    margin-right: 20px;
    margin-bottom: 30px;
  }

  #listing-type .listing .item img {
    width: 100%;
    object-fit: contain;
  }

  #listing-type .listing .item:nth-child(2n+2) {
    margin-right: 0;
  }

  #benefit .item {
    width: 100%;
  }

  #benefit .item.text .title {
    font-size: 2rem;
  }

  #benefit .item.text .content ul li {
    font-size: 1.125rem;
  }

  #benefit .item.text .content ul li span {
    font-size: 1.875rem;
  }

  #benefit .item.text .wrap-text {
    padding: 30px 15px;
  }

  #benefit .item.text .content ul li:nth-child(1):before {
    bottom: 18px;
  }

  #benefit .item.text .content ul li:before {
    bottom: 10px;
  }

  #form-collection>.title {
    width: 90%;
    margin-bottom: 30px;
  }

  #form-collection .wrap-form .image {
    width: 100%;
  }

  #form-collection .wrap-form .detail-form {
    width: 100%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing.sotien .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing.vayvon .item:nth-child(3) {
    margin-bottom: 15px;
  }

  #form-collection .wrap-form {
    width: 95%;
  }

  #form-collection .wrap-form .detail-form form {
    padding: 30px 20px;
  }

  #listing-type .listing .item span {
    font-size: 1.125rem;
  }

  #form-collection .wrap-form .image img {
    display: none;
  }

  #form-collection {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #quick-phone {
    /* display: none; */
    width: 130px;
    bottom: 35px;
  }

  #quick-phone span img {
    width: 130px;
  }

  #form-collection>.title img {
    max-width: 70%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .title span {
    display: block;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-city {
    margin-right: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-phone {
    width: 100%;
    margin-right: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-email {
    width: 100%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-company {
    width: 100%;
    margin-right: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-company-region {
    width: 100%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(1) {
    width: 100%;
  }

  #cbnv .text {
    position: relative;
    left: 0;
    width: 100%;
    padding: 10px 10%;
    background: #a3daf3;
    background-image: linear-gradient(90deg, #d7f1fb, #a2daf4);
  }

  #cbnv .text .title {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  #cbnv .text .title>img {
    max-width: 100%;
  }

  #cbnv .text .title .readmore {}

  #cbnv .text .title .readmore a {
    margin: 10px 0;
    display: block;
  }

  #cbnv .text .content>img {
    max-width: 80%;
  }

  #tvv .text {
    position: relative;
    width: 100%;
    right: 0;
    background: #01204c;
    background-image: linear-gradient(180deg, #01204c, #0274ba);
    padding: 10px 10%;
  }

  #tvv .image img {
    height: 100%;
  }

  #tvv .text .title {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  #tvv .text .title>img {
    max-width: 50%;
  }

  #tvv .text .content>img {
    max-width: 90%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item {
    width: 100%;
    margin-right: 0;
  }

  #listing-type .title {
    padding-top: 0;
  }

  input[name="argee_term"] {
    width: 15px !important;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input.wrap-argee-loan>span:nth-child(2) {
    width: 100%;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(1) {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    margin-bottom: 10px;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(2) {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(3) {
    order: 4;
    -webkit-order: 4;
    -ms-order: 4;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(3) .guess-other {
    margin-top: 0;
  }

  #form-collection .wrap-form .detail-form form .wrap-item .listing .wrap-input .input-guess-item:nth-child(4) {
    order: 3;
    -webkit-order: 3;
    -ms-order: 3;
  }

  .m-title {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    transform: translateX(0);
  }

  .m-title span {
    font-size: 20px;
  }

  #uu-dai-vay {
    padding-top: 40px;
  }

  #uu-dai-vay .content {
    position: relative;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-top: -5%;
  }

  #uu-dai-vay .content .c-content {
    font-size: 14px;
    margin-top: 0;
  }

  #uu-dai-tien-gui {
    margin-top: 0;
  }

  #uu-dai-tien-gui .noted {
    position: relative;
    bottom: 0;
    width: calc(100% - 30px);
    right: auto;
    left: 15px;
    font-size: 12px;
    text-align: center;
  }

  #uu-dai-tien-gui .noted span img {
    max-width: 12px;
  }

  #uu-dai-vay .content .c-title{
    font-size: 14px;
    padding: 5px 20px;
  }

  #mo-the {
    margin-top: 45px;
  }

  #mo-the .content {
    margin-top: 15px;
    position: relative;
    top: auto;
    left: 15px;
    width: calc(100% - 30px);
    transform: translateY(0);
  }

  #mo-the .content .c-title {
    font-size: 14px;
    padding: 5px 20px;
  }

  #mo-the .content .c-content {
    font-size: 14px;
  }

  #mo-the .content .c-content p:before {
    top: 6px;
  }

  #uu-dai-vay-tvv-bvl .content .c-content p:before {
    top: 6px;
  }

  #uu-dai-vay .content .c-content p:before {
    top: 6px;
  }

  #form-collection>.title {
    font-size: 24px;
  }

  #main-content #banner .text {
    font-size: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #uu-dai-vay-tvv-bvl {
    background: none;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  #uu-dai-vay-tvv-bvl .group-image img {
    width: 100%;
  }

  #uu-dai-vay-tvv-bvl .content .c-content {
    width: 100%;
    padding-left: 0;
  }

  #uu-dai-vay-tvv-bvl .content {
    position: relative;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main-example .time {
    height: 90px;
    width: 68px;
  }

  .main-example .label {
    top: 110px;
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 425px) {
  .flex-center {
    flex-wrap: wrap;
  }

  .bvb-site-footer .footer-copyright {
    position: relative;
  }

  .bvb-site-footer .footer-copyright .left, .bvb-site-footer .footer-copyright .right-menu {
    width: 100%;
    float: left;
  }

  .center-social {
    position: absolute;
    right: 5px;
    bottom: 7px;
  }

  .bvb-site-footer .footer-copyright ul.flex-end {
    justify-content: flex-start;
  }

  .bvb-site-footer .footer-copyright .right-menu li:first-child {
    padding-left: 0;
    margin-left: 0;
  }

  #lp-footer .wrap-footer .bottom .item {
    margin-bottom: 0;
  }

  #lp-footer .wrap-footer .bottom .item:nth-child(1) img {
    width: 100% !important;
  }

  #lp-footer .wrap-footer .top .logo span {
    display: inline-block;
    float: left;
    /* flex: 1; */
  }

  .to-top {
    right: 19px;
  }

  #lp-footer .wrap-footer .top .logo span:nth-child(1) {
    /* width: calc(40% - 10px); */
    /* max-width: 126px; */
    margin-right: 10px;
  }

  #lp-footer .wrap-footer .top .logo span:nth-child(2) {
    /* width: calc(34% - 10px); */
    /* max-width: 89px; */
    margin-right: 20px;
  }

  #lp-footer .wrap-footer .top .logo span:nth-child(3) {
    /* max-width: 38px; */
    height: 30px;
  }

  #lp-footer .wrap-footer .top .logo span:nth-child(2):after {
    top: 3px;
    right: -11px;
    height: 75%;
  }

  #main-content #promotion .wrap-text .desc {
    font-size: 12px;
  }

  #main-content #detail .wrap-detail .wrap-detail-content .title {
    font-size: 16px;
  }

  #main-content #detail .wrap-detail .wrap-detail-content .content {
    font-size: 12px;
  }

  #main-content #minigame>.text .btn-cta .link>a {
    font-size: 12px;
  }

  .main-example .title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-example .title span {
    display: inline-block;
  }

  .main-example .count {
    font-size: 1.8em;
    line-height: 64px;
  }

  .main-example .time {
    height: 64px;
    width: 50px;
  }

  .main-example .label {
    top: 80px;
    font-size: 1em;
  }
}

@media only screen and (max-width: 320px) {}

#download-app {
  position: fixed;
  right: -124px;
  bottom: 80px;
  display: flex !important;
  align-items: flex-end;
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  z-index: 99;
  outline: 0;
  max-width: 160px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

#download-app.show {
  right: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

#download-app.show>span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

#download-app .material-icons {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #000;
  cursor: pointer;
}

#download-app .app-link {
  padding: 5px;
  background: #0b7abf;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
}

#download-app .app-link a {
  display: inline;
  color: #fff;
  text-decoration: none;
}

#download-app .app-link a span {
  display: block;
  width: 100%;
}

#download-app .app-link a span:nth-child(2) {
  padding-top: 5px;
}

#download-app>span:nth-child(3) {
  position: absolute;
  right: calc(100% + 20px);
  display: flex;
  white-space: nowrap;
  align-items: center;
  padding: 5px 10px;
  background: rgba(186, 144, 45, 1);
  /* text-transform: uppercase; */
  color: #fff;
  z-index: 2;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  animation: back 0.5s infinite;
  -webkit-animation: back 0.5s infinite;
  -ms-animation: back 0.5s infinite;
  cursor: pointer;
}

#download-app>span:nth-child(3):after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(186, 144, 45, 1);
  transform: rotate(45deg);
  position: absolute;
  right: -6px;
  border-width: 1px 1px 0 0;
  z-index: 1;
  animation: back 0.5s infinite;
  -webkit-animation: back 0.5s infinite;
  -ms-animation: back 0.5s infinite;
}

@keyframes back {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
