/***************************************
		copyright by MaxWeb.com.tw 
***************************************/
@import 'style.css';
:root {
  --swiper-navigation-size: 30px;
}

.welcome .container,
.important_agenda .container {
  max-width: 1280px;
  margin: 50px auto;
  text-align: justify;
}

.canvas_main_banner {
  position: relative;
  width: 100%;
  background-color: #eff2f5;
}

.canvas_main_banner > img {
  width: auto;
  background-color: #eff2f5;
}

.canvas_main_banner .content {
  height: 100%;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 100px;
}

.canvas_main_banner .content .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.canvas_main_banner .content .product .img {
  position: absolute;
  padding: 20px;
}

.canvas_main_banner .swiper {
  width: 746px;
  align-self: flex-end;
  margin-top: 95px;
  overflow: hidden;
}

.canvas_main_banner .banner_content {
  width: 500px;
  align-self: center;
  padding-left: 70px;
}

.canvas_main_banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

.canvas_main_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.canvas_main_banner .info h1 {
  max-width: 470px;
  margin: 0px 0px 40px;
  font-size: 4rem;
  line-height: 1.3;
}

.canvas_main_banner .banner_btn .btn {
  background-color: #0755a7;
  color: #fff;
}

.swiper-wrapper--- {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.welcome .title,
.important_agenda .title {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.welcome .title:after,
.important_agenda .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  height: 10px;
  background-color: #d81233;
}
.welcome .img img,
.important_agenda .img img {
  width: 100%;
}

.video .container {
  display: flex;
}
.video .container div {
  width: 100%;
}
.video .container iframe {
  width: 100%;
  height: 500px;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
  .canvas_main_banner .swiper {
    width: 709px;
  }
  .canvas_main_banner .content {
    gap: 0;
  }
  .canvas_main_banner .swiper-slide img {
    height: auto;
  }
  .welcome .container,
  .important_agenda .container {
    padding: 0 50px;
  }
  .video .container div {
    width: 100%;
  }
  .video .container iframe {
    height: 300px;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-rtl.swiper-button-next {
    left: -80px;
  }
  .canvas_main_banner .content {
    /*flex-direction: column;*/
    width: 100%;
    gap: 0;
    padding-left: 40px;
  }
  .canvas_main_banner .content .img img {
    max-width: 76%;
  }
  .swiper-grid-column > .swiper-wrapper {
    height: 50%;
    flex-direction: row !important;
  }
  /*    .canvas_main_banner .content .product .img{
  	left: 25%;
  }*/
  .swiper-wrapper {
    width: 60%;
  }
  .canvas_main_banner .banner_content {
    padding-left: 40px;
  }
  .welcome .container,
  .important_agenda .container {
    padding: 0 25px;
  }
  .video .container div {
    width: 100%;
  }
  .video .container iframe {
    height: 250px;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .canvas_main_banner .banner_content {
    padding: 0px 70px;
  }
  .canvas_main_banner .content {
    flex-direction: column;
    padding-left: 40px;
    padding: 0px;
  }
  .canvas_main_banner .content .product .img {
    left: 15%;
    width: 90%;
  }
  .canvas_main_banner .swiper {
    width: 408px;
    margin: 100px auto 0px;
  }
  .welcome .container,
  .important_agenda .container {
    padding: 0 10px;
  }
  .video .container {
    flex-direction: column;
  }
  .video .container div {
    width: 100%;
  }
  .video .container iframe {
    height: 200px;
  }
}