.left-col .title-list {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.left-col .nav .nav-link {
  color: black;
  padding-left: 0;
}
.left-col .nav .active {
  background-color: transparent;
  color: #C73536;
  font-weight: 400;
}

.right-col .line {
  padding: 40px 0;
}
.right-col .line .title-intro {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
  text-align: center;
  background-color: #C73536;
  color: #fff;
  padding: 7px 0;
}
.right-col .changed {
  background-color: #fff !important;
}
.right-col .changed button {
  border-bottom: 2px solid #eee !important;
}
.right-col .box-shadow1 {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.right-col .card {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
.right-col .card .card-header {
  background-color: #F7F7F7;
  padding-left: 0;
  border-bottom: 1px solid #EFEFEF;
}
.right-col .card .card-header .down-1:not(.collapsed)::after {
  transform: rotate(90deg) !important;
}
.right-col .card .btn:focus {
  box-shadow: none;
}
.right-col .card .subtract {
  display: none;
}
.right-col .card .btn-link {
  color: black;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.right-col .card .btn-link:hover {
  color: #C73536;
  text-decoration: none;
}
.right-col .card .btn-link:focus {
  text-decoration: none;
}
.right-col .card .btn-link:after {
  content: "";
  background-image: url(/images/chevron-right.svg);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  padding: 2px 0 3px 5px;
  line-height: 17px;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 22px;
  transition: transform 0.2s ease-in-out;
}
.right-col .card .card-body {
  background: #fff;
}
.right-col .card .card-body p {
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #C73536;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .container .tab-pane {
    padding: 10px 8px;
  }
  .title-list {
    display: none !important;
  }
  .nav {
    background-color: #eee;
    text-align: center;
    text-transform: uppercase;
  }
  .nav a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container .tab-pane {
    padding: 10px 8px;
  }
  .title-list {
    display: none !important;
  }
}/*# sourceMappingURL=hoidap.css.map */