/* ===== Common Style ===== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
body {
  font-family: 'Noto Sans TC', 'Roboro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

i, span, a {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #2B96D1;
  border-radius: 100px;
  border: none;
  padding: 12px 16px;
}

 .button:hover {
  background-color: #00669E;
  color: #fff;
  cursor: pointer;
}

/* ===== Section Title Style ===== */

.section-title .title {
  padding: 0 10px 10px;
  color: #2D2D2D;
  display: inline-block;
  border-bottom: 8px solid #7EBDE0;
}

.section-title .sub-title {
  padding: 0 10px 10px;
  color: #2D2D2D;
  display: inline-block;
  border-bottom: 8px solid #CCC;
}

/* ===== Header Style ===== */
.header-area {
  position: relative;
}

.navigation-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.navigation-bar.sticky {
  position: fixed;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar {
  padding: 0;
  position: relative;
}

.navbar .navbar-brand img {
  max-width: 140px;
}

.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #000;
  margin: 5px 0;
}

.navbar .navbar-nav .nav-item {
  margin-right: 44px;
}

.navbar .navbar-nav .nav-item a {
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.navbar .navbar-nav .nav-item.active a, .navbar .navbar-nav .nav-item:hover a {
  display: block;
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    width: 100%;
    left: 0;
    background-color: #FFF;
    padding: 10px 20px;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    width: 100%;
    left: 0;
    background-color: #FFF;
    padding: 10px 20px;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item {
    margin: 10px 0;
  }
}

.navbar .navbar-translate:hover {
    cursor: pointer;
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-translate {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-translate {
    margin: 10px 0;
  }
}

/* ===== Home Style ===== */
.home-area {
  position: relative;
  height: 700px;
}

@media (max-width: 767px) {
  .home-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.home-area .home-content {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-area .home-content .sub-title {
    padding-bottom: 80px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .home-area .home-content .sub-title {
    padding-bottom: 80px;
    font-size: 28px;
  }
}

.home-area .home-content .name {
  font-weight: 500;
  color: #4B4B4B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-area .home-content .name {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .home-area .home-content .name {
    padding-top: 0;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-area .home-content .description {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .home-area .home-content .description {
    padding-bottom: 80px;
    font-size: 40px;
  }
}

/* ===== Product Style ===== */

.product-card {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background: #00456B;
  border-radius: 16px;
  box-shadow: 0px 2px 12px 0px #00000040;
  padding: 48px;
  gap: 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.product-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #6F6F6F;
  text-align: left;
  margin-bottom: 24px;
}

.product-introduce-section {
  text-align: left;
}

@media (max-width: 767px) {

.product-introduce-section {
  margin-top: 40px;
}
}

.product-introduce-item {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.product-introduce-item img {
  margin-right: 24px;
}

/* ===== About Style ===== */

@media (max-width: 767px) {
  .about-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about-area .about-value .description {
  color: #2B96D1;
}

.about-area .about-roadmap {
  position: relative;
  padding: 20px;
  background-color: #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
}

.about-roadmap:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-right: 31px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(3px);
}

.about-roadmap:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid white;
  position: absolute;
  right: 99%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-roadmap {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-roadmap {
    margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .about-area .about-roadmap {
    margin: 40px 0 0;
    padding: 20px 10px;
  }
}

.single-value {
  display: flex;
  align-items: center;
}

.single-value .key {
  width: 160px;
  font-size: 18px;
  font-weight: 700;
  color: #00669E;
}

.single-value .value {
  flex: 1;
}

.single-event {
  font-size: 16px;
}

.single-event .date {
  padding: 10px 20px 0;
  font-weight: 700;
  color: #2B96D1;
}

.single-event .event {
  padding: 2.5px 20px 2.5px 40px;
  font-weight: 500;
  background-image: url(../images/about/line.svg);
  background-repeat: repeat-y;
  background-position: 18px 0%;
}

.single-event img {
  margin-left: 20px;
  width: 10px;
}

@media (max-width: 767px) {
  .vision-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vision-area .description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .vision-area .description {
    font-size: 16px;
  }
}

.vision-area .key {
  font-size: 32px;
  font-weight: 700;
  color: #00669E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vision-area .key {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .vision-area .key {
    font-size: 20px;
  }
}

.single-service img {
  width: 200px;
}

/* ===== Blog Style ===== */

@media (max-width: 767px) {
  .blog-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .section-title .description {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-area .section-title .description {
    font-size: 28px;
  }
}

.single-blog {
  padding-bottom: 20px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 16px;
  height: calc(100% - 60px);
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
}

.single-blog:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(43, 150, 209, 0.4);
  -moz-box-shadow: 0px 6px 16px 0px rgba(43, 150, 209, 0.4);
  box-shadow: 0px 6px 16px 0px rgba(43, 150, 209, 0.4);
}

.single-blog .img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 66.6667%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #f0f0f0;
}

.img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.single-blog .blog-title {
  padding: 10px;
  color: #A7A7A7;
}

.single-blog .blog-content {
  padding: 0 10px;
}


/* ===== News Style ===== */
.single-news {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
}
.single-news:hover {
  /* background: #000; */
  background: #fff;
  box-shadow: 0px 2px 24px 0px #2B96D166;
  transition: all 0.3s;

}

.single-news .news-img {
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}
.single-news .news-info {
  margin-bottom: 8px;
  color: #A7A7A7;

}

.single-news .news-content {
  color: black;
}


/* ===== Download Style ===== */

.download-area {
  position: relative;
  height: 700px;
}

.download-area .download-content {
  position: relative;
  z-index: 9;
}

.download-area .download-content .sub-title {
  font-weight: 500;
}

.download-area .download-content .button {
  margin: 50px auto;
  width: 200px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 35px;
  background-color: #2B96D1;
  color: #FFF;
}

.download-area .download-content .button:hover {
  cursor: pointer;
  background-color: #00669E;
}

.download-area .download-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ===== Contact Form Style ===== */

#contact-form-section form label {
  margin-bottom: 12px;
}

#contact-form-section .description { 
  font-size: 20px;
  font-weight: 500;
  padding-top: 48px;
  padding-bottom: 56px;
}

.form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -2.25rem;
}

#contact-form-section form .form-check {
  margin-top: 12px;
  padding-left: 2.25rem;
}

#contact-form-section form .form-control {
  padding: 12px 16px;
  min-height: 46px;
  border-radius: 8px;
}

#contact-form-section form .form-control::placeholder {
  color: #9E9E9E;
}

#contact-form-section form .required {
  color: #EE0D0D;
}

#other_text_input {
  margin-left: 15px;
}

/* ===== Contact Style ===== */

.contact-area {
  color: #FFF;
}

@media (max-width: 767px) {
  .contact-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.contact-logo a img {
  width: 160px;
}

.single-info {
  display: flex;
}

.single-info .icon {
  margin-right: 12px;
}

.contact-social {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 25px;
}

.contact-social ul li {
  display: inline-block;
  margin-left: 12px;
}

.contact-social ul li:first-child {
  margin-left: 0;
}

.contact-social ul li a {
  display: block;
  text-align: center;
}

.single-founder {
  padding-top: 40px;
  color: #CCC;
}

.single-founder .name {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #000;
  background-color: rgba(255, 255, 255, 0.25);;
}
