@charset "UTF-8";
@font-face {
  font-family: 'Nunito Sans';
  src: local("Nunito Sans") ， url("../fonts/Nunito_Sans/Nunito_Sans.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-BlackItalic.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-Bold.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBoldItalic.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-Light.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-LightItalic.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-RegularItalic.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf") format("opentype"), url("../fonts/Nunito_Sans/NunitoSans-SemiBoldItalic.ttf") format("opentype"); }

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans") ， url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-Light.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-RegularItalic.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("opentype"), url("../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans HK';
  src: local("Noto Sans HK") ， url("../fonts/Noto_Sans_HK/NotoSansHK-Black.ttf") format("opentype"), url("../fonts/Noto_Sans_HK/NotoSansHK-Bold.ttf") format("opentype"), url("../fonts/Noto_Sans_HK/NotoSansHK-Light.ttf") format("opentype"), url("../fonts/Noto_Sans_HK/NotoSansHK-Medium.ttf") format("opentype"), url("../fonts/Noto_Sans_HK/NotoSansHK-Regular.ttf") format("opentype"), url("../fonts/Noto_Sans_HK/NotoSansHK-Thin.ttf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans SC';
  src: local("Noto Sans SC") ， url("../fonts/Noto_Sans_SC/NotoSansSC-Black.ttf") format("opentype"), url("../fonts/Noto_Sans_SC/NotoSansSC-Bold.ttf") format("opentype"), url("../fonts/Noto_Sans_SC/NotoSansSC-Light.ttf") format("opentype"), url("../fonts/Noto_Sans_SC/NotoSansSC-Medium.ttf") format("opentype"), url("../fonts/Noto_Sans_SC/NotoSansSC-Regular.ttf") format("opentype"), url("../fonts/Noto_Sans_SC/NotoSansSC-Thin.ttf") format("opentype"); }

body {
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif; }

.fancybox-container {
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif; }

.frame {
  padding: 0 32px; }

.video-container video {
  width: 100%;
  max-width: 100%; }

video {
  width: 100%; }

.fancybox-slide > * {
  background-color: transparent;
  margin: 0;
  padding: 0; }

.plx-slides-wrapper {
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .plx-slides-wrapper.top-flex {
    position: fixed;
    z-index: 4;
    top: 0px; }

#section1 {
  position: relative; }
  #section1 .page-scroll {
    position: absolute;
    bottom: 30px;
    z-index: 9;
    left: 50%;
    cursor: pointer;
    -webkit-animation-name: down-icon;
    animation-name: down-icon;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #section1 .page-scroll i {
      font-size: 22px;
      color: #DA291C;
      margin-top: -10px; }
  @media (max-width: 991.98px) {
    #section1 .page-scroll {
      bottom: 100px;
      -webkit-animation-name: down-icon-sm;
      animation-name: down-icon-sm;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; } }

.w-220 {
  max-width: 220px;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .w-220 {
      max-width: 180px; } }
  @media (max-width: 991.98px) {
    .w-220 {
      max-width: 220px;
      padding-left: 24px;
      padding-top: 24px;
      padding-bottom: 7px; } }

#top {
  padding-top: 79px;
  padding-bottom: 88px; }

.sort-wrapper {
  background-color: #ffffff;
  padding: 0px 0px 88px 0px; }
  .sort-wrapper:nth-child(odd) {
    background-color: #F2F2F2;
    padding: 88px 0px; }

.sort-wrapper-1 {
  background-color: #F2F2F2;
  padding: 88px 0px; }

label {
  cursor: pointer; }

@media (max-width: 1280px) {
  #top {
    padding-top: 79px; } }

@media (max-width: 1199.98px) {
  #top {
    padding-top: 0px; } }

@media (max-width: 991.98px) {
  #top {
    padding-top: 0px; } }

@media (max-width: 767.98px) {
  .frame {
    padding: 0 10px; }
  #top {
    padding-top: 0px; } }

.main-title {
  font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-weight: 700;
  padding: 80px 0px 80px 0px;
  font-size: 36px; }
  .main-title.p-hight {
    padding: 77px 0px 44px 0px; }

h3 {
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #53565A; }

.txt-editor {
  font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 16px;
  color: #53565A; }
  .txt-editor img {
    max-width: 100%;
    height: auto; }

.submenu {
  background-color: #4D4D4D;
  line-height: 45px;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 18px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative; }
  .submenu .navbar {
    padding: 0; }
    .submenu .navbar .navbar-nav .nav-link {
      padding: 0px 30px;
      color: #ffffff; }
      .submenu .navbar .navbar-nav .nav-link.active {
        background-color: #DA291C; }
  .submenu.flex-top-bar {
    position: fixed;
    top: 79px;
    z-index: 99;
    width: 100%; }

@media (max-width: 1199.98px) {
  .submenu {
    margin-top: 0px; }
    .submenu.mobile {
      margin-top: 0px; }
      .submenu.mobile.flex-top-bar {
        top: 80px;
        margin-top: 0px; }
    .submenu .navbar .navbar-toggler {
      border: 0px; }
      .submenu .navbar .navbar-toggler .navbar-toggler-icon {
        color: #ffffff;
        vertical-align: middle;
        padding-top: 5px; }
    .submenu.flex-top-bar {
      top: 80px;
      margin-top: 0px; } }

@media (max-width: 991.98px) {
  .submenu {
    margin-top: 0px; }
    .submenu.mobile {
      margin-top: 0px; }
      .submenu.mobile.flex-top-bar {
        top: 55px;
        margin-top: 0px; }
    .submenu.flex-top-bar {
      top: 55px;
      margin-top: 0px; } }

@media (max-width: 767.98px) {
  .submenu.mobile.flex-top-bar {
    top: 125px; } }

@media (max-width: 430px) {
  .submenu.mobile.flex-top-bar {
    top: 55px; }
  .submenu.flex-top-bar {
    top: 55px; } }

.bg-arrow {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F2F2F2;
  background-image: url(../_img/index/bg1.jpg); }

.page-banner img {
  width: 100%; }

.page-banner .big-img {
  padding-bottom: 22%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

@media (max-width: 1199.98px) {
  .page-banner {
    padding-top: 0px; } }

#nav-tab {
  position: fixed;
  z-index: 8;
  right: 6vh;
  top: 50%;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  #nav-tab.show {
    opacity: 1; }
  #nav-tab li {
    width: 10px;
    height: 10px;
    display: block;
    margin-bottom: 10px;
    border-radius: 99rem;
    border: 1px solid #DA291C;
    cursor: pointer; }
    #nav-tab li.acvite {
      background-color: #DA291C; }

@media (max-width: 991.98px) {
  #nav-tab {
    right: 3vh; } }

.search-bar {
  background-color: #808080;
  position: relative; }
  .search-bar .dropdown {
    margin-right: 20px;
    width: 100%;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 16px; }
    .search-bar .dropdown .btn {
      border-radius: 0px; }
      .search-bar .dropdown .btn.white-bg {
        background-color: #ffffff;
        width: 100%;
        text-align: left;
        position: relative;
        color: #53565A; }
        .search-bar .dropdown .btn.white-bg.dropdown-toggle::after {
          display: none; }
        .search-bar .dropdown .btn.white-bg.dropdown-toggle:before {
          content: '\f078';
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          right: 10px;
          bottom: 5px; }
    .search-bar .dropdown .dropdown-menu {
      border-radius: 0px;
      top: 65%; }
      .search-bar .dropdown .dropdown-menu.show {
        width: 100%; }

.search-bar-input {
  margin-right: 20px;
  width: 29%;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 16px;
  position: relative; }
  @media (max-width: 991.98px) {
    .search-bar-input {
      width: 27%; } }
  @media (max-width: 767.98px) {
    .search-bar-input {
      width: 100%;
      margin-bottom: 10px; } }
  .search-bar-input .search-bar-dowme {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    position: relative;
    color: #53565A;
    padding: 8px 15px;
    margin-bottom: 15px; }
    .search-bar-input .search-bar-dowme::before {
      content: '\f078';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 10px; }
  .search-bar-input .search-bar-box {
    background-color: #ffffff;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    z-index: 5;
    width: 100%; }
    .search-bar-input .search-bar-box.show {
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }

.btn-go {
  background-color: #DA291C;
  border: 1px solid #DA291C;
  color: #ffffff !important; }
  .btn-go:hover, .btn-go:active, .btn-go:focus {
    background-color: #ffffff;
    color: #DA291C !important;
    border: 1px solid #ffffff; }

.btn-compare {
  position: absolute;
  background-color: #DA291C;
  color: #ffffff;
  right: 0;
  top: 0;
  font-size: 16px;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  padding: 2px 10px; }

.btn-back {
  background-color: #DA291C;
  color: #ffffff;
  width: 130px;
  border-radius: 99rem;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 30px; }
  .btn-back::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 35px;
    top: 5px; }
  .btn-back:hover {
    background-color: #ffffff;
    border: 1px solid #DA291C;
    color: #DA291C; }
    .btn-back:hover::before {
      -webkit-animation-name: arrow;
      animation-name: arrow;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@-webkit-keyframes arrow {
  0% {
    left: 35px; }
  50% {
    left: 30px; }
  100% {
    left: 35px; } }

@keyframes arrow {
  0% {
    left: 35px; }
  50% {
    left: 30px; }
  100% {
    left: 35px; } }

.btn-more {
  background-color: #DA291C;
  color: #ffffff;
  width: 130px;
  border-radius: 99rem;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 16px;
  position: relative;
  padding-right: 25px; }
  .btn-more::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 35px;
    top: 6px; }
  .btn-more:hover {
    background-color: #ffffff;
    border: 1px solid #DA291C;
    color: #DA291C; }
    .btn-more:hover::before {
      -webkit-animation-name: more-arrow;
      animation-name: more-arrow;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@-webkit-keyframes more-arrow {
  0% {
    right: 35px; }
  50% {
    right: 40px; }
  100% {
    right: 35px; } }

@keyframes more-arrow {
  0% {
    right: 35px; }
  50% {
    right: 40px; }
  100% {
    right: 35px; } }

@-webkit-keyframes down-icon {
  0% {
    bottom: 30px; }
  50% {
    bottom: 20px; }
  100% {
    bottom: 30px; } }

@keyframes down-icon {
  0% {
    bottom: 30px; }
  50% {
    bottom: 20px; }
  100% {
    bottom: 30px; } }

@-webkit-keyframes down-icon-sm {
  0% {
    bottom: 100px; }
  50% {
    bottom: 90px; }
  100% {
    bottom: 100px; } }

@keyframes down-icon-sm {
  0% {
    bottom: 100px; }
  50% {
    bottom: 90px; }
  100% {
    bottom: 100px; } }

.table-wrapper {
  overflow: auto;
  max-height: 600px; }
  .table-wrapper .table {
    width: 100%;
    /* 固定寬度 */
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 16px;
    color: #53565A;
    font-weight: lighter; }
    .table-wrapper .table th, .table-wrapper .table td {
      border: 0px;
      width: 200px; }
      .table-wrapper .table th:first-child, .table-wrapper .table td:first-child {
        left: 0;
        /* 首行永遠固定於左 */
        z-index: 1;
        width: 150px;
        font-weight: lighter; }
    .table-wrapper .table thead th {
      border: 0px; }
    .table-wrapper .table thead tr, .table-wrapper .table thead th {
      background-color: #ffffff; }
    .table-wrapper .table .pro-box {
      width: 90%;
      margin: 0 auto 0 0; }
      .table-wrapper .table .pro-box img {
        width: 100%; }
  @media (max-width: 767.98px) {
    .table-wrapper {
      max-height: 400px; } }

.rwd-table {
  background: #fff;
  overflow: hidden;
  font-size: 16px; }
  .rwd-table tr:nth-of-type(2n) {
    background: #eee; }
  .rwd-table tr th {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
  .rwd-table tr td {
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
    .rwd-table tr td i {
      color: #DA291C; }

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em; }

.rwd-table {
  min-width: 100%; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px; }

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline; }

.rwd-table th, .rwd-table td {
  text-align: left; }

.rwd-table th, .rwd-table td:before {
  color: #D20B2A;
  font-weight: bold; }

@media (min-width: 680px) {
  .rwd-table td:before {
    display: none; }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em; }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0; }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0; }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important; } }

.l-pages {
  text-align: center;
  margin-top: 70px; }
  .l-pages a.pages {
    text-decoration: none;
    margin: 0 10px; }
    .l-pages a.pages.active {
      color: #DA291C; }

@-webkit-keyframes titleani {
  from {
    opacity: 0;
    left: -100px; }
  to {
    opacity: 1;
    left: 0px; } }

@keyframes titleani {
  from {
    opacity: 0;
    left: -100px; }
  to {
    opacity: 1;
    left: 0px; } }

@-webkit-keyframes txtani {
  from {
    opacity: 0;
    right: -100px; }
  to {
    opacity: 1;
    right: 0px; } }

@keyframes txtani {
  from {
    opacity: 0;
    right: -100px; }
  to {
    opacity: 1;
    right: 0px; } }

.hover-img .pic {
  overflow: hidden; }
  .hover-img .pic img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }

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

.dropdown-center {
  text-align: center;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 991.98px) {
    .dropdown-center {
      text-align: left;
      left: 0;
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0); } }

.light-box {
  background-color: #ffffff;
  max-width: 980px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden; }
  .light-box .fancybox-close-small::after {
    font-size: 50px;
    color: #ffffff;
    top: 13px; }
  .light-box .fancybox-close-small:hover {
    background-color: transparent; }
    .light-box .fancybox-close-small:hover::after {
      background-color: transparent; }

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .navbar {
    padding: 0 !important; }
  header .navbar-nav {
    padding: 0 !important; }
    header .navbar-nav .nav-item {
      color: #F2F2F2; }
      header .navbar-nav .nav-item.dropdown .dropdown-menu {
        border-radius: 0px;
        padding: 0;
        border: 0;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }
      header .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block; }
      @media (min-width: 992px) {
        header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
          display: block; }
          header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .dropdown-item {
            color: #53565A;
            padding: 12px 15px; }
            header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .dropdown-item:hover {
              color: #DA291C;
              background: #E6E6E6; }
          header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu {
            width: 650px;
            height: 350px;
            padding: 15px;
            overflow-y: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu .solution-menu-item {
              width: calc(100% / 3);
              margin-bottom: 20px;
              text-align: left; }
              header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu .solution-menu-item .solution-menu-link {
                font-size: 1.4rem; }
                header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu .solution-menu-item .solution-menu-link:hover {
                  text-decoration: none; }
              header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu .solution-menu-item .solution-menu-dropdown .solution-menu-dropdown-item {
                display: block;
                padding: 7px 15px;
                color: #53565A; }
                header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu .solution-menu .solution-menu-item .solution-menu-dropdown .solution-menu-dropdown-item:hover {
                  background-color: #E6E6E6;
                  text-decoration: none;
                  color: #DA291C; } }
      header .navbar-nav .nav-item .nav-link {
        display: block;
        color: inherit;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        cursor: pointer; }
        header .navbar-nav .nav-item .nav-link span {
          display: block;
          padding: 0rem 0.5rem; }
      header .navbar-nav .nav-item:hover, header .navbar-nav .nav-item.active {
        color: #DA291C; }
  @media (max-width: 1199.98px) {
    header .navbar-nav .nav-item .nav-link {
      padding: 1.6rem 0.4rem; }
      header .navbar-nav .nav-item .nav-link span {
        padding: 0rem; } }
  @media (max-width: 1199.98px) {
    header {
      position: -webkit-sticky;
      position: sticky;
      background: black; } }
  @media (max-width: 991.98px) {
    header .navbar-collapse {
      background-color: black;
      position: absolute;
      width: 100%;
      height: 75vh;
      overflow-y: auto;
      padding: 0px 30px;
      left: 0;
      top: 54px;
      z-index: 99999; }
      header .navbar-collapse .nav-item .nav-link {
        position: relative; }
        header .navbar-collapse .nav-item .nav-link::after {
          content: '\f067';
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      header .navbar-collapse .nav-item.show .nav-link::after {
        content: '\f068';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      header .navbar-collapse .nav-item .dropdown-menu .dropdown-item {
        padding: 15px;
        color: #53565A; }
        header .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
          background-color: #B3B3B3; }
      header .navbar-collapse .nav-item .dropdown-menu .solution-menu {
        width: 100%;
        height: 280px;
        overflow-y: auto; }
        header .navbar-collapse .nav-item .dropdown-menu .solution-menu .solution-menu-item {
          padding: 15px; }
          header .navbar-collapse .nav-item .dropdown-menu .solution-menu .solution-menu-item .solution-menu-link {
            font-size: 1.4rem;
            display: block;
            margin-bottom: 10px; }
          header .navbar-collapse .nav-item .dropdown-menu .solution-menu .solution-menu-item .solution-menu-dropdown .solution-menu-dropdown-item {
            color: #53565A; } }
  header.discolor {
    background: black; }

.navbar-brand {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
  @media (max-width: 991.98px) {
    .navbar-brand {
      width: 120px; }
      .navbar-brand img {
        width: 100%; } }

.phone-icon-btn {
  width: 25px;
  position: absolute;
  right: 20px;
  display: none;
  z-index: 3; }
  .phone-icon-btn .hamburger-box .hamburger-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #F2F2F2;
    position: relative; }
    .phone-icon-btn .hamburger-box .hamburger-line::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #F2F2F2;
      position: absolute;
      top: -5px;
      left: 0; }
    .phone-icon-btn .hamburger-box .hamburger-line::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #F2F2F2;
      position: absolute;
      left: 0;
      bottom: -5px; }
  @media (max-width: 991.98px) {
    .phone-icon-btn {
      display: block; } }

.search-fram {
  margin: 0px 1rem; }
  .search-fram .search-icon {
    cursor: pointer;
    color: #F2F2F2; }
    .search-fram .search-icon:hover {
      color: #DA291C; }
  .search-fram .search-input-box {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3); }
    .search-fram .search-input-box .search-closed {
      text-align: right;
      padding: 10px;
      font-size: 1.4rem;
      cursor: pointer; }
    .search-fram .search-input-box .form-control {
      background: transparent;
      border: 0px;
      border-radius: 0;
      border-bottom: 1px solid #DA291C;
      color: #F2F2F2; }
    .search-fram .search-input-box.show {
      display: block; }
  @media (max-width: 767.98px) {
    .search-fram .search-input-box {
      top: 104px; } }

.icon-group-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .icon-group-fram {
      position: absolute;
      right: 60px;
      z-index: 2; } }

.icon-fram {
  margin: 0px 1rem; }
  .icon-fram .icon-icon {
    display: block;
    position: relative;
    color: #F2F2F2; }
    .icon-fram .icon-icon:hover {
      text-decoration: none;
      color: #DA291C; }
      .icon-fram .icon-icon:hover .number-box {
        color: #ffffff; }
    .icon-fram .icon-icon .number-box {
      font-size: 14px;
      font-weight: 100;
      display: block;
      width: 20px;
      height: 20px;
      background: #DA291C;
      border-radius: 99rem;
      position: absolute;
      right: -12px;
      top: -10px;
      text-align: center; }
  @media (max-width: 1199.98px) {
    .icon-fram {
      margin: 0 0.5rem; } }
  @media (max-width: 768px) {
    .icon-fram .icon-icon.car {
      margin-right: 50px; } }
  @media (max-width: 991.98px) {
    .icon-fram .icon-icon.car {
      margin-right: 0px; } }

.lang-fram {
  margin: 0px 1rem; }
  .lang-fram .lang-icon {
    color: #F2F2F2;
    margin-right: 20px;
    position: relative; }
    .lang-fram .lang-icon::after {
      content: '/';
      position: absolute;
      right: -15px; }
    .lang-fram .lang-icon:nth-last-child(1) {
      margin-right: 0; }
      .lang-fram .lang-icon:nth-last-child(1)::after {
        display: none; }
    .lang-fram .lang-icon:hover {
      color: #DA291C;
      text-decoration: none; }
      .lang-fram .lang-icon:hover::after {
        color: #F2F2F2; }
  @media (max-width: 991.98px) {
    .lang-fram {
      margin: 15px 0 0 5px; } }

.footer-bg {
  background-color: #737373; }
  .footer-bg .frame {
    padding-top: 99px;
    padding-bottom: 72px; }
    .footer-bg .frame .icon-item {
      margin-top: 32px; }
      .footer-bg .frame .icon-item .icon {
        color: #ffffff;
        font-size: 30px; }
        .footer-bg .frame .icon-item .icon a {
          color: #ffffff; }
    .footer-bg .frame .nav-list {
      margin-top: 20px; }
      .footer-bg .frame .nav-list a {
        color: #ffffff;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-size: 14px; }
    .footer-bg .frame .footer-nav {
      position: relative; }
      .footer-bg .frame .footer-nav .nav-item_en {
        font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        width: 133px; }
        .footer-bg .frame .footer-nav .nav-item_en a {
          font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
          font-size: 16px;
          color: #ffffff;
          font-weight: lighter; }
        .footer-bg .frame .footer-nav .nav-item_en .nav-box {
          margin-top: 5px;
          max-width: 135px; }
          .footer-bg .frame .footer-nav .nav-item_en .nav-box .nav {
            margin-bottom: 3px; }
            .footer-bg .frame .footer-nav .nav-item_en .nav-box .nav a {
              font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
              font-size: 14px; }
            .footer-bg .frame .footer-nav .nav-item_en .nav-box .nav.title a {
              font-weight: 800;
              font-size: 16px; }
      .footer-bg .frame .footer-nav .nav-item_cn {
        font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        width: 133px; }
        .footer-bg .frame .footer-nav .nav-item_cn a {
          font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
          font-size: 16px;
          color: #ffffff;
          font-weight: lighter; }
        .footer-bg .frame .footer-nav .nav-item_cn .nav-box {
          margin-top: 5px;
          max-width: 135px; }
          .footer-bg .frame .footer-nav .nav-item_cn .nav-box .nav {
            margin-bottom: 3px; }
            .footer-bg .frame .footer-nav .nav-item_cn .nav-box .nav a {
              font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
              font-size: 14px; }
            .footer-bg .frame .footer-nav .nav-item_cn .nav-box .nav.title a {
              font-weight: 800;
              font-size: 16px; }
      .footer-bg .frame .footer-nav .newsletter-box .title {
        color: #ffffff;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0.5rem; }
      .footer-bg .frame .footer-nav .newsletter-box .letter-box {
        background: #ffffff;
        color: #4D4D4D;
        position: relative;
        padding: 0.5rem 3rem 0.5rem 0.5rem;
        font-size: 14px;
        margin-top: 0.65rem;
        cursor: pointer; }
        .footer-bg .frame .footer-nav .newsletter-box .letter-box::before {
          content: '\f054';
          font-family: 'Font Awesome 5 Pro';
          width: 37px;
          height: 37px;
          background: #DA291C;
          color: #ffffff;
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: center;
          padding-top: 8px; }
      .footer-bg .frame .footer-nav .footer-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 60%; }
        .footer-bg .frame .footer-nav .footer-flex .nav-box {
          width: calc(100% / 3);
          max-width: 150px; }
          .footer-bg .frame .footer-nav .footer-flex .nav-box .nav {
            font-weight: lighter; }
            .footer-bg .frame .footer-nav .footer-flex .nav-box .nav.item {
              position: relative;
              padding-left: 25px; }
              .footer-bg .frame .footer-nav .footer-flex .nav-box .nav.item::before {
                content: '\f067';
                font-family: 'Font Awesome 5 Pro';
                position: absolute;
                left: 10px;
                font-weight: lighter;
                font-size: 12px;
                top: 2px; }
  .footer-bg .copyright {
    background-color: #DA291C;
    color: #ffffff;
    text-align: center;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 14px; }
    .footer-bg .copyright a {
      color: #ffffff; }
    .footer-bg .copyright .frame {
      position: relative;
      padding-top: 70px;
      padding-bottom: 70px; }
      .footer-bg .copyright .frame .terms {
        position: absolute;
        right: 32px;
        top: 15px;
        max-width: 320px;
        font-size: 12px;
        text-align: left; }
        .footer-bg .copyright .frame .terms a {
          color: #ffffff; }

#newsletter {
  background: #ffffff;
  width: 60%;
  max-width: 100%; }
  #newsletter .c-title {
    width: 115px; }
    #newsletter .c-title span {
      color: #DA291C;
      margin-left: -7px; }
  #newsletter .form-control {
    width: calc(100% - 123px);
    margin-bottom: 1rem; }
  #newsletter .form-check {
    margin-left: 8rem; }
  #newsletter .form-check-label span {
    font-size: 0.9rem;
    padding-top: 0.3rem;
    display: block; }

.right-box-fiexd {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 10;
  color: #ffffff;
  text-decoration: none; }
  .right-box-fiexd.fiexd_cn {
    right: 30px; }

.icon-gurop {
  text-decoration: none; }
  .icon-gurop .icon-item {
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    color: #ffffff;
    margin-bottom: 5px;
    right: -107px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .icon-gurop .icon-item a {
      text-decoration: none; }
    .icon-gurop .icon-item .text-box {
      padding-left: 12px;
      padding-right: 10px;
      color: #ffffff;
      text-decoration: none; }
    .icon-gurop .icon-item:hover {
      text-decoration: none; }
      .icon-gurop .icon-item:hover.letter {
        right: 0px; }
        .icon-gurop .icon-item:hover.letter .text-box {
          text-decoration: none; }
        .icon-gurop .icon-item:hover.letter.icon_cn {
          right: -30px; }
    .icon-gurop .icon-item i {
      font-size: 1.4rem;
      color: #ffffff; }

@media (max-width: 991.98px) {
  .footer-bg .frame .footer-nav .newsletter-box {
    position: relative;
    right: 0;
    bottom: 0; }
  #newsletter {
    width: 80%; }
    #newsletter .form-control {
      width: 100%; } }

@media (max-width: 1199.98px) {
  .footer-bg .copyright .frame .terms {
    position: relative;
    margin: 10px auto;
    right: 0;
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .footer-bg {
    margin-top: 0; }
    .footer-bg .frame .footer-nav {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px; }
      .footer-bg .frame .footer-nav .nav-item_en,
      .footer-bg .frame .footer-nav .nav-item_cn {
        width: 100%;
        margin-bottom: 20px; }
      .footer-bg .frame .footer-nav .footer-flex .nav-box {
        width: 50%; } }

#index .swiper-container {
  width: 100%;
  height: auto;
  position: relative; }
  #index .swiper-container .page-scroll {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 50%;
    cursor: pointer;
    -webkit-animation-name: down-icon;
    animation-name: down-icon;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #index .swiper-container .page-scroll i {
      font-size: 22px;
      color: #DA291C;
      margin-top: -10px; }
  #index .swiper-container .swiper-wrapper {
    height: auto; }
    #index .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      height: auto; }
      #index .swiper-container .swiper-wrapper .swiper-slide .big-img {
        background-size: cover;
        background-position: center;
        padding-bottom: 50%; }
      #index .swiper-container .swiper-wrapper .swiper-slide .video-container {
        width: 100%;
        height: 0;
        padding-bottom: 50%; }
        #index .swiper-container .swiper-wrapper .swiper-slide .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      #index .swiper-container .swiper-wrapper .swiper-slide .video-btn {
        position: absolute;
        right: 41vh;
        bottom: 10vh;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        width: 135px;
        background-color: #DA291C;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        border-radius: 99rem; }
        #index .swiper-container .swiper-wrapper .swiper-slide .video-btn::after {
          content: '\f054';
          font-family: 'Font Awesome 5 Pro';
          margin-left: 5px;
          vertical-align: middle; }
      #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box {
        position: absolute;
        color: #ffffff;
        right: 34vh;
        top: 38%;
        max-width: 300px; }
        #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box .title {
          font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
          font-size: 2.5rem;
          text-align: center;
          margin-bottom: 20px;
          line-height: 50px;
          font-weight: 600;
          position: relative;
          opacity: 0; }
        #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box .txt {
          font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
          font-size: 1.5rem;
          text-align: center;
          line-height: 30px;
          position: relative;
          opacity: 0; }
      #index .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide-txt-box .title {
        -webkit-animation-name: titleani;
        animation-name: titleani;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        opacity: 1; }
      #index .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide-txt-box .txt {
        -webkit-animation-name: txtani;
        animation-name: txtani;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 1; }
  #index .swiper-container.gallery-top {
    width: 100%;
    height: auto; }
    #index .swiper-container.gallery-top .awards-top {
      margin: 0px 40px; }
      #index .swiper-container.gallery-top .awards-top .col-lg-6 img {
        width: 300px;
        max-width: 100%;
        margin-left: 30px; }
      #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box {
        position: relative;
        color: #53565A;
        left: 0;
        top: 0;
        max-width: 100%;
        background-color: #fff; }
        #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .title,
        #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .txt {
          text-align: left;
          font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
        #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .title {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 20px; }
        #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .txt {
          font-size: 18px;
          line-height: 25px; }
          #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .txt li {
            list-style-position: outside;
            list-style-type: disc; }
  #index .swiper-container.gallery-thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    width: 50%;
    margin: 0 auto; }
    #index .swiper-container.gallery-thumbs .swiper-slide {
      cursor: pointer;
      display: block; }
      #index .swiper-container.gallery-thumbs .swiper-slide .awards-year {
        width: 60px !important;
        height: 60px;
        line-height: 56px;
        text-align: center;
        font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-weight: bold;
        color: #53565A;
        margin-top: 0px;
        border: 2px solid #DA291C;
        border-radius: 99rem;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    #index .swiper-container.gallery-thumbs .swiper-slide-thumb-active .awards-year {
      color: #ffffff;
      background-color: #DA291C; }
  #index .swiper-container .index-next,
  #index .swiper-container .index-prev {
    background-color: #ffffff;
    background-image: none;
    width: 30px;
    height: 30px;
    border-radius: 99rem;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2); }
    #index .swiper-container .index-next::before,
    #index .swiper-container .index-prev::before {
      content: '\f0da';
      font-family: 'Font Awesome 5 Pro';
      text-align: center;
      display: block;
      line-height: 30px;
      color: #DA291C;
      font-weight: bolder; }
  #index .swiper-container .index-prev::before {
    content: '\f0d9'; }
  #index .swiper-container .index-info-next,
  #index .swiper-container .index-info-prev {
    background-color: #ffffff;
    background-image: none;
    width: 30px;
    height: 30px;
    border-radius: 99rem;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2); }
    #index .swiper-container .index-info-next::before,
    #index .swiper-container .index-info-prev::before {
      content: '\f0da';
      font-family: 'Font Awesome 5 Pro';
      text-align: center;
      display: block;
      line-height: 30px;
      color: #DA291C;
      font-weight: bolder; }
  #index .swiper-container .index-info-prev::before {
    content: '\f0d9'; }
  #index .swiper-container .awards-next,
  #index .swiper-container .awards-prev {
    background-image: none;
    width: 30px;
    height: 30px; }
    #index .swiper-container .awards-next::before,
    #index .swiper-container .awards-prev::before {
      content: '\f105';
      font-family: 'Font Awesome 5 Pro';
      text-align: center;
      display: block;
      line-height: 30px;
      color: #53565A;
      font-size: 30px;
      font-weight: lighter; }
  #index .swiper-container .awards-prev::before {
    content: '\f104'; }
  #index .swiper-container.mousewheel {
    width: 100%;
    height: auto; }
    #index .swiper-container.mousewheel .mousewheel-control {
      height: auto; }
  #index .swiper-container .swiper-pagination {
    text-align: right;
    width: 15px;
    height: auto;
    left: 96%;
    top: 50%; }
    #index .swiper-container .swiper-pagination .swiper-pagination-bullet {
      margin: 5px 0;
      border: 1px solid #DA291C;
      opacity: 1;
      background-color: #ffffff; }
      #index .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #DA291C; }

#index .gallery-thumbs-next {
  background-image: none;
  width: 30px;
  height: 30px;
  right: 0; }
  #index .gallery-thumbs-next::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    display: block;
    line-height: 30px;
    color: #53565A;
    font-size: 30px;
    font-weight: lighter; }

#index .gallery-thumbs-prev::before {
  content: '\f104'; }

#index .sever-ltem {
  margin: 0px -10px; }
  #index .sever-ltem .sever {
    width: calc(100% / 3 - 20px);
    border: 1px solid #D0CCD0;
    margin: 10px 10px 20px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 20px 6% 20px 6%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative; }
    #index .sever-ltem .sever img {
      width: 75px;
      text-align: center; }
    #index .sever-ltem .sever .txt {
      color: #53565A;
      font-size: 26px;
      margin-left: 10px;
      font-weight: bold; }
    #index .sever-ltem .sever:hover::before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #A4A4A4;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.3; }

#section3 {
  background-color: #ffffff; }

@media (max-width: 1440px) {
  #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box {
    right: 10vh; }
  #index .swiper-container .swiper-wrapper .swiper-slide .video-btn {
    right: 18vh; } }

@media (max-width: 1199.98px) {
  #index .swiper-container .page-scroll {
    bottom: 100px;
    -webkit-animation-name: down-icon-sm;
    animation-name: down-icon-sm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box {
    right: 8vh;
    top: 30%; }
  #index .sever-ltem .sever {
    padding-left: 5%; }
    #index .sever-ltem .sever img {
      width: 40px; }
    #index .sever-ltem .sever .txt {
      font-size: 18px; } }

@media (max-width: 991.98px) {
  #index .swiper-container .page-scroll {
    bottom: 10px;
    -webkit-animation: none;
    animation: none; }
  #index .swiper-container .swiper-wrapper .swiper-slide .video-btn {
    right: 15px;
    bottom: 13vh;
    font-size: 10px;
    width: 88px;
    line-height: 21px; }
  #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box {
    position: relative;
    max-width: 100%;
    background-color: #000;
    right: 0px;
    top: 0px;
    padding: 10px; }
    #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box .title {
      font-size: 1rem;
      line-height: 25px;
      margin-bottom: 0; }
    #index .swiper-container .swiper-wrapper .swiper-slide .slide-txt-box .txt {
      font-size: 0.8rem;
      line-height: 20px; }
  #index .swiper-container.gallery-top .awards-top .col-lg-6 {
    margin-bottom: 20px; }
    #index .swiper-container.gallery-top .awards-top .col-lg-6 img {
      margin-left: 0; }
    #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box {
      margin-left: 20px;
      margin-right: 20px; }
      #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .title {
        font-size: 16px;
        margin-bottom: 10px; }
      #index .swiper-container.gallery-top .awards-top .col-lg-6 .slide-txt-box .txt {
        font-size: 12px; }
  #index .swiper-container.gallery-thumbs {
    width: 80%;
    z-index: 20; }
  #index .sever-ltem .sever {
    width: calc(100% / 2 - 20px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.new-year {
  position: relative;
  z-index: 3; }
  .new-year .dropdown-toggle {
    width: 220px;
    position: relative;
    text-align: left; }
    .new-year .dropdown-toggle::after {
      display: none; }
    .new-year .dropdown-toggle:before {
      content: '\f078';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 10px;
      bottom: 5px; }
  .new-year .dropdown-menu {
    width: auto;
    min-width: 220px;
    text-align: left; }

.year-btn-box {
  position: relative; }

.news-year-fram {
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .news-year-fram::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px; }

.year-btn {
  position: absolute;
  z-index: 9;
  width: 180px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #ffffff; }
  .year-btn.show {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.news-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #D0CCD0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-list .new-pic {
    width: 300px;
    margin-right: 30px; }
    .news-list .new-pic img {
      width: 100%; }
  .news-list .new-txt-row {
    padding: 10px 0;
    width: 100%; }

.date {
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  color: #DA291C;
  margin-bottom: 10px; }

.news-title {
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  color: #53565A; }

@media (max-width: 575.98px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px; }
    .news-list .new-pic {
      width: 100%;
      margin: 0; } }

.c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.contact-box {
  width: calc(100% / 2 - 60px);
  margin: 0 30px 50px;
  background-color: #ffffff;
  padding: 20px 20px;
  border: 1px solid #D0CCD0; }
  .contact-box .c-title {
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #53565A; }
  .contact-box .c-txt {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    color: #B3B3B3;
    font-size: 20px; }
    .contact-box .c-txt.font1 {
      font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 18px;
      color: #53565A; }

.sort-wrapper-1 .c-pro-frame {
  margin: 0 -30px; }
  .sort-wrapper-1 .c-pro-frame .map-box {
    color: #53565A;
    width: calc(100% / 3 - 60px);
    margin: 0 30px 50px;
    padding: 10px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-icon {
      font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-weight: bold;
      font-size: 22px; }
      .sort-wrapper-1 .c-pro-frame .map-box .c-icon i {
        margin-right: 10px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-title {
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 22px;
      font-weight: normal;
      margin-left: 28px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-txt {
      font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 30px;
      margin-left: 28px; }

@media (max-width: 991.98px) {
  .c-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .contact-box {
    width: calc(100% - 60px); }
  .sort-wrapper-1 .c-pro-frame .map-box {
    width: calc(100% / 2 - 60px);
    margin-bottom: 20px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-icon {
      font-size: 18px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-title {
      font-size: 18px; }
    .sort-wrapper-1 .c-pro-frame .map-box .c-txt {
      font-size: 14px; } }

@media (max-width: 767.98px) {
  .c-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sort-wrapper-1 .c-pro-frame .map-box {
    width: calc(100% - 60px);
    margin-bottom: 20px; } }

#ebg {
  background-color: #DA291C; }
  #ebg .about-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    #ebg .about-bg .bg-row {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      z-index: 2; }
      #ebg .about-bg .bg-row img {
        width: 100%; }
      #ebg .about-bg .bg-row .a-txt-row {
        position: absolute;
        color: #ffffff;
        z-index: 99;
        top: 35%;
        right: 40vh;
        max-width: 200px;
        text-align: center;
        z-index: 3; }
        #ebg .about-bg .bg-row .a-txt-row.left {
          background: rgba(0, 0, 0, 0.6);
          height: 100%;
          top: 0;
          left: 0;
          padding: 18% 15%;
          max-width: 50%; }
        #ebg .about-bg .bg-row .a-txt-row.top {
          background: rgba(218, 41, 28, 0.6);
          top: 0;
          max-width: 100%;
          width: 100%;
          right: 0;
          padding: 45px 10%;
          color: #ffffff; }
        #ebg .about-bg .bg-row .a-txt-row.botton {
          background: rgba(0, 0, 0, 0.6);
          bottom: 0;
          top: 80%;
          max-width: 100%;
          width: 100%;
          right: 0;
          padding: 50px 25%;
          height: auto; }
      #ebg .about-bg .bg-row video {
        width: 100%;
        max-width: 100%;
        height: auto; }
  #ebg .a-title {
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-weight: bold;
    font-size: 22px; }
  #ebg .a-txt {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 18px;
    line-height: 30px;
    word-wrap: break-word; }
  #ebg .txt-box {
    background-color: #DA291C;
    padding: 30px 0;
    color: #ffffff; }
  #ebg #section2 {
    position: relative;
    z-index: 2; }
  #ebg #section3 {
    position: relative;
    z-index: 3; }

@media (max-width: 1199.98px) {
  #ebg #section1.ebg-mobile {
    padding-top: 0px; }
  #ebg .about-bg {
    height: auto; }
    #ebg .about-bg .a-txt-row {
      right: 10vh; }
      #ebg .about-bg .a-txt-row.left {
        height: auto;
        top: 0;
        width: 100%;
        max-width: 100%;
        padding: 5% 15%; }
      #ebg .about-bg .a-txt-row.botton {
        top: 50%;
        height: auto;
        padding: 15px 5%; }
  #ebg .a-title {
    font-size: 18px; }
  #ebg .a-txt {
    font-size: 14px; } }

@media (max-width: 991.98px) {
  #ebg #section1.ebg-mobile {
    padding-top: 0px; } }

@media (max-width: 1500px) {
  #ebg .about-bg .bg-row .a-txt-row.botton {
    padding: 15px 5%; } }

@media (max-width: 767.98px) {
  #ebg #section1.ebg-mobile {
    padding-top: 0px; }
  #ebg .about-bg {
    overflow: visible; }
    #ebg .about-bg .bg-row .a-txt-row {
      top: 0;
      right: 0;
      position: relative;
      max-width: 100%;
      background-color: #000;
      padding: 20px 0; }
      #ebg .about-bg .bg-row .a-txt-row.left {
        padding: 10px;
        max-width: 100%;
        height: auto;
        position: relative; }
      #ebg .about-bg .bg-row .a-txt-row.top {
        position: relative;
        padding: 9px 10%;
        background: rgba(218, 41, 28, 0.9); }
      #ebg .about-bg .bg-row .a-txt-row.botton {
        padding: 18px 10px;
        top: 0%;
        position: relative; }
  #ebg .a-title {
    font-size: 16px;
    line-height: 20px; }
  #ebg .a-txt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px !important; }
  #ebg .txt-box {
    padding: 10px 0 30px 0; } }

.pro-frame {
  margin: 0 -10px; }
  .pro-frame .pro-box {
    border: 1px solid #D0CCD0;
    width: calc(100% / 3 - 20px);
    margin: 10px 10px;
    padding: 15px 20px;
    position: relative;
    background-color: #ffffff;
    color: #53565A; }
    .pro-frame .pro-box a {
      color: #53565A;
      text-decoration: none; }
    .pro-frame .pro-box .news-icon {
      position: absolute;
      background-color: #DA291C;
      top: 0px;
      right: 0px;
      padding: 2px 20px;
      color: #ffffff;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 16px; }
    .pro-frame .pro-box h3 {
      font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 24px;
      font-weight: 600;
      margin: 20px 0px 10px;
      display: block; }
    .pro-frame .pro-box .p-img {
      width: 100%;
      min-height: 220px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .pro-frame .pro-box .p-img img {
        width: 100%; }
      .pro-frame .pro-box .p-img .member-mask {
        width: 100%;
        height: 100%;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(77, 77, 77, 0.8);
        z-index: 2; }
        .pro-frame .pro-box .p-img .member-mask .icon-box {
          width: 40px;
          height: 40px;
          background-color: #53565A;
          position: absolute;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          z-index: 3; }
        .pro-frame .pro-box .p-img .member-mask .member-text-box {
          width: 100%;
          height: 100%;
          font-size: 14px;
          font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
          font-weight: bold;
          font-style: italic;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
    .pro-frame .pro-box .p-title {
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 15px;
      min-height: 80px;
      font-weight: bold;
      height: 80px;
      overflow: hidden; }
    .pro-frame .pro-box .txt-content {
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 30px;
      height: 205px;
      overflow: hidden; }
      .pro-frame .pro-box .txt-content ul > li {
        list-style-type: disc;
        margin-left: 20px; }
    .pro-frame .pro-box:hover::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #A4A4A4;
      opacity: 0.3;
      top: 0;
      left: 0;
      pointer-events: none; }
    .pro-frame .pro-box .compare-box {
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 767.98px) {
        .pro-frame .pro-box .compare-box {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.pro-more-box {
  width: 100%;
  margin: 15px 0 40px; }
  .pro-more-box span {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #DA291C;
    color: #ffffff; }

.pro-more-btn {
  width: calc(100% / 2 - 20px);
  padding: 10px;
  background-color: #DA291C;
  text-align: center;
  color: #ffffff;
  margin: 15px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pro-more-btn a {
    color: #ffffff !important;
    display: block; }
  .pro-more-btn.inquiry-btn {
    background-color: #4D4D4D; }
  .pro-more-btn:hover {
    background-color: #000; }
    .pro-more-btn:hover.inquiry-btn {
      background-color: #000; }

.contrast-warpper {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFDBD8;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index: 9;
  color: #53565A;
  display: none; }
  .contrast-warpper .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer; }
    .contrast-warpper .close-btn i {
      color: #DA291C;
      font-size: 30px; }
  .contrast-warpper .frame {
    position: relative; }
  .contrast-warpper h3 {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 22px;
    margin-bottom: 5px; }
  .contrast-warpper .txt {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 16px; }
  .contrast-warpper .warpper-box {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contrast-warpper .warpper-box .box {
      width: calc(100% / 5 - 10px);
      margin: 5px;
      position: relative; }
      .contrast-warpper .warpper-box .box .close {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0; }
        .contrast-warpper .warpper-box .box .close i {
          color: #DA291C;
          font-size: 20px; }
      .contrast-warpper .warpper-box .box .pro-box a {
        text-decoration: none; }
      .contrast-warpper .warpper-box .box .pro-box .p-img img {
        width: 100%; }
      .contrast-warpper .warpper-box .box .pro-box .p-title {
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        font-size: 16px;
        margin-top: 15px; }
      .contrast-warpper .warpper-box .box:hover .close {
        opacity: 1; }
  .contrast-warpper.show {
    display: block; }

.pro-big-img .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .pro-big-img .swiper-container.gallery-top {
    width: 100%; }
    .pro-big-img .swiper-container.gallery-top .swiper-wrapper {
      height: auto; }
      .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide {
        height: auto;
        position: relative; }
        .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic {
          position: relative;
          display: block;
          width: 100%;
          padding-bottom: 50%;
          cursor: pointer; }
          .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic span {
            width: 100%;
            height: 100%;
            position: absolute;
            text-align: center;
            top: 0;
            left: 0; }
            .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic span::before {
              content: '';
              height: 100%;
              width: 0;
              vertical-align: middle; }
            .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic span img {
              max-width: 100%;
              max-height: 100%;
              width: auto;
              height: auto;
              display: inline-block;
              vertical-align: middle; }
            .pro-big-img .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic span .big-img {
              padding-bottom: 55%;
              height: 0;
              width: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: 50% 50%; }
  .pro-big-img .swiper-container.gallery-thumbs {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto; }
    .pro-big-img .swiper-container.gallery-thumbs .swiper-wrapper {
      height: auto; }
      .pro-big-img .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
        padding-bottom: 20%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        border: 1px solid #D0CCD0; }

.pro-big-img .gallery-thumbs .swiper-slide {
  opacity: 0.4; }

.pro-big-img .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.pro-big-img .swiper-button-next,
.pro-big-img .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  margin-top: 0; }
  .pro-big-img .swiper-button-next.pro-next,
  .pro-big-img .swiper-button-prev.pro-next {
    background-image: none; }
    .pro-big-img .swiper-button-next.pro-next::after,
    .pro-big-img .swiper-button-prev.pro-next::after {
      content: '\f054';
      font-family: 'Font Awesome 5 Pro';
      color: #53565A;
      font-size: 16px; }
  .pro-big-img .swiper-button-next.pro-prev,
  .pro-big-img .swiper-button-prev.pro-prev {
    background-image: none; }
    .pro-big-img .swiper-button-next.pro-prev::after,
    .pro-big-img .swiper-button-prev.pro-prev::after {
      content: '\f053';
      font-family: 'Font Awesome 5 Pro';
      color: #53565A;
      font-size: 16px; }

.pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50vh; }
  .pro-list h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    color: #000;
    margin-bottom: 15px; }
    .pro-list h3 a i {
      color: #DA291C; }
  .pro-list .p-title {
    font-size: 22px;
    font-family: "Nunito Sans", "微軟正黑體", sans-serif;
    color: #53565A;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px; }
  .pro-list .txt-content {
    font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    color: #53565A;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .pro-list .txt-content ul li {
      list-style-type: disc;
      margin-left: 20px; }
  .pro-list .p-editor-img img {
    width: 100%; }

.subnav-bar {
  background-color: #B3B3B3;
  color: #ffffff; }
  .subnav-bar .nav-item {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 18px;
    color: #ffffff; }
    .subnav-bar .nav-item a {
      color: #ffffff; }
      .subnav-bar .nav-item a.nav-link {
        padding-right: 30px;
        padding-left: 30px; }
        .subnav-bar .nav-item a.nav-link.active {
          background-color: #DA291C;
          border-radius: 0px; }
  .subnav-bar.top-flexd {
    width: 100%;
    height: 43px;
    position: fixed;
    top: 124px;
    left: 0;
    z-index: 99; }
  @media (max-width: 1199.98px) {
    .subnav-bar.top-flexd {
      top: 124px; } }
  @media (max-width: 991.98px) {
    .subnav-bar.top-flexd {
      top: 100px; } }
  @media (max-width: 767.98px) {
    .subnav-bar .nav-item {
      font-size: 12px; }
      .subnav-bar .nav-item a.nav-link {
        padding-right: 15px !important;
        padding-left: 15px !important; }
    .subnav-bar.top-flexd {
      top: 93px;
      height: auto; } }

@media (max-width: 991.98px) {
  .pro-frame .pro-box {
    width: calc(100% / 2 - 20px); }
    .pro-frame .pro-box h3 {
      font-size: 20px; }
    .pro-frame .pro-box .p-title {
      font-size: 16px;
      line-height: 20px; }
    .pro-frame .pro-box .txt-content {
      font-size: 12px;
      line-height: 20px; }
  .contrast-warpper .warpper-box .box {
    width: calc(100% / 3 - 10px); }
    .contrast-warpper .warpper-box .box .pro-box .p-title {
      font-size: 14px;
      margin-top: 5px; } }

@media (max-width: 767.98px) {
  .pro-frame .pro-box {
    width: calc(100% / 1 - 20px); } }

.table-rwd {
  font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 16px;
  color: #53565A; }
  .table-rwd .table-rwd-thead {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .table-rwd .table-rwd-thead .table-box-header {
      width: 200px; }
      .table-rwd .table-rwd-thead .table-box-header a img {
        width: 100%; }
  .table-rwd .table-rwd-tbody .table-rwd-tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff; }
    .table-rwd .table-rwd-tbody .table-rwd-tr .table-rwd-th,
    .table-rwd .table-rwd-tbody .table-rwd-tr .table-rwd-td {
      width: 200px;
      padding: 10px; }
    .table-rwd .table-rwd-tbody .table-rwd-tr:nth-child(odd) {
      background: rgba(0, 0, 0, 0.05); }

.pro-table-rwd {
  width: 100%; }
  .pro-table-rwd .pro-table-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pro-table-rwd .pro-table-tr .pro-table-th {
      width: 250px;
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      color: #D20B2A;
      padding-left: 15px;
      font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-th:nth-child(2) {
        width: calc(100% - 250px); }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box {
      width: 250px;
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      padding: 15px 15px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box::before {
        content: attr(data-th) " : ";
        display: none;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        color: #D20B2A;
        font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box:nth-child(2) {
        width: calc(100% - 250px); }
    .pro-table-rwd .pro-table-tr .pro-table-th-down {
      width: calc(100% / 5 - 45px);
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      color: #D20B2A;
      padding-left: 15px;
      font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down:nth-child(1) {
        width: 400px; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down :nth-last-child(1) {
        width: 30px; }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box-down {
      width: calc(100% / 5 - 45px);
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      padding: 15px 15px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down a i {
        color: #D20B2A; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down::before {
        content: attr(data-th) " : ";
        display: none;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        color: #D20B2A;
        font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down:nth-child(1) {
        width: 400px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down:nth-last-child(1) {
        width: 80px; }
    .pro-table-rwd .pro-table-tr .pro-table-th-down-7 {
      width: calc(100% / 7 - 0px);
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      color: #D20B2A;
      padding-left: 15px;
      font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down-7:nth-child(1) {
        width: 180px; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down-7:nth-child(3) {
        width: 290px; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down-7:nth-last-child(2) {
        width: 90px; }
      .pro-table-rwd .pro-table-tr .pro-table-th-down-7:nth-last-child(1) {
        width: 80px; }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7 {
      width: calc(100% / 7 - 0px);
      display: block;
      font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
      padding: 15px 15px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7 a i {
        color: #D20B2A; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7::before {
        content: attr(data-th) " : ";
        display: none;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        color: #D20B2A;
        font-weight: bold; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-child(1) {
        width: 180px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-child(3) {
        width: 290px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-last-child(2) {
        width: 90px; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-last-child(1) {
        width: 80px; }
    .pro-table-rwd .pro-table-tr:nth-child(even) {
      background: rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .pro-table-rwd .pro-table-tr .pro-table-th {
      display: none; }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box {
      width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box::before {
        display: block; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box:nth-child(2) {
        width: 100%; }
    .pro-table-rwd .pro-table-tr .pro-table-th-down {
      display: none; }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box-down {
      width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down::before {
        display: block; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down:nth-child(1) {
        width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down:nth-last-child(1) {
        width: 100%; }
    .pro-table-rwd .pro-table-tr .pro-table-th-down-7 {
      display: none; }
    .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7 {
      width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7::before {
        display: block; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-child(1) {
        width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-child(3) {
        width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-last-child(2) {
        width: 100%; }
      .pro-table-rwd .pro-table-tr .pro-table-tr-box-down-7:nth-last-child(1) {
        width: 100%; } }

.txt-editor iframe {
  width: 100% !important; }

.btn-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.btn-360 .svg path {
  fill: #4D4D4D; }

.btn-360:hover .svg path {
  fill: #DA291C; }

.supplier-fram {
  background-color: #F2F2F2; }
  .supplier-fram .p-tag .tage-slider {
    border-bottom: 1px solid #B3B3B3; }
    .supplier-fram .p-tag .tage-slider .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .supplier-fram .p-tag .tage-slider .swiper-slide .p-tag-item {
        width: 100%;
        padding: 10px 0;
        font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        cursor: pointer;
        font-size: 1.1rem; }
        .supplier-fram .p-tag .tage-slider .swiper-slide .p-tag-item.active {
          background-color: #DA291C;
          color: #ffffff; }
  .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo {
      width: calc(100% / 5 - 80px);
      margin: 40px; }
      .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo .pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo .pic img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  @media (max-width: 1199.98px) {
    .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo {
      width: calc(100% / 4 - 80px); } }
  @media (max-width: 991.98px) {
    .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo {
      width: calc(100% / 3 - 80px); } }
  @media (max-width: 767.98px) {
    .supplier-fram .p-tag-content .p-tag-content-item .supplier-logo-fram .supplier-logo {
      width: calc(100% / 2 - 80px); } }

.product-info-inquiry-table-fram {
  margin: 0px auto 50px; }

.product-list-box .scroll-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  border-top: 1px solid #E6E6E6; }

.product-list-box .scroll-content {
  margin: 20px 20px;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }

.product-list-box .scroll-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background-color: #4D4D4D;
  color: #ffffff;
  z-index: 99;
  cursor: pointer;
  border: 0px; }

.product-list-box .scroll-btn.left {
  left: 0px; }
  .product-list-box .scroll-btn.left:hover {
    background-color: #DA291C; }

.product-list-box .scroll-btn, .product-list-box right {
  right: 0px; }
  .product-list-box .scroll-btn:hover, .product-list-box right:hover {
    background-color: #DA291C; }

.product-table-fram {
  width: 100%;
  table-layout: fixed;
  word-break: break-all; }
  .product-table-fram thead tr th {
    width: 300px;
    padding: 20px 10px; }
    .product-table-fram thead tr th:nth-child(1) {
      width: 125px; }
    .product-table-fram thead tr th:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      background-color: #ffffff; }
  .product-table-fram tbody tr th {
    padding: 10px 10px; }
    .product-table-fram tbody tr th:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      background-color: white; }
  .product-table-fram tbody tr td {
    padding: 15px 10px; }
  .product-table-fram tbody tr:nth-child(odd) th, .product-table-fram tbody tr:nth-child(odd) td {
    background-color: #f2f2f2; }
  .product-table-fram tbody tr:nth-last-child(1) td {
    padding-top: 30px; }

.quote-btn {
  background-color: #4D4D4D;
  color: #ffffff;
  padding: 10px 20px; }

.video-box .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .video-box .pic span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .video-box .pic span img,
    .video-box .pic span iframe {
      max-width: 100%;
      max-height: 100%; }
  .video-box .pic.pic-4by3 {
    padding-bottom: 75%; }
  .video-box .pic.pic-16by9 {
    padding-bottom: 56.25%; }
  .video-box .pic.cover span img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover; }

.video-box .video-title {
  font-size: 22px;
  color: #4D4D4D;
  font-weight: bold;
  margin-bottom: 5px; }

.video-box .video-data {
  color: #DA291C;
  margin-bottom: 5px; }

.video-box:hover {
  text-decoration: none; }

.video-box-page img {
  width: 100%; }

.video-subtitle-page {
  font-size: 18px; }

.video-youtube iframe {
  width: 100%;
  height: 620px; }

@media (max-width: 991.98px) {
  .video-youtube iframe {
    height: 315px; } }

.speaker-title {
  color: #4D4D4D;
  font-weight: bold;
  font-size: 25px; }

.speaker {
  color: #4D4D4D;
  font-weight: bold;
  font-size: 22px; }

.inquiry-box .inquiry-title {
  background-color: #DA291C;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: bolder;
  font-style: italic;
  padding: 10px 40px 10px 15px; }

.inquiry-box .inquiry-table {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #D0CCD0; }
  .inquiry-box .inquiry-table .inquiry-table-img {
    width: 200px; }
    .inquiry-box .inquiry-table .inquiry-table-img img {
      width: 100%; }
  .inquiry-box .inquiry-table .inquiry-table-title {
    width: 160px;
    padding: 10px;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
    .inquiry-box .inquiry-table .inquiry-table-title .title {
      font-size: 25px; }
    .inquiry-box .inquiry-table .inquiry-table-title .small-title {
      font-size: 18px;
      color: #DA291C; }
  .inquiry-box .inquiry-table .inquiry-table-content {
    width: calc(100% - 200px - 160px - 160px - 50px);
    padding: 0px 10px; }
    .inquiry-box .inquiry-table .inquiry-table-content .text-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      .inquiry-box .inquiry-table .inquiry-table-content .text-box span {
        min-width: 50px;
        font-family: "Open Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
        display: inline-block; }
  .inquiry-box .inquiry-table .inquiry-table-number-box {
    width: 160px; }
    .inquiry-box .inquiry-table .inquiry-table-number-box .amount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #D0CCD0;
      border-radius: 5px;
      padding: 5px; }
      .inquiry-box .inquiry-table .inquiry-table-number-box .amount .down, .inquiry-box .inquiry-table .inquiry-table-number-box .amount .up {
        width: 30px;
        color: #D0CCD0;
        text-align: center;
        cursor: pointer; }
      .inquiry-box .inquiry-table .inquiry-table-number-box .amount .input-row {
        width: calc(100% - 60px); }
        .inquiry-box .inquiry-table .inquiry-table-number-box .amount .input-row input {
          width: 100%;
          border: 0px;
          text-align: center; }
  .inquiry-box .inquiry-table .inquiry-table-delete {
    width: 50px;
    text-align: center; }
    .inquiry-box .inquiry-table .inquiry-table-delete .inquiry-btn-delete {
      font-size: 20px;
      background-color: transparent;
      border: 0; }

@media (max-width: 1199.98px) {
  .inquiry-box .inquiry-table .inquiry-table-img {
    width: 50%; }
  .inquiry-box .inquiry-table .inquiry-table-title {
    width: 50%; }
  .inquiry-box .inquiry-table .inquiry-table-content {
    width: calc(100% - 30% - 50px); }
  .inquiry-box .inquiry-table .inquiry-table-number-box {
    width: 30%; } }

@media (max-width: 991.98px) {
  .inquiry-box {
    padding: 0px; }
    .inquiry-box .inquiry-table .inquiry-table-content {
      width: 100%;
      margin-bottom: 10px; }
    .inquiry-box .inquiry-table .inquiry-table-number-box {
      width: calc(100% - 50px); } }

.inquiry-box .inquiry-number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px; }
  .inquiry-box .inquiry-number-box .inquiry-total-box {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 25px; }
    .inquiry-box .inquiry-number-box .inquiry-total-box span {
      color: #DA291C; }
  .inquiry-box .inquiry-number-box .inquiry-total-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 18px; }
    .inquiry-box .inquiry-number-box .inquiry-total-btn-box .add-total {
      display: inline-block;
      background-color: #B3B3B3;
      padding: 5px 15px;
      border-radius: 99rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      margin: 0 15px; }
      .inquiry-box .inquiry-number-box .inquiry-total-btn-box .add-total:hover {
        text-decoration: none;
        background-color: #737373; }
    .inquiry-box .inquiry-number-box .inquiry-total-btn-box .next-total {
      display: inline-block;
      background-color: #DA291C;
      padding: 5px 15px;
      border-radius: 99rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      margin: 0 15px; }
      .inquiry-box .inquiry-number-box .inquiry-total-btn-box .next-total:hover {
        text-decoration: none;
        background-color: #737373; }
  @media (max-width: 991.98px) {
    .inquiry-box .inquiry-number-box {
      margin: 20px 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .inquiry-box .inquiry-number-box .inquiry-total-box {
        margin-bottom: 20px; }
      .inquiry-box .inquiry-number-box .inquiry-total-btn-box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .inquiry-box .inquiry-number-box .inquiry-total-btn-box .add-total, .inquiry-box .inquiry-number-box .inquiry-total-btn-box .next-total {
          margin: 0px 5px; } }

.inquiry-car-ok-page {
  padding: 100px 0;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
  .inquiry-car-ok-page .ok-icon {
    font-size: 60px;
    color: #DA291C; }
  .inquiry-car-ok-page .ok-title {
    font-size: 36px;
    margin: 20px 0; }
  .inquiry-car-ok-page .ok-text {
    font-size: 20px;
    color: #53565A;
    margin-bottom: 30px; }
  .inquiry-car-ok-page .ok-member-text {
    font-size: 20px;
    margin-bottom: 40px; }
    .inquiry-car-ok-page .ok-member-text a {
      color: #DA291C; }
  .inquiry-car-ok-page .ok-btn-gurop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px; }
    .inquiry-car-ok-page .ok-btn-gurop .ok-btn-back {
      display: inline-block;
      background-color: #B3B3B3;
      padding: 10px 20px;
      border-radius: 99rem;
      color: #ffffff; }
      .inquiry-car-ok-page .ok-btn-gurop .ok-btn-back:hover {
        text-decoration: none;
        background-color: #737373; }
    .inquiry-car-ok-page .ok-btn-gurop .ok-btn-member {
      display: inline-block;
      background-color: #DA291C;
      padding: 10px 20px;
      border-radius: 99rem;
      color: #ffffff; }
      .inquiry-car-ok-page .ok-btn-gurop .ok-btn-member:hover {
        text-decoration: none;
        background-color: #737373; }
    @media (max-width: 991.98px) {
      .inquiry-car-ok-page .ok-btn-gurop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .inquiry-car-ok-page .ok-btn-gurop .ok-btn-back {
          margin: 10px; }
        .inquiry-car-ok-page .ok-btn-gurop .ok-btn-member {
          margin: 10px; } }

.member-login-box {
  padding: 80px 0 0; }
  .member-login-box .ok-title {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px; }
  .member-login-box .member-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .member-login-box .member-btn-group .member-login-btn {
      width: 180px;
      display: inline-block;
      background-color: #DA291C;
      padding: 10px 20px;
      margin: 0 auto;
      border-radius: 5px;
      color: #ffffff;
      font-weight: bold; }
    .member-login-box .member-btn-group .forgot-btn {
      width: 140px;
      margin: 20px auto;
      display: inline-block;
      -webkit-text-decoration: dashed;
      text-decoration: dashed;
      border-bottom: 1px solid #B3B3B3;
      padding-bottom: 0px; }
  .member-login-box .form-group span {
    color: #DA291C;
    margin-right: 5px; }
  @media (max-width: 1199.98px) {
    .member-login-box {
      padding: 20px; } }

.register-box {
  background-color: #F2F2F2;
  padding: 80px 0; }
  .register-box .register-txt {
    font-size: 36px;
    font-weight: bold;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    margin-right: 50px; }
  .register-box .register-btn {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 18px;
    background-color: #DA291C;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 99rem; }
    .register-box .register-btn:hover {
      text-decoration: none;
      background-color: #B3B3B3; }
  @media (max-width: 1199.98px) {
    .register-box .register-txt {
      margin-right: 0;
      margin-bottom: 20px; } }

.forgot-light-box {
  background-color: #ffffff;
  max-width: 580px;
  width: 100%;
  max-height: 90vh;
  padding: 50px;
  overflow: hidden; }
  .forgot-light-box .fancybox-close-small::after {
    font-size: 50px;
    color: #000;
    top: 13px; }
  .forgot-light-box .fancybox-close-small:hover {
    background-color: transparent; }
    .forgot-light-box .fancybox-close-small:hover::after {
      background-color: transparent; }
  .forgot-light-box .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .forgot-light-box .form-group span {
      color: #DA291C; }
    .forgot-light-box .form-group .form-control {
      margin-left: 10px; }

.forgot-icon {
  font-size: 60px;
  font-weight: bold;
  color: #DA291C;
  margin-bottom: 20px; }

.forgot-title {
  text-align: center;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 24px; }

.forgot-text {
  margin: 20px 0;
  text-align: center; }

.forgor-btn {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
  background-color: #DA291C;
  border: 0px;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px; }

.register-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  margin-bottom: 20px; }

.form-check .form-check-label {
  color: #53565A; }
  .form-check .form-check-label.text-mc1 {
    color: #DA291C; }
    .form-check .form-check-label.text-mc1 a {
      color: #DA291C;
      border-bottom: 1px solid #DA291C; }
      .form-check .form-check-label.text-mc1 a:hover {
        text-decoration: none; }

.member-page-box {
  overflow: inherit; }

.submenu.member-nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
  z-index: 998; }
  @media (max-width: 991.98px) {
    .submenu.member-nav-bar {
      top: 50px; } }

@media (max-width: 1199.98px) {
  .submenu.member-nav-bar .navbar .navbar-nav .nav-link {
    padding: 0 15px; } }

@media (max-width: 991.98px) {
  .submenu.member-nav-bar .navbar .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 10px; } }

.change-btn {
  background-color: #4D4D4D;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold; }

.change-light-box {
  background-color: #ffffff;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  padding: 50px;
  overflow: hidden; }
  .change-light-box .fancybox-close-small::after {
    font-size: 50px;
    color: #000;
    top: 13px; }
  .change-light-box .fancybox-close-small:hover {
    background-color: transparent; }
    .change-light-box .fancybox-close-small:hover::after {
      background-color: transparent; }
  .change-light-box .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .change-light-box .form-group span {
      color: #DA291C; }
    .change-light-box .form-group .form-control {
      margin-left: 10px; }
    .change-light-box .form-group.change-title label {
      width: 130px; }
    .change-light-box .form-group.change-title .form-control.change-pass {
      width: calc(100% - 140px) !important; }

.member-inquiry-table-fram .member-inquiry-table-thead {
  background-color: #DA291C;
  color: #ffffff;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 20px;
  padding: 10px; }

.member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb {
  padding: 15px 10px;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 20px;
  background-color: #ffffff; }
  .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb:nth-child(even) {
    background-color: #F2F2F2; }
  .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-date, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-number, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-status, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-more {
    position: relative; }
    .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-date::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-number::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-status::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-more::before {
      content: attr(data-mask);
      color: #737373;
      display: none; }
  .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-more a {
    color: #DA291C; }

.member-inquiry-table-fram .member-inquiry-table-tbody.page-box .member-table-tb {
  background-color: #F2F2F2; }

@media (max-width: 1199.98px) {
  .member-inquiry-table-fram .member-inquiry-table-thead .row {
    display: none; }
  .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-date::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-number::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-status::before, .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-more::before {
    display: inline-block;
    margin-right: 10px; }
  .member-inquiry-table-fram .member-inquiry-table-tbody .member-table-tb .inquiry-more::before {
    display: none; } }

.inquiry-table.member-page-item .inquiry-table-img {
  width: 240px; }

.inquiry-table.member-page-item .inquiry-table-title {
  width: 200px; }

.inquiry-table.member-page-item .inquiry-table-content {
  width: calc(100% - 240px - 200px - 110px); }

.inquiry-table.member-page-item .inquiry-price-box {
  width: 90px;
  text-align: right;
  margin-right: 20px; }
  .inquiry-table.member-page-item .inquiry-price-box .text-box {
    color: #808080;
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif; }
  .inquiry-table.member-page-item .inquiry-price-box .price-box {
    font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
    font-size: 20px; }

@media (max-width: 1199.98px) {
  .inquiry-table.member-page-item .inquiry-table-img {
    width: 60%; }
  .inquiry-table.member-page-item .inquiry-table-title {
    width: 40%; }
  .inquiry-table.member-page-item .inquiry-table-content {
    width: 80%; }
  .inquiry-table.member-page-item .inquiry-price-box {
    width: 20%;
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .inquiry-table.member-page-item .inquiry-table-img {
    width: 100%; }
  .inquiry-table.member-page-item .inquiry-table-title {
    width: 100%; }
  .inquiry-table.member-page-item .inquiry-table-content {
    width: 100%; }
  .inquiry-table.member-page-item .inquiry-price-box {
    width: 100%;
    margin-right: 0;
    text-align: center;
    background-color: #F2F2F2;
    padding: 20px; } }

.inquiry-item-number-box {
  padding: 20px 20px 20px 0;
  font-family: "Nunito Sans", "Noto Sans SC", "微軟正黑體", "Noto Sans HK", sans-serif;
  font-size: 25px;
  text-align: right;
  border-bottom: 1px solid #D0CCD0; }
  .inquiry-item-number-box span {
    color: #DA291C; }

.inquiry-txt-editor {
  padding: 20px;
  border-bottom: 1px solid #D0CCD0; }
