main {
  padding-bottom: 60px;
}

.breadcrumb-industry {
  padding: 0.75rem;
  background: var(--white-2, #F6F9FC);
}
@media screen and (min-width: 992px) {
  .breadcrumb-industry .container {
    padding-left: 0px;
  }
}
.breadcrumb-industry .item-breadcrumb {
  display: inline-block;
  margin-bottom: 0px;
}
.breadcrumb-industry .item-breadcrumb a {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.225rem; /* 140% */
  letter-spacing: -0.0175rem;
}
.breadcrumb-industry .item-breadcrumb span {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.225rem; /* 140% */
  letter-spacing: -0.0175rem;
  color: var(--main-1, #3DBDFF);
}
.breadcrumb-industry .item-breadcrumb-home a {
  padding-left: 24px;
  position: relative;
}
.breadcrumb-industry .item-breadcrumb-home a svg {
  position: absolute;
  top: -3px;
  left: 0px;
}

.banner {
  position: relative;
  height: 16.25rem;
  overflow: hidden;
}
.banner .infoBaner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.banner .infoBaner h1 {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.banner .infoBaner .formSearch {
  width: 56.25rem;
  border-radius: 0.75rem;
  background: var(--white-1, #FFF);
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  display: flex;
}
.banner .infoBaner .formSearch .inputSearch {
  width: 70%;
}
.banner .infoBaner .formSearch .inputSearch input {
  height: 35px;
  width: 100%;
  border: unset;
  color: var(--black-1);
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
}
.banner .infoBaner .formSearch .inputSearch input:focus {
  outline: unset;
}
.banner .infoBaner .formSearch .buttonSearch {
  width: 30%;
  text-align: right;
  align-items: center;
  /*padding: 0.5rem 0rem 0.5rem;*/
}
.banner .infoBaner .formSearch .buttonSearch a {
  border-radius: 6.25rem;
  background: var(--main-1, #293A8E);
  padding: 0.6rem 1rem 0.4rem;
  height: 100%;
  display: inline-block;
}
.banner .infoBaner .formSearch .buttonSearch a span {
  color: var(--white-1, #FFF);
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.2rem;
}
.banner .infoBaner .formSearch .buttonSearch a span svg {
  position: absolute;
  top: 1px;
  left: 0px;
}
.banner .infoBaner .error-search {
  margin-top: 5px;
  color: red;
  font-weight: 500;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}
.banner img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.banner .imageMobile {
  display: none;
}

.contentPage {
  margin-top: 1.25rem;
}
.contentPage .titlePage {
  color: var(--black-1, #061020);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.contentPage .noteNone {
  color: var(--black-1, #061020);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 0px;
}
.contentPage .navPage {
  border-bottom: 0px;
}
.contentPage .navPage .nav-item {
  margin-right: 0.75rem;
}
.contentPage .navPage .nav-item:last-child {
  margin-right: 0px;
}
.contentPage .navPage .nav-item button {
  padding: 0.5rem 0.75rem 0.5625rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--main-1, #293A8E);
  color: var(--black-1, #061020);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contentPage .navPage .nav-item button:hover {
  border-radius: 0.5rem;
  border: 1px solid var(--main-1, #293A8E);
}
.contentPage .navPage .nav-item .active {
  border: unset;
  color: var(--white-1, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.5rem;
  background: var(--main-1, #293A8E);
  padding: 0.5rem 0.75rem 0.5625rem 0.75rem;
  border: 1px solid var(--main-1, #293A8E);
}
.contentPage .navPage .nav-item .active:hover {
  border: 1px solid var(--main-1, #293A8E);
}
.contentPage .tab-content-page {
  margin-top: 1.25rem;
}
.contentPage .tab-content-page .tab-pane .tablePage {
  border: 1px solid var(--black-4, #BABABA);
  background: #FFF;
}
.contentPage .tab-content-page .tab-pane .tablePage p {
  margin-bottom: 0px;
}
.contentPage .tab-content-page .tab-pane .tablePage .info {
  width: 30%;
  border-right: 1px solid var(--black-4, #BABABA);
}
.contentPage .tab-content-page .tab-pane .tablePage .valueTable {
  width: 70%;
}
.contentPage .tab-content-page .tab-pane .tablePage .headerTable {
  display: flex;
  background: #E5E5E5;
}
.contentPage .tab-content-page .tab-pane .tablePage .headerTable .headerText {
  padding: 0.625rem 0rem 0.75rem 0.625rem;
}
.contentPage .tab-content-page .tab-pane .tablePage .headerTable .headerText p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable {
  border-top: 1px solid var(--black-4, #BABABA);
  display: flex;
}
.contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable .contentText {
  padding: 0.625rem 0rem 0.75rem 0.625rem;
  display: grid;
  align-items: center;
}
.contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentPage .tab-content-page .tab-pane .tablePage .contentTable .bgMobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .banner {
    overflow: hidden;
  }
  .banner .container {
    width: 100%;
  }
  .banner img {
    width: auto;
    max-width: max-content;
  }
  .banner .infoBaner {
    display: flex;
  }
  .banner .infoBaner h1 {
    font-size: 1.5rem;
  }
  .banner .infoBaner .formSearch {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .banner .imagePc {
    display: none;
  }
  .banner .imageMobile {
    display: block;
  }
  .banner .infoBaner h1 {
    font-size: 1rem;
  }
  .banner .infoBaner .formSearch .inputSearch input {
    font-size: 13px;
  }
  .banner .infoBaner .formSearch .buttonSearch {
    width: 40%;
    /*padding: 0.6rem 0rem 0rem;*/
  }
  .banner .infoBaner .formSearch .buttonSearch a {
    padding: 0.5rem 1rem 0.4rem;
  }
  .banner .infoBaner .formSearch .buttonSearch a span {
    font-size: 14px;
  }
  .banner .infoBaner .formSearch .buttonSearch a span svg {
    top: -1px;
  }
  .contentPage .noteNone {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .contentPage .titlePage {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .headerTable {
    display: block;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .headerTable .headerText {
    width: 100%;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .headerTable .valueTable {
    display: none;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable {
    display: block;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable .contentText {
    width: 100%;
    border-right: 0px;
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable .info {
    border-bottom: 1px solid var(--black-4, #BABABA);
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable .valueTable {
    border-bottom: 1px solid var(--black-4, #BABABA);
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .itemTable:last-child .valueTable {
    border-bottom: 0px solid var(--black-4, #BABABA);
  }
  .contentPage .tab-content-page .tab-pane .tablePage .contentTable .bgMobile {
    display: block;
    width: 100%;
    height: 0.4375rem;
    background: #E5E5E5;
  }
}

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