table {
  width: 100%;
}
.detail-quaote {
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0 1rem 0;
}
.detail-quaote .title-detail-quaote {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding: 0 0 30px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.detail-quaote .detail-item {
  position: relative;
}
.detail-quaote .detail-item img {
  width: 100%;
  height: 401px;
  object-fit: cover;
}

.detail-quaote .detail-item .title-detail {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  bottom: 0;
  padding: 15rem 30px 20px 20px;
  display: none;
}
.detail-quaote .detail-item:hover .title-detail {
  display: block;
}
.detail-quaote .detail-item a{
  color: #FFF;
}
.detail-quaote .detail-item .title-detail h3 {
  font-size: 14px;
}
.detail-quaote .detail-item .iconPlay {
  content: "";
  background-image: url("../images/video/iconPlay.png");
  width: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  height: 48px;
  background-size: cover;
}
.detail-quaote .detail-quality {
  margin: 3rem 0;
}
.detail-quaote .text-detail {
  width: 90%;
  float: right;
  text-align: justify;
}
.detail-quaote .text-detail .quality {
  margin: 3rem 0;
}
.detail-quaote .text-detail .quality li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.detail-quaote .text-detail .quality li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/detail-quaote/quaility.png");
  background-size: cover;
  left: -35px;
  top: -3px;
}
.detail-quaote .text-detail a {
  /* color: #c79c5d; */
  color: #000;
  background-color: #1b242d;
  padding: 10px 40px;
  border: 1px solid #c79c5d;
}
.detail-quaote .text-detail a:hover {
  background-color: #c79c5d;
  color: #000;
}
.detail-quaote .text {
  margin-bottom: 3rem;
}
.detail-quaote .text .text-item {
  width: 100%;
  border: 1px solid #c79c5d;
  background-color: #1b242d;
  text-align: center;
}
.detail-quaote .text .text-item .item {
  padding: 9rem 0;
}
.detail-quaote .text .text-item .item .title {
  font-size: 25px;
  font-weight: 700;
  /* color: #c79c5d; */
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.detail-quaote .text .text-item .item .price {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.detail-quaote .text .letter {
  margin-bottom: 4rem;
}
.detail-quaote .procedure {
  margin-bottom: 5rem;
}
.detail-quaote .procedure .title-procedure {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding: 0 0 30px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.detail-quaote .procedure .item-procedure .item-content {
  width: 420px;
  margin-bottom: 2rem;
}
.detail-quaote .procedure .item-procedure .item-content .number {
  font-size: 24px;
  font-weight: 600;
  /* color: #c79c5d; */
  position: relative;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.detail-quaote .procedure .item-procedure .item-content .number::before {
  content: "";
  width: 100px;
  height: 4px;
  /* background-color: #c79c5d; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  position: absolute;
  bottom: -5px;
}
.detail-quaote .procedure .item-procedure .item-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.detail-quaote .procedure .item-procedure .item-content .item-text {
  text-align: justify;
}
.detail-quaote .statistical {
  margin-bottom: 7rem;
}
.detail-quaote .statistical .title-statistical {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding: 0 0 30px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.detail-quaote .statistical .statistical-item {
  background: rgb(38, 48, 56);
  background: linear-gradient(
    100deg,
    rgba(38, 48, 56, 1) 0%,
    rgba(40, 45, 49, 1) 100%
  );
  width: 100%;
  padding: 4rem;
}
.detail-quaote .statistical .statistical-item table {
  width: 100%;
}
.detail-quaote .statistical .statistical-item .title-table tr th {
  /* background-color: #c79c5d; */
  border-right: 2px solid #1b242d;
  padding: 15px 9px;
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  color: #000;
}
.detail-quaote .statistical .statistical-item .title-table tr th:last-child {
  border: none;
}
.detail-quaote .statistical .statistical-item .title-table tr th:first-child {
  text-align: center;
  width: 40px;
}
.detail-quaote .statistical .statistical-item .title-table tr th {
  text-align: center;
  width: 500px;
}
.detail-quaote
  .statistical-2
  .statistical-item
  .title-table
  tr
  th:nth-child(3) {
  width: 200px;
}
.detail-quaote
  .statistical-2
  .statistical-item
  .title-table
  tr
  th:nth-child(4) {
  width: 200px;
}
.detail-quaote .statistical .statistical-item .title-table table {
  margin-bottom: 2rem;
}
.detail-quaote .statistical .statistical-item .content-table table tr td {
  border: 1px solid #c79c5d;
  padding: 15px 9px;
}
.detail-quaote
  .statistical
  .statistical-item
  .content-table
  table
  tr
  td:nth-child(2) {
  width: 560px;
}
.detail-quaote .statistical .statistical-item .content-table tr td:first-child {
  width: 40px;
  text-align: center;
}

/* statistical 2 */
.detail-quaote
  .statistical-2
  .statistical-item
  .content-table
  table
  tr
  td:nth-child(3) {
  text-align: center;
  width: 164px;
}
.detail-quaote
  .statistical-2
  .statistical-item
  .content-table
  table
  tr
  td:nth-child(4) {
  text-align: center;
  width: 164px;
}
.detail-quaote .statistical-2 .statistical-item .title_des {
  color: #c79c5d;
  font-weight: 600;
}
.detail-quaote .explain .explain-item .title_des {
  color: #c79c5d;
  font-weight: 600;
  margin-top: 2rem;
}
.detail-quaote
  .statistical-2
  .statistical-item
  .content-table
  table
  tr
  td:nth-child(1) {
  max-width: 40px;
}
.detail-quaote
  .statistical-2
  .statistical-item
  .content-table
  table
  tr
  td:nth-child(2) {
  width: 393px;
}
.detail-quaote .statistical-2 .statistical-item .content-table {
  margin-bottom: 2rem;
}
/* endow */
.endow {
  height: 400px;
  background-image: url("../images/detail-quaote/endow.png");
  width: 100%;
  background-size: cover;
}
.endow .item {
  padding: 4rem;
}
.endow .item h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.endow .item-text {
  padding: 5rem 0;
}
.endow .item-text li {
  list-style: none;
  margin-bottom: 1rem;
}
.endow .item-text li .number {
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
}
.endow .item-text li .des {
  color: #e2e2e2;
}
.explain {
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0 1rem 0;
}
.explain .title-explain {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding: 0 22rem 30px 22rem;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.explain .tab-explain {
  text-align: center;
  margin-bottom: 5rem;
}
.explain .tab-explain ul {
  border-bottom: none;
}
.explain .tab-explain .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  /* background-color: #c79c5d; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  border: #c79c5d;
}
.explain .tab-explain a {
  background-color: transparent;
  padding: 10px 30px;
  border: 1px solid #c79c5d;
  color: #c79c5d;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}
.explain .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #c79c5d;
  background-color: #c79c5d;
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  color: #000;
}
.explain .tab-explain .active-tab {
  /* color: #fff;
  background-color: #c79c5d; */
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  color: #000;
}
.explain .explain-item {
  background: rgb(38, 48, 56);
  background: linear-gradient(
    100deg,
    rgba(38, 48, 56, 1) 0%,
    rgba(40, 45, 49, 1) 100%
  );
  width: 100%;
  padding: 4rem;
}
.explain .explain-item .content-table table tr td {
  border: 1px solid #c79c5d;
  padding: 15px 9px;
}
.explain .explain-item .content-table table tr td:first-child {
  text-align: center;
  width: 40px;
}
.explain .explain-item .title-table {
  margin-bottom: 2rem;
}

.explain .explain-item .title-table table tr th {
  /* background-color: #c79c5d; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  border-right: 2px solid #1b242d;
  text-align: center;
  padding: 15px 9px;
  width: 40px;
  color: #000;
}
.explain .explain-item .title-table table tr th:nth-child(2) {
  width: 100%;
}
.explain .describe-title {
  display: flex;
  justify-content: center;
}
.explain .describe-title .title-explain {
  width: 750px;
}
/* device */
.device {
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0 1rem 0;
}
.device .title-device {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding: 0 0 30px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.device .device-item {
  background: linear-gradient(
    100deg,
    rgba(38, 48, 56, 1) 0%,
    rgba(40, 45, 49, 1) 100%
  );
  width: 100%;
  padding: 4rem;
}
.device .device-item .title-table table {
  width: 100%;
}
.device .device-item .content-table table {
  width: 100%;
}
.device .device-item .title-table table tr th:first-child {
  width: 40px;
}
.device .device-item .title-table table tr th {
  /* background-color: #c79c5d; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  border-right: 2px solid #1b242d;
  text-align: center;
  width: calc(100% - 50%);
  padding: 15px 9px;
  color: #000;
}

.device .device-item .title-table {
  margin-bottom: 2rem;
}
.device .device-item .content-table table tr td:first-child {
  width: 40px;
  text-align: center;
}
.device .device-item .content-table table tr td:nth-child(2) {
  width: 557px;
}
.device .device-item .content-table table tr td:nth-child(3) {
  width: calc(100% - 597px);
}
.device .device-item .content-table table tr td {
  border: 1px solid #c79c5d;
  padding: 15px 9px;
}

.device .device-item .content-table table tr td .table-img {
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: space-evenly; */
}
.device .device-item .content-table table tr td .table-img li {
  list-style: none;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  background-color: #e2e2e2;
}
.commitment {
  background-color: #1b242d;
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0 1rem 0;
}
.commitment .title-commitment {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 4rem;
  padding: 0 0 20px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.commitment ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.commitment ul li {
  list-style: none;
  width: 200px;
  text-align: justify;
}
.commitment ul li .icon-commitment {
  width: 64px;
  height: 64px;
  background-size: cover;
  margin-bottom: 1.5rem;
}
/* expense */
.expense {
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0;
}
.expense h2 {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 4rem;
  padding: 0 0 20px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.expense .expense-item {
  margin-bottom: 4rem;
}
.expense .expense-item .text p {
  margin-bottom: 3rem;
}
.expense .expense-item h3 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
}
.expense .expense-item p span {
  color: #c79c5d;
}
.expense .expense-item .expense-form {
  background-color: #fff;
  padding: 30px 20px;
}
.expense .expense-item .expense-form .title {
  color: #c79c5d;
  font-weight: 600;
  font-size: 20px;
}
.expense .expense-item .expense-form form label {
  color: #1b242d;
  font-weight: 500;
}

.expense .expense-item .expense-form form .form-group {
  display: flex;
  flex-direction: column;
}
.expense .expense-item .expense-form form .form-group select {
  padding: 12px;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  outline: none;
}
.expense .expense-item .expense-form form .form-group input {
  padding: 12px;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  outline: none;
  border: 1px solid #666;
}
.expense .expense-item .expense-form form button {
  padding: 10px 25px;
  border: none;
  outline: none;
  color: #000 !important;
  /* background-color: #CE9A4E; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  cursor: pointer;
}
/* count */
.count {
  background-image: url("../images/detail-quaote/cout.png");
  background-size: cover;
  padding: 40px 0;
  border-top: 1px solid #c79c5d;
  border-bottom: 1px solid #c79c5d;
  background-position: center;
}
.count .number-count ul {
  display: flex;

  margin: 0;
  padding: 0;
}
.count .number-count ul li {
  list-style: none;
  padding: 10px 20px;
  display: flex;
  position: relative;
  align-items: center;
}
.count .number-count ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #c79c5d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.count .number-count ul li .box-count {
  display: flex;
  margin-right: 10px;
}
.count .number-count ul li p {
  font-weight: 600;
  font-size: 27px;
  padding: 0;
  margin: 0;
  /* color: #CE9A4E; */
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.count .number-count ul li span {
  width: 200px;
  color: #e2e2e2;
}

/* RP*/
/* tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .detail-quaote .title-detail-quaote {
    font-size: 30px;
    padding: 0;
  }
  .detail-quaote .text-detail {
    width: 100%;
    margin-bottom: 3rem;
  }
  .detail-quaote .text .text-item .item {
    padding: 8rem 0;
  }
  .detail-quaote .text .text-item .item .title {
    font-size: 20px;
  }
  .detail-quaote .text .text-item .item .price {
    font-size: 16px;
  }
  .detail-quaote .procedure .title-procedure {
    font-size: 30px;
  }
  .detail-quaote .procedure .item-procedure .item-content {
    width: 100%;
  }
  .detail-quaote .statistical .title-statistical {
    font-size: 30px;
  }
  .detail-quaote .procedure {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .detail-quaote .statistical .statistical-item {
    padding: 2rem;
  }
  .detail-quaote .statistical {
    margin-bottom: 2rem;
  }
  .explain {
    padding-top: 2rem;
  }
  .explain .title-explain {
    font-size: 30px;
    padding: 30px 100px;
  }
  .explain .tab-explain {
    margin-bottom: 3rem;
  }
  .explain .explain-item {
    padding: 2rem;
  }
  .device .title-device {
    font-size: 30px;
  }
  .commitment .title-commitment {
    font-size: 30px;
    margin-bottom: 2rem;
  }
  .commitment ul {
    flex-direction: column;
  }
  .commitment ul li {
    width: 100%;
    padding: 0 100px;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .expense {
    padding: 0;
  }
  .expense h2 {
    font-size: 30px;
    padding: 0 100px;
    margin-bottom: 2rem;
  }
  .expense .expense-item h3 {
    margin-bottom: 1rem;
  }
  .count .number-count ul li {
    flex-direction: column;
    align-items: start;
  }
  .count .number-count ul li:not(:last-child):after {
    height: 80px;
  }
  .device {
    padding: 3rem 0 1rem 0;
  }
  .commitment {
    padding: 3rem 0 1rem 0;
  }
  .device .device-item {
    padding: 2rem;
  }
  .device .device-item .title-table table tr th:nth-child(1) {
    width: 40px;
  }
  .device .device-item .title-table table tr th:nth-child(2) {
    width: 150px;
  }
  .device .device-item .title-table table tr th:nth-child(3) {
    width: calc(100% - 190px);
  }
  .device .device-item .content-table table tr td:nth-child(2) {
    width: 150px;
  }
  .device .device-item .content-table table tr td:nth-child(3) {
    width: calc(100% - 190px);
  }
  .device .device-item .content-table table tr td .table-img li {
    width: 110px;
    height: 110px;
  }
  .endow .item {
    padding: 5rem;
  }
  .detail-quaote .statistical-2 .statistical-item .title-table tr th {
    width: 380px;
  }
  /* title-table */
  .detail-quaote
    .statistical
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(2) {
    width: 320px;
  }
  /*  */
  .detail-quaote .statistical-2 .statistical-item .content-table table tr td {
    word-wrap: break-word;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(2) {
    width: 200px;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(3) {
    max-width: 110px;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(4) {
    max-width: 110px;
  }
}

/* mobile */
@media screen and (max-width: 668px) {
  .detail-quaote {
    font-size: 12px;
    padding: 4rem 0 1rem 0;
  }
  .detail-quaote .title-detail-quaote {
    font-size: 20px;
    padding: 0;
  }
  .detail-quaote .detail-item img {
    height: 220px;
  }
  .detail-quaote .text-detail {
    width: 100%;
  }
  .detail-quaote .detail-quality {
    margin: 2rem 0;
  }
  .detail-quaote .text-detail .quality {
    margin: 2rem 0;
  }
  .detail-quaote .text-detail a {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 8px 40px;
  }
  .detail-quaote .text .text-item .item {
    padding: 2rem 0;
  }
  .detail-quaote .text .text-item .item .title {
    font-size: 15px;
    font-weight: 600;
  }
  .detail-quaote .text .text-item .item .price {
    font-size: 10px;
  }
  .detail-quaote .text .text-item .item .des {
    font-size: 8px;
  }
  .detail-quaote .text .letter {
    margin-bottom: 2rem;
  }
  .detail-quaote .procedure .title-procedure {
    font-size: 20px;
  }
  .detail-quaote .procedure .item-procedure .item-content {
    width: 100%;
  }
  .detail-quaote .procedure .item-procedure .item-content .number {
    font-size: 18px;
  }
  .detail-quaote .procedure .item-procedure .item-content .title {
    font-size: 14px;
    margin-bottom: 0.3rem;
  }
  .detail-quaote .procedure .item-procedure .item-content .number::before {
    width: 60px;
  }
  .detail-quaote .statistical {
    margin-bottom: 1rem;
  }
  .detail-quaote .statistical .title-statistical {
    font-size: 20px;
    padding: 0 30px 30px 30px;
  }
  .detail-quaote .procedure {
    margin-bottom: 1rem;
  }
  .detail-quaote .statistical .statistical-item {
    padding: 1rem;
  }
  .detail-quaote .statistical .statistical-item .title-table tr th {
    padding: 8px 9px;
  }
  .detail-quaote .statistical .statistical-item .content-table table tr td {
    padding: 8px 15px;
  }
  /* statistical-2 */
  .detail-quaote .statistical-2 {
    font-size: 10px;
  }
  .detail-quaote .statistical-2 .statistical-item .content-table table tr td {
    padding: 8px 5px;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:first-child {
    padding: 8px 15px;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(2) {
    width: 75px;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(3) {
    max-width: 57px;
    word-wrap: break-word;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:nth-child(4) {
    max-width: 57px;
    word-wrap: break-word;
  }
  .detail-quaote
    .statistical-2
    .statistical-item
    .content-table
    table
    tr
    td:last-child {
    max-width: 84px;
    word-wrap: break-word;
  }
  /* end */
  .endow .item {
    padding: 2rem 0 1rem 0;
  }
  .endow .item h2 {
    font-size: 20px;
  }
  .endow .item-text {
    padding: 0 0 2rem 0;
    margin-left: 5px;
  }
  .endow .item-text li .number {
    font-size: 18px;
  }
  .endow .item-text li .des {
    font-size: 12px;
  }
  .endow {
    background-image: url(../images/detail-quaote/endow-m.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .endow .item-text li {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
  }
  .endow .item-text li .des {
    display: block;
  }
  .explain .title-explain {
    font-size: 20px;
    padding: 0 43px 30px 43px !important;
  }
  .explain {
    padding-top: 3rem;
  }
  .explain .tab-explain {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }
  .explain .tab-explain a {
    font-size: 12px;
    display: block;
    padding: 7px 20px;
  }
  .explain-2 .tab-explain a {
    display: block;
    padding: 3px 20px;
  }
  .explain .explain-item {
    padding: 1rem 0.5rem;
  }
  .explain .explain-item .title-table table tr th {
    font-size: 10px;
    padding: 8px 9px;
  }
  .explain .explain-item .content-table table tr td:first-child {
    width: 36px;
  }
  .explain .explain-item .content-table table tr td {
    padding: 8px 9px;
    font-size: 10px;
  }
  .device {
    font-size: 12px;
    padding: 2rem 0 1rem 0;
  }
  .device .title-device {
    font-size: 20px;
  }
  .device .device-item {
    padding: 1rem 0.5rem;
    font-size: 10px;
  }

  .device .device-item .title-table table {
    width: 100%;
  }
  .device .device-item .title-table table tr th:nth-child(2) {
    width: 72px;
  }
  .device .device-item .title-table table tr th:nth-child(3) {
    width: calc(100% - 129px);
  }
  .device .device-item .title-table table tr th {
    padding: 8px 9px;
  }
  .device .device-item .content-table table tr td {
    padding: 8px 9px;
  }
  .device .device-item .content-table table tr td:first-child {
    width: 36px;
  }
  .device .device-item .title-table table tr th:first-child {
    width: 36px;
  }
  .device .device-item .content-table table tr td .table-img li {
    width: 47px;
    height: 47px;
  }
  .commitment {
    font-size: 12px;
    padding: 3rem 0 1rem 0;
  }
  .device .device-item .content-table table tr td:nth-child(2) {
    width: 71px;
  }
  .device .device-item .content-table table tr td:nth-child(3) {
    width: calc(100% - 129px);
  }
  .commitment .title-commitment {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
  .commitment ul {
    flex-direction: column;
  }
  .commitment ul li {
    width: 100%;
    padding: 25px;

    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .commitment ul li .icon-commitment {
    width: 32px;
    height: 32px;
  }
  .expense {
    font-size: 12px;
    padding: 0;
  }
  .expense h2 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin: 0 0 2rem;
    padding-top: 2rem;
  }
  .expense .title-expense {
    font-size: 20px;
    margin: 0;
    padding-bottom: 1rem;
    width: 300px;
  }
  .expense .expense-item {
    margin-bottom: 0rem;
  }
  .expense .expense-item h3 {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .expense .expense-item .expense-form form label {
    font-size: 10px;
  }
  .expense .expense-item .expense-form form .form-group select {
    padding: 9px;
  }
  .expense .expense-item .expense-form .title {
    font-size: 14px;
  }
  .count {
    font-size: 12px;
    padding: 20px 0;
    background-image: url(../images/detail-quaote/cout-m.png);
    border: none;
    background-position: unset;
  }
  .count .number-count ul li {
    flex-direction: column;
    align-items: start;
    padding: 10px;
  }
  .count .number-count ul li:nth-child(3) {
    display: none;
  }
  .count .number-count ul li p {
    font-size: 16px;
  }
  .count .number-count ul li span {
    width: 100%;
  }
  .count .number-count ul li:not(:last-child):after {
    height: 75px;
  }
  .explain-2 .tab-explain ul li {
    width: 150px;
  }
  .expense .expense-item .expense-form {
    padding: 30px 10px;
  }
}
