.header {
  width: 100%;
  display: inline-block;
  position: relative; }

.header.fix-header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0; }

.header .header-top {
  width: 100%;
  display: inline-block;
  background: #fff;
  box-shadow: 0 2px 4px rgba(24, 37, 55, 0.1);
  position: relative;
  z-index: 12; }

@media (max-width: 420px) {
  .header .navbar .header-logo {
    max-width: 180px;
    height: auto !important; } }

.product-card .card-body .text-info {
  font-size: 13px !important; }

body {
  /*--menu acc*/ }
  @media (max-width: 420px) {
    body .header .navbar {
      padding: 10px !important; } }
  @media (max-width: 991px) {
    body .header-auth-group {
      display: none !important; } }
  @media (max-width: 991px) {
    body .header .container-fluid .navbar .navbar-nav .nav-item .dropdown-menu {
      position: relative !important; }
    body .header .navbar .navbar-nav .nav-item .dropdown-menu-custom {
      opacity: 1 !important;
      visibility: inherit !important;
      box-shadow: none !important; } }
  body .phone-call {
    bottom: 15px !important; }
  body .navbar-right-actions {
    margin-left: auto;
    gap: 12px; }
  @media (min-width: 992px) {
    body .button-menu-mobile {
      display: none; } }
  @media (max-width: 991px) {
    body .button-menu-mobile {
      display: inline-block; } }
  body .button-menu-mobile .bar1, body .button-menu-mobile .bar2, body .button-menu-mobile .bar3 {
    width: 30px;
    height: 3px;
    background-color: #adb5bd;
    margin: 6px 0;
    transition: 0.4s;
    display: block; }
  body .button-menu-mobile.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg); }
  body .button-menu-mobile.change .bar2 {
    opacity: 0; }
  body .button-menu-mobile.change .bar3 {
    transform: translate(0, -11px) rotate(45deg); }
  body .box-login {
    position: relative; }
    @media (min-width: 992px) {
      body .box-login {
        display: none !important; } }
    body .box-login .icon-login {
      background: url(../../../images/icon-user.png) no-repeat center center transparent;
      background-size: auto;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer;
      border: 0;
      border-radius: 50%; }
    body .box-login .content-login {
      position: absolute;
      width: 150px;
      background: #FFFFFF;
      box-shadow: 0px 4px 10px rgba(183, 221, 228, 0.31);
      border-radius: 8px;
      top: 56px;
      right: -10px;
      display: none;
      z-index: 991; }
    body .box-login .content-login a {
      display: block;
      padding: 9px 18px;
      font-size: 14px;
      line-height: 16px;
      color: #4D555D; }
    body .box-login .bg-login {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      display: none;
      background-color: transparent; }
    body .box-login .bg-login.show {
      display: block; }
    body .box-login .content-login:before {
      content: "";
      height: 20px;
      width: 20px;
      background: url(../../../images/icon-row-login.png) no-repeat 0 0;
      position: absolute;
      right: 15px;
      top: -10px; }
    body .box-login .content-login a:last-child {
      border-top: 1px solid #F7F7F7; }
    body .box-login.open .content-login {
      display: block; }
  body .navbar-toggler-custom {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease; }
    body .navbar-toggler-custom:hover {
      background: rgba(0, 0, 0, 0.1); }
    body .navbar-toggler-custom .navbar-toggler-icon--hamburger {
      display: block;
      width: 22px;
      height: 18px;
      transition: opacity 0.2s ease, transform 0.2s ease; }
    body .navbar-toggler-custom .navbar-toggler-icon--close {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.8);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
      body .navbar-toggler-custom .navbar-toggler-icon--close i.bi-x-lg {
        font-size: 1.5rem;
        color: #333;
        line-height: 1; }
    body .navbar-toggler-custom[aria-expanded="true"] .navbar-toggler-icon--hamburger, .header.menu-mobile-open body .navbar-toggler-custom .navbar-toggler-icon--hamburger {
      opacity: 0;
      visibility: hidden;
      transform: scale(0.8); }
    body .navbar-toggler-custom[aria-expanded="true"] .navbar-toggler-icon--close, .header.menu-mobile-open body .navbar-toggler-custom .navbar-toggler-icon--close {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
  @media (max-width: 991.98px) {
    body .header .header-top {
      height: 60px;
      padding: 5px 0; }
    body .header .navbar {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      min-height: 50px; }
    body .navbar-collapse-mobile.navi-mobile {
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      height: auto !important;
      max-height: calc(100vh - 60px);
      overflow-x: hidden;
      overflow-y: auto;
      background: #fff;
      padding: 0 15px 24px;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      flex-direction: column;
      align-items: stretch; }
    body .navbar-collapse:not(.show).navi-mobile {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    body .navbar-collapse.show.navi-mobile {
      opacity: 1;
      visibility: visible; }
    body .navbar-collapse-mobile {
      transition: height 0.35s ease-in-out, opacity 0.25s ease; }
    body .header.menu-mobile-open .navbar-collapse-mobile {
      overflow: visible; }
    body .menu-top-mobile {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      border: 0;
      flex-direction: column !important;
      align-items: stretch !important; }
    body .menu-top-mobile .nav-item {
      width: 100%;
      padding: 0;
      border-bottom: 0.5px solid rgba(173, 189, 206, 0.4);
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #4d555d; }
    body .menu-top-mobile .nav-link {
      display: block;
      padding: 12px 0;
      color: #4d555d; }
    body .menu-top-mobile .dropdown-menu-custom {
      padding-left: 16px;
      border: 0;
      box-shadow: none;
      margin: 0 0 8px; }
    body .menu-top-mobile .dropdown-item {
      font-weight: normal;
      font-size: 14px;
      padding: 6px 0;
      color: #4d555d; }
    body .navbar-collapse-mobile .header-auth-group {
      flex-wrap: wrap;
      gap: 12px;
      margin: 16px 0;
      padding-bottom: 16px;
      border-bottom: 0.5px solid rgba(173, 189, 206, 0.4); }
    body .navbar-collapse-mobile .btn-post-auction {
      width: 100%;
      margin-bottom: 16px; }
    body .contact-mobile {
      width: 100%;
      display: block;
      margin-top: 24px; }
    body .contact-mobile .item {
      display: block;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #4d555d;
      padding-left: 30px;
      margin-bottom: 8px; }
    body .contact-mobile .item a {
      color: #4d555d; }
    body .contact-mobile .support {
      background: url(../../../../assets/images/icon-support-black.png) no-repeat 0 center; }
    body .contact-mobile .call {
      background: url(../../../../assets/images/icon-phone-black.png) no-repeat 0 center; } }
  @media (min-width: 992px) {
    body .header .header-top {
      box-shadow: none;
      height: auto;
      padding: 0; }
    body .contact-mobile {
      display: none !important; } }
  body .tab-content > .active {
    display: block !important; }
  body .box-acc {
    float: left;
    position: relative; }
    body .box-acc i.icon-angle-down {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      position: absolute; }
      @media (min-width: 1200px) {
        body .box-acc i.icon-angle-down {
          right: 0;
          top: 50%;
          margin-top: -14px; } }
      @media (max-width: 1199px) {
        body .box-acc i.icon-angle-down {
          right: 10px;
          font-size: 20px; } }
    @media (min-width: 1200px) {
      body .box-acc:hover i.icon-angle-down, body .box-acc .name-acc:hover .icon-angle-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); } }
    @media (max-width: 1199px) {
      body .box-acc .active i.icon-angle-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); } }
  body .box-acc .icon-acc {
    float: left;
    width: 30px;
    height: 50px;
    background: url(/images/icon-user.png) no-repeat center center transparent;
    cursor: pointer;
    border: 0; }
  body .box-acc .box-list {
    display: none;
    position: absolute;
    width: 210px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(183, 221, 228, 0.31);
    border-radius: 8px;
    top: 56px;
    right: -10px;
    z-index: 2; }
  body .box-acc.open .box-list {
    display: block; }
  body .box-acc .name-acc {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle; }
  body .box-acc .name-acc .avatar {
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-right: 10px; }
  body .box-acc .name-acc .name {
    width: calc(100% - 37px);
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #128AC5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  body .box-acc .box-list .list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0; }
  body .box-acc .box-list .list li {
    float: left;
    width: 100%;
    list-style: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #4D555D;
    border-top: 1px solid #F7F7F7; }
  body .box-acc .box-list .list li a {
    display: block;
    padding: 10px;
    color: #4D555D; }
  body .box-acc .box-list .list li:last-child {
    border: 0; }
  body .box-acc .box-list .list .icon-info-acc {
    background: url(/images/user/icon-info-acc.svg) no-repeat 16px center; }
  body .box-acc .box-list .list .icon-taisan {
    background: url(/images/user/icon-taisan.svg) no-repeat 15px center; }
  body .box-acc .box-list .list .icon-phongdaugia {
    background: url(/images/user/icon-phongdaugia.svg) no-repeat 12px center; }
  body .box-acc .box-list .list .icon-lichsu {
    background: url(/images/user/icon-lichsu.svg) no-repeat 12px center; }
  body .box-acc .box-list .list .icon-thamdinh {
    background: url(/images/user/icon-thamdinh.svg) no-repeat 12px center; }
  body .box-acc .box-list .list .icon-tailieu {
    background: url(/images/user/icon-tailieu.svg) no-repeat 16px center; }
  body .box-acc .box-list .list .icon-logout {
    background: url(/images/user/icon-logout.svg) no-repeat 16px center; }
  @media only screen and (min-width: 960px) {
    body .box-acc .icon-acc {
      display: none; }
    body .box-acc .box-list {
      position: relative;
      width: 100%;
      top: auto;
      right: auto;
      display: block;
      background-color: transparent;
      box-shadow: 0px 4px 10px rgba(183, 221, 228, 0);
      border-radius: 0; }
    body .box-acc .name-acc .name {
      padding-right: 20px; }
    body .box-acc .box-list .list {
      width: 215px;
      display: none;
      background: #FFFFFF;
      box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
      border-radius: 8px; }
    body .box-acc:hover .box-list .list {
      display: inline-block; }
    body .box-acc .box-list .list li:first-child {
      border-top: 0; }
    body .border-end .small, body .border-end small {
      font-size: 13px; }
    body #assetInfo, body .accordion-body {
      position: relative; } }
  body .box-support-online {
    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 0;
    width: 65px; }
  body .box-support-online .box-text {
    position: absolute;
    bottom: -17px;
    background: url(../../../../assets/images/hotline/bg.png) no-repeat 0 0;
    height: 109px;
    width: 230px;
    font-weight: 500;
    font-size: 16px;
    line-height: 161.19%;
    text-align: center;
    color: #303030;
    transition: all 0.5s ease 0s;
    opacity: 0;
    padding-top: 35px;
    left: 400px; }
  body .box-support-online:hover .box-text {
    opacity: 1;
    display: block;
    left: -225px; }
  body .box-support-online .box-text p {
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    line-height: 161.19%; }
  body .box-support-online .icon-b {
    width: 65px;
    height: 65px;
    display: inline-block;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    position: relative;
    z-index: 2;
    background: url(../../../../assets/images/hotline/alarm.png) no-repeat 0 0;
    border-radius: 50%;
    cursor: pointer; }
  body .box-support-online .bg-support-online {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background: #000000;
    opacity: 0.7; }
  body .box-support-online .box-list {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s; }
  body .box-support-online .box-list .item {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 65px;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    border-radius: 50%;
    margin-bottom: 17px; }
  body .box-support-online .box-list .item a {
    color: #333333; }
  body .box-support-online .icon-call {
    background: url(../../../../assets/images/hotline/phone.svg) no-repeat center center #fff; }
  body .box-support-online .icon-fb {
    background: url(../../../../assets/images/hotline/messenger.svg) no-repeat center center #fff; }
  body .box-support-online .icon-zalo {
    background: url(../../../../assets/images/hotline/zalo.png) no-repeat center center #fff; }
  body .box-support-online .icon-mail {
    background: url(../../../../assets/images/hotline/mail.svg) no-repeat center center #fff; }
  body .box-support-online .icon-top {
    background: url(../../../../assets/images/hotline/backtop.svg) no-repeat center center #fff; }
  body .box-support-online .icon-mail:before {
    display: none; }
  @media only screen and (max-width: 900px) {
    body .box-support-online .box-list {
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 1;
      height: 0;
      top: 0;
      opacity: 0; }
    body .box-support-online.show .box-list {
      top: -430px;
      height: 430px;
      opacity: 1; }
    body .box-support-online.show .icon-b {
      background: url(../../../../assets/images/hotline/alarm-hover.png) no-repeat 0 0; } }
  @media only screen and (min-width: 900px) {
    body .box-support-online:hover .box-list {
      top: -430px;
      height: 430px;
      opacity: 1; }
    body .box-support-online:hover .icon-b {
      background: url(../../../../assets/images/hotline/alarm-hover.png) no-repeat 0 0; }
    body .box-support-online .icon-call {
      background: url(../../../../assets/images/hotline/phone.png) no-repeat center center #fff; }
    body .box-support-online .icon-fb {
      background: url(../../../../assets/images/hotline/messenger.png) no-repeat center center #fff; }
    body .box-support-online .icon-zalo {
      background: url(../../../../assets/images/hotline/zalo.png) no-repeat center center #fff; }
    body .box-support-online .icon-mail {
      background: url(../../../../assets/images/hotline/mail.png) no-repeat center center #fff; }
    body .box-support-online .icon-top {
      background: url(../../../../assets/images/hotline/backtop.png) no-repeat center center #fff; } }
  body .breadcrumb {
    flex-wrap: nowrap;
    overflow: auto; }
    body .breadcrumb .breadcrumb-item {
      white-space: nowrap; }

/*# sourceMappingURL=style.css.map */
