@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
a {
  color: inherit;
  cursor: pointer;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 1.25em;
  color: #fff;
  background-color: #fff;
  line-height: 130%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.modal{
  color: #4c4948;
  font-size: 17px;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:before {
  display: none;
}
.row .col {
  float: none;
}
.container {
  width: 100%;
  max-width: 100%;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
b {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
header {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e6e6e5;
}
header .menu .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
header .menu .row>*{
  padding-left: 0;
  padding-right: 0;
}
header .menu .wrapper-m {
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1260px) {
  header .menu .wrapper-m {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  header .menu .wrapper-m {
    width: calc(100% - 293px);
  }
}
header .menu .wrapper-m .search-switch {
  cursor: pointer;
  margin-right: 33px;
}
@media (max-width: 575px) {
  header .menu .wrapper-m .search-switch {
    margin-right: 20px;
  }
}
header .menu .wrapper-m .search-switch .magnifier {
  width: 24px;
  height: 24px;
}
header .menu .wrapper-m .menu-hamburger {
  width: 20px;
  height: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .menu .wrapper-m .menu-hamburger.active {
  transform: rotate(45deg);
}
header .menu .wrapper-m .menu-hamburger.active .line {
  width: 26px;
}
header .menu .wrapper-m .menu-hamburger.active .line:first-child {
  transform: translateY(7px);
}
header .menu .wrapper-m .menu-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
header .menu .wrapper-m .menu-hamburger.active .line:last-child {
  transform: translateY(-11px) rotate(90deg);
}
header .menu .wrapper-m .menu-hamburger .line {
  width: 20px;
  height: 3px;
  background-color: #ed6d01;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header .menu .wrapper-m .menu-hamburger .line:first-child {
  top: 0;
}
header .menu .wrapper-m .menu-hamburger .line:nth-child(2) {
  top: 9px;
}
header .menu .wrapper-m .menu-hamburger .line:last-child {
  top: 18px;
}
header .menu .wrapper {
  width: calc(100% - 268px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  header .menu .wrapper {
    display: none;
  }
}
header .menu .wrapper nav {
  text-transform: uppercase;
  color: #707070;
  line-height: 120%;
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  font-size: 0.95em;
}
header .menu .wrapper nav ul{
  padding-left: 0;
}
header .menu .wrapper nav a{
  text-decoration: none;
}
@media (min-width: 1260px) and (max-width: 1799px) {
  header .menu .wrapper nav {
    width: calc(100% - 228px);
  }
}
header .menu .wrapper nav > ul {
  display: flex;
  margin-bottom: 0 !important;
}
header .menu .wrapper nav > ul > li {
  position: relative;
  display: inline-block;
}
@media (min-width: 1260px) {
  header .menu .wrapper nav > ul > li:not(:last-child) {
    margin-right: 2px;
  }
}
header .menu .wrapper nav > ul > li:nth-last-child(1) .sub > ul > li > ul,
header .menu .wrapper nav > ul > li:nth-last-child(2) .sub > ul > li > ul,
header .menu .wrapper nav > ul > li:nth-last-child(3) .sub > ul > li > ul {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 1800px) {
  header .menu .wrapper nav > ul > li:last-child {
    margin-right: 28px;
  }
}
@media (min-width: 1260px) and (max-width: 1799px) {
  header .menu .wrapper nav > ul > li:last-child {
    margin-right: 10px;
  }
}
header .menu .wrapper nav > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
}
@media (min-width: 1260px) and (max-width: 1600px) {
  header .menu .wrapper nav > ul > li > a {
    font-size: 80%;
    padding: 5px;
  }
}
@media (min-width: 1260px) and (max-width: 1680px) {
  header .menu .wrapper nav > ul > li > ul {
    font-size: 75%;
  }
}
header .menu .wrapper nav > ul > li ul {
  background-color: #fff;
  position: relative;
  width: 100%;
  box-shadow: 2px 3px 6px #00000029;
}
header .menu .wrapper nav > ul > li ul li.hv-sub {
  position: relative;
}
header .menu .wrapper nav > ul > li ul li.hv-sub:hover ul {
  display: block;
}
header .menu .wrapper nav > ul > li ul li:not(:last-child):after {
  content: "";
  opacity: 0.3;
  display: block;
  background-color: #707070;
  height: 1px;
  width: 100%;
}
header .menu .wrapper nav > ul > li ul li a {
  padding: 20px 39px 20px 28px;
  line-height: 122%;
  display: block;
}
header .menu .wrapper nav > ul > li ul li.hv-sub > a {
  position: relative;
}
header .menu .wrapper nav > ul > li ul li.hv-sub > a:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 16px;
  transform: translateY(-50%);
}
header .menu .wrapper nav > ul > li ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 372px;
}
header .menu .wrapper nav > ul > li > .sub {
  display: none;
  position: absolute;
  left: -18px;
  top: 77px;
  width: 372px;
  font-size: 16px;
}
header .menu .wrapper nav > ul > li > .sub.sub-col-2 {
  width: 600px;
}
header .menu .wrapper nav > ul > li > .sub.sub-col-2 > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header .menu .wrapper nav > ul > li > .sub.sub-col-2 > ul > li {
  width: 50%;
}
header .menu .wrapper nav > ul > li > .sub.sub-col-2 > ul > li a {
  height: 100%;
}
header .menu .wrapper nav > ul > li > .sub > ul > li {
  position: relative;
}
@media (min-width: 1260px) and (max-width: 1600px) {
  header .menu .wrapper nav > ul > li > .sub > ul > li > a {
    font-size: 75%;
  }
}
header .menu .wrapper nav > ul > li > .sub > ul > li > ul {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
@media (min-width: 1260px) and (max-width: 1600px) {
  header .menu .wrapper nav > ul > li > .sub > ul > li > ul a {
    font-size: 75%;
  }
}
header .menu .wrapper .search {
  border: 1px solid #e6e6e5;
  width: 199px;
  margin-right: 29px;
}
@media (min-width: 1260px) and (max-width: 1799px) {
  header .menu .wrapper .search {
    margin-right: 15px;
  }
}
header .menu .wrapper .search form {
  display: flex;
}
header .menu .wrapper .search input {
  border: none;
  font-size: 0.9em;
  line-height: 120%;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #707070;
  padding: 10px 0 10px 10px;
  width: calc(100% - 39px);
}
@media (min-width: 1260px) and (max-width: 1600px) {
  header .menu .wrapper .search input {
    font-size: 75%;
  }
}
header .menu .wrapper .search input::-webkit-input-placeholder {
  color: #c6c6c6;
}
header .menu .wrapper .search input:-ms-input-placeholder {
  color: #c6c6c6;
}
header .menu .wrapper .search input::placeholder {
  color: #c6c6c6;
}
header .menu .wrapper .search button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}
header .menu .wrapper .search .magnifier {
  width: 19px;
  height: 19px;
}
header .menu .wrapper .language {
  position: relative;
}
header .menu .wrapper .language .icon {
  width: 29px;
  height: 29px;
  cursor: pointer;
}
@media (min-width: 1260px) and (max-width: 1600px) {
  header .menu .wrapper .language .icon {
    width: 20px;
    height: 20px;
  }
}
header .menu .wrapper .language .language-dropdown {
  display: none;
  width: 44px;
  position: absolute;
  left: -7px;
  top: calc(100% + 21px);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
header .menu .wrapper .language .language-dropdown .lang-item {
  background-color: #fff;
  text-align: center;
}
header .menu .wrapper .language .language-dropdown .lang-item:not(:first-child) {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
header .menu .wrapper .language .language-dropdown .lang-item a {
  font-size: 0.8em;
  color: #707070;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  display: block;
  line-height: 135%;
}
header .menu .wrapper .language .language-dropdown .lang-item a.active,
header .menu .wrapper .language .language-dropdown .lang-item a:hover {
  color: #ed6d01;
}
header .menu-m {
  display: none;
  border-top: 1px solid #e6e6e5;
  height: calc(100vh - 71px);
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
  color: #707070;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  header .menu-m {
    display: none;
  }
}
header .menu-m::-webkit-scrollbar {
  display: none;
}
header .menu-m ul{
  padding-left: 0;
}
header .menu-m a{
  text-decoration: none;
}
header .menu-m .wrapper {
  position: relative;
}
header .menu-m ul li {
  border-bottom: 1px solid #e6e6e5;
  transition: all 0.3s ease-in-out;
}
header .menu-m ul li:hover {
  color: #ed6d01;
}
@media (min-width: 992px) and (max-width: 1519px) {
  header .menu-m ul li a {
    padding: 15px 45px;
  }
}
@media (max-width: 991px) {
  header .menu-m ul li a {
    padding: 15px 18px;
    font-size: 1.1875em;
    line-height: 135%;
  }
}
header .menu-m ul li a.active {
  color: #ed6d01;
}
header .menu-m ul li.language-m .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu-m ul li.language-m a {
  position: relative;
}
header .menu-m ul li.language-m a .current {
  width: calc(100% - 80px);
  padding-right: 10px;
}
@media (max-width: 575px) {
  header .menu-m ul li.language-m a .current {
    width: calc(100% - 50px);
  }
}
header .menu-m ul li.language-m a .icon {
  width: 26px;
  height: 26px;
  margin-right: 22px;
}
@media (max-width: 991px) {
  header .menu-m ul li.language-m a .icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  header .menu-m ul li.language-m a .icon {
    margin-right: 0px;
  }
}
header .menu-m nav > ul > li:not(.hv-sub) > a {
  padding: 15px 18px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1350px) {
  header .menu-m nav > ul > li:not(.hv-sub) > a {
    padding-left: 45px;
    padding-right: 45px;
  }
}
header .menu-m nav > ul > li.hv-sub > span {
  display: flex;
  align-items: center;
}
header .menu-m nav > ul > li.hv-sub .category {
  width: calc(100% - 28px);
}
header .menu-m nav > ul > li.hv-sub .arrow {
  width: 28px;
  height: 19px;
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: left center;
  display: inline-block;
}
@media (max-width: 991px) {
  header .menu-m nav > ul > li.hv-sub .arrow {
    padding-left: 0;
  }
}
header .menu-m .menu-sublevel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
header .menu-m .menu-sublevel.active {
  transform: translateX(0);
}
header .menu-m .menu-sublevel li a {
  position: relative;
}
header .menu-m .menu-sublevel li.prev-level {
  opacity: 0.75;
}
header .menu-m .menu-sublevel li.prev-level:hover a {
  color: #ed6d01;
}
header .menu-m .menu-sublevel li.prev-level a {
  color: #707070;
  padding-left: 70px;
  display: block;
}
header .menu-m .menu-sublevel li.prev-level a:before {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 19px;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 991px) {
  header .menu-m .menu-sublevel li.prev-level a:before {
    left: 18px;
  }
}
header .menu-m .menu-sublevel li:not(.hv-sub) a {
  display: block;
}
header .menu-m .menu-sublevel li.hv-sub > span {
  display: flex;
  align-items: center;
}
header .menu-m .menu-sublevel li.hv-sub .category {
  width: calc(100% - 28px);
}
header .menu-m .menu-sublevel li.hv-sub .arrow {
  width: 28px;
  height: 19px;
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: left center;
  display: inline-block;
}
@media (max-width: 991px) {
  header .menu-m .menu-sublevel li.hv-sub .arrow {
    padding-left: 0;
  }
}
header .logo {
  /*width: 304px;*/
  width: 180px;
  height: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  header .logo {
    /*width: 293px;*/
    width: 176px;
  }
}
@media (max-width: 1260px) {
  header .logo {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 991px) {
  header .logo {
    /*width: 240px;*/
    width: 148px;
  }
}
header .logo a {
  display: inline-block;
  width: 100%;
}
header .logo img {
  display: block;
}
footer {
  background-color: #575757;
  padding-top: 36px;
  padding-bottom: 36px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  footer {
    padding-top: 23px;
    padding-bottom: 27px;
  }
}
footer .row>* {
  width: auto;
}
footer .row-contact {
  margin-bottom: 22px;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1350px) {
  footer .row-contact {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer .row-contact {
    flex-direction: column;
    margin-bottom: 38px;
  }
}
footer .row-contact .contact .subhead {
  font-size: 1.2em;
  line-height: 120%;
  margin-bottom: 41px;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  footer .row-contact .contact .subhead {
    font-size: 1.17em;
    line-height: 120%;
    margin-bottom: 39px;
  }
}
footer .row-contact .social-share {
  font-size: 0.8em;
  line-height: 118%;
}
@media (max-width: 991px) {
  footer .row-contact .social-share {
    font-size: 0.941em;
    margin-bottom: 45px;
  }
}
footer .row-contact .social-share .txt {
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 991px) {
  footer .row-contact .social-share .txt {
    margin-bottom: 30px;
  }
}
footer .row-contact .social-share .icon-container a:not(:last-child) {
  margin-right: 20px;
}
footer .row-contact .social-share .icon-container .icon {
  width: 29px;
  height: 29px;
}
@media (max-width: 991px) {
  footer .row-contact .member .wrapper {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .row-contact .member .wrapper img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  footer .row-contact .member .wrapper img {
    width: 85px;
  }
}
footer .row-contact .member .txt {
  line-height: 150%;
  text-transform: initial;
}
@media (max-width: 991px) {
  footer .row-contact .member .txt {
    width: calc(100% - 85px);
    font-size: 0.941em;
    line-height: 125%;
    padding-left: 15px;
  }
}
footer .row-disclaimer {
  justify-content: space-between;
}
@media (max-width: 1350px) {
  footer .row-disclaimer {
    flex-direction: column-reverse;
  }
}
footer .row-disclaimer .txt {
  font-size: 0.7em;
  line-height: 125%;
}
@media (max-width: 991px) {
  footer .row-disclaimer .txt {
    font-size: 0.75em;
  }
}
footer .row-disclaimer .txt > span {
  display: block;
}
footer .row-disclaimer .txt .smaller {
  font-size: 0.857em;
}
footer .row-disclaimer .link-list {
  font-size: 0.8em;
  line-height: 125%;
}
@media (min-width: 992px) and (max-width: 1350px) {
  footer .row-disclaimer .link-list {
    margin-bottom: 7px;
  }
}
@media (max-width: 991px) {
  footer .row-disclaimer .link-list {
    font-size: 0.706em;
    line-height: 208%;
    margin-bottom: 21px;
  }
}
footer .row-disclaimer .link-list a:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 991px) {
  footer .row-disclaimer .link-list a:not(:last-of-type):after {
    margin: 0 15px;
  }
}
.search-bar {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 79px;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #e6e6e5;
  display: none;
}
@media (min-width: 1260px) {
  .search-bar {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .search-bar {
    top: 89px;
  }
}
.search-bar .search-field {
  border-bottom: 1px solid #e6e6e5;
}
.search-bar input {
  border: none;
  padding: 15px 45px;
  width: 100%;
  font-size: 0.9em;
  color: #707070;
}
@media (max-width: 991px) {
  .search-bar input {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.search-bar input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.search-bar input:-ms-input-placeholder {
  color: #c6c6c6;
}
.search-bar input::placeholder {
  color: #c6c6c6;
}
.search-bar .submit {
  border-bottom: 1px solid #e6e6e5;
  padding: 15px 15px;
}
.search-bar .submit button {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #ed6d01;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}

.orange-link {
  color: #ed6d00;
}

.oragne-link:hover {
  color: #666;
}


.envato-buy-redirect, .demos-redirect{
   z-index: 1;
}