@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'SFProDisplay', sans-serif !important;
}
html, body h4{
    font-family: 'SFProDisplay', sans-serif !important;
}
/* Reset mặc định */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.v-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.posi-relative {
  position: relative;
}

.vmr-10 {
  margin-right: 10px;
}

.vml-10 {
  margin-left: 10px;
}

.vml-5 {
    margin-left: 5px;
  }

.vmr-15 {
  margin-right: 15px;
}

.vml-43 {
  margin-left: 43px;
}

.vml-15 {
  margin-left: 15px;
}
.vpb-55 {
    padding-bottom: 55px !important;
}

.vpb-90 {
  padding-bottom: 90px !important;
}

.vrotate-180{
    transition: transform 0.3s ease;
    transform: rotate(-180deg);
}
.vrotate-90{
    transform: rotate(-90deg);
}
.vrotate-0{
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}
.img-28 {
  width: 28px !important;
  height: 28px !important;
}
.img-24 {
    width: 24px !important;
    height: 24px !important;
  }
.vfilter-white{
    filter: brightness(0) invert(1);
}
.vcolor-orange {
  color: #FF701D;
}

.mobile-block {
  display: none;
}

.desktop-block {
  display: block;
}

.mobile-menu {
  display: none;
}

.orange-hover:hover {
  color: #FF701D !important;
}

.lh-0 {
  line-height: 0;
}
.text-ellipsis-vw-70{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100vw - 70px);
    text-overflow: ellipsis;
}
.text-ellipsis-full{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-150{
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v-flex {
  display: flex;
}
.v-flex-al-center {
  align-items: center;
}
.v-flex-center {
  justify-content: center;
}
.v-flex-between {
  justify-content: space-between;
}
.v-flex-reverse {
  flex-direction: row-reverse;
}

.oba0-visi-hidden {
  opacity: 0;
  visibility: hidden;
}

.over-hidden {
  overflow: hidden;
}

.v-header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.v-header-top {
  display: block;
  padding: 8px 0;
  background: #191E67;
}
.v-header-top .text {
  color: #DDE4FC;
  font-size: 14px;
}
.v-header-top .customer a {
  text-decoration: none;
}
.v-header-top .customer a:first-child {
  text-decoration: underline;
  color: #FFFFFF;
}
.v-header-top .customer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.v-header-top .customer a:first-child {
  margin-right: 30px;
}
.v-header-top .login {
  position: relative;
}
.v-header-top .login:hover .v-info {
    opacity: 1;
    visibility: visible;
}
.v-header-top .login .v-info {
    position: absolute;
    top: calc(100%);
    opacity: 0;
    visibility: hidden;
    right: 0;
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(to bottom, transparent 8px, #FFF 8px);
    z-index: 999;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    width: 400px;
    min-height: 100px;
    padding: 25px;
}
.v-header-top .login .v-lg-content .v-lg-head {

}
.v-header-top .login .v-lg-content .v-lg-head h5 {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #D1D1D1;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    color: #3D3D3D;
    width: 100%;
    display: block;
}
.v-header-top .login .v-lg-content .v-lg-desc{
    margin-top: 15px;
    padding-bottom: 0;
    text-overflow: ellipsis;
}
.v-header-top .login .v-lg-content .v-lg-desc span:first-child{
    display: block;
}
.v-header-top .login .v-lg-content .v-lg-desc span{
    line-height: 22px;
    font-weight: 400;
    color: #888888;
    padding-bottom: 8px;
    margin: 0;
}
.v-header-top .login .v-lg-content .v-lg-btn {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.v-btn{
    width: 100%;
    padding: 0px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.v-btn-blue{
    background: #4564ED;
    border: 1px solid #4564ED;
}
.v-btn-blue h3{
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.v-btn-white{
    background: #F5F5F5;
    border: 1.5px solid #F5F5F5;
    margin-top: 10px;
}
.v-btn-white2{
    background: #fff;
    border: 1.5px solid #D1D1D1;
    margin-top: 10px;
}
.v-btn-white2 h3{
    line-height: 46px;
    color: #3D3D3D;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.v-btn-white h3{
    line-height: 46px;
    color: #3D3D3D;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.vfooter-mob-login{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 999;
}

.vfooter-mob-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    border-top: 1px solid #E7E7E7;
}

.vfooter-mob-block span{
    font-weight: 600;
    font-size: 16px;
    color: #3D3D3D;
}

.v-header-top .login img {
  margin-right: 10px;
}
.v-header-content-wrap-desk{
    margin-top: 42px;
}
.v-header-content-wrap-mob{
    margin-top: 70px;
}
.vlogin-mobile-info .vno-contact{
    padding-bottom: 12px;
    border-bottom: 1px solid #E7E7E7;
}
.vlogin-mobile-info .vcontact{
    margin: 20px 0 5px 0;
}
.vlogin-mobile-info .vcontact p{
    line-height: 22px;
    font-weight: 400;
    color: #888888;
    margin: 0;
    padding-bottom: 8px;
}
.vlogin-mobile-info a{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
  .v-header .v-header-top {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  *::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .v-header-menu.open {
    min-height: 100dvh;
    width: 100vw;
    background-color: #fff;
    overflow: auto;
  }
  .v-header-menu.open.vopen-login-footer {
    min-height: 100dvh;
    overflow: auto;
  }
  .v-header-menu.open .v-container {
    border-bottom: 1px solid #E7E7E7;
  }
  .v-header-menu.open .menu-item {
    display: block;
    position: absolute;
    top: 70px;
  }
  .v-header-menu.open .menu-header {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .v-header-menu.open .menu-header .menu-list {
    padding: 12px 0;
    width: calc(100vw - 30px);
    height: unset;
    display: block;
  }
  .v-header-menu.open .menu-header .menu-list .menu-list-item {
    width: 100%;
    justify-content: space-between;
  }
  .v-header-menu.open .menu-header .menu-list .submenu {
    opacity: 1;
    visibility: visible;
    position: unset;
    top: unset;
    padding: 10px 0;
    min-height: 0;
    border-bottom-left-radius: unset;
    border-top: unset;
    border-bottom-right-radius: 0;
    box-shadow: unset;
  }
  .v-header-menu.open .menu-header .menu-list .submenu-full {
    --colum: 1;
  }
  .v-header-menu.open .menu-header .menu-list .submenu-content {
    width: 100%;
  }
  .v-header-menu.open .menu-header .menu-list a {
    color: #3D3D3D;
  }
  .v-header-menu.open .login-mobile {
    padding: 20px 0;
  }
  .v-header-menu.open .borbot-e7 {
    border-bottom: 1px solid #E7E7E7;
  }
  .v-header-menu.open .login-mobile a {
    line-height: unset;
    display: flex;
    align-items: center;
  }
  .v-header-menu.open .login-mobile img {
    margin-right: 8px;
    filter: grayscale(100%) brightness(0);
  }
  .v-header-menu.open .login-mobile .text {
    font-size: 16px;
    font-weight: 600;
    color: #3D3D3D;
  }
  .v-header-menu .menu-item {
    display: none;
  }
}
.v-header-menu {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(66, 66, 66, .3);
  /* Styling cho menu header */
  /* Responsive cho menu */
  /* Responsive cho menu */
}
.v-header-menu .v-close-search {
  width: 109px;
  display: flex;
  justify-content: flex-end;
}
.v-header-menu .v-main-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .v-header-menu .desktop-block {
    display: none;
  }
  .v-header-menu .mobile-block {
    display: block;
  }
  .v-header-menu .mobile-menu {
    display: block;
  }
}
.v-header-menu .block {
  height: 70px;
  display: flex;
  align-items: center;
}
.v-header-menu .block-menu-full {
  position: relative;
}
.v-header-menu .menu-header {
  height: 70px;
  display: flex;
  align-items: center;
  /* Styling cho menu con */
}
.v-header-menu .menu-header > .menu-list {
  color: #3D3D3D;
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
 /*  transition: background-color 0.3s; */
}
.v-header-menu .menu-header > .menu-list .menu-list-item {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.v-header-menu .menu-header > .menu-list:hover > .submenu {
    margin-top: 0;
}
.v-header-menu .menu-header .submenu {
  position: absolute;
  top: 100%; /* Hiển thị dưới menu scha */
  background-color: #FFFFFF; /* Màu nền của menu con */
  padding: 10px 0;
  border-bottom-left-radius: 16px;
  border-top: 1px solid #f2f2f3;
  border-bottom-right-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  right: 0;
  width: 100%; /* Chiều rộng toàn bộ màn hình */
  margin-top: calc(-100% - 107px);
  z-index: -1;
  overflow: hidden;
  transition: margin-top 0.4s;
}
.v-header-menu .menu-header .submenu-full {
  --colum: 4;
  --spacing: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--spacing) * -1);
}
.v-header-menu .menu-header .submenu-full .sub-item {
  width: calc(100% / var(--colum) - var(--spacing));
  margin-left: var(--spacing);
}
.v-header-menu .menu-header .submenu-full .sub-item .sub-menu-list {
  margin-top: 15px;
  margin-left: 53px;
}
.v-header-menu .menu-header .submenu-full .sub-item .sub-menu-list li a {
  font-weight: 400;
}
.v-header-menu .menu-header .submenu-full .sub-item .sub-menu-list li a:hover {
  color: #FF701D;
}
.v-header-menu .menu-header .submenu-full li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.v-header-menu .menu-header .submenu-content {
  width: calc(100% + 90px);
}
.v-header-menu .menu-header .submenu li {
  padding: 10px 30px;
  color: #3D3D3D;
  font-weight: 400;
/*   transition: background-color 0.3s; */
}
.v-header-menu .menu-header .submenu li a {
  color: #3D3D3D;
  font-weight: 600;
}
.v-header-menu .menu-header .submenu li:hover {
  /* Màu nền khi hover menu con */
}
@media (max-width: 1200px) {
  .v-header-menu .menu-header > .menu-list {
    padding: 0 5px;
  }
  .v-header-menu .menu-header .submenu li {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .v-header-menu .v-close-search {
    width: 28px;
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .v-header-menu .menu-header {
    flex-direction: column; /* Biến menu thành dạng cột trên màn hình nhỏ */
  }
  .v-header-menu .menu-header > li {
    margin-right: 0;
  }
}
.v-header-search {
  min-width: 600px;
}
.v-header-search input {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
 /*  transition: all 0.3s; */
}
@media screen and (max-width: 991px) {
  .v-header-search {
    min-width: unset;
  }
  .v-header-search input {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
    .v-desk-flexcenter{
        align-items: center;
    }
}

.v-footer {
  background-color: #f8f9fa;
}
.v-footer-top a {
  line-height: unset;
}
.v-footer-top .v-content {
  display: flex;
/*   align-items: center; */
  justify-content: space-between;
  padding: 20px 0 19px 0;
  border-bottom: 1px solid #D1D1D1;
}
.v-footer-top .v-content .v-list-social ul {
  display: flex;
}
.v-footer-top .v-content .v-list-social ul li {
  margin-left: 20px;
}
.v-footer-menu {
  margin-top: 45px;
}
.v-footer-menu .v-content {
  display: flex;
}
.v-footer-menu .v-content-1 {
  padding-right: 30px;
  width: 50%;
}
.v-footer-menu .v-content-1 p {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 8px;
}
.v-footer-menu .v-content-1 h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 20px;
}
.v-footer-menu .v-content-1 ul li {
  display: flex;
  align-items: flex-start;
}
.v-footer-menu .v-content-1 ul li a {
  line-height: unset;
}
.v-footer-menu .v-content-1 ul li img {
  margin-top: 0;
  margin-right: 8px;
}
.v-footer-menu .v-content-1 ul li span {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 25px;
}
.v-footer-menu .v-content-1 .vmt-15 {
  margin-top: 15px;
}
.v-footer-menu .v-content-1 .v-logo-bct {
  margin: 40px 0 60px 0;
}
.v-footer-menu .v-content-1 .v-logo-bct a {
  line-height: unset;
}
.v-footer-menu .v-content-2 {
  width: 15%;
  padding-right: 10px;
}
.v-footer-menu .v-content-2 a {
  line-height: unset;
  color: #3D3D3D;
}
.v-footer-menu .v-content-2 h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
}
.v-footer-menu .v-content-2 ul {
  margin-top: 12px;
}
.v-footer-menu .v-content-2 ul li {
  margin-top: 8px;
}
.v-footer-menu .v-content-2 ul li a {
  color: #3D3D3D;
}
.v-footer-menu .v-content-2 ul li a:hover {
  text-decoration: underline;
}
.v-footer-menu .v-content-2 ul li span {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 25px;
}
.v-footer-menu .v-content-3 {
  width: 20%;
  padding-right: 10px;
}
.v-footer-menu .v-content-3 a {
  line-height: unset;
  color: #3D3D3D;
}
.v-footer-menu .v-content-3 h4 {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 15px;
}
.v-footer-menu .v-content-3 ul {
  margin-top: 12px;
}
.v-footer-menu .v-content-3 ul li {
  margin-top: 8px;
}
.v-footer-menu .v-content-3 ul li a {
  color: #3D3D3D;
}
.v-footer-menu .v-content-3 ul li a:hover {
  text-decoration: underline;
}
.v-footer-menu .v-content-3 ul li span {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 25px;
}
.v-footer-menu .v-content-4 {
  width: 15%;
}
.v-footer-menu .v-content-4 a {
  line-height: unset;
  color: #3D3D3D;
}
.v-footer-menu .v-content-4 h4 {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 15px;
}
.v-footer-menu .v-content-4 ul {
  margin-top: 12px;
}
.v-footer-menu .v-content-4 ul li {
  margin-top: 8px;
}
.v-footer-menu .v-content-4 ul li a {
  color: #3D3D3D;
}
.v-footer-menu .v-content-4 ul li a:hover {
  text-decoration: underline;
}
.v-footer-menu .v-content-4 ul li span {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 25px;
}
.v-footer-menu .v-content-social {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid #D1D1D1;
}
.v-footer-menu .v-content-social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.v-footer-menu .v-content .vmb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .v-header-menu .menu-header .submenu{
        margin-top: 0;
  }
  .v-footer .desktop-block {
    display: none;
  }
  .v-footer .mobile-block {
    display: block;
  }
  .v-footer .v-content {
    flex-direction: column;
  }
  .v-footer .v-content-1 {
    width: 100%;
  }
  .v-footer .v-content-1 h4 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .v-footer .v-content-2 {
    width: 100%;
    margin-top: 25px;
    padding-right: 0 !important;
  }
  .v-footer .v-content-3 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0 !important;
  }
  .v-footer .v-content-4 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0 !important;
  }
}
.images-lp--net{
  min-width: 56px;
  margin-right: 0.8rem;
  height: 56px;
  border-radius: 8px;
}
.list-app-bank .col {
  margin-bottom: 25px;
}

.list-app-bank .col span {
  display: block;
  font-size: 17px !important;
  line-height: 22px;
}

.list-app-bank .col img {
  width: 60px !important;
  height: 60px !important;
}

@media screen and (max-width: 576px) {
  .list-app-bank .col span {
      font-size: 14px !important;
  }
}

.custom--foxpay---qrcode .sub-headline {
  color: #3D3D3D;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .custom--foxpay---qrcode .sub-headline {
      font-size: 20px;
  }
}

.sec-payment-step2 .flex-end {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 576px) {
  .sec-payment-step2 .qr-foxpay--btn img {
      width: 140px;
  }
}

.col-content {
  margin-bottom: 24px !important;
}

.col-content .details-list .sub-headline {
  text-align: center;
  background: unset;
}
.custom--foxpay---qrcode .sub-headline{
  text-align: center;
  background: unset;
}
#content_payment .sub-headline {
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
