@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

a:focus {
  outline: none;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1800px;
    width: 100%;
  }
}
.navbar {
  background-color: #fff;
}

.mainlink {
  margin-top: 1%;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 8px;
  }
}

.carousel {
  position: relative;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}

.maintitle {
  font-size: 42px;
}
@media (max-width: 767px) {
  .maintitle {
    font-size: 24px;
  }
}

.maintitle01 {
  color: #fff;
  text-align: left;
}

.defult-bg {
  background-color: #3f88c5;
}
.defult-bg .pd-section {
  background-color: #fff;
  padding: 4%;
  border-radius: 50px 0px 0px 0px;
  background-image: url(../../images/gear.png);
  background-repeat: no-repeat;
  background-position: right 3% top 15%;
}
@media (max-width: 767px) {
  .defult-bg .pd-section {
    background-position: right -10% top 5%;
    background-size: 120px;
    padding: 4% 0%;
  }
}

.pd-carousel .carousel-control {
  top: 48%;
  width: 33px;
}
.pd-carousel .carousel-control.left,
.pd-carousel .carousel-control.right {
  height: 50px;
}

.pdGROUP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pdGROUP .pdITEM {
  margin: 0 2rem;
  margin-top: 5%;
  position: relative;
  transition: all 0.2s ease;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .pdGROUP .pdITEM {
    margin: 0;
    flex-basis: 50%;
    padding: 0px 10px;
  }
}
.pdGROUP .pdITEM:hover {
  /* background-color: rgba(254, 254, 254, 0.5); */
}
.pdGROUP .pdITEM:hover img {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.pdGROUP .pdITEM:hover:before {
  opacity: 1;
  animation: ani-trangle 1.5s infinite ease;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .pdGROUP .pdITEM:hover:before {
    animation: ani-trangle-xs 1.5s infinite ease;
  }
}
.pdGROUP .pdITEM:hover h3 {
  color: #21599d;
}
.pdGROUP .pdITEM:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 30px;
  border-color: transparent transparent #07bec8;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .pdGROUP .pdITEM:before {
    border-width: 0 5px 10px;
  }
}
.pdGROUP .pdITEM img {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  border: 1px solid #b9cede;
  padding: 1%;
}
@media (max-width: 767px) {
  .pdGROUP .pdITEM img {
    border-radius: 25px;
  }
}
.pdGROUP .pdITEM h3 {
  text-align: center;
  font-size: 24px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pdGROUP .pdITEM h3 {
    font-size: 15px;
    font-weight: 600;
  }
}

.contactblock {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2% 0%;
}
@media (max-width: 820px) {
  .contactblock {
    justify-content: center;
    padding: 8% 0%;
  }
}
.contactblock .maintitle01 {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .contactblock .maintitle01 {
    text-align: center;
  }
}
.contactblock .rotate-circle {
  animation: rotate-circle 1.5s infinite ease;
}
@media (max-width: 480px) {
  .contactblock .rotate-circle {
    width: 30px;
  }
}

.contact-img {
  padding: 0px 15px;
}
.contact-img img {
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}

.contactbg {
  padding: 0;
}
.contactbg a {
  background-image: url(/../hipershop/rwd1690/store/F1/LLIN_ISO_Cert_2022-02.jpg);
  background-repeat: no-repeat;
  height: 27em;
  padding: 1.5% 2%;
  position: relative;
  display: block;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .contactbg a {
    background-size: contain;
    height: 40em;
  }
}
.contactbg a:hover {
  background-color: #000;
}
.contactbg a:hover h3 {
  opacity: 1;
}
.contactbg a h3 {
  color: #fff;
  font-size: 16px;
}
.contactbg .angle-right {
  position: absolute;
  left: -10px;
  top: 45%;
}

.category-wrapper {
  position: relative;
}
.category-wrapper aside {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gray-default);
}
@media (max-width: 820px) {
  .category-wrapper aside {
    border-radius: 5px;
  }
}

.pd-flex-group {
  /* display: flex;
  flex-wrap: wrap; */
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
@media (max-width: 820px) {
  .pd-flex-group {
    border-radius: 25px 25px 0 0;
  }
}
.pd-flex-group li {
  flex-basis: 55%;
}
@media (max-width: 991px) {
  .pd-flex-group li {
    flex-basis: 100%;
  }
}
.pd-flex-group .pdIMG {
  background-color: var(--primary-default);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .pd-flex-group .pdIMG {
    min-height: 20em;
  }
}
.pd-flex-group .pdIMG img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */

  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-color: #fff; */
  max-height: 450px;
  border: 1px solid #333333;
  border-radius: 25px 0 0 0;
}
.pd-flex-group .pdINFO {
  padding: 1% 3%;
  background-color: #001283;
  color: #fff;
  flex-basis: 45%;
  min-height: 430px;
}
@media (max-width: 991px) {
  .pd-flex-group .pdINFO {
    flex-basis: 100%;
    padding: 3% 6%;
    min-height: 190px;
  }
  .pd-flex-group .pdIMG img {
    border-radius: 25px 25px 0 0;
  }
}
.pd-flex-group .pdINFO h3 {
  color: #e4e4e4;
}
.pd-flex-group .pdINFO p {
  font-size: 16px;
  line-height: 1.5;
}
.pd-flex-group .pdINFO .pd-list-style li {
  color: #e4e4e4;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: solid 1px #959595;
}

.categoryTITLE {
  font-size: 42px;
  border-bottom: solid 5px var(--sec-default);
}
@media (max-width: 767px) {
  .categoryTITLE {
    font-size: 32px;
  }
}

.infoPD {
  background-color: #fff;
  padding: 1% 3%;
  margin-bottom: 2.5%;
  border-radius: 0 0 25px 0px;
}
@media (max-width: 820px) {
  .infoPD {
    padding: 3% 6%;
    border-radius: 0px 0px 25px 25px;
  }
}
.infoPD p {
  font-size: 16px;
  line-height: 1.5;
}
.infoPD h3{
  display: none;
}
aside {
  margin-bottom: 15px;
}
aside .nav li:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
aside .nav li:hover:before {
  width: 100%;
  background-color: var(--primary-default);
}
aside .nav li:hover a {
  background-color: rgba(0, 0, 0, 0);
}
aside .nav li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.4s ease;
}
aside .nav li a.topic {
  color: #202020;
  background-color: var(--sec-default);
}
aside .nav li a.topic:hover {
  color: #202020;
  background-color: var(--sec-default);
}

.Copyright {
  color: #fff;
}

.side-icon {
  position: fixed;
  right: 2.5%;
  bottom: 25%;
  background-color: var(--sub-default);
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.side-icon a {
  color: #fff;
}

.footerwrap {
  position: relative;
  padding: 30px;
}
.footerwrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--sec-default);
  top: 10px;
  left: 0;
}

.clickCtyName {
  display: none;
}

@media (max-width: 767px) {
  .floor_list ul {
    display: none;
  }
}

.breadcrumb {
  /* background-color: rgba(254, 254, 254, 0);
  padding: 8px 0px;
  float: right; */
  display: none;
}

.innerpage {
  min-height: calc(100vh - 70px - 90px);
  padding: 24px 0;
  background-color: #fcfeff;
}
.innerpage h2 span {
  color: #3f88c5;
}
.innerpage p {
  font-size: 16px;
  line-height: 1.5;
}

.img-style {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.list-style li {
  position: relative;
  margin-left: 1.3em;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.list-style li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #3f88c5;
  left: -20px;
  top: 6px;
}

.mark {
  color: var(--primary-default);
  background-color: transparent;
}

.ProfileBody,
#category_descr {
  padding: 4% 3%;
  margin: 0 15px;
  border-radius: 25px;
  background-color: #fff;
}

@keyframes ani-trangle {
  0% {
    bottom: 13%;
    opacity: 0.5;
  }
  50% {
    bottom: 14%;
    opacity: 1;
  }
  100% {
    bottom: 13%;
    opacity: 0.5;
  }
}
@keyframes ani-trangle-xs {
  0% {
    bottom: 20%;
    opacity: 0.5;
  }
  50% {
    bottom: 21%;
    opacity: 1;
  }
  100% {
    bottom: 20%;
    opacity: 0.5;
  }
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes aside-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*------------------------------*/
/*          $Catalog
--------------------------------*/
/**
* reset               還原
* variable            全域變數
* mixin               模組
* layout              版型
* navbar              主選單
* banner              首頁banner
* default             首頁
* product             首頁產品
* new                 首頁news
* footer              footer
* innerpage           內文樣式
* animate             特效
**/
/*------------------------------*/ /*# sourceMappingURL=rwd1690.css.map */
