/* ====================================================
# accs-nav
==================================================== */

.accs-nav {
  background-color: #ffffff;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.accs-nav span {
  color: #212121;
}

@media (max-width: 576px) {
  .accs-nav {
    padding: 0.5rem 2rem;
  }

  .right-logo {
    max-width: 180px;
  }
}

/* ====================================================
# accs-kv
==================================================== */
.accs-kv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ee785c;
  background-size: cover !important;
  background: url(../img/accs/accs.jpg) no-repeat center center scroll;
  height: 700px;
}

.accs-kv-logo {
  width: 800px;
}

.accs-kv-logo img {
  width: 100%;
  display: block;
}


@media (max-width: 768px) {
  .accs-kv {
    height: 600px;
  }

  .accs-kv-logo {
    width: 80%;
  }
}

.accs-title {
  font-weight: 600;
  color: var(--main-black);
}

.accs-foreword p,
.accs-signup p {
  font-size: 16px;
}

.accs-carousel-item img {
  width: 100%;
}

.accs-signup {
  color: #ffffff;
  background-color: #00B7C3;
}

.accs-signup .btn-signup {
  color: var(--sub-colorC);
  background-color: #fff;
  letter-spacing: 0.1rem;
}

.accs-signup .btn-signup:hover {
  color: #fff;
  background-color: var(--sub-colorC);
}


.program-card {
  padding: 2rem;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin: 1.2rem 0.5rem;
  /* min-height: 300px; */
}

.program-card h4 {
  color: var(--main-black);
  font-weight: 600;
}

.program-time {
  color: var(--sub-colorC);
  font-size: 17px;
  padding-bottom: 10px;
}

.program-time i {
  color: var(--main-black);
}

.skewed {
  position: absolute;
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FDFCAA;
  z-index: 0;
  transform: skewY(-5deg);
  transform-origin: top left;
  z-index: -1;
}

.accs-benefits {
  position: relative;
  background-color: #FDFCAA;
  padding-top: 2rem;
}

.b-num {
  position: relative;
  color: var(--main-black);
}

.b-num h2 {
  font-weight: 600;
  font-size: 2rem;
}

.b-num::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #7571c1;
  transform: rotate(45deg);
  top: 10px;
  right: -30px;
}

.b-desc {
  padding-left: 50px;
}

.accs-partners {
  background-color: #efefef;
  padding: 5.5em 1em;
}

.accs-ver {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* ====================================================
# accs-about
==================================================== */
.point {
  cursor: pointer;
}


/* ====================================================
# accs-feedback
==================================================== */

.accs-feedback h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.feedback-card {
  position: relative;
  border: 1px solid #00B7C3;
  padding: 1.5rem 2rem;
  border-radius: 15px 15px 0 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* .feedback-wrap:nth-child(odd) {
  float: right;
} */

.feedback-card::before,
.feedback-card::after {
  position: absolute;
  font-weight: 600;
  font-family: Arial;
  font-size: 3em;
  line-height: 1;
  color: #00B7C3;
  transform: translate(-50%, -50%);
}

.feedback-card::before {
  content: "“";
  left: 20px;
  top: 25px;
}

.feedback-card::after {
  content: "”";
  right: 0;
  bottom: -45px;
}

.feedback-name {
  color: #00B7C3;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 2rem;
}

.feedback-name img {
  width: 50%;
  display: block;
  float: right;
}

.feedback-name p {
  font-style: italic;
  margin-bottom: 0;
}


/* ====================================================
# footer-accs
==================================================== */
.accsbar {
  color: #fff;
  background-color: #005E81;
  padding: 20px 0 10px;
}

.accsbar-title {
  font-weight: 600;
}

.accsbar-link a {
  padding: 0 10px;
  color: #fff;
}

.accsbar-link a:hover {
  padding: 0 10px;
  color: #8122a9;
}

.footer-accs {
  color: #dfdfdf;
  background-color: #212121;
  padding: 40px 20px;
}

.footer-accs a {
  color: #35cd9f;
}

.footer-accs .date span {
  font-size: 12px;
}

@media (max-width: 576px) {
  .accsbar {
    padding: 20px 15px 10px;
  }

  .footer-accs {
    padding: 30px 15px;
  }

  .foot-logo-img {
    padding-left: 0;
    max-width: 100px;
  }
}

/* ====================================================
# accs-video
==================================================== */
.accs-video {
  position: relative;
  overflow: hidden;
}

.accs-video h3 {
  color: #212121;
  font-weight: 600;
  padding: 1.2rem 0;
}

.accs-video::after {
  background: #99F0FC;
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skew(5deg) rotate(5deg);
  display: inline-block;
  z-index: -1;
  height: 25rem;
}

@media (max-width: 576px) {
  .accs-video {
    background-color: #99F0FC;
  }

  .accs-video::after {
    display: none;
  }
}