.page-sale-shared .section-header .large-title {
  text-align: center;
  font-size: 2rem;
  padding-top: 3rem;
  color: #CF7671;
  font-weight: 500;
}
.page-sale-shared .section-header .small-title {
  text-align: center;
  font-size: 1.2rem;
  color: #E2ADAA;
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
}
.page-sale-shared .section-header .bg-gradient-info {
  background: #17ead9;
  background: -webkit-linear-gradient(45deg, #6983ce, #d2d9f0) !important;
  background: linear-gradient(45deg, #6983ce, #d2d9f0) !important;
  color: #fff;
}
@media (max-width: 575px) {
  .page-sale-shared .section-header .large-title {
    font-size: 1.5rem;
    padding-top: 0;
  }
}
.page-sale-shared .section-contract .fw-bold {
  font-weight: 700 !important;
}
.page-sale-shared .section-contract .card-registration {
  border-radius: 15px;
}
.page-sale-shared .section-contract .card-registration .card .card-header {
  background-color: #F8EBEA;
  color: #616161;
  min-height: 3.5rem;
  display: flex;
  line-height: unset;
}
.page-sale-shared .section-contract .bg-grey {
  background-color: #F8EBEA;
  margin-top: 0;
}
.page-sale-shared .section-contract .bg-grey p {
  text-align: justify;
}
.page-sale-shared .section-contract .bg-grey .w-60 {
  width: 60%;
}
.page-sale-shared .section-contract .bg-contract {
  margin-top: 0;
}
.page-sale-shared .section-contract .bg-contract .accordion {
  width: 100%;
}
.page-sale-shared .section-contract h1 {
  color: #088C7F;
  text-transform: uppercase;
}
.page-sale-shared .section-contract h2 {
  color: #ffbf00;
  text-transform: uppercase;
}
.page-sale-shared .section-contract h3 {
  color: #B3241C;
  text-transform: uppercase;
}
.page-sale-shared .section-contract h4 {
  color: #8C6A04;
  text-transform: uppercase;
}
.page-sale-shared .section-contract h5 {
  color: #8C6A04;
  text-transform: uppercase;
}
.page-sale-shared .section-contract h6 {
  color: #616161;
  text-transform: uppercase;
}
.page-sale-shared .section-contract .bg-gradient-payment {
  background: #B3241C;
  background: -webkit-linear-gradient(45deg, #BC3F38, #D9928E) !important;
  background: linear-gradient(45deg, #BC3F38, #D9928E) !important;
  color: #fff;
}
.page-sale-shared .section-contract .btn-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.page-sale-shared .section-contract .btn-box .btn-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
.page-sale-shared .section-contract .btn-box .btn-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
.page-sale-shared .section-contract .btn-box .btn-box-text, .page-sale-shared .section-contract .btn-box .progress-description {
  color: #616161;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-sale-shared .section-contract .btn-box .btn-box-number {
  display: block;
  color: #616161;
}
.page-sale-shared .section-contract .btn-box .small, .page-sale-shared .section-contract .btn-box small {
  font-size: 80%;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .page-sale-shared .section-contract .h-custom {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .page-sale-shared .section-contract .card-registration-2 .bg-grey {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (max-width: 991px) {
  .page-sale-shared .section-contract .card-registration-2 .bg-grey {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (max-width: 575px) {
  .page-sale-shared .section-contract .bg-contract {
    margin-top: 2rem;
  }
}
.page-sale-shared .section-document {
  padding-bottom: 3rem;
}
.page-sale-shared .section-document .large-title {
  text-align: center;
  font-size: 2rem;
  color: #CF7671;
  font-weight: 500;
}
.page-sale-shared .section-document .small-title {
  text-align: center;
  font-size: 1.2rem;
  color: #E2ADAA;
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
}
.page-sale-shared .section-document .bg-gradient-info {
  background: #015EB3;
  background: -webkit-linear-gradient(45deg, #6983ce, #d2d9f0) !important;
  background: linear-gradient(45deg, #6983ce, #d2d9f0) !important;
  color: #fff;
}
.page-sale-shared .section-document .btn-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.page-sale-shared .section-document .btn-box .btn-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
.page-sale-shared .section-document .btn-box .btn-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
.page-sale-shared .section-document .btn-box .btn-box-text, .page-sale-shared .section-document .btn-box .progress-description {
  color: #616161;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-sale-shared .section-document .btn-box .btn-box-number {
  display: block;
  color: #616161;
}
.page-sale-shared .section-document .btn-box .small, .page-sale-shared .section-document .btn-box small {
  font-size: 80%;
  font-weight: 400;
}
@media (max-width: 575px) {
  .page-sale-shared .section-document {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page-sale-shared .section-document .large-title {
    font-size: 1.5rem;
    padding-top: 0rem;
  }
}
.page-sale-shared .section-price {
  background-image: url(/image/shared/bg-bhv-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #B3241C;
}
.page-sale-shared .section-price .bronze {
  color: #fff;
  background-color: #B0C4DE;
}
.page-sale-shared .section-price .bronze-text {
  color: #B0C4DE;
}
.page-sale-shared .section-price .silver {
  color: #fff;
  background-color: #C0C0C0;
}
.page-sale-shared .section-price .silver-text {
  color: #C0C0C0;
}
.page-sale-shared .section-price .gold {
  color: #fff;
  background-color: #F2B807;
}
.page-sale-shared .section-price .gold-text {
  color: #F2B807;
}
.page-sale-shared .section-price .content .term-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.page-sale-shared .section-price .content .plan {
  position: relative;
  top: 30px;
  background: rgb(255, 255, 255);
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 16px;
  color: #777;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}
.page-sale-shared .section-price .content .plan:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.01);
}
.page-sale-shared .section-price .content .plan h2 {
  font-size: 22px;
  font-weight: 600;
  /* margin-bottom: 0; */
  text-transform: uppercase;
  border-bottom: unset;
  padding: 0 10px;
  height: 150px;
}
.page-sale-shared .section-price .content .plan p {
  margin-bottom: 5px;
  font-weight: 400;
}
.page-sale-shared .section-price .content .plan .icon {
  display: inline-block;
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 48px;
  line-height: 120px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-sale-shared .section-price .content .plan .btn-pricing {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 20px;
}
.page-sale-shared .section-price .content .plan .price {
  font-size: 48px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .page-sale-shared .section-price {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-sale-shared .section-term {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding: 8em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #F8EBEA;
}
.page-sale-shared .section-term .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.page-sale-shared .section-term .left-image {
  background-image: url(/image/shared/bhcn-tainansuckhoe-1024x681.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-sale-shared .section-term .head-content .head-title {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #8C6A04;
  font-weight: 700;
  text-transform: uppercase;
}
.page-sale-shared .section-term .head-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8C6A04;
  text-align: center;
}
.page-sale-shared .section-term .head-content .accordion {
  width: 100%;
  padding-left: 30px;
  padding-right: 60px;
}
.page-sale-shared .section-term .head-content .accordion .card {
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 16px;
}
.page-sale-shared .section-term .head-content .accordion .card .card-header {
  background-color: #fff;
}
.page-sale-shared .section-term .head-content .accordion .card .card-header .icon {
  margin: 0 auto;
}
.page-sale-shared .section-term .head-content .accordion .card .card-header .icon span {
  font-size: 60px;
  line-height: 1.2;
  color: #8C6A04;
}
.page-sale-shared .section-term .head-content .accordion .card .card-header .card-link {
  font-size: 20px;
  font-weight: 500;
}
.page-sale-shared .section-term .head-content .accordion .card .card-header a {
  color: #8C6A04;
}
.page-sale-shared .section-term .head-content .accordion .card .card-body {
  padding: 25px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  background: #fff;
  transition: all 0.3s ease;
}
.page-sale-shared .section-term .head-content .accordion .card .card-body .text {
  padding: 0;
  color: #616161;
  text-align: justify;
}
.page-sale-shared .section-term .head-content .accordion .card .card-body .text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .page-sale-shared .section-term .head-content h2 {
    font-size: 30px;
    text-align: center;
  }
  .page-sale-shared .section-term .head-content .accordion {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-sale-shared .section-benefit .card {
  border-width: 0;
  transition: all 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid #F8EBEA;
  border-color: #F8EBEA;
  border-radius: 16px;
}
.page-sale-shared .section-benefit .card-header {
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.625rem;
  height: 6rem;
  text-transform: uppercase;
  color: rgba(13, 27, 62, 0.7);
  font-weight: bold;
  font-size: 0.88rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #F8EBEA;
  border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}
.page-sale-shared .section-benefit .card-header .card-header-title {
  display: block;
  align-items: center;
  white-space: nowrap;
  font-weight: 700 !important;
  font-size: 1.5rem;
  color: #8C6A04;
}
.page-sale-shared .section-benefit .card-header .card-header-title span {
  font-size: 0.88rem;
  color: #B3241C;
  font-style: italic;
}
.page-sale-shared .section-benefit .card-header:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.page-sale-shared .section-benefit .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.page-sale-shared .section-benefit .card-header.card-header-tab .nav {
  width: auto;
  margin-left: auto;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-link {
  text-transform: none;
  width: 100%;
  display: block;
  color: #495057;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-link::before {
  content: "";
  border-radius: 16px;
  background: #8C6A04;
  transition: all 0.2s;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-link:hover {
  color: #8C6A04;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-link.active {
  color: #8C6A04;
}
.page-sale-shared .section-benefit .card-header > .nav .nav-link.active::before {
  opacity: 1;
}
.page-sale-shared .section-benefit .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.page-sale-shared .section-benefit .card-body {
  flex: 1 1 auto;
  padding: 0;
}
.page-sale-shared .section-benefit .card-body .tab-content {
  border-bottom: unset;
  padding-bottom: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-right: unset;
  border-left: unset;
}
.page-sale-shared .section-benefit .card-title {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  color: rgba(13, 27, 62, 0.7);
  font-weight: bold;
  font-size: 0.88rem;
}
.page-sale-shared .section-benefit .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.page-sale-shared .section-benefit .card-text:last-child {
  margin-bottom: 0;
}
.page-sale-shared .section-benefit .card-link:hover {
  text-decoration: none;
}
.page-sale-shared .section-benefit .card-link + .card-link {
  margin-left: 1.25rem;
}
.page-sale-shared .section-benefit .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(26, 54, 126, 0.125);
}
.page-sale-shared .section-benefit .card-footer:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.page-sale-shared .section-benefit .card .card-footer {
  display: flex;
  align-items: center;
}
.page-sale-shared .section-benefit .card-header.no-border {
  border: 0;
  padding: 0;
  height: auto;
}
@media (max-width: 991.98px) {
  .page-sale-shared .section-benefit .card-header.responsive-center {
    display: block;
    text-align: center;
    height: auto;
    padding: 1.5rem;
  }
  .page-sale-shared .section-benefit .card-header.responsive-center .nav, .page-sale-shared .section-benefit .card-header.responsive-center .btn-actions-pane-right {
    margin: 0.75rem 0 0;
  }
  .page-sale-shared .section-benefit .card-header.responsive-center .nav .d-inline-block.ml-2, .page-sale-shared .section-benefit .card-header.responsive-center .btn-actions-pane-right .d-inline-block.ml-2 {
    width: 100% !important;
    text-align: left;
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .page-sale-shared .section-benefit .card-header {
    height: auto;
    display: block;
    padding: 0.75rem 1.5rem;
    text-align: center;
  }
  .page-sale-shared .section-benefit .card-header .btn-actions-pane-right {
    padding: 0.75rem 0 0;
  }
  .page-sale-shared .section-benefit .card-header .actions-icon-btn {
    padding: 0;
  }
  .page-sale-shared .section-benefit .card-header.card-header-tab .card-header-title {
    display: unset;
    line-height: 1;
  }
  .page-sale-shared .section-benefit .card-header.card-header-tab > .nav {
    margin: 0.75rem 0 -0.75rem;
    display: table !important;
    width: 100%;
  }
  .page-sale-shared .section-benefit .card-header.card-header-tab > .nav .nav-item {
    display: table-cell;
  }
}
.page-sale-shared .section-benefit .benefit-item ul p, .page-sale-shared .section-benefit .benefit-item ul a, .page-sale-shared .section-benefit .benefit-item ul li, .page-sale-shared .section-benefit .benefit-item ul blockquote, .page-sale-shared .section-benefit .benefit-item ul label {
  font-size: 1rem;
  line-height: 26px;
  color: #616161;
  margin-bottom: 0;
}
.page-sale-shared .section-benefit .benefit-item ul li {
  list-style: none;
}
.page-sale-shared .section-benefit .benefit-item ul li div {
  display: inline-block;
}
.page-sale-shared .section-benefit .benefit-item ul li .content {
  width: 78%;
  text-align: justify;
  vertical-align: middle;
}
.page-sale-shared .section-benefit .benefit-item ul li .amount {
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-heading {
  padding: 22px 40px;
  background-color: #8C6A04;
  font-weight: 500;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-heading div {
  color: #fff;
  text-transform: uppercase;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-detail {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #F8EBEA;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block {
  padding: 22px 40px;
  background: #fff;
  width: 100%;
  transition: 0.2s ease-in;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block:hover {
  box-shadow: 0 0 30px 0 rgba(11, 29, 66, 0.15);
  transform: scale(1.01);
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block div {
  color: #616161;
}
.page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block .text-muted {
  color: #8C6A04 !important;
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 575px) {
  .page-sale-shared .section-benefit .benefit-item ul li .content {
    width: 55%;
  }
  .page-sale-shared .section-benefit .benefit-item ul li .amount {
    width: 35%;
  }
  .page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .page-sale-shared .section-benefit .benefit-item ul li .content {
    width: 63%;
  }
  .page-sale-shared .section-benefit .benefit-item ul li .amount {
    width: 30%;
  }
  .page-sale-shared .section-benefit .benefit-item ul li.benefit-detail .block {
    padding: 10px;
  }
}
.page-sale-shared .section-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 6rem;
  background: white;
  z-index: 100;
  border-top: 1px solid #F8EBEA;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.page-sale-shared .section-action h5 {
  color: #8C6A04;
  text-transform: uppercase;
  font-weight: 500;
}
.page-sale-shared .section-action .bd-right {
  border-right: 1px solid #F8EBEA;
}
.page-sale-shared .section-action .btn-register {
  position: absolute;
  right: 10px;
  width: 25%;
  top: 0;
  height: 100%;
  padding: 15px;
}
.page-sale-shared .section-action .btn-register .btn-custom {
  height: 100%;
  border-radius: 0;
  font-weight: 500;
}
@media (max-width: 600px) {
  .page-sale-shared .section-action .bd-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-sale-shared .section-action {
    height: 8rem;
  }
  .page-sale-shared .section-action h5 {
    font-weight: 300;
  }
}
@media (max-width: 575px) {
  .page-sale-shared .section-action .btn-register {
    right: 0;
    width: 100%;
  }
}
.page-sale-shared .b630a18a {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}
.page-sale-shared .b630a18a.show {
  display: unset !important;
}
.page-sale-shared .b630a18a .img-fluid {
  margin-top: 5rem;
  overflow: auto;
  text-align: center;
  background: white;
  width: 100vw;
  height: calc(100vh - 5rem);
}
.page-sale-shared .b630a18a .img-fluid embed {
  min-width: 100%;
  min-height: 100%;
}
.page-sale-shared .b630a18a .img-fluid img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.page-sale-shared .b630a18a .tools {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  /* padding: 2rem; */
  height: 5rem;
}
.page-sale-shared .b630a18a .tools button {
  height: 3.5rem;
  background: #B3241C;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .page-sale-shared .p-5 {
    padding: 0.5rem !important;
  }
}

/*# sourceMappingURL=index.css.map */
