@charset "UTF-8";
@import url(bootstrap.css?v1.1);
@import url(animate.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,500);
@import url(font/css/iconm.css);
@import url(images/icon/icon.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(fancybox/jquery.fancybox.css);
@import url(pickday/pikaday.css);
@import url(pickday/pikaday-responsive.css);
@import url(pickday/triangle.css);
.d1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.d2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.d3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.d4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.d5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.d6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.d8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.d9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.d10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html,
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
  font-weight: normal;
  color: #333;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 13px;
  }
}

html[lang="cn"],
html[lang="cn"] body {
  font-family: "Microsoft YaHei", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
}

.container {
  width: 100%;
  max-width: 1576px;
}

.ovh {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #2E3977;
  text-decoration: none;
}

.red {
  color: #FE0002;
}

/*button*/
button {
  background-color: transparent;
  border: 0;
}

.btn, #header .mainMenu .menudropdown .productDropdown .more .empty-btn {
  display: inline-block;
  text-align: center;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  position: relative;
}

/*form*/
input[type="text"],
select,
textarea {
  outline: 0;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

select option {
  outline: 0;
}

select:invalid {
  color: #BEBEBE;
}

textarea {
  resize: none;
}

/*animation*/
@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes bounce2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
.wow {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}
.no-js .wow, .no-cssanimations .wow {
  opacity: 1 !important;
}

.no-js .wow, .no-js .animated, .no-cssanimations .wow, .no-cssanimations .animated {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

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

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

/*上版頭*/
#header {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 90px;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  animation-fill-mode: both;
}
.no-js #header, .no-cssanimations #header {
  opacity: 1 !important;
}
#header .container-fluid {
  position: relative;
  width: 100%;
  height: 100%;
}
#header .logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 480px) {
  #header .logo {
    width: 150px;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  #header .logo {
    width: 120px;
    margin-top: 15px;
  }
}
#header .logo img {
  max-width: 100%;
}
#header .mainMenu {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
#header .mainMenu > li {
  display: inline-block;
}
#header .mainMenu > li > a {
  padding: 10px;
  display: block;
  font-size: 110%;
  font-family: "華康儷中黑", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
}
#header .mainMenu > li > a > i {
  color: #C23A44;
}
#header .mainMenu > li > a:hover, #header .mainMenu > li > a.active {
  color: #2E3977;
}
#header .mainMenu > li.m-li {
  display: none;
}
#header .mainMenu .hasDropdown:hover .menudropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-top: 10px;
  pointer-events: all;
  -webkit-transition: opacity 0.8s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: opacity 0.8s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header .mainMenu .menudropdown {
  position: absolute;
  width: 100%;
  width: 100vw;
  max-width: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  padding-top: 10px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header .mainMenu .menudropdown .productDropdown {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #E4E4E4;
}
#header .mainMenu .menudropdown .productDropdown .more {
  background-color: #C23A44;
  color: white;
  float: left;
  width: 365px;
  padding: 2rem;
  padding-left: 5%;
}
#header .mainMenu .menudropdown .productDropdown .more .title {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
#header .mainMenu .menudropdown .productDropdown .more .des {
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
#header .mainMenu .menudropdown .productDropdown .more .empty-btn {
  color: white;
  width: 100%;
  max-width: 130px;
  border-width: 2px;
  font-family: "Oswald", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
}
#header .mainMenu .menudropdown .productDropdown .list {
  background-color: white;
  float: right;
  width: calc(100% - 365px);
}
#header .mainMenu .menudropdown .productDropdown .list .item {
  display: inline-block;
  vertical-align: top;
  margin: 3%;
}
#header .mainMenu .menudropdown .productDropdown .list .item .pic {
  text-align: center;
  margin-bottom: 1rem;
  height: 110px;
  width: 100%;
  position: relative;
}
#header .mainMenu .menudropdown .productDropdown .list .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#header .mainMenu .menudropdown .productDropdown .list .item li:not(.category):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-width: 2.5px 0 2.5px 3px;
  border-style: solid;
  border-color: transparent transparent transparent #C23A44;
}
#header .mainMenu .menudropdown .productDropdown .list .item li a:hover {
  color: #C23A44;
}
#header .function {
  position: absolute;
  right: 10px;
  top: 50%;
  float: right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .function .search,
#header .function .links,
#header .function .language {
  display: inline-block;
  vertical-align: middle;
}
#header .function .links {
  margin-left: 5px;
  margin-right: 15px;
}

.search form {
  display: inline-block;
  vertical-align: middle;
}
.search .input {
  max-width: 210px;
  height: 25px;
  border-color: #A8A8A8;
  border-radius: 20px;
  font-size: 90%;
  color: #333;
}
.search .input:placeholder {
  color: #333;
}
.search button {
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color .4s ease-out;
          transition: background-color .4s ease-out;
}
.search button:hover {
  background-color: #C23A44;
  -webkit-transition: background-color .4s ease-out;
          transition: background-color .4s ease-out;
}
.search:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: black;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.m-li .search:after {
  display: none;
}

.m-li .search input {
  height: 35px;
  padding: 5px 10px;
}

.links .icon {
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 25px;
  -webkit-transition: background-color .3s ease-in-out;
          transition: background-color .3s ease-in-out;
}
.links .icon:hover {
  -webkit-transition: background-color .3s ease-in-out;
          transition: background-color .3s ease-in-out;
}
.links .icon.facebook:hover {
  background-color: #3765A3;
}
.links .icon.google:hover {
  background-color: #EA4335;
}
.links .icon.twitter:hover {
  background-color: #41ABE1;
}

.language {
  position: relative;
}
.language .button {
  font-size: 110%;
  font-family: "華康儷中黑", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
}
.language .button > i {
  color: #C23A44;
}
.language .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 200px;
  right: 0px;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 768px) {
  .language .dropdown {
    background-color: transparent;
  }
}
.language .dropdown li {
  border-bottom: 1px solid #e4e4e4;
}
.language .dropdown li a {
  display: block;
  padding: 10px 0;
}

.m-li .language a {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 5px;
}
.m-li .language a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #C23A44;
  margin-left: 15px;
}
.m-li .language a:last-child:after {
  display: none;
}

.mobileBtn {
  width: 45px;
  height: 45px;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
.mobileBtn .bar {
  height: 1px;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  margin-top: 12px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.mobileBtn .bar + .bar {
  margin-top: 8px;
}
.mobileBtn.active .bar {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.mobileBtn.active .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #header .logo {
    width: 140px;
    padding-right: 5px;
    margin-top: 10px;
  }
  #header .mainMenu > li > a {
    padding: 10px 5px;
    font-size: 90%;
  }
  #header .mainMenu > li > a > i {
    font-size: 90%;
  }
  #header .mainMenu > li > a > i:before {
    margin-left: 0;
    margin-right: 0;
  }
  #header .function {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    float: right;
    right: auto;
    top: auto;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  #header .function .links {
    margin-left: 2px;
    margin-right: 2px;
  }
  #header .function .search .input {
    display: none;
  }
  #header .function .search:after {
    display: none;
  }
  #header .language {
    width: 45px;
    padding-right: 10px;
    line-height: 1;
    position: relative;
  }
  #header .language .button {
    font-size: 90%;
  }
  #header .language .button > i {
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .language .dropdown {
    width: 70px;
    left: 0;
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@media screen and (min-width: 769px) {
  #header .mainMenu {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .mobileBtn {
    display: block;
  }

  #header {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header .mainMenu {
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    top: 80px;
    left: 0;
    margin-top: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
  }
  #header .mainMenu > li {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
  }
  #header .mainMenu > li > a {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  #header .mainMenu > li.m-li {
    display: block;
    text-align: center;
    padding: 15px 10px;
  }
  #header .mainMenu .menudropdown {
    width: 100%;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
  }
  #header .mainMenu .menudropdown .productDropdown {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .mainMenu .menudropdown .productDropdown .more,
  #header .mainMenu .menudropdown .productDropdown .list {
    width: 100%;
    float: none;
    text-align: center;
  }
  #header .mainMenu .menudropdown .productDropdown .list .item {
    text-align: left;
  }
  #header .mainMenu .menudropdown .productDropdown .list .item .category {
    font-size: 1.3rem;
  }
  #header .mainMenu .menudropdown .productDropdown .list .item a {
    display: inline-block;
    padding: 8px 0;
    font-size: 1.15rem;
  }
  #header .mainMenu .hasDropdown:hover .menudropdown {
    padding-top: 0;
  }
  #header .function {
    right: 65px;
  }
  #header .function .search,
  #header .function .language {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header .mainMenu .menudropdown .productDropdown .list .item {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 15px 0;
    padding: 10%;
    text-align: center;
  }
}
/*下版頭*/
.home .inquiryList {
  position: absolute;
}

.inquiryList {
  display: block;
  height: 55px;
  padding: 0 15px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #2E3977;
  color: white;
  font-size: .8125rem;
  line-height: 55px;
}
.inquiryList .sprite {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inquiryList:hover {
  color: white;
}

#footer {
  position: relative;
  width: 100%;
  height: 55px;
  background-color: #E4E4E4;
  padding: 15px;
  overflow: hidden;
}
#footer .copyright {
  text-align: center;
  color: #6F6F6F;
  margin-bottom: 0;
  font-size: 90%;
}
#footer .copyright .black {
  color: black;
}
#footer .copyright a:hover {
  color: #C23A44;
}

@media (max-width: 991px) {
  #footer {
    height: auto;
  }
  #footer .inquiryList {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*頁面共通*/
#main {
  display: block;
  padding-top: 90px;
}

/*內頁banner*/
.pageBanner {
  position: relative;
  height: 335px;
  opacity: 0;
  -webkit-animation: fadeIn 1s .5s both;
          animation: fadeIn 1s .5s both;
  overflow: hidden;
}
@media (max-width: 480px) {
  .pageBanner {
    height: 250px;
  }
}
.no-js .pageBanner, .no-cssanimations .pageBanner {
  opacity: 1 !important;
}
.pageBanner .text {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.pageBanner .text .pageTitle {
  font-size: 2.1875rem;
  font-weight: lighter;
  font-family: "Dosis", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
  margin-bottom: 1rem;
}
.pageBanner .text .brandCrumbs li {
  display: inline-block;
  font-size: .8125rem;
  color: white;
  color: rgba(255, 255, 255, 0.6);
}
.pageBanner .text .brandCrumbs li a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
}
.pageBanner .text .brandCrumbs li:hover, .pageBanner .text .brandCrumbs li:hover a {
  color: white;
  color: white;
}
.pageBanner .text .brandCrumbs li:after {
  content: ",";
  color: white;
  margin: 0 5px 0 10px;
}
.pageBanner .text .brandCrumbs li:last-child:after {
  display: none;
}
.pageBanner .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.pageBanner .pic img {
  max-width: 100%;
  display: none;
}
.pageBanner:hover .pic {
  -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*內頁搜尋*/
.pageSearch {
  background-color: #E4E4E4;
  text-align: center;
}
.pageSearch .form-search label {
  display: inline-block;
  vertical-align: middle;
}
.pageSearch .form-search input {
  border-color: transparent;
  background-color: #E4E4E4;
  height: 60px;
  color: #333;
}
.pageSearch .form-search input::-webkit-input-placeholder {
  color: #333;
}
.pageSearch .form-search input::-moz-placeholder {
  color: #333;
}
.pageSearch .form-search input:-ms-input-placeholder {
  color: #333;
}
.pageSearch .form-search input::placeholder {
  color: #333;
}

/*分類*/
.cateGories {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  opacity: 0;
}
.no-js .cateGories, .no-cssanimations .cateGories {
  opacity: 1 !important;
}
.cateGories .category {
  width: 90%;
  max-width: 180px;
  border-color: #C4C4C4;
  margin: 0 5px;
  margin-bottom: .5rem;
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  font-size: .9375rem;
}
.cateGories .category:hover, .cateGories .category.active {
  color: white;
  background-color: #C23A44;
  border-color: #C23A44;
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

/*頁碼*/
.pager {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4.5rem;
}
.pager ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.pager ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  background-color: #EDEDED;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}
@media (max-width: 320px) {
  .pager ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pager ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.pager ul li:hover a, .pager ul li.active a {
  background-color: #2E3977;
  color: white;
}
.pager ul li.mr5 a span {
  margin-right: 5px;
}
.pager ul li.ml5 a span {
  margin-left: 5px;
}

/*hr*/
hr.black {
  border-top-color: #000;
}

hr.dashed {
  border-top-style: dashed;
}

/*fancyBox*/
.fancyBox {
  text-align: center;
}
.fancyBox .description {
  margin-bottom: 1rem;
  padding: 1rem;
}
.fancyBox .gray {
  color: #A8A8A8;
}
.fancyBox .blueBtn {
  background-color: #2E3977;
  color: #fff;
  width: 275px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: lighter;
  font-size: .9375rem;
}

.fancybox-wrap {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-fancybox, .add-fancybox {
  border-radius: 0;
}

.fancybox-close {
  background-image: url(images/icon/close2.png);
  width: 18px;
  height: 18px;
  top: -30px;
  right: 5px;
  background-size: contain;
}

.banner {
  position: relative;
  background-color: #000;
  opacity: 0;
}
.no-js .banner, .no-cssanimations .banner {
  opacity: 1 !important;
}
.banner .slider .item {
  position: relative;
  height: 880px;
  min-height: 440px;
  max-height: calc(100vh - 90px);
}
@media (max-width: 480px) {
  .banner .slider .item {
    height: 440px;
    max-height: 440px;
  }
}
.banner .slider .item .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
}
.banner .slider .item .text .title {
  margin-bottom: 3%;
}
.banner .slider .item .text .title .ch {
  font-family: "華康儷中宋", "Dosis", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
  font-size: 2.5rem;
  opacity: 0;
}
.banner .slider .item .text .title .en {
  font-family: "Dosis", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
  font-weight: lighter;
  font-size: 2.1875rem;
  opacity: 0;
}
.banner .slider .item .text .learn {
  border-color: #fff;
  color: #fff;
  width: 100%;
  max-width: 125px;
  padding: 3px;
  border-radius: 25px;
  font-size: .8125rem;
  opacity: 0;
}
.banner .slider .item .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .slider .item .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  z-index: 5;
}
.banner .slider .item .pic img {
  max-width: 100%;
}
.banner .slider .item.slick-current .text .title .ch {
  -webkit-animation: zoomIn 1s 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: zoomIn 1s 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}
.no-js .banner .slider .item.slick-current .text .title .ch,
.no-cssanimations .banner .slider .item.slick-current .text .title .ch {
  opacity: 1 !important;
}
.banner .slider .item.slick-current .text .title .en {
  -webkit-animation: fadeInUp 1s 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fadeInUp 1s 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}
.no-js .banner .slider .item.slick-current .text .title .en, .no-cssanimations .banner .slider .item.slick-current .text .title .en {
  opacity: 1 !important;
}
.banner .slider .item.slick-current .text .learn {
  -webkit-animation: fadeInUp 1s 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fadeInUp 1s 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}
.no-js .banner .slider .item.slick-current .text .learn, .no-cssanimations .banner .slider .item.slick-current .text .learn {
  opacity: 1 !important;
}
.banner .slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 2.5rem;
  z-index: 5;
  outline: 0;
}
.banner .slider .slick-arrow.prev {
  left: 0;
}
.banner .slider .slick-arrow.next {
  right: 0;
}
.banner a.sprite-scroll {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  -webkit-animation: bounce2 1s ease-in 1s alternate none infinite;
          animation: bounce2 1s ease-in 1s alternate none infinite;
}
@media (max-width: 480px) {
  .banner a.sprite-scroll {
    bottom: 20px;
  }
}

.index-show {
  padding-top: 2%;
  padding-bottom: 2%;
}
.index-show .title {
  font-size: 1.25rem;
  color: #2E3977;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}
.index-show .title:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  width: 2px;
  height: 9px;
  background-color: #FF0301;
}
@media (max-width: 480px) {
  .index-show .title {
    text-align: center;
  }
}
.index-show .about .pic {
  float: left;
  width: 295px;
  height: 295px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.index-show .about .more {
  display: block;
  float: right;
  color: #2E3977;
  border: 1px solid #2E3977;
  width: 80%;
  max-width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .8125rem;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
.index-show .about .more:hover {
  background-color: #2E3977;
  color: white;
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
@media (min-width: 480px) and (max-width: 991px) {
  .index-show .about .pic {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 480px) {
  .index-show .about {
    text-align: center;
  }
  .index-show .about .pic {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .index-show .about .des {
    width: 100%;
  }
  .index-show .about .more {
    float: none;
    display: block;
    transform: none;
  }
}
.index-show .news {
  padding-left: 5%;
  padding-right: 3%;
}
.index-show .news .item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.index-show .news .item .pic {
  float: left;
  width: 130px;
  height: 130px;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
}
.index-show .news .item .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}
.index-show .news .item .text .tit {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.index-show .news .item .text .time, .index-show .news .item .text .category {
  font-size: .8125rem;
  color: #CCC;
}
.index-show .news .item .text .des {
  font-size: .9375rem;
  color: #959595;
}
.index-show .news .item:hover .text .tit {
  color: #C23A44;
}
.index-show .news .item:hover .pic:before {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}
.index-show .download {
  padding-left: 3%;
}
.index-show .download .item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.index-show .download .item .pic {
  float: left;
  width: 130px;
  height: 130px;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
}
.index-show .download .item .pic .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: .5s;
          transition: .5s;
}
.index-show .download .item .pic .cover span.sprite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .5s;
          transition: .5s;
}
.index-show .download .item .tit {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.index-show .download .item .des {
  font-size: .9375rem;
  color: #959595;
}
.index-show .download .item:hover .text .tit {
  color: #C23A44;
}
.index-show .download .item:hover .pic .cover {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
          transition: .5s;
}
.index-show .download .item:hover .pic .cover span.sprite {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: .5s;
          transition: .5s;
}

@media (max-width: 991px) {
  .index-show .about, .index-show .news, .index-show .download {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsList {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 1.5rem;
  text-align: center;
}
.newsList .item {
  position: relative;
  margin: 10px 10px 4%;
  display: inline-block;
  vertical-align: top;
  max-width: 290px;
  opacity: 0;
}
.no-js .newsList .item, .no-cssanimations .newsList .item {
  opacity: 1 !important;
}
.newsList .item .pic {
  position: relative;
  display: block;
  max-height: 290px;
  overflow: hidden;
  z-index: 5;
}
.newsList .item .pic .cover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #2E3977;
  background-color: rgba(46, 57, 119, 0.8);
  color: white;
  text-align: center;
  padding-top: 50%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
}
.newsList .item .pic .cover .inner {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.newsList .item .pic .cover .description {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList .item .pic .cover .btn, .newsList .item .pic .cover #header .mainMenu .menudropdown .productDropdown .more .empty-btn, #header .mainMenu .menudropdown .productDropdown .more .newsList .item .pic .cover .empty-btn {
  padding: 3px;
  border-radius: 25px;
  width: 100%;
  max-width: 125px;
  font-size: .8125rem;
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.newsList .item .pic .cover .btn:hover, .newsList .item .pic .cover #header .mainMenu .menudropdown .productDropdown .more .empty-btn:hover, #header .mainMenu .menudropdown .productDropdown .more .newsList .item .pic .cover .empty-btn:hover {
  background-color: #fff;
  color: #2E3977;
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.newsList .item .pic .time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #2E3977;
  color: white;
  width: 90px;
  height: 90px;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: lighter;
  letter-spacing: .1rem;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
}
@media (max-width: 768px) {
  .newsList .item .pic .time {
    width: 80px;
    height: 80px;
  }
}
.newsList .item .pic img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition: transform .5s ease-in-out;
  position: relative;
  z-index: -1;
}
.newsList .item .category {
  font-size: .8125rem;
  color: #A0A0A0;
  margin: .5rem 0;
  text-align: left;
}
.newsList .item .category:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #A0A0A0;
  vertical-align: middle;
  margin-left: 8px;
}
.newsList .item .title {
  font-size: .9375rem;
  margin: 0;
  text-align: left;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList .item:hover .pic .cover {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
}
.newsList .item:hover .pic .time {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
}
.newsList .item:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition: transform .5s ease-in-out;
}

/*new in*/
.newTitle {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}
.newTitle > div {
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 5px;
}
.newTitle .category span {
  display: inline-block;
  background-color: #2E3977;
  color: white;
  width: 105px;
  text-align: center;
  border-radius: 4px;
  font-size: .875rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.newTitle .time {
  font-size: .8125rem;
}
.newTitle .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.newTitle .share {
  float: right;
}
.newTitle .share .icon {
  background-color: #C1C1C1;
}

@media (max-width: 768px) {
  .newTitle > div {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    float: none !important;
  }
}
.newContainer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.newContainer img {
  max-width: 100%;
}

.productsList .item {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transition: .5s;
          transition: .5s;
}
.productsList .item:nth-child(even) {
  background-color: #F5F5F5;
}
.productsList .item:hover {
  background-color: #ededed;
  -webkit-transition: .5s;
          transition: .5s;
}
.productsList .item > div {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  /* float: left; */
  text-align: center;
  /* padding-top: 35px; */
  min-height: 70px;
  padding: 0 5px;
}
.productsList .item > div > span, .productsList .item > div > .span {
  display: block;
  /* -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
}
.productsList .item > div > span:before, .productsList .item > div > span:after, .productsList .item > div > .span:before, .productsList .item > div > .span:after {
  content: '';
  display: table;
}
.productsList .item > div > span:after, .productsList .item > div > .span:after {
  clear: both;
}
.productsList .item .category {
  width: 10%;
}
.productsList .item .category span {
  display: block;
  background-color: #2E3977;
  color: white;
  width: 90%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-size: .875rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.productsList .item .number {
  width: 20%;

}
.productsList .item .number span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.productsList .item .name {
  width: 50%;
  text-align: left;
}
.productsList .item .name a {
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productsList .item:hover .name {
  color: #2E3977;
}
.productsList .item .add {
  text-align: right;
  width: 155px;
}
.productsList .item .add .span {
  background-color: transparent;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: lighter;
}
.productsList .item .add .span.en,.productsList .item .add .span.vn {
  font-size: 13px;
  text-align:center;
}

.productsList .item .add .span .sprite {
  display: inline-block;
  vertical-align: middle;
}
.productsList .item .add .span .sprite-addw {
  display: none;
}
.productsList .item .add .span:hover, .productsList .item .add .span.active {
  background-color: #C23A44;
  color: white;
}
.productsList .item .add .span.en:hover, .productsList .item .add .span.en.active {
  font-size: 13px;
}
.productsList .item .add .span.vn:hover, .productsList .item .add .span.vn.active {
  font-size: 13px;
}

.productsList .item .add .span:hover .sprite-addw, .productsList .item .add .span.active .sprite-addw {
  display: inline-block;
}
.productsList .item .add .span:hover .sprite-addg, .productsList .item .add .span.active .sprite-addg {
  display: none;
}

@media (max-width: 768px) {
  .productsList .item {
    padding: 15px;
    flex-direction: column
  }
  .productsList .item > div {
    width: 100% !important;
    height: auto;
    justify-content: center;
    padding-top: 0;
    margin-bottom: 1rem;
    min-height: auto;
  }
  .productsList .item > div > span, .productsList .item > div > .span {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .productsList .item .name {
    text-align: center;
  }
  .productsList .item .name a {
    white-space: inherit;
  }
  .productsList .item .number span {
    text-align: center;
    -webkit-line-clamp: inherit;
  }
  .productsList .item .add {
    margin-bottom: 0;
  }
}
.productContainer {
  position: relative;
  max-width: 1175px !important;
  margin-left: auto;
  margin-right: auto;
}

.productContent {
  position: relative;
}

.productInfo {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.productInfo .left {
  width: 400px;
  float: left;
}
.productInfo .right {
  width: calc(100% - 400px);
  float: right;
}

@media (max-width: 768px) {
  .productInfo .left, .productInfo .right {
    width: 100%;
    float: none;
  }
  .productInfo .left {
    margin-bottom: 4rem;
  }
}
.eclassHeaderPictos {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
.eclassHeaderPictos img{
  width: 50px;
  height: auto;
}
.productInfo .pics, .productInfo .pics .slider, .productInfo .pics .slider .item, .productInfo .pics .slider .item a {
  width: 100%;
}
.productInfo .pics .slider .item, .productInfo .pics .slider .item a .slider .item {
  text-align: center;
  height: 315px;
  position: relative;
  outline: 0;
}
.productInfo .pics .slider .item a {
  height: 100%;
  display: block;
  position: relative;
  outline: 0;
}
.productInfo .pics .slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  outline: 0;
}
.productInfo .pics .slider .slick-arrow, .productInfo .pics .slider .item a .slider .slick-arrow {
  margin-left: auto;
  margin-right: auto;
  outline: 0;
  opacity: .4;
  filter: alpha(opacity=40);
}
.productInfo .pics .slider .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.productInfo .pics .slider .slick-arrow.sprite-v-prev {
  margin-bottom: 1rem;
}
.productInfo .pics .slider .slick-arrow.sprite-v-next {
  margin-top: 1rem;
}
.productInfo .pics .slider .slick-dots li button:before {
  font-size: 2.5rem;
  color: #C23A44;
}
.productInfo .pics .slider .slick-dots li.slick-active button:before {
  color: #C23A44;
}

.tableWrap .productTable {
  width: 100%;
}
.tableWrap .productTable .group {
  border-bottom: 25px solid #fff;
}
.tableWrap .productTable td {
  border: 2px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableWrap .productTable .code {
  width: 10%;
  background-color: #445173;
  color: white;
  text-align: center;
}
.tableWrap .productTable .amount {
  width: 25%;
  background-color: #F0F0F0;
  text-align: right;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tableWrap .productTable .explanation {
  background-color: #F7F7F7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.tableWrap table{
  max-width: 100%;
}
.tableWrap tr td:nth-child(1){
  background-color: #445173;
  width: 130px;
  max-width: 5%;
  color: #FFF;
  
}
.tableWrap tr td:nth-child(2){
  background-color: #FFF;
  width: 20%;
}
.tableWrap div > div:first-child{
  color:blue;
}



.downloads {
  text-align: center;
}
.downloads .item {
  display: inline-block;
  vertical-align: top;
  margin: 1rem 2%;
}
@media (max-width: 480px) {
  .downloads .item {
    width: 45%;
  }
}
.downloads .item .pic {
  width: 75px;
  height: 75px;
  padding-top: calc(75px / 2);
  border-radius: 50%;
  background-color: #ACACAC;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}
.downloads .item .pic span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.downloads .item p {
  font-size: .875rem;
}
.downloads .item:hover .pic {
  background-color: #C23A44;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}

.addInquiry {
  position: absolute;
  right: 0;
}
.addInquiry .sprite {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 1440px) {
  .addInquiry {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.searchDescription {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}

.contactContainer {
  position: relative;
}

.redBtn {
  display: block;
  max-width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #C23A44;
  color: white;
  text-align: center;
  padding: 0px 10px;
  border-radius: 25px;
  font-size: .9375rem;
}
.redBtn:hover {
  color: white;
}

.carrer {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 1;
}
.carrer .icon-carrer {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(images/icon/carrer.png) center no-repeat;
  width: 29px;
  height: 24px;
}
@media (max-width: 1440px) {
  .carrer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.inquiry {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
}
.inquiry .description {
  text-align: center;
  padding-bottom: 2rem;
}

.inquiryForm {
  border-top: 1px solid #E5E5E5;
}
.inquiryForm .item .name {
  width: 25%;
}
.inquiryForm .item .quantity {
  width: 10%;
  text-align: center;
}
.inquiryForm .item .quantity select {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.inquiryForm .item .delivery {
  width: 23%;
}
.inquiryForm .item .delivery .label {
  display: block;
  width: 70px;
  float: left;
}
.inquiryForm .item .delivery .label.en, .inquiryForm .item .delivery .label.vn {
  font-size: 13px;
  line-height: 1em;
}
.inquiryForm .item .delivery .pikaday-container {
  float: left;
}
.inquiryForm .item .delivery .calendar {
  display: block;
  width: 110px;
  height: 30px;
  float: left;
  border-color: #CDCDCD;
}
.inquiryForm .item .delivery .sprite {
  float: left;
  margin-left: 5px;
}
.inquiryForm .item .delete {
  width: 12%;
}
.inquiryForm .item .delete .span {
  cursor: pointer;
  padding: 5px;
  border-radius: 25px;
  width: 90%;
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.inquiryForm .item .delete .span.vn {
  font-size: 13px;
  line-height: 1em;
}

.inquiryForm .item .delete .sprite {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inquiryForm .item .delete:hover .span {
  background-color: #C23A44;
  color: white;
}
.inquiryForm .item .delete:hover .span .sprite {
  background-image: url(images/icon/close-w.png);
  background-position: center;
}

@media (max-width: 991px) {
  .inquiryForm .item {
    padding: 15px;
  }
  .inquiryForm .item > div {
    width: 100% !important;
    height: auto;
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .inquiryForm .item > div > span, .inquiryForm .item > div > .span {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .inquiryForm .item .quantity select {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .inquiryForm .item .name {
    text-align: center;
  }
  .inquiryForm .item .delivery .span {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .inquiryForm .item .delivery .span .label {
    width: 100%;
    float: none;
  }
  .inquiryForm .item .delivery .span .pikaday-container {
    float: none;
    display: inline-block;
  }
  .inquiryForm .item .delivery .span .calendar {
    width: 100%;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .inquiryForm .item .delivery .span .sprite {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.deleteAll {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 25px;
  background-color: transparent;
}
.deleteAll .sprite {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.deleteAll:hover {
  background-color: #C23A44;
  color: white;
  -webkit-transition: .5s;
          transition: .5s;
}
.deleteAll:hover .sprite {
  background-image: url(images/icon/close-w.png);
  background-position: center;
  -webkit-animation: fadeIn .5s;
          animation: fadeIn .5s;
}

.contact .description {
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center;
  margin-bottom: 0;
}

.contactForm {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.contactForm .field {
  width: 100%;
  border-color: #DDDDDD;
  background-color: #F8F8F8;
  height: 40px;
  margin-bottom: 10px;
}
.contactForm .field:focus {
  border-color: #2E3977;
}
.contactForm textarea.field {
  height: 140px;
}

.contactForm .capchaBox {
  display: flex;
}

.contactForm .capchaBox input {
  flex: 1 1 0%;
}

.contactForm .capchaBox .pic {
  flex: 0 0 84px;
  margin-left: 30px;
}

.contactForm .btn, .contactForm #header .mainMenu .menudropdown .productDropdown .more .empty-btn, #header .mainMenu .menudropdown .productDropdown .more .contactForm .empty-btn {
  padding: 3px;
  width: 47%;
  max-width: 275px;
  border-color: transparent;
  border-radius: 3px;
  color: white;
  margin: 0px 5px 5px;
  background-color: #A8A8A8;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}
.contactForm .btn:hover, .contactForm #header .mainMenu .menudropdown .productDropdown .more .empty-btn:hover, #header .mainMenu .menudropdown .productDropdown .more .contactForm .empty-btn:hover {
  background-color: #2E3977;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}

.companyAddresses .tabsManagement {
  position: relative;
  z-index: 5;
}
.companyAddresses .tabsManagement > li {
  float: left;
  width: 20%;
  height: 210px;
  text-align: center;
  background-color: #F7F5F6;
  border-right: 1px solid #E6E4E5;
}
@media (max-width: 768px) {
  .companyAddresses .tabsManagement > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
  }
}
.companyAddresses .tabsManagement > li .tab {
  width: 100%;
  height: 100%;
  padding-top: 105px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: .8125rem;
  position: relative;
  word-break: break-all;
  border: 5px solid #F7F5F6;
}
@media (max-width: 768px) {
  .companyAddresses .tabsManagement > li .tab {
    font-size: 1.2rem;
  }
}
.companyAddresses .tabsManagement > li .tab:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
  z-index: 5;
}
@media (max-width: 768px) {
  .companyAddresses .tabsManagement > li .tab:before {
    display: none;
  }
}
.companyAddresses .tabsManagement > li .tab:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 13px 0 13px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  z-index: 5;
}
@media (max-width: 768px) {
  .companyAddresses .tabsManagement > li .tab:after {
    display: none;
  }
}
.companyAddresses .tabsManagement > li .tab .inner {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.companyAddresses .tabsManagement > li .tab li,
.companyAddresses .tabsManagement > li .tab li a {
  color: #8D8D8D;
}
.companyAddresses .tabsManagement > li .tab .company {
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.27s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.27s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.companyAddresses .tabsManagement > li .tab:hover, .companyAddresses .tabsManagement > li .tab.active {
  background-color: #fff;
  border: 5px solid #9AA9D2;
}
.companyAddresses .tabsManagement > li .tab:hover:before, .companyAddresses .tabsManagement > li .tab.active:before {
  border-color: #9AA9D2 transparent transparent transparent;
}
.companyAddresses .tabsManagement > li .tab:hover:after, .companyAddresses .tabsManagement > li .tab.active:after {
  border-color: #ffffff transparent transparent transparent;
}
.companyAddresses .tabsManagement > li .tab:hover li,
.companyAddresses .tabsManagement > li .tab:hover li a, .companyAddresses .tabsManagement > li .tab.active li,
.companyAddresses .tabsManagement > li .tab.active li a {
  color: #2E3977;
}
.companyAddresses .tabsManagement > li .tab:hover .company, .companyAddresses .tabsManagement > li .tab.active .company {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.27s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.27s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 768px) {
  .companyAddresses .tabsManagement > li .tab:hover .company, .companyAddresses .tabsManagement > li .tab.active .company {
    font-size: 1.4rem;
  }
}
.companyAddresses .tabsContainer {
  width: 100%;
}
@media (max-width: 768px) {
  .companyAddresses .tabsContainer {
    display: none;
  }
}
.companyAddresses .tabsContainer .content {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  width: 100%;
  height: 500px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.companyAddresses .tabsContainer .content.show {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#map-m0,
#map-m1,
#map-m2,
#map-m3,
#map-m4,
#map-m5,
#map-m6,
#map-m7,
#map-m8,
#map-m9,
#map-m10 {
  width: 100%;
  height: 100%;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/*product-info*/

.info-container{
  max-width: 1140px;
}

.info-slogan{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #C23A44;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}

.info-item{
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.info-item:last-child{
  border-bottom: 0;
}

.info-item .pic{
  width: 35%;
}

.info-item .pic img{
  max-width: 100%;
}

.info-item .text{
  width: 65%;
  padding-left: 25px;
}

.info-item .text .name{
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  color: #2D3A77;
  font-weight: bold;
}

.info-item .text .description{
  font-size: 15px;
  line-height: 2.2;
}

.info-item .text .description p{
  margin-bottom: 0;
}

@media screen and (max-width:768px){
  .info-slogan{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .info-item{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .info-item .text .name{
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:600px){
  .info-item{
    flex-wrap: wrap;
  }
  .info-item .pic{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .info-item .pic img{
    width: 100%;
  }
  .info-item .text{
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width:480px){
  .info-slogan{
    font-size: 16px;
  }
  .info-item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .info-item .text .name{
    font-size: 20px;
  }
}

/*about*/

.about-container{
  max-width: 1140px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-container .editor{
  margin-bottom: 30px;
  line-height: 2.2;
}

.about-container .slogan{
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #C23A44;
}

.pic-center{
  width: 100%;
  text-align: center;
}

.about-container img{
  max-width: 100%;
}

@media screen and (max-width:991px){
  .about-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-container .slogan{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width:768px){
  .about-container .slogan{
    font-size: 16px;
  }
}

.pic-center img{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.about-history .slider{
  background-color: #F7F5F6;
  font-size: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.about-history .slider .item{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  outline: 0;
}

.about-history .slider .item:nth-child(even){
  background-color: #FAFAFA;
}

.about-history .slider .item .head{
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDCACC;
}

.about-history .slider .item .head:after{
  display: block;
  content: "";
  width: 7px;
  height: 15px;
  background-color: #C23A44;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  transform: translateY(50%);
}

.about-history .slider .item .year{
  display: block;
  font-size: 36px;
  font-family: "Dosis", Arial, "微軟正黑體", "繁 - 蘭亭黑", sans-serif, "新細明體";
  color: #2D3A77;
}

.about-history .slider .item .title{
  display: block;
  font-size: 20px;
  white-space: nowrap;
}

.about-history .slider .item .content{
  width: 100%;
  height: 280px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.about-history .slider .item .pic{
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-history .slider .item .pic img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.about-history .slider .item .description{
  padding-top: 20px;
  font-size: 15px;
}

.about-history .slider .slick-arrow{
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  outline: 0;
  opacity: 0.5;
  transition: opacity .3s ease-in-out;
}

.about-history .slider .slick-arrow:hover{
  opacity: 1;
}

.about-history .slider .slick-arrow.prev{
  left: 50px;
  background: url(images/about/prev.png) center no-repeat;
}

.about-history .slider .slick-arrow.next{
  right: 50px;
  background: url(images/about/next.png) center no-repeat;
}

.about-history .slider .slick-arrow.slick-disabled{
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:480px){
  .about-history .slider .slick-arrow.prev{
    left: 15px;
  }
  .about-history .slider .slick-arrow.next{
    right: 15px;
  }
}