@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Sans+TC:wght@300;400;500&family=Poppins:wght@300;400;600&display=swap');

body {
  color: #333;
  font-size: 14px;
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.03rem;
}

ul {
  margin: 0;
  padding: 0px;
}

ul li {
  list-style: none;
}

#myBtn {
  display: none;
  position: inherit;
  bottom: auto;
  right: auto;
  z-index: 999;
  color: #ccc;
  cursor: pointer;
  font-size: 1rem;
  background-color: #0c0f4b;
  width: 100%;
  padding: 8px 10px;
  writing-mode: inherit;
  text-align: center;
}

#myBtn:before {
  display: none;
}

#myBtn:hover {
  color: #0099ff;
}

@media(min-width:768px) {
  #myBtn {
    display: none;
    position: fixed;
    bottom: 30%;
    right: 20px;
    z-index: 999;
    color: #ccc;
    cursor: pointer;
    font-size: 1rem;
    writing-mode: vertical-lr;
    background-color: transparent;
    width: auto;
    padding: 0;
    text-align: center;
  }

  #myBtn:before {
    width: 1px;
    height: 200px;
    background-color: #0099ff;
    content: "";
    position: absolute;
    top: -220px;
    right: 10px;
    display: block;
  }

  #myBtn:hover {
    color: #0099ff;
  }
}

.btn-primary {
  border-radius: 0;
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom img {
  transform: scale(1);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.hover-zoom img:hover {
  transform: scale(1.2);
}

.privacy-box {
  position: fixed;
  background-color: #000;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  color: #FFF;
  padding: 20px;
  text-align: center;
}

.privacy-box a {
  text-decoration: none;
  color: #2780ff;
}

.privacy-box a:hover {
  text-decoration: underline;
  color: #fff;
}

.mb-5 {
  margin-bottom: 2rem !important
}

.mt-5 {
  margin-top: 2rem !important
}

@media(min-width:992px) {
  .mb-5 {
    margin-bottom: 3rem !important
  }

  .mt-5 {
    margin-top: 3rem !important
  }
}

/*Top Navigation*/
header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  z-index: 999;
  top: 0;
}

.navbar-brand {
  padding: 10px 0;
}

.navbar-brand img {
  width: 190px;
  height: auto;
}

@media(min-width:768px) {
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}

@media(min-width:992px) {
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
}

@media(min-width:1200px) {
  .navbar-brand img {
    width: 210px;
    height: auto;
  }
}

@media(min-width:1400px) {
  .navbar-brand img {
    width: 220px;
    height: auto;
  }
}

.navbar {
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav-item {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  color: #333;
}

@media(min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.45rem 0.75rem;
    font-size: 0.95rem;
    color: white;
  }
}

@media(min-width:1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.6rem 0.5rem;
    font-size: 1rem;
  }
}

@media(min-width:1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.8rem 1rem;
    font-size: 1.1rem;
  }
}

.navbar-light .navbar-nav .nav-link {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active {
  color: #fff;
  background-color: #0423a4;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  background-color: #0423a4;
}

@media(min-width:991px) {
  .navbar-light .navbar-nav .nav-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #666;
  }

  .navbar-expand-lg .navbar-nav .nav-link.active,
  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link:active {
    color: #0423a4;
    background-color: transparent;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #0423a4;
    background-color: transparent;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.2rem;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -1px;
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu {
  left: 0;
  top: 0;
  border: 0px;
  box-shadow: none;
  width: 100%;
  padding: 1rem 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 0;
}

@media(min-width:769px) {
  .dropdown-menu {
    left: 0;
    top: 67px;
    border: 0px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    width: 100%;
    padding: 1.5rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 1000;
  }
}

@media(min-width:992px) {
  .dropdown-menu {
    overflow-y: auto;
    max-height: 100vh;
  }
}

@media(min-width:1200px) {
  .dropdown-menu {
    top: 75px;
    left: 5%;
    width: 90%;
  }
}

@media(min-width:1680px) {
  .dropdown-menu {
    top: 84px;
    left: 15%;
    width: 70%;
  }
}

ul.navbar-nav>li a:hover,
ul.navbar-nav>li.active,
ul.nav .open>a:focus,
ul.nav li>a:focus {
  background-color: #e7eeec;
  transition: all ease 0.5s;
}

.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:active {
  background-color: #b5ccc4;
  color: #000;
}

@media (min-width:991px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
    position: fixed;
  }
}

.dropdown:link .dropdown-menu {
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item p {
  text-align: left;
  font-size: 0.9rem;
  color: #0423a4;
  margin: 0;
  line-height: 1rem;
  position: relative;
  z-index: 3;
  text-transform: capitalize;
}

.dropdown-item img {
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dropdown-item {
  white-space: normal;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border: 6px solid transparent !important;
  height: 100%;
}

@media(min-width:768px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item p {
    text-align: center;
    font-size: 0.9rem;
    color: #0423a4;
    margin: 0.5rem 0 0 0;
    line-height: 1rem;
    position: relative;
    z-index: 3;
  }

  .dropdown-item:hover img {
    border: 6px solid transparent !important;
    border-width: 6px !important;
    border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%) !important;
    border-image-slice: 1 !important;
  }
}

/*Manager*/
.lang {
  width: 100%;
  margin: 5rem 0 0 0;
}

.lang-text {
  display: inline-block;
}

@media(min-width:992px) {
  .lang {
    width: 100%;
    margin: 0 0 0 1rem;
  }

  .lang-text {
    display: none;
  }
}

@media(min-width:1200px) {
  .lang {
    width: 100%;
    margin: 0 0 0 2rem;
  }

  .lang-text {
    display: none;
    margin-left: 10px;
  }
}

.lang .cart i:hover {
  color: #34adde;
}

.lang a.cart {
  position: relative;
}

.lang a.cart .dot {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 15px;
}

@media(min-width:992px) {
  .lang a.cart .dot {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ff0000;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: calc(50% - 2px);
  }
}

.buscar-caja {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}

.buscar-caja:hover>.buscar-txt {
  width: calc(100% - 50px);
  padding: 0.5rem;
}

.buscar-btn {
  transition: 0.4s;
  color: #34adde;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

.buscar-txt {
  border: none;
  outline: none;
  float: none;
  font-size: 0.9rem;
  transition: 0.4s;
  width: calc(100% - 50px);
  background-color: #fff;
  padding: 0.5rem;
}

.buscar-caja input::placeholder {
  color: #999;
  padding: 0.7rem 0;
}

.buscar-caja input {
  max-width: inherit;
}

@media(min-width:992px) {
  .buscar-caja {
    width: auto;
    margin-top: 0;
  }

  .buscar-caja:hover>.buscar-txt {
    width: 150px;
    padding: 0.5rem;
  }

  .buscar-btn {
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: #34adde;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    width: 50px;
  }

  .buscar-txt {
    border: none;
    outline: none;
    float: none;
    font-size: 0.9rem;
    transition: 0.4s;
    width: 0px;
    font-weight: 300;
    background-color: #eee;
    padding: 0;
    height: 100% !important;
  }

  .buscar-caja input::placeholder {
    color: #333;
    padding: 0;
    height: 3.15rem;
    font-weight: normal;
  }

  .buscar-caja input {
    max-width: 130px;
  }

  .buscar-caja:hover>.buscar-txt {
    width: 90px;
    padding: 0.5rem;
  }
}

@media(min-width:1200px) {
  .buscar-caja:hover>.buscar-txt {
    width: 130px;
    padding: 0.5rem;
  }

  .buscar-caja input {
    max-width: 130px;
  }
}

@media(min-width:1400px) {
  .buscar-caja:hover>.buscar-txt {
    width: 130px;
    padding: 0.5rem;
    height: 3.4rem;
  }

  .buscar-caja input {
    max-width: 130px;
  }
}

.buscar-btn:hover i {
  color: #34adde;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 78px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 2rem 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #e5e5e5;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
}

/*button*/
.btn-linear {
  border: 3px solid #008ad2;
  border-width: 3px;
  border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%);
  border-image-slice: 1;
  background-color: transparent;
  padding: 0.4rem 1.7rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  box-shadow: 5px 5px #008ad2;
}

.btn-linear2 {
  border: 3px solid #008ad2;
  border-width: 3px;
  border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%);
  border-image-slice: 1;
  background-color: transparent;
  padding: 0.4rem 1.7rem;
  color: #0423a4;
  text-decoration: none;
  font-weight: 400;
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  box-shadow: 5px 5px #008ad2;
}

@media(min-width:768px) {
  .btn-linear {
    border: 3px solid #008ad2;
    border-width: 3px;
    border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%);
    border-image-slice: 1;
    background-color: transparent;
    padding: 0.6rem 1.9rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    font-size: 1.375rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 6px 6px #008ad2;
  }

  .btn-linear2 {
    border: 3px solid #008ad2;
    border-width: 3px;
    border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%);
    border-image-slice: 1;
    background-color: transparent;
    padding: 0.6rem 1.9rem;
    color: #0423a4;
    text-decoration: none;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    font-size: 1.375rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 6px 6px #008ad2;
  }
}

.btn-linear:hover {
  background-color: #0423a4;
  color: #fff;
}

.btn-linear2:hover {
  background-color: #0423a4;
  color: #fff;
}

.btn-primary {
  background-color: #0c0f4b;
  border: 0 !important;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #333;
}

/*block*/
.block-title {
  font-size: 2rem;
  color: #0423a4;
  font-weight: bold;
  padding: 0;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

@media(min-width:768px) {
  .block-title {
    font-size: 2.7rem;
    color: #0423a4;
    font-weight: bold;
    padding: 0;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
}

.block-name {
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: 1.5rem;
}

.block-name a {
  color: #fff;
  text-decoration: none;
}

.block-name-b {
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: 1.5rem;
  color: #000;
}

.sub-title {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0;
}

.sub-title2 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0423a4;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*Footer*/
footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 4rem 0 0 0;
  position: relative;
}

footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 13px;
  background-image: linear-gradient(to right, #cccccc 33.33%, #2591e4 33.33% 66.66%, #525252 66.66%);
}

footer .sitemap {
  display: none;
}

footer .company-name {
  font-family: 'DM Serif Display', 'Noto Sans TC', sans-serif;
  font-size: 1.3rem;
  margin: 1rem 0;
}

footer .block-name {
  position: relative;
  padding-bottom: .8rem;
  font-size: 1.3rem;
}

footer .block-name:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .col-icon {
  width: 30px;
  text-align: center;
}

footer .col-icon i {
  background-image: linear-gradient(to right, #0423a4, #008ad2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem;
}

footer .col-text {
  width: calc(100% - 30px);
  text-align: left;
}

footer p {
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
}

footer p a {
  color: #0090ff;
  text-decoration: none;
  font-size: 1rem;
}

footer .certification {
  padding: 1rem 0;
  text-align: center;
  margin-top: 1rem;
  background-color: #eee;
}

footer .certification img {
  margin: 0.5rem;
  width: 80px;
  height: auto;
}

@media(min-width:768px) {
  footer .sitemap {
    display: block;
  }

  footer .certification img {
    margin: 0.8rem;
    width: 110px;
    height: auto;
  }
}

footer .copyright {
  background-color: #fff;
  padding: 0.7rem 1rem;
  text-align: center;
  color: #003399;
  font-size: 0.85rem;
}

footer .copyright a:link,
footer .copyright a:visited {
  color: #003399;
  text-decoration: none;
}

footer .copyright a:hover,
footer .copyright a:active {
  color: #016fc4;
  text-decoration: underline;
}

/*Advantage*/
.advantage {
  border-top: 1px solid #fff;
}

.advantage h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.advantage p {
  color: #cccccc;
  font-size: 1rem;
  font-weight: 300;
}

.advantage img {
  height: 4.5rem;
  width: auto;
  margin-bottom: 1rem;
}

.adv-1 {
  background-color: #003399;
  padding: 3rem;
  text-align: center;
}

.adv-2 {
  background-color: #016fc4;
  padding: 3rem;
  text-align: center;
}

.adv-3 {
  background-color: #333;
  padding: 3rem;
  text-align: center;
}

.adv-4 {
  display: none;
}

@media(min-width:768px) {
  .advantage {
    border-top: 1px solid transparent;
  }

  .adv-1 {
    background-color: #003399;
    padding: 3rem;
    text-align: center;
  }

  .adv-2 {
    background-color: #016fc4;
    padding: 3rem;
    text-align: center;
  }

  .adv-3 {
    background-color: #333;
    padding: 3rem;
    text-align: center;
  }

  .adv-4 {
    background-color: #fff;
    padding: 3rem 7rem;
    text-align: center;
    background-image: url("../images/bg_adv.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
}

@media(min-width:992px) {
  .advantage {
    border-top: 0px solid transparent;
  }

  .advantage h3 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  .advantage p {
    color: #cccccc;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .adv-1 {
    background-color: #003399;
    padding: 3rem 2rem;
    text-align: center;
  }

  .adv-2 {
    background-color: #016fc4;
    padding: 3rem 2rem;
    text-align: center;
  }

  .adv-3 {
    background-color: #333;
    padding: 3rem 2rem;
    text-align: center;
  }

  .adv-4 {
    display: none;
  }
}

@media(min-width:1200px) {
  .advantage {
    border-top: 0px solid transparent;
  }

  .adv-1 {
    background-color: #003399;
    padding: 3rem 7rem;
    text-align: center;
  }

  .adv-2 {
    background-color: #016fc4;
    padding: 3rem 7rem;
    text-align: center;
  }

  .adv-3 {
    background-color: #333;
    padding: 3rem 7rem;
    text-align: center;
  }

  .adv-4 {
    display: none;
  }
}

/*Subpage*/
.breadcrumb {
  padding: 0.8rem 0;
  margin-bottom: 2rem;
  color: #999;
  letter-spacing: 0;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  text-decoration: none;
  color: #999;
}

.breadcrumb a:hover,
.breadcrumb a:active {
  text-decoration: underline;
  color: #0090ff;
}

.breadcrumb-item.active {
  color: #999;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #999;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item {
  font-size: 0.88rem;
}

/*Table*/
.mytable {
  background-color: white;
  font-size: 1rem;
}

.mytable thead th {
  background-color: #0423a4;
  color: white;
}

.mytable tbody tr {
  background-color: white;
}

.mytable tbody tr:nth-child(even) {
  background-color: #eee;
}

.mytable tbody tr td {
  color: #333;
}