@import "../../../components/section/css/banner.css";

@import "../../../components/section/css/blog.css";

@import "../../../components/section/css/popup.css";

/*
highlight
environmental-problems
whatwedo
courses
part-of-change
contact
*/

/* ============= */
/* | highlight | */
/* ============= */
#highlight {
  overflow: hidden;
  background: #1c3b51;
  box-shadow: 0 -1px #1c3b51;
}

#highlight .container {
  max-width: unset;
}

@media screen and (max-width: 767px) {
  #highlight .container {
    padding: 0;
  }
}

/* sc-inner */
#highlight .sc-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.op-0-dt {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #highlight .sc-inner {
    padding-top: 80px;
    padding-bottom: 69px;
  }

  .op-0-dt {
    opacity: 1;
  }
}

/* == detail-section == */

/* content-section */
#highlight .detail-section .content-section {
  position: relative;
  overflow: hidden;
}

#highlight .detail-section .content-section .highlight-swiper-container {
  width: 100%;
}

/* ####### เพิ่มมาเพื่อสำหรับให้ภาพเดียวอยู่ตรงกลางถ้าจะทำให้เป็น swiper แบบเดิมให้เอาออกแล้วปรับ js */
/* #highlight .detail-section .content-section .highlight-swiper-container .swiper-wrapper {
    justify-content: center;    
} */
/* ####### */

#highlight .detail-section .content-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  color: white;
  text-align: center;
  background: #333;
  border-radius: 10px;
  overflow: hidden;

  width: 100%;
  /* height: 470px;
    max-height: 470px; */
  max-width: 1030px;
  opacity: 0.5;
  /* height: auto; */
}

@media screen and (max-width: 1030px) {
  #highlight .detail-section .content-section .swiper-slide {
    background: none;
  }
}

#highlight
  .detail-section
  .content-section
  .swiper-slide
  .slide-content-wrapper {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #highlight
    .detail-section
    .content-section
    .swiper-slide
    .slide-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

#highlight
  .detail-section
  .content-section
  .swiper-slide
  .slide-content-wrapper
  .bg-asset
  img {
  height: 100%;
  object-fit: cover;
}

#highlight .detail-section .content-section .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 1030px) {
  #highlight .detail-section .content-section .swiper-slide {
    width: 80.55%;
  }
}

@media screen and (max-width: 767px) {
  #highlight .detail-section .content-section .swiper-slide {
    width: 80.6%;
  }
}

#highlight .detail-section .content-section .swiper-slide .bg-asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 11/6;
  overflow: hidden;
  /* top: 0;
    left: 0; */
}

#highlight .detail-section .content-section .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: white;
  border-radius: 5px;
  padding: 41px 49.21px 41px 49px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;

  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35898109243697474) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35898109243697474) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35898109243697474) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#highlight .detail-section .content-section .swiper-slide .caption .fs-h3 {
  font-weight: 700;
  text-align: start;
}

@media screen and (max-width: 991px) {
  #highlight .detail-section .content-section .swiper-slide .caption {
    gap: 28px;
    /* padding: 25px 20px; */
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  #highlight .detail-section .content-section .swiper-slide .caption {
    position: relative;
    /* align-items: flex-end; */
    background: none;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}

#highlight
  .detail-section
  .content-section
  .swiper-slide
  .caption
  .download-button
  .icon {
  width: 48px;
  height: 48px;
}

#highlight
  .detail-section
  .content-section
  .swiper-slide
  .caption
  .download-button
  u {
  font-weight: 700;
}

#highlight
  .detail-section
  .content-section
  .swiper-slide
  .caption
  .download-button {
  display: flex;
  gap: 20px;
  align-items: end;
  flex-direction: column;
  width: 122px;
  flex-shrink: 0;
  align-items: flex-end;
}

@media screen and (max-width: 1030px) {
  #highlight
    .detail-section
    .content-section
    .swiper-slide
    .caption
    .download-button {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}

/* pagition */
#highlight .detail-section .content-section .highlight-swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 11px;
  gap: 12px;
}

#highlight .detail-section .content-section .swiper-pagination-bullet {
  background-color: #b5b5b5;
  margin: 0;
  width: 8px;
  height: 8px;
}

#highlight .detail-section .content-section .swiper-pagination-bullet-active {
  box-shadow: rgba(203, 219, 42, 0.25) 0px 0px 0px 4px;
  background-color: #cbdb2a;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  #highlight .detail-section .content-section .highlight-swiper-pagination {
    margin-top: 30px;
  }
}

/* ========================== */
/* | environmental-problems | */
/* ========================== */

#environmental-problems {
  background: rgb(28, 59, 81);
  background: -moz-linear-gradient(
    180deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(21, 44, 61, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(21, 44, 61, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(21, 44, 61, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3b51", endColorstr="#152c3d", GradientType=1);
}

#environmental-problems .container {
  max-width: 1200px;
}

/* sc-inner */
#environmental-problems .sc-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #environmental-problems .sc-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* == detail-section == */

/* header-section */
#environmental-problems .detail-section .header-section {
  text-align: center;
  margin-bottom: 40px;
}

#environmental-problems .detail-section .header-section .fs-h2,
#environmental-problems .detail-section .header-section .fs-h2 span {
  line-height: 54.6px;
}

@media screen and (max-width: 767px) {
  #environmental-problems .detail-section .header-section {
    margin-bottom: 32px;
  }

  #environmental-problems .detail-section .header-section .fs-h2,
  #environmental-problems .detail-section .header-section .fs-h2 span {
    line-height: 37.5px;
  }
}

/* content-section */

#environmental-problems .detail-section .content-section {
  border-radius: 20px;
  background: rgb(28, 59, 81);
  background: -moz-linear-gradient(
    135deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(11, 32, 47, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(11, 32, 47, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(28, 59, 81, 1) 0%,
    rgba(11, 32, 47, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3b51", endColorstr="#0b202f", GradientType=1);

  padding: 106px 86px;
  display: grid;
  gap: 64px;
  grid-template-columns: 400px 1fr;
}

@media screen and (max-width: 991px) {
  #environmental-problems .detail-section .content-section {
    padding: 79px 50px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #environmental-problems .detail-section .content-section {
    padding: 30px;
    background: linear-gradient(96.75deg, #1c3b51 1.09%, #0b202f 100%);
    gap: 32px;
  }
}

@media screen and (min-width: 767px) {
  #environmental-problems .detail-section .content-section .question-wrap {
    width: 400px;
  }
}

#environmental-problems .detail-section .content-section .question-wrap .label {
  margin-bottom: 24px;
  line-height: 19.2px;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .question-wrap
    .label {
    margin-bottom: 16px;
  }
}

#environmental-problems
  .detail-section
  .content-section
  .question-wrap
  .question {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .question-wrap
    .question {
    margin-bottom: 0px;
  }
}

#environmental-problems .detail-section .content-section .question-wrap .image {
  width: 85px;
  height: 85px;
  margin-bottom: 16px;
}

#environmental-problems .detail-section .question-ref p {
  font-size: 10px;
  line-height: 1.5;
}

#environmental-problems .detail-section .content-section .choice-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#environmental-problems .detail-section .content-section .accordion-wrapper {
  overflow-anchor: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#environmental-problems
  .detail-section
  .content-section
  .accordion-wrapper.no-explain {
  gap: 0px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .accordion-wrapper:has(.choice.accordion-title.collapsed) {
    gap: 0px;
  }

  #environmental-problems
    .detail-section
    .content-section
    .accordion-wrapper:has(.choice.accordion-title) {
    gap: 32px;
  }

  #environmental-problems
    .detail-section
    .content-section
    .accordion-wrapper.no-explain:has(.choice.accordion-title.collapsed),
  #environmental-problems
    .detail-section
    .content-section
    .accordion-wrapper.no-explain:has(.choice.accordion-title) {
    gap: 0px;
  }
}

#environmental-problems .detail-section .content-section .choice-wrap .choice {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 15px 16px;
  background-color: #1d415c;
  line-height: 19.2px;
}

#environmental-problems .detail-section .content-section .choice-wrap .choice p,
#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice
  span {
  font-size: 16px;
  line-height: 19.2px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .choice-wrap
    .choice.collapsed {
    padding: 16px;
  }

  #environmental-problems
    .detail-section
    .content-section
    .choice-wrap
    .choice {
    align-items: center;
    gap: 24px;
    padding: 16px;
    padding-right: 44.73px;
  }

  #environmental-problems
    .detail-section
    .content-section
    .choice-wrap
    .choice
    p,
  #environmental-problems
    .detail-section
    .content-section
    .choice-wrap
    .choice
    span {
    font-size: 14px;
    line-height: 16.8px;
  }

  #environmental-problems .detail-section .content-section .question-ref {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

/* answer the question */

#environmental-problems
  .detail-section
  .content-section:has(.choice.accordion-title.collapsed) {
  padding-bottom: 74px;
}

#environmental-problems
  .detail-section
  .content-section:has(.accordion-wrapper.no-explain),
#environmental-problems
  .detail-section
  .content-section:has(
    .accordion-wrapper.no-explain .choice.accordion-title.collapsed
  ) {
  padding-bottom: 106px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section:has(.choice.accordion-title.collapsed) {
    /* padding-bottom: 0px; */
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }
}

#environmental-problems .question-swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 11px;
  gap: 12px;
  bottom: 25px;
}

#environmental-problems
  .question-swiper-container
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: rgba(203, 219, 42, 0.25) 0px 0px 0px 4px;
  background-color: #cbdb2a;
  /* width: 12px;
    height: 12px; */
}

#environmental-problems .question-swiper-container .swiper-pagination-bullet {
  background-color: #aaaaaa;
  margin: 0;
  width: 8px;
  height: 8px;
}

#environmental-problems
  .detail-section
  .content-section:has(.choice.accordion-title) {
  padding-bottom: 106px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section:has(.choice.accordion-title),
  #environmental-problems
    .detail-section
    .content-section:has(.accordion-wrapper.no-explain),
  #environmental-problems
    .detail-section
    .content-section:has(
      .accordion-wrapper.no-explain .choice.accordion-title.collapsed
    ) {
    padding-bottom: 30px;
    height: auto;
  }
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title
  .character {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 31px;
  font-weight: 700;
  line-height: 4.5rem;
  background-color: #ff6161;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .choice-wrap
    .choice.accordion-title
    .character {
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 2.6rem;
  }
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.selected-choice {
  background-color: #255578;
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.collapsed
  .character,
#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.collapsed.correct-answer
  .character {
  background-color: var(--ccrc-theme_c-white);
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title {
  position: relative;
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title::after {
  content: "";
  background: url("../../../../../../../SiteCollectionDocuments/business/ccrc/assets/img/icons/icon-wrong-red.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.correct-answer::after {
  background: url("../../../../../../../SiteCollectionDocuments/business/ccrc/assets/img/icons/icon-correct-light-green.svg")
    no-repeat center center/cover;
  width: 12.73px;
  height: 8.49px;
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.correct-answer
  .character {
  background-color: #cbdb2a;
}

#environmental-problems
  .detail-section
  .content-section
  .choice-wrap
  .choice.accordion-title.collapsed::after {
  content: none;
}

#environmental-problems
  .detail-section
  .content-section
  .answer-wrap
  .accordion-content
  .accordion-content-text {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  #environmental-problems
    .detail-section
    .content-section
    .answer-wrap
    .accordion-content
    .accordion-content-text
    p,
  #environmental-problems
    .detail-section
    .content-section
    .answer-wrap
    .accordion-content
    .accordion-content-text
    span {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ============ */
/* | whatwedo | */
/* ============ */
#whatwedo {
  position: relative;
  /* background-color: #F0F0F0; */
  overflow: hidden;
  background: url("../../../../../../../SiteCollectionDocuments/business/ccrc/assets/pages/landing/img/what-we-do-bg.jpg")
    no-repeat top center/cover;
  box-shadow: 0 -1px rgb(28, 59, 81);
}

@media screen and (max-width: 767px) {
  #whatwedo {
    background: url("../../../../../../../SiteCollectionDocuments/business/ccrc/assets/pages/landing/img/what-we-do-bg-mb.jpg")
      no-repeat top center/cover;
  }
}

/* sc-inner */
#whatwedo .sc-inner {
  padding-top: 120px;
  padding-bottom: 104px;
}

@media screen and (max-width: 767px) {
  #whatwedo .sc-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* == detil-section == */
#whatwedo .detail-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 56px;
  min-height: 656px;
}

@media screen and (max-width: 767px) {
  #whatwedo .detail-section {
    gap: 40px;
  }
}

#whatwedo .detail-section::after {
  /* content: "";
    background-image: url('../img/bg-whatwedo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 711px;
    height: 700px;
    position: absolute;
    top: -66px;
    right: -100px;
    opacity: 0.5;
    z-index: 0; */
}

@media screen and (max-width: 767px) {
  /* #whatwedo .detail-section::after {
        background-image: url('../img/bg-whatwedo-mb.png');
        width: 340.22px;
        height: 341.61px;
        top: -24px;
        right: 0px;
    } */
}

/* header-section */
#whatwedo .detail-section .header-section {
  position: relative;
  z-index: 10;
  line-height: 24px;
}

#whatwedo .detail-section .header-section h2 {
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #whatwedo .detail-section .header-section h2 {
    font-size: 20px;
  }
}

/* content-section */
#whatwedo .detail-section .content-section .content-wrapper {
  background-color: unset;
  display: grid;
  grid-template-columns: minmax(200px, 505px) minmax(500px, 1fr);
  gap: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #whatwedo .detail-section .content-section .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

/* ## accordion ## */
#whatwedo .detail-section .content-section .content-wrapper .accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  #whatwedo
    .detail-section
    .content-section
    .content-wrapper
    .accordion-wrapper {
    gap: 24px;
  }
}

#whatwedo .detail-section .content-section .content-wrapper .accordion-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  #whatwedo
    .detail-section
    .content-section
    .content-wrapper
    .accordion-item:first-of-type:has(.accordion-title[aria-expanded="true"]) {
    margin-top: 0px;
  }

  #whatwedo
    .detail-section
    .content-section
    .content-wrapper
    .accordion-item:has(.accordion-title[aria-expanded="true"]) {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  #whatwedo
    .detail-section
    .content-section
    .content-wrapper
    .accordion-item:last-of-type:has(.accordion-title[aria-expanded="true"]) {
    margin-bottom: 50px;
  }
}

/* accordion-header */
#whatwedo .detail-section .content-section .accordion-header .title-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-header
  .title-wrap
  .title-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #a4a4a4;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-header
  .title-wrap
  .span-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #cecece;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-header
  .accordion-title[aria-expanded="true"]
  .title-wrap
  .title-text {
  font-size: 39px;
  line-height: 46.8px;
  color: #ffffff;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-header
  .accordion-title[aria-expanded="true"]
  .title-wrap
  .span-text {
  font-size: 39px;
  line-height: 46.8px;
  color: #619dc8;
}

@media screen and (max-width: 767px) {
  #whatwedo
    .detail-section
    .content-section
    .accordion-header
    .accordion-title[aria-expanded="true"]
    .title-wrap
    .title-text {
    font-size: 25px;
    line-height: 37.5px;
  }

  #whatwedo
    .detail-section
    .content-section
    .accordion-header
    .accordion-title[aria-expanded="true"]
    .title-wrap
    .span-text {
    font-size: 25px;
    line-height: 37.5px;
  }
}

#whatwedo
  .detail-section
  .content-section
  .content-wrapper
  .accordion-item
  .accordion-title
  .icon-arrow {
  height: 16px;
  width: 8px;
  transition: all 0.3s ease;
}

#whatwedo
  .detail-section
  .content-section
  .content-wrapper
  .accordion-item
  .accordion-title[aria-expanded="false"]
  .icon-arrow {
  display: block;
}

#whatwedo
  .detail-section
  .content-section
  .content-wrapper
  .accordion-item
  .accordion-title[aria-expanded="true"]
  .icon-arrow {
  display: none;
}

/* accordion-content */
#whatwedo .detail-section .content-section .accordion-content-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#whatwedo .detail-section .content-section .accordion-content-text .desc {
  padding-right: 105px;
}

@media screen and (max-width: 992px) {
  #whatwedo .detail-section .content-section .accordion-content-text .desc {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  #whatwedo .detail-section .content-section .accordion-content-text {
    gap: 24px;
  }
}

#whatwedo .detail-section .content-section .accordion-content-text .sub-title,
#whatwedo
  .detail-section
  .content-section
  .accordion-content-text
  .sub-title
  span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

#whatwedo .detail-section .content-section .accordion-content-text .cbis-logo {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-content-text
  .cbis-logo
  .partner-logos {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-content-text
  .cbis-logo
  .partner-logos
  img {
  flex: 0 1 auto;
  max-width: min(160px, 100%);
  max-height: 35px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  #whatwedo
  .detail-section
  .content-section
  .accordion-content-text
  .cbis-logo
  .partner-logos {
  gap: 20px 20px;
}

}

#whatwedo .detail-section .content-section .accordion-content-text .btn-ccrc {
  max-width: 199px;
  width: 100%;
  max-height: 45px;
  height: 100%;
}

/* accordion-image */
#whatwedo .detail-section .content-section .image {
  max-width: 715px;
  border-radius: 20px;
  height: fit-content;
  overflow: hidden;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-img-wrapper
  .accordion-img-content {
  display: none;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-img-wrapper
  .accordion-img-content.show {
  display: unset;
}

#whatwedo
  .detail-section
  .content-section
  .accordion-item
  .accordion-img-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #whatwedo .detail-section .content-section .accordion-img-wrapper {
    display: none;
  }

  #whatwedo
    .detail-section
    .content-section
    .accordion-item
    .accordion-img-mobile {
    display: block;
  }
}

/* ============ */
/* | courses | */
/* ============ */

#courses {
  background: url("../../../../../../../SiteCollectionDocuments/business/ccrc/assets/pages/landing/img/partner-bg.jpg")
    no-repeat center/cover;
  box-shadow: 0 -1px #152c3d;
}

/* sc-inner */

#courses .sc-inner {
  padding-top: 104px;
  padding-bottom: 104px;
}

@media screen and (max-width: 767px) {
  #courses .sc-inner {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}

/* == detail-section == */

/* header-secion */
#courses .detail-section .header-section {
  margin-bottom: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#courses .detail-section .header-section h2 {
  line-height: 55px;
}

@media screen and (max-width: 767px) {
  #courses .detail-section .header-section {
    margin-bottom: 37px;
  }

  #courses .detail-section .header-section p {
    font-weight: 500;
    line-height: 1.5;
  }
}

/* content-section */

/* == courses-card == */
.courses-cards {
  /* display: flex;
    gap: 20px; */
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .courses-cards {
    flex-direction: column;
  }
}

.courses-cards .card {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.courses-cards .card .content {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .courses-cards .card .content {
    padding: 16px;
  }
}

.courses-cards .card .content .tag {
  display: flex;
  gap: 6.71px;
  margin-bottom: 16px;
  color: #476f64;
  line-height: 15.6px;
}

.courses-cards .card .content .tag .icon {
  width: 13.29px;
  height: 12.77px;
}

.courses-cards .card .content .title {
  margin-bottom: 8px;
  line-height: 24px;
}

.courses-cards .card .content .title .head-title {
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .courses-cards .card .content .title .head-title {
    font-size: 20px;
  }
}

.courses-cards .card .content .desc {
  margin-bottom: 20px;
}

.courses-cards .card .content .footer {
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
  padding-top: 28px;
}

@media screen and (max-width: 767px) {
  .courses-cards .card .content .footer {
    padding-top: 20px;
  }
}

.courses-cards .card .content .footer .link-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 24px;
}

.courses-cards .card .content .footer .link-icon .icon {
  width: 12px;
  height: 6.69px;
}

.courses-cards .card .content .footer .link-icon .icon.diagonal {
  transform: rotate(-45deg);
}

/* pagition */
#courses .detail-section .content-section .courses-swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 11px;
  gap: 12px;
}

#courses .detail-section .content-section .swiper-pagination-bullet {
  background-color: #aaaaaa;
  margin: 0;
  width: 8px;
  height: 8px;
}

#courses .detail-section .content-section .swiper-pagination-bullet-active {
  /* box-shadow: rgba(203, 219, 42, 0.25) 0px 0px 0px 4px; */
  background-color: #cbdb2a;
  /* width: 12px;
    height: 12px; */
}

@media screen and (max-width: 767px) {
  #courses .detail-section .content-section .courses-swiper-pagination {
    margin-top: 38px;
    margin-bottom: 0;
  }
}

/* =========== */
/* | contact | */
/* =========== */

#contact {
  background-image: url(../img/bg-contact-dt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact {
    background-image: url(../img/bg-contact-mb.jpg);
  }
}

/* sc-inner */

#contact .sc-inner {
  padding-top: 104px;
  padding-bottom: 141px;
}

@media screen and (max-width: 767px) {
  #contact .sc-inner {
    padding-top: 104px;
    padding-bottom: 117px;
  }
}

/* == detail-section == */
#contact .detail-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  #contact .detail-section {
    gap: 24px;
  }
}

/* header-setion  */
#contact .detail-section .header-setion {
  margin-bottom: 0;
}

#contact .detail-section .header-setion h2 {
  line-height: 55px;
}

@media screen and (max-width: 767px) {
  #contact .detail-section .header-setion {
    gap: 16px;
  }
}

/* content-section */
#contact .detail-section .content-section {
  display: flex;
  justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 767px) {
  #contact .detail-section .content-section {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

#contact .detail-section .content-section .link {
  text-decoration: underline;
}

#contact .detail-section .content-section .icon {
  width: 40px;
}

#contact .detail-section .content-section .contact-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #contact .detail-section .content-section .contact-content {
    gap: 10.5px;
  }
}

#contact .detail-section .content-section .contact-content .contact-text,
#contact .detail-section .content-section .contact-content .contact-text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #contact .detail-section .content-section .contact-content .contact-text,
  #contact
    .detail-section
    .content-section
    .contact-content
    .contact-text
    span {
    font-size: 16px;
    line-height: 19.2px;
  }
}

/* ================== */
/* | part-of-change | */
/* ================== */
#part-of-change {
  text-align: center;
}

/* sc-inner */
#part-of-change .sc-inner {
  padding-top: 104px;
  padding-bottom: 308px;
}

@media screen and (max-width: 767px) {
  #part-of-change .sc-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* == bg-video == */
#part-of-change .bg-video {
  position: relative;
  overflow: hidden;
  /* padding-top: 56.2%; */
}

#part-of-change .bg-video .assets {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

#part-of-change .bg-video .assets video {
  min-height: 100%;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  #part-of-change .bg-video {
    padding-top: 0;
  }
}

/* content */
#part-of-change .bg-video .content {
  /* position: absolute;
    top: 0;
    left: 0; */
  width: 100%;
}

@media screen and (max-width: 767px) {
  #part-of-change .bg-video .content {
    position: relative;
  }
}

/* == detail-section == */
#part-of-change .detail-section {
  position: relative;
  z-index: 10000;
}

/* header-section */
#part-of-change .detail-section .header-section {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #part-of-change .detail-section .header-section {
    margin-bottom: 48px;
  }
}

/* content-section */
#part-of-change .detail-section .content-section {
  display: flex;
  justify-content: center;
  gap: 109px;
}

#part-of-change .detail-section .content-section .number {
  /* font */
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
  color: var(--ccrc-theme_c-white);
  color: rgba(255, 255, 255, 0.35);
}

@media screen and (max-width: 991px) {
  #part-of-change .detail-section .content-section {
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  #part-of-change .detail-section .content-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  #part-of-change .detail-section .content-section .number {
    font-size: 80px;
    line-height: 80px;
  }
}

/* blog-droplead */
#blog-droplead {
  background: #152c3d;
}

#blog-droplead .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#blog-droplead .nav-bar .nav-list {
  display: flex;
  gap: 7px;
}

#blog-droplead .nav-bar .nav-list .nav {
  position: relative;
  background-color: #e7e7e7;
  display: inline-block;
  width: fit-content;
  padding: 13px 34px;
  border-radius: 30px;
  font-size: var(--ccrc-theme_fs-standard);
  font-weight: 700;
  line-height: 19.2px;
  color: var(--ccrc-theme_c-dark-green);
}

#blog-droplead .nav-bar .nav-list .nav.active {
  position: relative;
  background-color: var(--ccrc-theme_c-light-green);
  display: inline-block;
  width: fit-content;
  padding: 13px 34px;
  border-radius: 30px;
  font-size: var(--ccrc-theme_fs-standard);
  font-weight: 700;
  line-height: 19.2px;
  color: var(--ccrc-theme_c-dark-green);
}

#blog-droplead .nav-bar .nav-select {
}
