html {
  width: 100%;
}

body {
  font-family: 微軟正黑體, Impact, "Open Sans", arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: #ffd000;
}

a:hover {
  color: #ffc107;
}

.text-shadow_1 {
  text-shadow: 0 5px 10px rgb(196, 196, 196);
}

.header .navbar-nav .nav-link {
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all 0.5s ease;
  color: rgb(29, 29, 29);
  font-family: LiHei Pro, "Open Sans", arial, sans-serif;
}

.header .navbar-nav .nav-link:hover {
  color: rgb(90, 90, 90);
}

.Toggle_btn {
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Toggle_btn:hover,
.Toggle_btn:focus {
  outline: 0;
  background-color: transparent !important;
}

.menu-btn_burgir {
  width: 30px;
  height: 2.5px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 5px rgba(53, 51, 51, 0.2);
  box-shadow: 0 2px 5px rgba(53, 51, 51, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn_burgir::after,
.menu-btn_burgir::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2.5px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 5px rgba(53, 51, 51, 0.2);
  box-shadow: 0 2px 5px rgba(53, 51, 51, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn_burgir::before {
  -webkit-transform: translateX(-15px) translateY(-9px);
  transform: translateX(-15px) translateY(-9px);
}

.menu-btn_burgir::after {
  -webkit-transform: translateX(-15px) translateY(9px);
  transform: translateX(-15px) translateY(9px);
}

.Toggle_btn.open .menu-btn_burgir {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Toggle_btn.open .menu-btn_burgir::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
  transform: rotate(45deg) translate(35px, -35px);
}

.Toggle_btn.open .menu-btn_burgir::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
  transform: rotate(-45deg) translate(35px, 35px);
}

.Toggle_btn.open .menu-btn_burgir::after,
.Toggle_btn.open .menu-btn_burgir::before {
  left: -10px;
}

/* banner */
.banner_container{
  overflow: hidden;
}
[class*="banner_col-"] {
  display: flex;
  align-items: center;
  z-index: 2;
}

.info {
  color: #ffffff;
  ;
  text-align: right;
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 80%;
  align-items: center;
}

.info h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 140px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
  text-shadow: 0 5px 10px rgb(228, 172, 20);
}

.info p {
  font-size: 20px;
  margin: 50px 0;
  text-align: justify;
}

.info button {
  font-size: 30px;
  padding: 10px 50px;
  border-radius: 30px;
  outline: transparent;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

.info button:hover {
  background-color: #fff;
  color: #000;
}

.product-info {
  position: absolute;
  width: 100%;
  height: fit-content;
  /* top: 0; */
  left: 0;
  padding: 0 60px;
  pointer-events: none;
}

.product-info.active {
  pointer-events: visible;
}

.product-info h1,
.product-info>span,
.product-info p,
.product-info button {
  opacity: 0;
  transition: unset;
}

.product-info button {
  transition-delay: .2s;
}

.product-info.active h1,
.product-info.active>span,
.product-info.active p,
.product-info.active button {
  opacity: 1;
  transition: opacity 1s ease-in-out,
    transform 1.2s ease-in-out,
    letter-spacing 1.2s ease-in-out,
    right 1.2s ease-in-out;
}

.product-info h1 {
  text-align: left;
  letter-spacing: 20px;
}

.product-info.active h1 {
  letter-spacing: unset;
}

.product-info>span {
  position: absolute;
  right: 200px;
}

.product-info.active>span {
  right: 80px;
}

.product-info p,
.product-info button {
  transform: translateY(100px);
}

.product-info.active p,
.product-info.active button {
  transform: translateY(0);
}

/* .product-info.active {
  display: block;
} */

.slider {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  height: 80%;
  overflow: visible;

}

.slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: 1s ease-in-out;
  /* opacity: 0; */
  /* transform: translateY(100%); */
  animation: bottom-up 2s;
}

.slide:nth-child(1) {
  z-index: 4;
}

.slide:nth-child(2) {
  width: 80%;
  height: 80%;
  z-index: 2;
  left: 70%;
}

.slide:nth-child(3) {
  width: 60%;
  z-index: 1;
  left: 120%;
  height: 60%;
}

.slide:nth-child(4) {
  width: 60%;
  z-index: 0;
  left: 120%;
  height: 60%;
  transform: scale(0);
}



.img-holder {
  width: 100%;
  height: 100%;
  /* background-position: top;
  background-size: cover;
  background-repeat: no-repeat; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.slide img {
  width: 180%;
}

.slide-control {
  z-index: 98;
  color: #fff;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  /* animation: zoom 2s ease infinite; */
}

.slide-control:hover {
  background-color: #fff;
  color: #000;
}

.slide-control:hover i {
  /* animation: bounce-left 2s ease infinite; */
  color: #000;
}

@keyframes bottom-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner_col-5 {
  width: 41.66%;
}

.banner_col-7 {
  width: 58.33%;
}



@media only screen and (max-width: 1440px) {
  .info {
    align-items: flex-start;
  }

  .info h1 {
    font-size: 110px;
    text-align: left;
  }

  .product-info {
    padding: 0 50px;
  }

  .slider {
    width: 50%;
    height: 60%;
    transform: translateY(20%);
  }

  .slide-control {
    top: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  

  .info {
    align-items: flex-start;
  }

  .info h1 {
    font-size: 80px;
    text-align: left;
  }

  .info p {
    font-size: 20px;
  }

  .info button {
    font-size: 20px;
    padding: 10px 20px;
  }

  .product-info {
    padding: 0 20px;
  }

  .slider {
    width: 80%;
    height: 50%;
    transform: translateY(20%);
  }
}

@media only screen and (max-width: 768px) {


  .info h1 {
    font-size: 60px;
    line-height: 80px;
    text-align: left;
  }

  .info p {
    margin: 30px 0px 10px 0px;
  }

  .info button {
    font-size: 20px;
    padding: 10px 20px;
  }

  .product-info {
    padding: 0 20px;
  }

  .banner_col-7 {
    display: flex;
    align-items: flex-start;
  }

  .slider {
    width: 90%;
    height: 90%;
    transform: translateY(20%);
  }

  .slide-control {
    top: 30%;
    left: 80%;
  }
}

@media only screen and (max-width: 600px) {

  .banner_col-5,
  .banner_col-7 {
    width: 100%;
    height: 50%;
  }

  .banner_container {
    flex-direction: column-reverse;
    overflow-x: hidden !important;
  }

  .info {
    align-items: flex-start;
  }

  .info h1 {
    font-size: 63px;
    line-height: 60px;
    text-align: left;
  }

  .info p {
    font-size: 14px;
  }

  .info button {
    font-size: 20px;
    padding: 10px 20px;
  }

  .product-info {
    padding: 0 15px;
  }

  .col-7 {
    display: flex;
    align-items: flex-start;
  }

  .slider {
    width: 80%;
    height: 80%;
    transform: translateY(20%);
    padding: 50px;
  }

  .slide img {
    width: 100%;
  }

  .slide-control {
    top: 300px;
    left: 85%;
  }
}

/* banner end*/


/* INDEX-title */
.indexTitle {
  margin: 0;
  position: relative;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 2.2rem;
  color: #4f5a67;
  font-weight: 600;
}

.index-subTitle {
  font-size: 1.5rem;
  color: #6b6b6b;
}

.layer {
  width: 100%;
}

.imghvr {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: rgba(230, 230, 230, 0.1);
  color: #666;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.5s ease;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.imghvr * {
  transition: all 0.5s ease;
}

.imghvr img {
  vertical-align: top;
  max-width: 100%;
}

.imghvr figcaption {
  background-color: #fed03bb7;
  padding: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: none;
  opacity: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}

.imghvr:hover img {
  opacity: 0.5;
}

.imghvr:hover figcaption {
  opacity: 1;
}

.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 60%;
	cursor: pointer;
}

.button-web {
	color: rgba(51,51,51,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
  background-color: rgba(255,255,255,0.55);
}
.button-web span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-web a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button-web::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	/*border-top-color: rgba(255,255,255,0.8);
	border-bottom-color: rgba(255,255,255,0.8);*/
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	
}
.button-web:hover span{
	letter-spacing: 2px;
	}

.button-web:hover {
  background: none;
  color: rgba(51,51,51,1);
}  
  

.button-web:hover::before{
	opacity: 1;	
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.button-web::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*background-color: rgba(255,255,255,0.4);*/
	
}
.button-web:hover::after{
	opacity: 0;	
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}

.index_icon {
  -webkit-filter: grayscale(1);
  width: 70%;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.index_icon:hover {
  -webkit-filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

.swiper-pagination-bullet-active {
  background: #ffc107;
}

.swiper-button-prev,.swiper-button-next {
  color: #b9b9b9;
  text-shadow: 0.1em 0.1em 0.2em #4d4d4d;
  opacity: 0.6;
}

.contact__inputs {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 1rem;
}

.contact__content {
  position: relative;
  height: 2rem;
  border: 1px solid #e29f01;
  border-radius: 4px;
}

.contact__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #4f5a67;
  border: none;
  outline: none;
  z-index: 1;
  border-radius: 4px;
}

.contact__label {
  position: absolute;
  /* top: .75rem; */
  top: -1.5rem;
  width: 100%;
  font-size: 1rem;
  color: #e29f01;
  transition: .3s;
}

.contact__area {
  height: 3rem;
}

.contact__area textarea {
  resize: none;
}

/*Input focus move up label*/
/* .contact__input:focus+.contact__label {
  top: -.75rem;
  left: 0;
  font-size: 0.75rem;
  z-index: 10;
} */

/*Input focus sticky top label*/
/* .contact__input:not(:placeholder-shown).contact__input:not(:focus)+.contact__label {
  top: -.75rem;
  font-size: 1.5rem;
  z-index: 10;
} */

.footer_social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(224, 224, 224);
  color: #b9b9b9;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
}

/*========== SCROLL UP ==========*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  background-color: #ffd000;
  padding: .5rem .8rem;
  display: flex;
  opacity: .9;
  z-index: 99;
  transition: .4s;
}

.scrollup:hover {
  background-color: #ffd000;
  opacity: 1;
}

.scrollup__icon {
  color: #fff;
  font-size: 1.2rem;
}

/* Show scroll */
.show-scroll {
  bottom: 4rem;
}

@media (max-width: 767px) {
  .indexTitle {
    font-size: 2rem;
  }

  .index-subTitle {
    font-size: 1.1rem;

  }

  body.out nav .navbar-collapse {
    box-shadow: -10px 0px 50px 0px #ffc107;

  }

  .header .navbar-nav .nav-link {
    border-bottom: 1px dotted #eee;
  }

  .header .navbar-nav .nav-link {
    padding: 1rem 2rem 1rem 2.5rem;
    font-size: 1.3rem;
    color: rgb(254 202 47);
    letter-spacing: 2px;
  }

  .header .navbar-nav .nav-link:hover {

    color: rgb(255, 196, 20);

  }

  body.out nav .navbar-toggle {
    background-color: transparent;
  }
}


/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
  width: .60rem;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(121, 121, 121);
}

/* 驗證 */
.error {
  color: #f44336;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}