@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #201E1F;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #B47860;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1280px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-academy .s-wrapper {
  overflow: hidden;
  margin: 0 auto;
  width: min(100%, 1200px);
}

.course-section .l-inner {
  padding: 20px 0;
  position: relative;
}
.course-section .l-inner::before {
  content: "";
  width: 350px;
  height: 100px;
  position: absolute;
  left: -10px;
  bottom: -5px;
  background: url(../images/papacare_text.png) no-repeat center bottom/contain;
}

.p-academy .course-swiper {
  padding: 0 35px;
}
.p-academy .course-swiper .swiper-button-next, .p-academy .course-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #726054;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 5px #b3aaa8;
}
.p-academy .course-swiper .swiper-button-next::after, .p-academy .course-swiper .swiper-button-prev::after {
  display: none;
}
.p-academy .course-swiper .swiper-button-next::before, .p-academy .course-swiper .swiper-button-prev::before {
  content: "";
  width: 18px;
  height: 13px;
}
.p-academy .course-swiper .swiper-button-next {
  right: 5px;
}
.p-academy .course-swiper .swiper-button-next::before {
  background: url(../images/arrow_w_right.png) no-repeat center center/contain;
}
@media only screen and (max-width: 678px) {
  .p-academy .course-swiper .swiper-button-next {
    bottom: 10px;
    top: auto;
    left: 50%;
    margin-left: 10px;
  }
}
.p-academy .course-swiper .swiper-button-prev {
  left: 5px;
}
.p-academy .course-swiper .swiper-button-prev::before {
  background: url(../images/arrow_w_left.png) no-repeat center center/contain;
}
@media only screen and (max-width: 678px) {
  .p-academy .course-swiper .swiper-button-prev {
    bottom: 10px;
    top: auto;
    right: 50%;
    left: auto;
    margin-right: 10px;
  }
}
.p-academy .course-slide {
  display: flex;
  flex-direction: row;
  padding: 80px 0;
  align-items: stretch;
}
.p-academy .course-slide .item {
  width: min(400px, 100%);
  display: flex;
  flex-direction: column;
  height: auto;
}
.p-academy .course-slide .item:nth-child(3n+1) .item-cover {
  background-color: #D6DCD0;
}
.p-academy .course-slide .item:nth-child(3n+2) .item-cover {
  background-color: #CED5DF;
}
.p-academy .course-slide .item:nth-child(3n+3) .item-cover {
  background-color: #E0D7C6;
}
.p-academy .course-slide .item-cover {
  aspect-ratio: 35/23;
  padding: 20px 20px 0;
  border-radius: 300px 300px 0 0;
  width: 100%;
}
.p-academy .course-slide .item-img {
  width: 100%;
  height: 100%;
  background: url(../images/course_default_img.jpg) no-repeat center/cover;
  border-radius: 300px 300px 0 0;
  box-shadow: 0 10px 13px rgba(180, 120, 96, 0.3);
  aspect-ratio: 2.2/1;
}
.p-academy .course-slide .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px 300px 0 0;
}
.p-academy .course-slide .item-body {
  padding: 20px 25px;
  background-color: #fff;
  flex: 1;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-academy .course-slide .item-title {
  font-size: 24px;
  color: #537362;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(83, 115, 98, 0.2);
  align-self: stretch;
  flex: 1;
}
.p-academy .course-slide .item-detail h3 {
  font-size: 16px;
  color: #4A4245;
  font-weight: 400;
  line-height: 1.3;
}
.p-academy .course-slide .item-btn {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #B47860;
  display: inline-block;
}

.p-academy .guru-cate {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 20px;
}
@media only screen and (max-width: 860px) {
  .p-academy .guru-cate {
    flex-direction: column;
    padding: 30px 0;
  }
}
.p-academy .guru-cate .sec_title {
  padding-right: 25px;
}
@media only screen and (max-width: 860px) {
  .p-academy .guru-cate .sec_title {
    text-align: center;
    padding-right: 0;
    padding-bottom: 35px;
  }
}
.p-academy .guru-cate .sec_title-cn {
  font-size: 40px;
  white-space: nowrap;
}
.p-academy .guru-cate .sec_title-en {
  font-size: 18px;
  font-weight: 400;
}
.p-academy .guru-cate .home-course-menu .mod-menu__heading {
  display: none;
}
.p-academy .guru-cate .home-course-menu ul.mod-menu__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media only screen and (max-width: 860px) {
  .p-academy .guru-cate .home-course-menu ul.mod-menu__sub {
    justify-content: center;
  }
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(1) a {
  color: #537362;
  background-color: #D6DCD0;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(1) a::before {
  background: url(../images/class-01.png) no-repeat left bottom/contain;
  inset: 35% -15px 0 0;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(2) a {
  color: #615859;
  background-color: #C7C1B7;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(2) a::before {
  background: url(../images/class-02.png) no-repeat center bottom/contain;
  inset: 45% 0 0 0;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(3) a {
  color: #91655C;
  background-color: #E0D7C6;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(3) a::before {
  background: url(../images/class-03.png) no-repeat left bottom/cover;
  inset: 35% 0 0 0;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(4) a {
  color: #445E73;
  background-color: #CED5DF;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(4) a::before {
  background: url(../images/class-04.png) no-repeat right bottom/contain;
  inset: 0 0 0 -35px;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(5) a {
  color: #837977;
  background-color: #F7EDCD;
}
.p-academy .guru-cate .home-course-menu li.nav-item:nth-child(5) a::before {
  background: url(../images/class-05.png) no-repeat center bottom/contain;
  inset: 35% 0 0 0;
}
.p-academy .guru-cate .home-course-menu li.nav-item a {
  padding: 15px;
  text-align: center;
  display: inline-block;
  width: 150px;
  height: 200px;
  border-radius: 16px;
  border: 3px solid #fff;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 300ms;
  position: relative;
}
.p-academy .guru-cate .home-course-menu li.nav-item a:hover {
  transform: translateY(-3px);
}
.p-academy .guru-cate .home-course-menu li.nav-item a::before {
  content: "";
  position: absolute;
}

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