@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700|Open+Sans:300,400|Roboto:300,400,700&display=swap");
.mr-1 {
  margin-right: 10 px;
}

.ml-1 {
  margin-left: 10 px;
}

.mt-1 {
  margin-top: 10 px;
}

.mb-1 {
  margin-bottom: 10 px;
}

.pr-1 {
  padding-right: 10 px;
}

.pl-1 {
  padding-left: 10 px;
}

.pt-1 {
  padding-top: 10 px;
}

.pb-1 {
  padding-bottom: 10 px;
}

.mr-2 {
  margin-right: 20 px;
}

.ml-2 {
  margin-left: 20 px;
}

.mt-2 {
  margin-top: 20 px;
}

.mb-2 {
  margin-bottom: 20 px;
}

.pr-2 {
  padding-right: 20 px;
}

.pl-2 {
  padding-left: 20 px;
}

.pt-2 {
  padding-top: 20 px;
}

.pb-2 {
  padding-bottom: 20 px;
}

.mr-3 {
  margin-right: 30 px;
}

.ml-3 {
  margin-left: 30 px;
}

.mt-3 {
  margin-top: 30 px;
}

.mb-3 {
  margin-bottom: 30 px;
}

.pr-3 {
  padding-right: 30 px;
}

.pl-3 {
  padding-left: 30 px;
}

.pt-3 {
  padding-top: 30 px;
}

.pb-3 {
  padding-bottom: 30 px;
}

body {
  margin: 0px;
  font-family: 'Noto Sans TC','Roboto','Arial','Open Sans';
  color: #2e2e2e;
  font-size: 18px;
}

h1, h2, h3 {
  font-family: 'Open Sans';
  font-weight: 300;
}

nav a:link, nav a:active, nav a:visited, nav a:focus {
  color: #fff !important;
  text-decoration: none !important;
}

nav a:hover {
  opacity: 0.8 !important;
}

a {
  color: #42C6DB;
}

a:link {
  color: #42C6DB;
  text-decoration: none !important;
  transition: color 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
}

a:hover, a:active, a:focus {
  color: #15636f !important;
}

a:visited {
  color: #0A938F;
}

header {
  background-color: #4ECCC6;
  height: 50px;
  background-image: url(../images/logo_orion.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
}

header img {
  width: 30px;
}

header img:first-child {
  display: none;
}

section#container {
  display: flex;
  flex-direction: column;
}

section#container div:nth-child(1) img {
  width: 100%;
  margin-bottom: 30px;
}

section#container div:nth-child(2) {
  text-align: left;
}

.prodInfo {
  margin: 1em 1em;
}

.prodInfo div {
  background-repeat: no-repeat;
  background-position: left top;
}

.prodInfo div.name {
  font-weight: 800 !important;
}

.prodInfo div.tool {
  background-image: url(../images/icon-computer.svg);
  background-size: 17px 17px;
  background-position-y: 5px;
  margin: 0.5em 0px;
  font-size: 0.9em;
}

.prodInfo div.tool div {
  margin-left: 25px;
  font-weight: 300;
}

.prodInfo div.info {
  background-image: url(../images/icon-edit.svg);
  background-size: 17px 17px;
  background-position-y: 5px;
  margin: 0.5em 0px;
  font-size: 0.9em;
}

.prodInfo div.info div {
  margin-left: 25px;
  font-weight: 300;
}

section {
  text-align: center;
  padding: 30px 16px;
  display: block;
}

section#listPage {
  padding: 0px 16px;
}

section#listPage .listpageTitle {
  text-align: left;
  border-left: 5px solid #c5eeec;
  padding-left: 0.5em;
}

section#listPage .listpageTitle h1, section#listPage .listpageTitle h2 {
  line-height: 1em;
}

section#listPage .listpageTitle h2 {
  font-size: 0.9em;
  margin-top: -1em;
}

.bg_white {
  background-color: #ffffff;
}

.bg_brand-primary {
  background-color: #4ECCC6;
}

.bg_gray-lighter {
  background-color: #e4e4e4;
}

.bg_brand-primary-darker {
  background-color: #068282;
  color: #ffffff;
}

.bg_brand-primary-darker2 {
  background-color: #0A938F;
  color: #ffffff;
}

.wrapper_1080 {
  position: relative;
  display: block;
  max-width: 1080px;
  margin: auto;
}

.wrapper_1280 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.fullsize, .wrapper {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.aligner {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical_middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

header div {
  z-index: 8;
}

header div button {
  z-index: 99;
}

.menu {
  cursor: pointer;
  display: block;
  transition: 0.1s transform linear;
  position: relative;
  background: 0;
  float: left;
  margin: 2rem 0;
  width: 2.5rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
}

.bar, .bar::before, .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #ffffff;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '';
  top: 50%;
  left: 0;
}

.bar::before {
  top: -0.8rem;
}

.bar::after {
  top: 0.8rem;
}

.bar::before, .bar::after {
  transform: rotate(0deg);
}

.active .bar {
  background: 0;
}

.active .bar::before {
  transform: rotate(45deg);
}

.active .bar::after {
  transform: rotate(-45deg);
}

.active .bar::before, .active .bar::after {
  top: 0;
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

nav {
  width: 280px;
  height: 100%;
  background: #4ECCC6;
  position: fixed;
  transform: translateX(150px);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 6rem;
  color: #ffffff;
}

.menu-open nav {
  transform: translateX(-210px);
}

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

nav ul li {
  font-family: 'Open Sans';
  font-weight: 300;
  padding: 20px 1em;
  font-size: 1.1em;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  text-align: center;
}

nav ul li:hover {
  cursor: pointer;
  transform: scale(1.1);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.black {
  background-image: url("../images/icon_back.svg");
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
}

input[type=button] {
  background-image: url("../images/icon_back.svg");
}

.shadow {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
}

.logolink a {
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 980px) {
  section#container {
    flex-direction: row;
  }
  section#container > div:nth-child(1) {
    width: 73%;
    margin-right: 2%;
  }
  section#container > div:nth-child(2) {
    width: 25%;
  }
}

.pic {
  width: 30vw;
  height: 20vw;
  overflow: hidden;
}

.pic img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all 1s ease-out;
}

.pic img:hover {
  transform: scale(1.2, 1.2);
}

.w3-progress {
  border: none !important;
  border-radius: 10px;
  background-color: #d5d5d5 !important;
}

.w3-progress div {
  height: 10px;
  background-color: #4ECCC6;
  border-radius: 10px;
  animation-name: progress;
  animation-duration: 2s;
}

@keyframes progress {
  from {
    width: 0%;
  }
}

.progress-container {
  display: table;
  position: relative;
}

.progress-container .progress-box, .progress-container .progressbar-text {
  display: table-cell;
  vertical-align: middle;
}

.progress-container .progress-box {
  width: 100%;
  height: 5px;
  position: relative;
}

.progress-container .progress-box .progress-bar {
  height: inherit;
  background-color: #0078ff;
}

.progress-container .progress-box .progress-bar:after {
  content: " ";
  z-index: -1;
  width: 100%;
  height: inherit;
  left: 0;
  position: absolute;
  background-color: #E5E9F2;
}

.progress-container .progress-box .progress-bar, .progress-container .progress-box .progress-bar:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 999rem;
  border-radius: 999rem;
}

.progress-container .progressbar-text {
  color: #475669;
  padding-left: 10px;
}

#topBanner {
  background-image: url(../images/bgFT_02.jpg);
  background: -moz-linear-gradient(120deg, rgba(241, 237, 198, 0.5), rgba(64, 158, 224, 0.5)), url(../images/bgFT_02.jpg);
  background: -webkit-linear-gradient(120deg, rgba(241, 237, 198, 0.5), rgba(64, 158, 224, 0.5)), url(../images/bgFT_02.jpg);
  background: linear-gradient(120deg, rgba(241, 237, 198, 0.5), rgba(64, 158, 224, 0.5)), url(../images/bgFT_02.jpg);
  background-size: cover;
  height: 250px;
  background-color: #A3AFAF;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 1.8em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4em;
  z-index: 1;
}

#topBanner div {
  border: 1px solid #fff;
  padding: 10px;
  width: 200px;
}

#topBanner div div {
  background-color: rgba(100, 100, 100, 0.5);
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#professional .contanter {
  margin: 0 auto;
  width: 80%;
  background-color: 0;
}

#professional p {
  text-align: left;
  margin-block-end: 0.2em;
}

#experience dd, #education dd {
  margin-inline-start: 0px;
  font-family: 'Open Sans';
  font-weight: 300;
  margin-bottom: 20px;
  color: #c5eeec;
}

#experience dt, #education dt {
  font-weight: 300;
}

#experience span, #education span {
  color: #4ECCC6;
}

ul {
  list-style: none;
  padding-inline-start: 0px;
}

ul li {
  padding: 0px;
}

div#portfolioList a:hover > div {
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 1.3em;
}

div#portfolioList a:hover > div span {
  text-shadow: 1px 1px 2px #111111;
}

div#portfolioList a div {
  transition: 0.2s all linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  letter-spacing: 0.7px;
  display: block;
  height: 80px;
  width: 49%;
  margin: 0.5%;
  float: left;
  max-height: 200px;
}

div#portfolioList a div span {
  float: right;
  margin: 0.5em;
  color: #fff;
  font-weight: 300;
}

div#portfolioList a:nth-child(1) div {
  background: url(../images/bg_iconPro_01.png), #4eccc6;
  background: url(../images/bg_iconPro_01.png), -moz-linear-gradient(120deg, #4eccc6 0%, #7aaebd 100%);
  background: url(../images/bg_iconPro_01.png), -webkit-linear-gradient(120deg, #4eccc6 0%, #7aaebd 100%);
  background: url(../images/bg_iconPro_01.png), linear-gradient(120deg, #4eccc6 0%, #7aaebd 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

div#portfolioList a:nth-child(2) div {
  background: url(../images/bg_iconPro_02.png), #7aaebd;
  background: url(../images/bg_iconPro_02.png), -moz-linear-gradient(120deg, #7aaebd 0%, #939eb8 100%);
  background: url(../images/bg_iconPro_02.png), linear-gradient(120deg, #7aaebd 0%, #939eb8 100%);
  background: url(../images/bg_iconPro_02.png), linear-gradient(120deg, #7aaebd 0%, #939eb8 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

div#portfolioList a:nth-child(3) div {
  background: url(../images/bg_iconPro_03.png), #5fc1c3;
  background: url(../images/bg_iconPro_03.png), -moz-linear-gradient(120deg, #5fc1c3 0%, #84a8bb 100%);
  background: url(../images/bg_iconPro_03.png), -webkit-linear-gradient(120deg, #5fc1c3 0%, #84a8bb 100%);
  background: url(../images/bg_iconPro_03.png), linear-gradient(120deg, #5fc1c3 0%, #84a8bb 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

div#portfolioList a:nth-child(4) div {
  background: url(../images/bg_iconPro_04.png), #7aaebd;
  background: url(../images/bg_iconPro_04.png), -moz-linear-gradient(120deg, #7aaebd 0%, #a194b5 100%);
  background: url(../images/bg_iconPro_04.png), -webkit-linear-gradient(120deg, #7aaebd 0%, #a194b5 100%);
  background: url(../images/bg_iconPro_04.png), linear-gradient(120deg, #7aaebd 0%, #a194b5 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

.cl-b {
  clear: both;
}

@media (min-width: 480px) {
  div#portfolioList {
    width: 460px;
    margin: 0 auto;
  }
  div#portfolioList a div {
    height: 140px;
  }
}

@media (min-width: 980px) {
  div#portfolioList {
    width: 940px;
    margin: 0 auto;
  }
  div#portfolioList a div {
    height: 160px;
    width: 220px;
    background-size: cover !important;
  }
}

.product_list {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  margin-block-start: 0em;
}

.product_list li {
  width: 46%;
  margin: 0px 2% 20px 2%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.product_list li svg {
  width: 100%;
}

.product_list li div {
  width: 100%;
  height: 50px;
  line-height: 1.2em;
  background-color: rgba(78, 204, 198, 0.7);
  position: absolute;
  bottom: -300px;
  transition: 0.2s bottom linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
}

.product_list li:hover > div {
  bottom: 0px;
}

.product_list li image {
  filter: url(#grayscale);
  transition: 0.2s width linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  width: 100%;
  height: auto;
}

.product_list li image:hover {
  filter: initial;
}

.product_list1 {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  margin-block-start: 0em;
}

.product_list1 li {
  width: 46%;
  margin: 0px 2% 2em 2%;
  height: min-content;
  transform: scale;
  transition: ease-in-out .2s;
  /*div{
            width: 100%;
            height: 100%;
            background-color: rgba(12,147,147,.8);
            position: absolute;
            left: 0;
            -ms-display: grid;
            display: grid;
            vertical-align: middle;
            -ms-vertical-align: middle;
            // flex-wrap: wrap;
            justify-content:center;
            align-content: center;
            -ms-justify-content:center;
            -ms-align-content: center;
            margin-block-start: 0em;
            margin-block-end: 0em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            color: #fff;
            top: 0;
            @include opacity(0);
            transition: 0.2s opacity linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
        }
        &:hover { 
            div{
            @include opacity(1);
            width: 100%;
            height: 100%;
            }
        }*/
}

.product_list1 li:hover {
  cursor: pointer;
  transform: scale(1.06);
}

.product_list1 li:hover a {
  color: #4ECCC6;
}

.product_list1 li a {
  font-size: 0.9em;
  color: #838383;
}

.product_list1 li img {
  width: 100%;
  height: auto;
}

.product_list1 li img:hover {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.22);
}

/*@media (max-width:420px)and(min-width:220px){
    .product_list1{
        li{
            height: 35vw;
        }
    }
}*/
@media (min-width: 480px) {
  .product_list1 li {
    width: 29%;
    margin: 0px 2% 2em 2%;
  }
}

@media (min-width: 980px) {
  .product_list1 li {
    width: 29%;
    margin: 0px 1% 3em 1%;
  }
}
