:root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #BF382C;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: 25px;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
@keyframes zoomMobile {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
@media screen and (max-width: 991px) {
  body.home {
    padding-top: 52px;
  }
}
@keyframes btnFlashAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: var(--textOpacity);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.parallax-mirror {
  display: block;
}
.parallax-mirror .parallax-slider {
  animation: zoom 50s;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .parallax-mirror .parallax-slider {
    display: none;
    animation: zoomMobile 50s;
  }
}
.parallax-mirror .filter-parallax {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 60%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .parallax-mirror .filter-parallax {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 60%);
    display: none;
  }
}

body.home {
  background-color: #ffffff;
}
body.home .main-content {
  margin-top: 945px;
  z-index: 99;
  position: inherit;
  background-color: #ffffff;
}
body.home .main-content > .box {
  position: absolute;
  top: -97px;
  left: -97px;
  width: 194px;
  height: 194px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 3;
  border-radius: 10px;
  z-index: 12;
}
@media screen and (max-width: 991px) {
  body.home .main-content > .box {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.home .main-content {
    margin-top: 600px;
  }
}
body.home header {
  z-index: 2000;
  transition: none;
}
body.home header .wrap .top {
  transition: unset;
}
body.home header .menu {
  display: none;
  transform: all 0.2s ease-in;
}
body.home header.sticky .menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  body.home header.sticky .menu {
    display: none;
  }
}

.swiper-desktop-container {
  display: block;
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .swiper-desktop-container {
    display: none;
  }
}
.swiper-desktop-container .swiper-desktop {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}
.swiper-desktop-container .swiper-desktop .swiper-button-next {
  top: 50vh;
}
.swiper-desktop-container .swiper-desktop .swiper-button-next:after {
  text-shadow: 2px 2px 4px #000000;
}
.swiper-desktop-container .swiper-desktop .swiper-button-prev {
  top: 50vh;
}
.swiper-desktop-container .swiper-desktop .swiper-button-prev:after {
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 991px) {
  .swiper-desktop-container .swiper-desktop {
    display: none;
  }
}
.swiper-desktop-container .swiper-desktop .swiper-slide {
  z-index: -1;
  will-change: transform;
  width: 100% !important;
}
.swiper-desktop-container .swiper-desktop .swiper-slide:only-child .slide-content {
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 48%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .swiper-desktop-container .swiper-desktop .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-content {
  /*
  margin:40px 32px 64px 32px;
  height: 100%;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;*/
  /* bottom: 100px; */
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: calc(50vw - 2%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-content .title {
  font-size: 4.375em;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px #000000;
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-content .desc {
  font-size: 1.125em;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 2px 2px 4px #000000;
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-image {
  overflow: hidden;
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-image img {
  height: 100%;
  width: 100vw;
  animation: zoomMobile 50s;
}
.swiper-desktop-container .swiper-desktop .swiper-slide .slide-image .filter {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 60%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 11;
}
.swiper-desktop-container .swiper-desktop .swiper-pagination {
  bottom: 70px;
  will-change: transform;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .swiper-desktop-container .swiper-desktop .swiper-pagination {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.swiper-desktop-container .swiper-desktop .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(0, 0, 0, 0.1019607843);
}

.swiper-mobile-container {
  display: none;
  z-index: 1;
  position: fixed;
  top: 52px;
}
@media screen and (max-width: 991px) {
  .swiper-mobile-container {
    display: block;
  }
}
.swiper-mobile-container .swiper-mobile {
  display: none;
  margin-bottom: 40px;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .swiper-mobile-container .swiper-mobile {
    display: block;
  }
}
.swiper-mobile-container .swiper-mobile .swiper-wrapper {
  width: 100vw;
}
.swiper-mobile-container .swiper-mobile .swiper-slide {
  z-index: -1;
  will-change: transform;
  width: 100% !important;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .swiper-mobile-container .swiper-mobile .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.swiper-mobile-container .swiper-mobile .swiper-slide .slide-content {
  margin: 40px 32px 64px 32px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.swiper-mobile-container .swiper-mobile .swiper-slide .slide-content .title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #BF382C;
}
.swiper-mobile-container .swiper-mobile .swiper-slide .slide-content .desc {
  padding-top: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.swiper-mobile-container .swiper-mobile .swiper-slide .slide-image {
  overflow: hidden;
}
.swiper-mobile-container .swiper-mobile .swiper-slide .slide-image img {
  height: 240px;
  width: 100%;
  animation: zoomMobile 50s;
}
.swiper-mobile-container .swiper-mobile .swiper-pagination {
  bottom: 70px;
  will-change: transform;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .swiper-mobile-container .swiper-mobile .swiper-pagination {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.swiper-mobile-container .swiper-mobile .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(0, 0, 0, 0.1019607843);
}

.kv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .kv {
    /*height: 241px;*/
    /*height: 522px;*/
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }
}
.kv .swiper-mobile {
  display: none;
  margin-bottom: 40px;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .kv .swiper-mobile {
    display: block;
  }
}
.kv .swiper-mobile .swiper-slide {
  z-index: -1;
  will-change: transform;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .kv .swiper-mobile .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.kv .swiper-mobile .swiper-slide .slide-content {
  margin: 40px 32px 64px 32px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.kv .swiper-mobile .swiper-slide .slide-content .title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #BF382C;
}
.kv .swiper-mobile .swiper-slide .slide-content .desc {
  padding-top: 10px;
  font-family: "Noto San HK";
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.kv .swiper-mobile .swiper-slide .slide-image {
  overflow: hidden;
}
.kv .swiper-mobile .swiper-slide .slide-image img {
  height: 240px;
  width: 100%;
  animation: zoomMobile 50s;
}
.kv .swiper-mobile .swiper-pagination {
  bottom: 70px;
  will-change: transform;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .kv .swiper-mobile .swiper-pagination {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s linear;
  }
}
.kv .swiper-mobile .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(0, 0, 0, 0.1019607843);
}
.kv .swiper {
  height: 100%;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .kv .swiper {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .kv .swiper .swiper-slide.swiper-slide-active .slide-bg {
    animation: zoomMobile 50s;
    overflow: hidden;
    min-height: 100%;
  }
}
.kv .swiper .slide-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.kv .swiper .slide-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide-bg::after {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 60%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 60%);
  }
}
.kv .swiper .slide-content {
  position: absolute;
  left: 50%;
  /*bottom: 100px;*/
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 48%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide-content {
    width: 90%;
    max-width: 90%;
    /*bottom: 50px;*/
  }
}
.kv .swiper .slide-content .title {
  font-size: 4.375em;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide-content .title {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
.kv .swiper .slide-content .desc {
  font-size: 1.125em;
  color: #ffffff;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide-content .desc {
    font-size: 1em;
    height: 120px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}
@media screen and (min-width: 992px) {
  .kv .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .kv .swiper-button-prev,
  .kv .swiper-button-next {
    display: none;
  }
}
.kv .line {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 99px;
  background-color: #E71F1E;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .kv .line {
    bottom: -25px;
    height: 25px;
  }
}
.kv .box {
  position: absolute;
  bottom: -97px;
  left: -97px;
  width: 194px;
  height: 194px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 3;
  border-radius: 10px;
  z-index: 12;
}
@media screen and (max-width: 991px) {
  .kv .box {
    display: none;
  }
}

.container {
  position: relative;
  z-index: 2;
  transition: all 0.35s ease-in-out;
}
.container.narrow {
  max-width: 1152px;
}
@media screen and (max-width: 1199px) {
  .container.narrow {
    max-width: 100%;
    z-index: 20;
  }
}

section {
  transition: all 0.35s ease-in-out;
}
section:not(kv) {
  transition: unset;
}

.about {
  position: relative;
  background-color: #F1E8E1;
  overflow: hidden;
  padding: 60px 0 90px;
}
@media screen and (max-width: 991px) {
  .about {
    padding: 15px 0 25px;
    z-index: 12;
    margin-top: -40px;
  }
}
.about .text-deco {
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-size: 128px;
  font-weight: 600;
  line-height: 1.45;
  font-family: "PT Sans";
  opacity: 0.8;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  .about .text-deco {
    font-size: 2.5em;
    -webkit-text-stroke-width: 0.5px;
  }
}
@media screen and (max-width: 991px) {
  .about .text-deco {
    top: 35px;
  }
}
.about .box1 {
  position: absolute;
  top: 100px;
  right: -65px;
  width: 130px;
  height: 130px;
  background-color: #BF382C;
  z-index: 4;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .about .box1 {
    display: none;
  }
}
.about .box2 {
  position: absolute;
  top: 185px;
  right: -65px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 3;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .about .box2 {
    display: none;
  }
}
.about .boxDeco1 {
  position: absolute;
  left: 0;
  bottom: 320px;
  width: 71vw;
  height: 363px;
  background-color: #FBF8F6;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about .boxDeco1 {
    display: none;
  }
}
.about .boxDeco2 {
  position: absolute;
  right: 0;
  bottom: 175px;
  width: 50vw;
  height: 79px;
  background-color: #BF382C;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about .boxDeco2 {
    display: none;
  }
}
.about .slogan {
  position: relative;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.about .slogan .animate-cover {
  position: absolute;
  background-color: #BF382C;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
}
.about .slogan h1 {
  font-size: 6.25em;
  line-height: 1.4;
  font-weight: 200;
  color: #BF382C;
  text-align: center;
  margin: 0;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .about .slogan h1 {
    font-size: 2.5em;
    margin-top: 15px;
  }
}
.about .content-block {
  display: flex;
  align-items: center;
  margin: 110px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about .content-block {
    flex-direction: column-reverse;
    margin: 20px 0;
  }
}
.about .content-block .content {
  position: relative;
  margin-right: 50px;
  margin-bottom: 170px;
}
@media screen and (max-width: 991px) {
  .about .content-block .content {
    background-color: #FBF8F6;
    margin: 0 -25px 50px;
    padding: 40px 32px;
  }
}
.about .content-block .content .title {
  font-size: 4em;
  line-height: 1.4;
  margin-bottom: 31px;
  color: #BF382C;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .about .content-block .content .title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 12px;
  }
}
.about .content-block .content .desc {
  color: #483232;
  font-size: 1.125em;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about .content-block .content .desc {
    font-size: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .about .content-block .content .btn {
    margin: 0 auto;
    width: 190px;
  }
}
.about .content-block .img {
  position: relative;
}
.about .content-block .img .filter {
  width: 100%;
  height: 100%;
  background-color: #bf382c;
  background-size: cover;
  z-index: 4;
  position: absolute;
  transform: translateX(120%);
}
@media screen and (max-width: 991px) {
  .about .content-block .img {
    margin-bottom: 11px;
    text-align: center;
    width: 100%;
  }
  .about .content-block .img::after {
    content: "";
    position: absolute;
    left: -25px;
    right: unset;
    bottom: -11px;
    width: 90vw;
    height: 41px;
    background-color: #BF382C;
  }
}
@media screen and (max-width: 991px) {
  .about .content-block .img img {
    position: relative;
    z-index: 2;
    width: 215px;
  }
}

.sustainable-development {
  position: relative;
  background-color: #FBF8F6;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .sustainable-development .container .swiper-block {
    overflow-x: clip;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.sustainable-development .container .swiper-block .swiper-wrapper {
  overflow: hidden;
}
.sustainable-development .container .swiper-block .swiper-wrapper .swiper-slide {
  width: 320px;
}
@media screen and (max-width: 991px) {
  .sustainable-development .container .swiper-block .swiper-wrapper .swiper-slide {
    width: 263px;
  }
}
.sustainable-development .container .swiper-block .swiper-wrapper .swiper-slide .img {
  height: 412px;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .sustainable-development .container .swiper-block .swiper-wrapper .swiper-slide .img {
    height: 319px;
  }
}
.sustainable-development .container .swiper-block .swiper-wrapper .swiper-slide .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: inherit;
}
@media screen and (max-width: 991px) {
  .sustainable-development {
    padding-bottom: 80px;
    z-index: 13;
  }
}
.sustainable-development .top {
  display: flex;
  transform: translateY(-50px);
}
@media screen and (max-width: 991px) {
  .sustainable-development .top {
    flex-direction: column;
  }
}
.sustainable-development .top .img {
  margin-right: 54px;
}
@media screen and (max-width: 991px) {
  .sustainable-development .top .img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .sustainable-development .top .img img {
    width: 140px;
  }
}
.sustainable-development .top .content .title {
  font-size: 4em;
  line-height: 1.28;
  margin-bottom: 20px;
  color: #BF382C;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .sustainable-development .top .content .title {
    font-size: 2.5em;
    text-align: center;
  }
}
.sustainable-development .top .content .desc {
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .sustainable-development .top .content .desc {
    text-align: center;
    margin-bottom: -20px;
  }
}
.sustainable-development .swiper-block .swiper-slide .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .sustainable-development .swiper-block .swiper-slide .img {
    margin-bottom: 15px;
  }
}
.sustainable-development .swiper-block .swiper-slide .img img {
  width: 100%;
}
.sustainable-development .swiper-block .swiper-slide .name {
  text-align: center;
  font-size: 2.25em;
  color: #BF382C;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .sustainable-development .swiper-block .swiper-slide .name {
    font-size: 1.5em;
  }
}
.sustainable-development .swiper-block .swiper-pagination {
  bottom: -40px;
  --swiper-pagination-bullet-inactive-color: #C3B5AC;
}
.sustainable-development .boxDeco1 {
  position: absolute;
  left: 0;
  bottom: -37px;
  width: 50vw;
  height: 37px;
  background-color: #BF382C;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sustainable-development .boxDeco1 {
    display: none;
  }
}

.core-services {
  position: relative;
  padding: 126px 0;
  background-color: #F1E8E1;
  overflow: hidden;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .core-services {
    padding: 30px 0;
  }
  .core-services .marquee-slogan {
    display: none;
  }
}
.core-services .box {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #FBF8F6;
  top: 126px;
  bottom: 126px;
}
@media screen and (max-width: 991px) {
  .core-services .box {
    top: 80px;
    bottom: 40px;
  }
}
.core-services .text-deco {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-size: 128px;
  font-weight: 600;
  line-height: 1.45;
  font-family: "PT Sans";
  opacity: 0.8;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  .core-services .text-deco {
    font-size: 2.5em;
    -webkit-text-stroke-width: 0.5px;
  }
}
.core-services .flex {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .core-services .flex {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 65px;
  }
}
.core-services .content {
  margin-right: 84px;
}
@media screen and (max-width: 991px) {
  .core-services .content {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.core-services .content .title {
  font-size: 4em;
  line-height: 1.28;
  margin-bottom: 20px;
  color: #BF382C;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .core-services .content .title {
    font-size: 2.5em;
    text-align: center;
  }
}
.core-services .content .desc {
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .core-services .content .desc {
    font-size: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .core-services .img img {
    margin: 0 auto;
    width: 278px;
    max-width: 100%;
  }
}

.intelligent-management {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex {
    flex-direction: column;
  }
}
.intelligent-management .flex > div {
  width: 50%;
  flex-shrink: 0;
  background-color: #FBF8F6;
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex > div {
    width: 100%;
  }
}
.intelligent-management .flex .img {
  display: flex;
}
.intelligent-management .flex .img img {
  width: 100%;
}
.intelligent-management .flex .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 100px;
  background-color: #BF382C;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex .content {
    padding: 40px 32px;
    align-items: center;
  }
}
.intelligent-management .flex .content .title {
  font-size: 4em;
  color: #ffffff;
  line-height: 1.28;
  margin-bottom: 31px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex .content .title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 15px;
  }
}
.intelligent-management .flex .content .desc {
  width: 450px;
  max-width: 100%;
  font-size: 1.125em;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex .content .desc {
    font-size: 1em;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .intelligent-management .flex .content .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  html[lang=en] .news .news-swiper .swiper-slide .slide-content .btn:hover .letter {
    transform: translateX(35px);
  }
}

.news {
  position: relative;
  padding: 165px 0 200px;
  background-color: #F1E8E1;
  overflow: hidden;
  overflow-x: clip;
}
@media screen and (max-width: 991px) {
  .news {
    padding: 50px 0 75px;
    z-index: 20;
  }
  .news .marquee-slogan {
    display: none;
  }
}
.news .box {
  position: absolute;
  width: 95%;
  height: auto;
  background-color: #FBF8F6;
  top: 200px;
  bottom: 100px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .news .box {
    width: 100%;
    top: 50px;
    bottom: 0;
  }
}
.news .text-deco {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-size: 128px;
  font-weight: 600;
  line-height: 1.45;
  font-family: "PT Sans";
  opacity: 0.8;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: -60px;
}
@media screen and (max-width: 991px) {
  .news .text-deco {
    font-size: 2.5em;
    -webkit-text-stroke-width: 0.5px;
  }
}
.news .top {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .news .top {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.news .top .title {
  font-size: 4em;
  color: #BF382C;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .news .top .title {
    font-size: 2.5em;
  }
}
.news .top .swiper-buttons {
  position: relative;
  margin-left: auto;
  /*width: 118px;*/
  width: 165px;
}
@media screen and (max-width: 991px) {
  .news .top .swiper-buttons {
    display: none;
  }
}
.news .top .swiper-buttons .swiper-button-prev,
.news .top .swiper-buttons .swiper-button-next {
  color: #483232;
}
.news .top .swiper-buttons .swiper-button-prev:hover {
  width: 70px;
  height: 70px;
}
.news .top .swiper-buttons .swiper-button-prev:hover::after {
  transition: background 0.2s ease-in, color 0.2s ease-in;
  background-color: #BF382C;
  background-size: 70px 70px;
  padding: 18px 28.7px 18px 28.7px;
  border-radius: 90px 90px;
  color: #ffffff;
  top: -18px;
  position: absolute;
  left: -27px;
}
.news .top .swiper-buttons .swiper-button-next:hover {
  width: 70px;
  height: 70px;
}
.news .top .swiper-buttons .swiper-button-next:hover::after {
  transition: background 0.2s ease-in, color 0.2s ease-in;
  background-color: #BF382C;
  background-size: 70px 70px;
  padding: 18px 28.7px 18px 28.7px;
  border-radius: 90px 90px;
  color: #ffffff;
  top: -18px;
  position: absolute;
  left: 16px;
}
.news .news-swiper .swiper-slide {
  transition: opacity 0.5s ease-in-out;
}
.news .news-swiper .swiper-slide > div {
  flex: 1;
}
.news .news-swiper .swiper-slide:only-child .flex {
  align-items: center;
  margin-left: 15px;
}
.news .news-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
@media screen and (max-width: 575px) {
  .news .news-swiper .swiper-slide.swiper-slide-prev:only-child {
    opacity: 1;
  }
  .news .news-swiper .swiper-slide.swiper-slide-next:only-child {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .news .news-swiper .swiper-slide .flex {
    flex-direction: column;
    align-items: center;
  }
  .news .news-swiper .swiper-slide .slide-content {
    padding: 16px 16px 16px 32px;
  }
}
@media screen and (max-width: 575px) {
  .news .news-swiper .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
  .news .news-swiper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
  }
}
.news .news-swiper .slide-image {
  display: flex;
  flex: 1;
  margin-right: 14px;
  overflow: hidden;
  border-radius: 10px;
  height: 430px;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-image {
    margin-right: 0;
    margin-bottom: 12px;
    width: 311px;
    height: 207px;
    border-radius: 4px;
  }
}
.news .news-swiper .slide-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-image img {
    border-radius: 4px;
    max-height: 200px;
  }
}
.news .news-swiper .slide-content {
  width: 430px;
  max-width: 100%;
  height: auto;
  background-color: #E7DDD6;
  border-radius: 10px;
  padding: 50px 32px;
  /*height: 430px;*/
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-content {
    width: 311px;
    height: 100%;
  }
}
.news .news-swiper .slide-content .date {
  font-size: 0.875em;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-content .date {
    text-align: center;
  }
}
.news .news-swiper .slide-content .title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-content .title {
    text-align: center;
    margin-bottom: 8px;
  }
}
.news .news-swiper .slide-content .desc {
  font-size: 1.125em;
  line-height: 40px;
  margin-bottom: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-content .desc {
    text-align: center;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1em;
    margin-bottom: 8px;
  }
}
.news .news-swiper .slide-content .btn .letter {
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .slide-content .btn {
    margin: 0 auto;
    padding: 16px 0px 16px 32px;
    width: 170px;
  }
  .news .news-swiper .slide-content .btn::after {
    height: 24px;
    width: 24px;
    background-size: cover;
  }
  .news .news-swiper .slide-content .btn::before {
    height: 24px;
    width: 24px;
    background-size: cover;
  }
  .news .news-swiper .slide-content .btn:hover .letter {
    transform: translateX(45px);
  }
}
.news .news-swiper .swiper-pagination {
  display: none;
  bottom: 45px;
  --swiper-pagination-bullet-inactive-color: #C3B5AC;
}
@media screen and (max-width: 991px) {
  .news .news-swiper .swiper-pagination {
    display: block;
  }
}

section .content .btn,
section .slide-content .btn {
  justify-content: unset;
  padding: 20px 0px 20px 44px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
section .content .btn::before,
section .slide-content .btn::before {
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url("../img/icon/circle-arrow-right-hover.svg");
  background-size: cover;
  position: absolute;
  left: 20px;
  transition: all 0.4s ease-in-out;
  transform: translateX(-200%);
}
section .content .btn .letter,
section .slide-content .btn .letter {
  font-size: 1em;
  margin-right: 0px;
  letter-spacing: 0.3px;
  color: #483232;
}
section .content .btn:hover,
section .slide-content .btn:hover {
  padding: 20px 0px 20px 95px;
  background-color: #C3B5AC;
}
@media screen and (max-width: 991px) {
  section .content .btn:hover,
  section .slide-content .btn:hover {
    padding: 20px 0px 20px 84px;
  }
}
section .content .btn:hover::after,
section .slide-content .btn:hover::after {
  transform: translateX(250%);
}
section .content .btn:hover::before,
section .slide-content .btn:hover::before {
  transform: translateX(0%);
  left: 44px;
}
@media screen and (max-width: 991px) {
  section .content .btn:hover::before,
  section .slide-content .btn:hover::before {
    left: 32px;
  }
}
section .content .btn:hover .letter,
section .slide-content .btn:hover .letter {
  will-change: opacity;
  animation-name: btnFlashAnimation;
  animation-delay: var(--btnTextDelay);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.6, 1);
}

.mouse-icon-btn img {
  transition: all 0.3s ease-in-out;
}
.mouse-icon-btn:hover img {
  filter: brightness(0.6);
}
@media screen and (max-width: 991px) {
  .mouse-icon-btn:hover img {
    filter: unset;
  }
}/*# sourceMappingURL=index.css.map */