@charset "UTF-8";
/* 
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap"); 
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/*@font-face {*/
/*  font-family: 'AdobeMing';*/
/*  src: url('dongqing/AdobeMingStd-Light.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'CaudexRegular';*/
/*  src: url('caudex/Caudex-Regular.ttf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'CaudexBold';*/
/*  src: url('caudex/Caudex-Bold.ttf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'Dongqing1';*/
/*  src: url('dongqing/DongQingHeiTi-1.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'Dongqing2';*/
/*  src: url('dongqing/华康翩翩体繁-标准体.otf');*/
/*}*/

*, body {
  font-family: 'AdobeMing';
}

.social {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: flex;
  flex-direction: column;
}

.social img {
  width: 35px;
  margin-bottom: 12px;
}   

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.ctitle {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ctitle span {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 3px;
}

.ccontent {
  line-height: 25px;
  font-size: 14px;
}

.ccontent label {
  width: 40px;
  display: inline-block;
  letter-spacing: 0;
}

#error {
  color: red;
  display: block;
  margin-top: 4px;
  font-size: 17px !important;
}

.banner-desktop {
  width: 100%;
}

.banner-mobile {
  width: 100%;
}

.back-button {
  color: #616c57;
  font-weight: 600;
  font-size: 18px;
}

.btn-main {
  border: 1px solid #616c57;
  color: #616c57;
  border-radius: 25px;
  padding: 10px 40px;
}

.btn-main:hover {
  background: #616c57;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 40px;
}

.banner-mobile {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important;
}

.swiper-pagination span {
  background: #cccccc;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.slick-slide-inner {
  padding-right: 16px; 
  box-sizing: content-box;
}

/* Optional: last slide no padding on right (to avoid extra space) */
.slick-slide-inner:last-child {
  padding-right: 0;
}

.slick-marquee {
  margin: 30px 0 30px 0;
}

.slick-marquee img {
  height: 270px;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
  cursor: pointer;
}

.slick-marquee img:hover {
    transition: 0.4s;
    opacity: 0.7;
}
  
.slick-marquee .slick-slide {
  /*margin-right: 16px; */
}

.slick-marquee .slick-slide:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .slick-marquee img {
    height: 170px;
  }
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-track {
  display: flex;
  align-items: center;
}

.portfolio {
  padding: 40px 0 40px 0;
  margin-top: 80px;
}

.portfolio h2 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
  color: #333333;
  letter-spacing: 3px;
}

.portfolio h3 {
  font-size: 55px;
  margin-bottom: 25px;
  color: #333333;
  letter-spacing: 2px;
}

.portfolio h4 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #333333;
  letter-spacing: 1px;
}

.portfolio p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #333333;
  line-height: 35px;
}

.lists-wrapper {
  position: relative;
  display: block;
  cursor: pointer;
}

.lists-wrapper .cover {
  opacity: 0;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lists-wrapper .cover .title {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 2px;
}

.lists-wrapper:hover .cover {
  opacity: 1;
  transition: 0.4s;
}

.image-hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.image-hover img {
  width: 100%;
  height: auto;
  transition: opacity 0.7s ease;
}

.image-hover .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.7s ease;
}

.hover-img {
  opacity: 0;
}

.image-hover:hover .hover-img {
  opacity: 1;
}

.image-hover:hover .default-img {
  opacity: 0;
}

.category {
  padding: 75px 0 75px 0;
  background: #616c57;
}

.category.inner {
  padding: 60px 0 60px 0;
  margin-top: 82px;
}

.category.inner h2 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
}

.category.inner p {
  font-size: 23px;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}

.category-wrapper {
  position: relative;
}

.category-wrapper:hover {
  /* opacity: 0.7; */
  transition: 0.4s;
}

.category-wrapper .title {
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  font-family: 'AdobeMing';
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 800;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}

.about {
  padding: 50px 0;
}

.about h2 {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-family: 'CaudexBold';
}

.about h3 {
  font-size: 50px;
  letter-spacing: 2px;
  font-family: 'CaudexBold';
  text-transform: uppercase;
}

.about h4 {
  font-size: 50px;
  margin-top: 20px;
  font-weight: 300;
  font-family: 'AdobeMing';
  letter-spacing: 3px;
}

.about hr {
  width: 30px;
  border: none;
  border-bottom: 3px solid #ffffff;
  margin: 30px 0;
}

.about .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.about .left {
  background: #616c57;
  padding: 80px 175px;
  width: 50%;
  color: #ffffff;
  height: 500px;
}

.about p {
  line-height: 28px;
}

.about .right {
  background: url('../img/new/杯子 16x9.jpg') center center no-repeat;
  background-size: cover !important;
  height: 500px;
  width: 50%;
}

.contact h2 {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-family: 'CaudexBold';
}

.contact .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact .left {
  background-size: cover !important;
  height: 500px;
  width: 35%;
}

.contact .right {
  background: #8f9785;
  padding: 50px;
  width: 65%;
  color: #000000;
  height: 500px;
}

.contact .right .form-wrapper {
  border-bottom: 1px solid #444444;
  padding-bottom: 16px;
}

.contact .right .form-wrapper span {
  display: block;
  margin-top: 10px;
}

.contact .right .form-wrapper input {
  width: 100%;
  font-size: 13px;
  background: #f2e9e2;
  height: 35px;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
}

.password {
  width: 100%;
  font-size: 17px;
  background: #f2e9e2;
  height: 50px;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
}

.contact .right .form-wrapper select {
  width: 100%;
  font-size: 13px;
  background: #f2e9e2;
  height: 35px;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
}

.submitbtn {
  background: #f2e9e2;
  margin-top: 20px;
  border-radius: 10px;
  color: #000;
}

label.error {
  display: block;
  color: red;
  margin-top: 7px;
  font-size: 12px;
}

.opening {
  padding: 50px 0;
  background: #f5f5f5;
}

.flow {
  padding: 60px 30px;
  background: #ffffff;
  text-align: center;
}

.flow hr {
  width: 15px;
  margin: 30px auto;
  border: none;
  border-bottom: 3px solid #000000;
}

.flow h2 {
  font-size: 40px;
  font-weight: 300;
  color: #222222;
}

.flow p {
  font-family: 'Dongqing2';
  font-weight: 100;
  color: #222222;
  margin-bottom: 40px;
}

.flow .diagram {
  display: flex;
  justify-content: space-around;
  width: 82.5%;
  margin: auto;
}

.flow .circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow img {
  width: 125px;
}

.flow .diagram span {
  display: block;
  margin-top: 18px;
}

.flow .diagram span i {
  font-size: 30px;
  display: block;
  margin-top: 33px;
  color: #333333;
}

footer {
  background: #616c57;
  margin-top: -3px;
  color: #dddddd;
}

footer h2 {
  font-size: 33px;
  font-weight: 300;
}

footer span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer .wrapper {
  padding: 30px 0;
}

footer .copyrights {
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #cccccc;
}

footer .copyrights a {
  color: #eeeeee;
  font-size: 12px;
}

@media screen and (min-width: 1350px) {
  .category .px-xl-5 {
    width: 90%;
  }
}

@media screen and (max-device-width: 768px) {
  .portfolio h2 {
    font-size: 37px;
  }

  .portfolio h3 {
    font-size: 37px;
  }
  .category.inner h2 {
    font-size: 40px;
  }

  .category.inner p {
    line-height: 33px;
  }

  .marquee-content {
    animation: scroll 5s linear infinite;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
  }

  .flow .cover {
    margin-bottom: 40px;
    width: 50%;
  }

  .flow h2 {
    font-size: 30px;
  }

  .portfolio {
    padding: 20px 0 40px 0;
  }
  
  .category.inner {
    margin-top: 62px;
  }
  
  .marquee {
    margin: 40px 0 40px 0
  }

  .marquee-content img {
    height: 175px;
    margin-right: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .about .left {
    padding: 30px 25px;
    height: auto;
    width: 100%;
  }

  .about p {
    font-size: 18px;
  }

  .about .right {
    height: 350px;
    width: 100%;
  }

  .contact .left {
    display: none;
  }

  .contact .right {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  
  .contact .right .form-wrapper {
    padding-bottom: 24px;
  }

  .contact .right .form-wrapper span {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .contact .right .form-wrapper input, .contact .right .form-wrapper select {
    height: 43px;
    font-size: 15px;
    color: #000;
  }

  .flow {
    padding: 30px 5px;
    background: #ffffff;
    text-align: center;
  }

  .flow p {
    font-size: 17px;
    line-height: 33px;
  }

  .flow .diagram {
    width: 100%;
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .flow .diagram span {
    font-size: 20px;
    margin-top: 10px;
  }

  .flow .diagram span i {
    display: none;
  }

  .flow .circle {
    margin: auto;
    margin-top: 17px;
  }

  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}