.banner .ladi-overlay {
  background-image: url("../images/165162734_290690465798366_7386822725908581309_n-20210610063400.png");
}
.banner .slogan {
  color: rgb(255, 212, 138);
  font-weight: bold;
}

.ladi-group.align-center {
  width: 50%;
  justify-content: flex-start;
}

.header .nav li:last-child .nav-link {
  border-right: 0;
}

.header .nav li:nth-child(3) .nav-link {
  border-right: 1px solid #fffaf3;
}

.procedure.feedback .ladi-paragraph {
  color: #414561;
  font-size: 16px;
  line-height: 1.8;
  padding: 3rem;
}

.no-pading li {
  padding-left: 0 !important;
}

.wrap-price {
  margin-top: 7rem;
  margin-left: 4rem;
}
* {
  scroll-behavior: smooth;
}

.banner .headline {
  padding-top: unset;
}
.banner .headline2 {
  font-size: 24px;
}
.banner .col-left {
  padding-left: 20px;
}

.loiich .wrap-box .number {
  font-size: 20px;
  margin-bottom: 10px;
}

.loiich .wrap-box .text {
  color: #fff;
  font-size: 15px;
}

section .title {
  color: #243484;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}

section .subtitle {
  color: black;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
section .subtitle:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 75px;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
  background-color: #f3aa53;
}

.quytrinhlamviec .step .group-header {
  padding: 15px;
  position: relative;
  text-align: center;
  background-color: #243484;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 15px;
  min-height: 75px;
  align-items: center;
  display: flex;
}

.quytrinhlamviec .step .group-content {
  padding: 15px;
  position: relative;
  text-align: center;
  background-color: #ffeccc;
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  min-height: 310px;
  text-align: left;
  box-shadow: 0px 10px 30px -20px rgb(243 171 83 / 50%);
}

.quytrinhlamviec .arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 16px solid #243484;
  border-bottom: 15px solid transparent;

  position: absolute;
  right: -15px;
}

.quytrinhlamviec .step .group-header .arrow {
  border-left: 16px solid #243484;
}

.quytrinhlamviec .step .group-content .arrow {
  border-left: 16px solid #ffeccc;
  top: calc(50% - 16px);
}

.col-1-5 {
  flex: 0 0 auto;
  width: 20%;
}

.faq .card {
  border: unset;
  cursor: pointer;
}

.faq .card .card-header {
  color: #ffeccc;
  background: #243484;
}

.faq .card .card-body {
  color: #243484;
  background: #ffeccc;
  font-size: 15px;
}
.faq .card .card-header h5 {
  font-size: 19px;
  line-height: 1.5;
}

.taisaonen .ts-title {
  color: rgb(65, 69, 97);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 5px;
}

.taisaonen .ts-content {
  color: rgb(65, 69, 97);
  font-size: 16px;
  line-height: 1.8;
}
.taisaonen .row > div {
  display: grid;
  overflow: hidden;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  max-width: 500px;
}
.taisaonen .ts-wrap {
  padding: 15px;
  background-color: rgb(255, 236, 204);
  border-color: rgb(255, 255, 255);
  border-width: 2px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -20px rgb(243 171 83 / 50%);
  /* background-color: #ccc;
    display: flex;
    padding: 0.5em;
    margin-bottom: 20px
     */
}

.ladi-notify-transition > .ladi-notify {
  color: rgb(64, 64, 64);
  background-color: rgba(250, 250, 250, 0.9);
}
.ladi-notify {
  padding: 5px;
  box-shadow: 0 0 1px rgb(64 64 64 / 30%), 0 8px 50px rgb(64 64 64 / 5%);
  border-radius: 40px;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

@media (min-width: 768px) {
  .ladi-notify-transition {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
}

@media (max-width: 767px) {
  .ladi-notify-transition {
    width: 300px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
    position: fixed;
    z-index: 90000060;
  }
}
.ladi-notify .ladi-notify-image img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  pointer-events: none;
}
.ladi-notify .ladi-notify-title {
  font-size: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: 700;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.ladi-notify-transition {
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}

.form * {
  font-size: 20px;
}

.form button {
  background: #243484;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .certification .wrap-box {
    height: unset;
  }

  .certification .row [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }

  .certification .row {
    overflow: hidden;
  }

  .certification .row > div {
    margin-top: 10px;
  }
  .certification .wrap-box {
    height: 100%;
    margin-bottom: 10px;
  }
  .quytrinhlamviec .col-1-5 {
    width: 100%;
    flex: 0 0 auto;
    margin-top: 15px;
  }
  .quytrinhlamviec .step .group-content {
    min-height: unset;
  }

  .quytrinhlamviec .step .group-content .arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 16px solid #ffeccc;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
  }

  .quytrinhlamviec .step .group-content .arrow {
    border-top: 16px solid #ffeccc;
    top: unset;
    bottom: -30px;
    border-left: 15px solid transparent;
    left: calc(50% - 14px);
  }
  .quytrinhlamviec .step .group-header .arrow {
    display: none;
  }
  .taisaonen .row > div {
    width: 100%;
  }

    .header {
        height: auto;
    }
    .header-left {
        justify-content: center;
        flex-direction: row;
    }
    .ladi-image>.ladi-image-background {
        position: absolute;
        width: 55px;
        height: 45px;
        top: 12px;
        left: 0px;
        background-image: url(https://bcpacific.vn/assets/images/logo-trang.svg);
        background-size: 55px 45px;
    }
    .header .ladi-image {
        width: 55px;
    }
    .banner {
        padding-top: 81px;
    }
    .banner .headline {
        font-size: 40px;
    }
}
