.homeBanner {
  position: relative;
}
.homeBanner .--img {
  aspect-ratio: 1440/832;
}
.homeBanner .--img img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.homeBanner .partent {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.homeBanner .partent img {
  width: 100%;
}
.homeBanner .slick-dots {
  display: flex;
  gap: 6px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  bottom: 132px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.homeBanner .slick-dots button {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.homeBanner .slick-dots li {
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 50%;
  transition: var(--transition-all);
}
.homeBanner .slick-dots li.slick-active {
  background: var(--color-primary);
  width: 28px;
  border-radius: 30px;
}
.homeBanner .--arrow {
  position: absolute;
  width: 88px;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
}
.homeBanner .--arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.homeBanner .--arrow:hover {
  color: var(--color-white);
}
.homeBanner .--arrow:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.homeBanner .--arrow.slick-next {
  right: 24px;
}
.homeBanner .--arrow.slick-prev {
  left: 24px;
}
@media (max-width: 767px) {
  .homeBanner .--img {
    aspect-ratio: unset;
  }
  .homeBanner .--img .img_banner {
    height: 300px;
  }
  .homeBanner .partent {
    bottom: -20px;
  }
  .homeBanner .--arrow {
    width: 40px;
    height: 40px;
  }
  .homeBanner .--arrow i {
    font-size: 12px;
  }
  .homeBanner .slick-dots {
    bottom: 36px;
  }
}

.CardCalander {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .CardCalander {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .CardCalander {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.homeAbout {
  position: relative;
}
.homeAbout .p-left-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 23;
}
.homeAbout .p-left-section .--txt {
  width: 32%;
}
.homeAbout .--background {
  width: 100%;
  height: auto;
}
.homeAbout article {
  margin-top: 48px;
  line-height: 1.5;
}
.homeAbout .--cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 22;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeAbout .p-left-section .--txt {
    width: 53%;
  }
  .homeAbout .p-left-section article {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .homeAbout .p-left-section {
    position: relative;
  }
  .homeAbout .p-left-section .--txt {
    width: 100%;
  }
  .homeAbout .p-left-section .--txt .segTitle {
    text-align: center;
  }
  .homeAbout .p-left-section .--txt article {
    margin-top: 24px;
    text-align: justify;
  }
}

.homeLibrary {
  padding-top: 100px;
  position: relative;
}
.homeLibrary .segTitle {
  text-align: center;
  position: relative;
}
.homeLibrary .--listLibrary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 52px;
  position: relative;
  z-index: 2;
}
.homeLibrary .--listLibrary .--img {
  aspect-ratio: 401/424;
  width: 100%;
}
.homeLibrary .--listLibrary .--img img {
  width: 100%;
  height: 100%;
}
.homeLibrary .--listLibrary .--name {
  font-size: 28px;
  font-family: var(--font-Megante);
  text-align: center;
  margin-top: 32px;
  display: block;
  color: var(--color-black);
}
.homeLibrary .parten {
  position: absolute;
}
.homeLibrary .parten.--parten-1 {
  top: 10%;
  left: -4%;
  width: 13%;
  height: auto;
  pointer-events: none;
}
.homeLibrary .parten.--parten-2 {
  top: 40px;
  right: 5%;
  width: 7%;
  height: auto;
  pointer-events: none;
}
.homeLibrary .parten.--parten-3 {
  top: 40px;
  right: 0;
  width: 26%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homeLibrary {
    padding-top: 40px;
  }
  .homeLibrary .segTitle::after {
    display: none;
  }
  .homeLibrary .--listLibrary {
    margin-top: 40px;
    grid-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .homeLibrary .--listLibrary .--name {
    font-size: 20px;
    margin-top: 12px;
  }
  .homeLibrary .--listLibrary .--item:nth-child(2) {
    margin-top: 0px;
  }
}

.homeDiscover {
  position: relative;
  padding-top: 100px;
}
.homeDiscover .container_frame {
  position: relative;
  z-index: 1;
}
.homeDiscover .--title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.homeDiscover .--listDiscover {
  position: relative;
  z-index: 1;
  margin: 48px -22px 0 -22px;
}
.homeDiscover .--listDiscover .left_arr {
  position: absolute;
  height: 100%;
  width: 10vw;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.homeDiscover .--listDiscover .left_arr .slick_arrow {
  transform: translate(-600%, 0);
  transition: all 0.5s ease-in-out;
}
.homeDiscover .--listDiscover .left_arr:hover .slick_arrow {
  transform: none;
}
.homeDiscover .--listDiscover .right_arr {
  position: absolute;
  height: 100%;
  width: 10vw;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.homeDiscover .--listDiscover .right_arr .slick_arrow {
  transform: translate(600%, 0);
  transition: all 0.5s ease-in-out;
}
.homeDiscover .--listDiscover .right_arr:hover .slick_arrow {
  transform: none;
}
.homeDiscover .--listDiscover .slick_arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
}
.homeDiscover .--listDiscover .slick_arrow:hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.homeDiscover .--listDiscover .slick_arrow:hover svg path {
  fill: var(--color-primary);
}
.homeDiscover .parten {
  position: absolute;
  pointer-events: none;
}
.homeDiscover .parten.--parten-1 {
  top: 32px;
  right: 24%;
  width: 22%;
  height: auto;
  pointer-events: none;
}
.homeDiscover .parten.--parten-2 {
  top: 0;
  left: 0;
  width: 22%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeDiscover .--listDiscover .left_arr .slick_arrow, .homeDiscover .--listDiscover .right_arr .slick_arrow {
    transform: none;
  }
}
@media (max-width: 767px) {
  .homeDiscover {
    padding-top: 40px;
  }
  .homeDiscover .--title {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .homeDiscover .--title .segTitle {
    text-align: center;
  }
  .homeDiscover .--listDiscover {
    margin-top: 24px;
  }
  .homeDiscover .--listDiscover .left_arr .slick_arrow, .homeDiscover .--listDiscover .right_arr .slick_arrow {
    transform: none;
    width: 40px;
    height: 40px;
  }
  .homeDiscover .--listDiscover .left_arr .slick_arrow svg, .homeDiscover .--listDiscover .right_arr .slick_arrow svg {
    width: 12px;
    height: 4px;
  }
}

.homeNews {
  padding: 120px 0;
  background: rgb(245, 245, 245);
  position: relative;
  overflow: hidden;
}
.homeNews .container_frame {
  position: relative;
  z-index: 1;
}
.homeNews .img-leaf {
  position: absolute;
  top: 100px;
  right: 12%;
  width: 8%;
  height: auto;
  transform: rotate(156deg);
}
.homeNews .img-leaf-2 {
  position: absolute;
  top: 0;
  left: -4%;
  width: 12%;
  height: auto;
  transform: rotate(202deg);
}
.homeNews .patten {
  position: absolute;
  top: 0;
  left: -10%;
  width: 26%;
  height: auto;
}
.homeNews .patten-2 {
  position: absolute;
  top: -53px;
  right: -7%;
  width: 19%;
  height: auto;
}
.homeNews .segTitle {
  text-align: center;
}
.homeNews .newsBlock {
  margin-top: 48px;
}
.homeNews .newsBlock .blockNews1 .--listNews .itemNews .--img {
  flex: 0 0 40%;
}
.homeNews .newsBlock .blockNews2 .cardNews2 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .homeNews {
    padding: 40px 0;
  }
  .homeNews .newsBlock {
    margin-top: 24px;
  }
}

.homeBook {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.homeBook .container_frame {
  position: relative;
  z-index: 1;
}
.homeBook .partten {
  transform: rotate(30deg);
  position: absolute;
  bottom: -10%;
  left: -6%;
  width: 21%;
  height: auto;
}
.homeBook .img-leaf {
  position: absolute;
  top: 110px;
  right: 0;
  width: 8%;
  height: auto;
  transform: rotate(-135deg);
}
.homeBook .segTitle {
  text-align: center;
  margin: 0 auto 52px;
}
.homeBook .list_library {
  margin-bottom: 62px;
}
.homeBook .btn_primary {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .homeBook {
    padding: 40px 0;
  }
  .homeBook .segTitle {
    margin: 0 auto 24px;
  }
  .homeBook .list_library {
    margin-bottom: 24px;
  }
}

.homeMap {
  padding-top: 100px;
}
.homeMap .segTitle {
  text-align: center;
  margin-bottom: 52px;
}

.homePopular {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.homePopular .patten-1 {
  position: absolute;
  top: 160px;
  left: 0;
  width: 24%;
  height: auto;
}
.homePopular .patten-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: auto;
}
.homePopular .--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}
.homePopular .p-left-section {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .homePopular {
    padding-bottom: 40px;
  }
  .homePopular .--top {
    margin-bottom: 24px;
    flex-flow: column;
    gap: 24px;
  }
}

.bg_ft {
  padding-top: 100px;
}/*# sourceMappingURL=home.css.map */