@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow-x: hidden;
  font-size: 17px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(178, 34, 34, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #B22222;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/* 按鈕*/
.more-btn {
  position: relative;
  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: 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .more-btn img {
    margin-left: 10px; }
  .more-btn::before {
    content: '';
    width: 130px;
    height: 1px;
    background: #B22222;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .more-btn:hover {
    color: #B22222; }
    .more-btn:hover::before {
      width: 0px;
      background: #373737; }

/*  banner */
.banner-list {
  margin-bottom: 80px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 5px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding: 0 10px; }

section {
  position: relative;
  max-width: 100%; }

.row {
  padding: 10px 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .layout {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  background-repeat: no-repeat; }

iframe {
  max-width: 100% !important; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.inline-item {
  display: inline-block; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.vertical {
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

.scroll-parent {
  overflow: hidden;
  position: relative; }
  .scroll-parent .scroll-child {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -18px;
    /* Increase/Decrease this value for cross-browser compatibility */ }

body, html {
  width: 100%; }

* {
  font-family: 'Noto Sans TC' !important; }

.mobilelogo {
  display: none; }

header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .container .language, header .container .media {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header .container:before {
      content: '';
      border-bottom: 1px solid #373737;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0px;
      z-index: -1; }
  header .menu li, header .language li {
    display: inline-block;
    color: #373737;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    padding: 30px 10px;
    position: relative;
    margin: 7px 20px -20px 20px; }
    header .menu li:after, header .language li:after {
      content: '';
      width: 110%;
      position: absolute;
      left: -100px;
      bottom: 0px;
      height: 6px;
      background-color: #B22222;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    header .menu li:hover, header .menu li.active, header .language li:hover, header .language li.active {
      color: #B22222;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-weight: bold; }
      header .menu li:hover:after, header .menu li.active:after, header .language li:hover:after, header .language li.active:after {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto; }
  header .logo {
    margin-left: 5%;
    padding: 15px 10px 5px;
    margin-right: auto;
    text-align: center;
    width: 156px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .logo img {
      width: 156px; }
  header .language li {
    margin: 7px 10px -20px 10px; }
  header .media {
    padding: 32px 0px; }
    header .media a {
      margin: 0 5px; }

footer .footer-box {
  background: #373737;
  color: #000000; }
  footer .footer-box .followus {
    width: 100%;
    text-align: center;
    padding: 40px 0 60px;
    background: #ffffff;
    color: #373737;
    margin-bottom: 20px; }
    footer .footer-box .followus .title {
      font-family: 'EB Garamond', serif !important;
      font-weight: 600;
      font-size: 30px;
      font-style: italic;
      margin-bottom: 20px; }
    footer .footer-box .followus .icon-group {
      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; }
      footer .footer-box .followus .icon-group a {
        width: 58px;
        height: 58px;
        margin: 0 10px;
        background-color: #373737;
        color: #ffffff;
        text-align: center;
        line-height: 24px;
        display: block;
        border-radius: 50rem;
        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;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0px 3px 6px #373737;
        box-shadow: 0px 3px 6px #373737;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        footer .footer-box .followus .icon-group a:hover {
          background-color: #B22222; }
  footer .footer-box .footer-info {
    color: #ffffff;
    padding: 30px 0 5px; }
    footer .footer-box .footer-info .footer-info-box {
      padding: 0px 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-box .footer-info .footer-info-box .footer-logo-box {
        width: 200px;
        margin-right: 100px; }
        footer .footer-box .footer-info .footer-info-box .footer-logo-box .f-logo {
          text-align: center;
          margin-bottom: 40px; }
        footer .footer-box .footer-info .footer-info-box .footer-logo-box .f-btn {
          width: 180px;
          margin: 0 auto;
          background: #ffffff;
          color: #373737;
          text-align: center;
          padding: 10px 0px;
          margin-bottom: 20px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .footer-box .footer-info .footer-info-box .footer-logo-box .f-btn a {
            display: block; }
          footer .footer-box .footer-info .footer-info-box .footer-logo-box .f-btn:hover {
            background: #B22222;
            color: #ffffff; }
        footer .footer-box .footer-info .footer-info-box .footer-logo-box .f-text {
          text-align: center;
          color: #ffffff; }
      footer .footer-box .footer-info .footer-info-box .footer-nav {
        width: 160px;
        margin-right: 40px; }
        footer .footer-box .footer-info .footer-info-box .footer-nav h1 {
          margin-bottom: 15px; }
        footer .footer-box .footer-info .footer-info-box .footer-nav .f-nav-list .f-nav-item {
          margin-bottom: 5px;
          position: relative;
          padding-left: 20px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .footer-box .footer-info .footer-info-box .footer-nav .f-nav-list .f-nav-item::before {
            content: '';
            width: 5px;
            height: 1px;
            background: #ffffff;
            position: absolute;
            left: 0;
            top: 50%; }
          footer .footer-box .footer-info .footer-info-box .footer-nav .f-nav-list .f-nav-item:hover {
            opacity: 0.8; }
      footer .footer-box .footer-info .footer-info-box .footer-contact {
        width: calc(100% - 700px); }
        footer .footer-box .footer-info .footer-info-box .footer-contact h1 {
          margin-bottom: 15px; }
        footer .footer-box .footer-info .footer-info-box .footer-contact .f-info-list .f-info-item {
          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: 5px;
          position: relative; }
          footer .footer-box .footer-info .footer-info-box .footer-contact .f-info-list .f-info-item .f-icon {
            width: 16px;
            height: 27px;
            margin-right: 5px;
            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;
            position: absolute;
            left: 0;
            top: 3px; }
          footer .footer-box .footer-info .footer-info-box .footer-contact .f-info-list .f-info-item .f-text {
            width: calc(100% - 21px);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding-left: 21px; }
            footer .footer-box .footer-info .footer-info-box .footer-contact .f-info-list .f-info-item .f-text:hover {
              opacity: 0.8; }
      footer .footer-box .footer-info .footer-info-box .copy-box {
        width: 100%;
        padding: 10px 0;
        font-size: 0.813rem;
        margin-top: 15px; }

#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #B22222;
  z-index: 8000;
  line-height: 50px;
  text-align: center;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  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; }

.main_title {
  text-align: center; }
  .main_title h1 {
    color: #373737;
    font-size: 2.5rem;
    font-family: 'EB Garamond', serif !important;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .main_title span {
    display: block;
    background-color: #B22222;
    width: 65px;
    height: 1px;
    margin: 2px auto; }
  .main_title span.last {
    position: relative;
    right: -5px; }
  .main_title h2 {
    margin-top: 10px;
    font-size: 1.188rem;
    color: #B22222;
    font-weight: bold; }

.page {
  margin: 5% auto;
  clear: both; }
  .page ul {
    text-align: center; }
    .page ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 1rem;
      color: #373737;
      margin: 0 10px; }
      .page ul li a {
        position: relative; }
        .page ul li a:before, .page ul li a:after {
          content: '';
          width: 0;
          background-color: #B22222;
          display: block;
          height: 1px;
          position: absolute;
          right: 0;
          bottom: 0px;
          opacity: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .page ul li a:after {
          bottom: -3px;
          right: -3px; }
      .page ul li:hover, .page ul li.active {
        color: #B22222;
        font-size: 1.125rem; }
        .page ul li:hover a, .page ul li.active a {
          position: relative; }
          .page ul li:hover a:before, .page ul li:hover a:after, .page ul li.active a:before, .page ul li.active a:after {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 10px;
            opacity: 1; }

.back {
  text-align: center;
  margin: 5% 0; }
  .back span {
    color: #373737;
    margin-left: 10px;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .back:hover span {
    color: #B22222;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

#index .banner .wrap .bg-img {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat; }

#index .banner .slick-dots {
  bottom: -25px; }
  #index .banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px; }
    #index .banner .slick-dots li button {
      width: 10px;
      height: 10px; }
      #index .banner .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: white;
        border: 1px solid #373737;
        border-radius: 50%; }

#index .slick-slider {
  margin-bottom: 40px; }

#index .index-title {
  text-align: center;
  font-size: 35px;
  margin: 100px 0px; }

#index .index-about-bg {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-bottom: 80px;
  margin-bottom: 50px; }
  #index .index-about-bg::before {
    content: '';
    width: 60%;
    height: 100vh;
    background-image: url(../_img/index/about-bg.jpg);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  #index .index-about-bg .index-about-title {
    font-family: 'EB Garamond', serif !important;
    color: #373737;
    font-size: 50px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    width: 150px; }
    #index .index-about-bg .index-about-title span {
      color: #B22222;
      font-family: 'EB Garamond', serif !important; }
  #index .index-about-bg .index-about-box {
    width: calc(100% - 150px);
    margin-top: 50px; }
    #index .index-about-bg .index-about-box .index-about-top {
      width: 100%;
      margin-bottom: 50px; }
      #index .index-about-bg .index-about-box .index-about-top h1 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px; }
    #index .index-about-bg .index-about-box .index-about-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index .index-about-bg .index-about-box .index-about-bottom .index-about-item {
        width: 40%; }
        #index .index-about-bg .index-about-box .index-about-bottom .index-about-item:nth-last-child(1) {
          width: 60%;
          padding: 0 75px; }
          #index .index-about-bg .index-about-box .index-about-bottom .index-about-item:nth-last-child(1) h1 {
            font-weight: bold;
            font-size: 25px;
            margin-bottom: 20px; }
          #index .index-about-bg .index-about-box .index-about-bottom .index-about-item:nth-last-child(1) .index-about-text {
            margin-bottom: 40px; }

#index .brand-box {
  margin: 150px 0;
  background-image: url(../_img/index/brand-img.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 400px; }
  #index .brand-box .brand-text {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(55, 55, 55, 0.7);
    color: #ffffff; }

#index .index-product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  #index .index-product .product-list .product-item {
    width: calc(100% / 3);
    border-left: 1px solid #c4c4c4; }
    #index .index-product .product-list .product-item:nth-child(1) {
      border-left: 0;
      padding: 40px 0px;
      text-align: center; }
      #index .index-product .product-list .product-item:nth-child(1) .product-img {
        margin-bottom: 30px; }
      #index .index-product .product-list .product-item:nth-child(1) span {
        font-weight: bold; }
    #index .index-product .product-list .product-item:nth-child(2) .pro-img {
      display: block;
      width: 80%;
      height: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center; }
    #index .index-product .product-list .product-item:nth-child(3) .pro-itme {
      border-bottom: 1px solid #c4c4c4;
      height: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center; }
      #index .index-product .product-list .product-item:nth-child(3) .pro-itme:nth-last-child(1) {
        border-bottom: 0px; }
      #index .index-product .product-list .product-item:nth-child(3) .pro-itme .pro-img {
        display: block;
        width: 80%;
        margin: 20px auto; }
    #index .index-product .product-list .product-item .product-txt {
      position: relative;
      padding: 0px 80px 50px; }
      #index .index-product .product-list .product-item .product-txt::after {
        content: '';
        border-bottom: 1px solid #c4c4c4;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -10px; }
    #index .index-product .product-list .product-item .more-btn {
      margin: 50px auto 20px;
      width: 130px; }
    #index .index-product .product-list .product-item .pro-img {
      overflow: hidden;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #index .index-product .product-list .product-item .pro-img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

#index .index-product ul {
  padding: 0 1.5%; }
  #index .index-product ul li {
    padding: 3% 1.5%;
    width: 45%; }
    #index .index-product ul li a {
      width: 100%;
      border: 24px solid #F9F9F9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #index .index-product ul li a .wrap {
        width: 50%;
        overflow: hidden; }
        #index .index-product ul li a .wrap .bg-img {
          padding-top: 100%;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          background-position: center; }
      #index .index-product ul li a .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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: right; }
        #index .index-product ul li a .title h1 {
          width: 100%;
          padding-right: 30px;
          font-size: 2.125rem;
          color: #373737;
          font-weight: 500;
          white-space: nowrap; }
        #index .index-product ul li a .title h1:first-letter {
          color: #B22222;
          letter-spacing: 5px; }
        #index .index-product ul li a .title h2 {
          width: 100%;
          padding-right: 30px;
          font-size: 1rem;
          color: #707070;
          letter-spacing: 2px;
          white-space: nowrap; }
      #index .index-product ul li a:hover .wrap .bg-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  #index .index-product ul li:first-child a {
    background-color: #EEEEEE; }
  #index .index-product ul li:nth-child(2) {
    float: right;
    width: 55%; }
    #index .index-product ul li:nth-child(2) a {
      background-color: #F5F5F5; }
      #index .index-product ul li:nth-child(2) a .wrap {
        width: 80%; }
        #index .index-product ul li:nth-child(2) a .wrap .bg-img {
          padding-top: 165%; }
  #index .index-product ul li:last-child a {
    background-color: #F9F9F9;
    border-color: #F5F5F5; }

@media only screen and (min-width: 1024px) {
  .scroll {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: fixed !important; }
    .scroll .container .menu li, .scroll .container .language li {
      margin-top: 2px;
      padding: 20px 10px; }
    .scroll .container .media {
      padding: 20px 0; }
    .scroll .container .logo {
      padding: 10px 0; }
      .scroll .container .logo img {
        width: 100px; } }

@media only screen and (max-width: 1024px) {
  #phone_icon .button {
    display: block;
    position: absolute;
    top: -46px;
    right: 20px;
    width: 30px;
    height: 20px;
    border-bottom: 1px solid #B22222;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 1px;
      background: #B22222 none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  .mobilelogo {
    display: block;
    text-align: center;
    padding: 10px 0; }
  header .container {
    padding: 5% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    background-color: white;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .container:before {
      display: none; }
    header .container .logo {
      display: none; }
    header .container .menu {
      text-align: center; }
      header .container .menu > li {
        margin: 0;
        width: 100%;
        display: block;
        padding-bottom: 15px;
        margin-bottom: 10px; }
        header .container .menu > li:after {
          display: none; }
        header .container .menu > li.active:after {
          display: block;
          width: 80px; }
    header .container .language {
      text-align: center;
      margin-top: 45px; }
      header .container .language > li {
        margin: 0;
        padding: 10px; }
    header .container .media {
      text-align: center; }
      header .container .media a {
        margin: 0 20px; }
    header .container.action {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      right: 0; }
  footer .footer-box .footer-info .footer-info-box {
    padding: 0; }
    footer .footer-box .footer-info .footer-info-box .footer-logo-box {
      margin-right: 60px; }
    footer .footer-box .footer-info .footer-info-box .footer-contact {
      width: calc(100% - 660px); }
  #index .index-product ul li:nth-child(2) a .wrap .bg-img {
    padding-top: 175%; }
  #about .main {
    background-position: center right !important; }
    #about .main .container .about_content {
      float: none !important;
      margin: auto; }
  #product .container .pro-sub-title {
    width: 100%; }
  #product .container .pd_class {
    width: 50%;
    min-width: 230px;
    margin: 5% auto;
    float: none; }
    #product .container .pd_class .classtitle {
      display: block !important;
      padding: 10px 0;
      background-color: #f6f6f6;
      text-align: center; }
    #product .container .pd_class ul {
      text-align: center;
      display: none;
      padding: 10px;
      background-color: #eeeeee; }
      #product .container .pd_class ul li {
        padding: 0px !important;
        margin-bottom: 10px !important;
        border: 0px !important;
        width: 100%; }
  #product .container .pd_list, #product .container .pd_detail {
    width: 100%;
    padding-left: 0 !important; }
  #contact .main {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4%; }
    #contact .main .info, #contact .main .formsection {
      width: 100%; }
    #contact .main .info .logo, #contact .main .info ul {
      margin: 20px 0 !important; }
    #contact .main .formsection .contact_form {
      width: 100% !important; } }

@media only screen and (max-width: 860px) {
  #index .index-product ul li:nth-child(2) a .wrap .bg-img {
    padding-top: 210%; } }

@media only screen and (max-width: 768px) {
  footer .footer-box .followus {
    padding: 20px 0; }
  footer .footer-box .footer-info {
    padding: 15px 0; }
    footer .footer-box .footer-info .footer-info-box .footer-logo-box {
      margin-right: 0px;
      width: 100%;
      margin-bottom: 40px; }
    footer .footer-box .footer-info .footer-info-box .footer-nav {
      width: calc(100% / 3 - 20px);
      margin-right: 0; }
    footer .footer-box .footer-info .footer-info-box .footer-contact {
      width: calc(100% / 3); }
  #index .index-about-bg {
    padding-bottom: 0px;
    margin-bottom: 0px; }
    #index .index-about-bg .index-about-title {
      width: 100px; }
    #index .index-about-bg .index-title {
      font-size: 20px; }
    #index .index-about-bg .index-about-box {
      width: calc(100% - 100px); }
      #index .index-about-bg .index-about-box .index-about-top h1 {
        font-size: 20px; }
      #index .index-about-bg .index-about-box .index-about-bottom .index-about-item {
        width: 100%;
        margin-bottom: 40px; }
        #index .index-about-bg .index-about-box .index-about-bottom .index-about-item:nth-last-child(1) {
          width: 100%;
          padding: 0px;
          margin-bottom: 0px; }
          #index .index-about-bg .index-about-box .index-about-bottom .index-about-item:nth-last-child(1) h1 {
            font-size: 20px; }
  #index .brand-box {
    margin: 60px 0; }
    #index .brand-box .brand-text {
      width: 80%;
      height: 90%;
      right: 50%;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      text-align: center;
      padding: 30px; }
  #index .index-product .product-list .product-item .product-txt {
    padding: 0px 30px 50px; }
  #index .index-product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #index .index-product ul li {
      width: 100% !important; }
      #index .index-product ul li a .wrap .bg-img {
        padding-top: 100% !important; }
      #index .index-product ul li a .title {
        padding: 20px 0; }
        #index .index-product ul li a .title h1, #index .index-product ul li a .title h2 {
          white-space: normal;
          width: 70%;
          padding: 0; }
    #index .index-product ul li:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    #index .index-product ul li:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #index .index-product ul li:last-child {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  #about .main .process-box {
    padding: 20px 0; }
    #about .main .process-box img.desktop {
      display: none !important; }
    #about .main .process-box img.phone {
      display: block !important; }
  #about .about-list .about-item {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 40px; }
    #about .about-list .about-item:nth-last-child(1) {
      width: 100% !important; }
  #product .container .pd_list .col-3 {
    width: 100%; }
  #product .container .pd_detail .big_pic {
    padding: 0; }
  #product .container .pd_detail .description {
    height: auto; }
  #product .container .pd_detail .thumbs {
    width: 54% !important;
    padding-left: 0 !important;
    padding-right: 0;
    position: relative !important; }
  #product .container .pd_detail .scroll-parent, #product .container .pd_detail .scroll-child {
    overflow: visible;
    position: relative;
    height: auto !important; }
  #product .container .pd_detail .description {
    float: right;
    padding: 0 0 20px 20px !important; }
  footer {
    margin: 5% 0 0 0; }
    footer .container {
      -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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .container .logo {
        margin: 5% 0 0 0; }
      footer .container .menu {
        margin: 5% 0 0 0;
        text-align: center;
        display: block;
        float: none;
        width: 100%; }
        footer .container .menu > li {
          width: auto;
          margin: 0 10px; }
          footer .container .menu > li .sec-menu {
            display: inline-block;
            vertical-align: top; }
            footer .container .menu > li .sec-menu > li {
              display: inline-block;
              vertical-align: top;
              margin: 0 10px; }
      footer .container .info {
        margin: 5% 0; }
        footer .container .info h1 {
          text-align: center; }
        footer .container .info ul li span {
          width: auto;
          margin-right: 20px; } }

@media only screen and (max-width: 640px) {
  footer .footer-box .footer-info .footer-info-box .footer-nav {
    width: calc(100% / 2 - 20px);
    margin: 0 10px; }
  footer .footer-box .footer-info .footer-info-box .footer-contact {
    width: 100%; }
  #index .index-about-bg .index-about-title {
    width: 100%;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit; }
  #index .index-about-bg .index-about-box {
    width: 100%;
    margin-top: 0; }
  #index .index-product .product-list .product-item {
    width: calc(100% / 2); }
    #index .index-product .product-list .product-item:nth-child(1) {
      width: 100%;
      border-left: 0px; }
  #about .main .container .about_content {
    width: 80%; }
  #product .container .pd_detail .slick-slider {
    margin-bottom: 10px; }
  #product .container .pd_detail .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #product .container .pd_detail .big_pic {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #product .container .pd_detail .description {
    width: 100% !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 10px !important;
    text-align: center; }
  #product .container .pd_detail .thumbs {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    #product .container .pd_detail .thumbs .wrap {
      padding: 5px !important; }
      #product .container .pd_detail .thumbs .wrap .pic {
        border: 8px solid #EEEEEE !important; } }

@media only screen and (max-width: 480px) {
  #index .index-product ul li a .title h1 {
    font-size: 1.5rem; }
  #product .container .pd_list .col-4 {
    width: 100%; } }

#about header {
  position: relative; }

#about .main {
  background-image: url(../_img/about/about-bg.jpg);
  background-size: cover;
  background-position: center; }
  #about .main .container {
    padding: 5% 0; }
    #about .main .container .about_content p {
      padding: 10% 0; }
  #about .main .main_title {
    text-align: left; }
  #about .main .process-box {
    padding: 20px 0; }
    #about .main .process-box img {
      margin: 0 auto; }
      #about .main .process-box img.desktop {
        display: block; }
      #about .main .process-box img.phone {
        display: none; }

#about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  #about .about-list .about-item {
    width: 40%;
    padding: 0 20px 0 0px; }
    #about .about-list .about-item h1 {
      font-size: 25px;
      margin-bottom: 10px; }
    #about .about-list .about-item:nth-last-child(1) {
      width: 60%; }

#product header {
  position: relative; }

#product .container .main_title {
  margin: 5% auto; }
  #product .container .main_title span {
    position: relative;
    right: -88px; }
    #product .container .main_title span.last {
      right: -95px; }

#product .container .pro-sub-title {
  width: 60%;
  text-align: center;
  margin: 20px auto 20px; }

#product .container .pro-sub-text {
  text-align: center;
  margin: 20px auto 50px;
  color: #B22222; }

#product .container .pd_class {
  float: inherit; }
  #product .container .pd_class .classtitle {
    font-size: 1rem;
    color: #B22222;
    display: none; }
  #product .container .pd_class ul {
    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; }
    #product .container .pd_class ul li {
      color: #373737;
      font-size: 1rem;
      margin-bottom: 1rem;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #373737;
      padding: 15px 40px;
      margin: 0 10px 50px; }
      #product .container .pd_class ul li:hover, #product .container .pd_class ul li.active {
        color: #B22222;
        border: 1px solid #B22222; }
  @media only screen and (max-width: 1024px) {
    #product .container .pd_class ul {
      display: none; } }

#product .container .pd_list {
  float: right;
  position: relative; }
  #product .container .pd_list .col-3 {
    padding: 10px;
    margin-bottom: 20px; }
    #product .container .pd_list .col-3 a {
      position: relative;
      display: block; }
    #product .container .pd_list .col-3 .bg-img {
      padding-top: calc(100% - 32px);
      width: 100%;
      background-size: contain;
      background-position: center;
      -webkit-box-shadow: 0px 3px 6px rgba(55, 55, 55, 0.5);
      box-shadow: 0px 3px 6px rgba(55, 55, 55, 0.5); }
    #product .container .pd_list .col-3 h2 {
      text-align: center;
      font-size: 1rem;
      color: #373737; }
    #product .container .pd_list .col-3 .mask {
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: rgba(178, 34, 34, 0.9);
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #product .container .pd_list .col-3 .mask p {
        color: white;
        font-size: 1rem; }
    #product .container .pd_list .col-3 .pd_name {
      margin-top: 20px;
      height: 115px; }
    #product .container .pd_list .col-3:hover .mask {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 1; }

#product .container .pd_detail {
  padding-left: 5%;
  float: inherit; }
  #product .container .pd_detail .top {
    position: relative;
    width: 100%;
    float: left; }
    #product .container .pd_detail .top .big_pic {
      width: 54%; }
      #product .container .pd_detail .top .big_pic .wrap .pic {
        cursor: pointer;
        padding-top: 100%;
        border: 16px solid #EEEEEE; }
    #product .container .pd_detail .top .thumbs {
      width: 46%;
      position: absolute;
      bottom: 0;
      right: 0;
      padding-left: 5%; }
      #product .container .pd_detail .top .thumbs .wrap {
        padding: 10px; }
        #product .container .pd_detail .top .thumbs .wrap .pic {
          cursor: pointer;
          padding-top: calc(100% - 16px);
          border: 10px solid #EEEEEE; }
    #product .container .pd_detail .top .description {
      width: 46%;
      padding: 5% 0 0 5%; }
      #product .container .pd_detail .top .description .name {
        font-size: 2.938rem;
        color: black;
        margin-bottom: 2rem; }
        #product .container .pd_detail .top .description .name span {
          position: relative; }
          #product .container .pd_detail .top .description .name span:before, #product .container .pd_detail .top .description .name span:after {
            content: '';
            width: 30%;
            min-width: 100px;
            background-color: #B22222;
            display: block;
            height: 1px;
            position: absolute;
            right: -2rem;
            bottom: 0px;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          #product .container .pd_detail .top .description .name span:after {
            bottom: -3px;
            right: calc(-2rem - 5px); }
      #product .container .pd_detail .top .description .content {
        color: #373737;
        line-height: 1.8rem;
        height: 260px; }
  #product .container .pd_detail .line {
    width: 100%;
    height: 1px;
    background-color: #BEBEBE;
    margin: 5% 0;
    clear: both; }
  #product .container .pd_detail .editor {
    padding: 0 2.5%;
    color: #373737; }

#contact header {
  position: relative; }

#contact .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4%; }
  #contact .main .main_title {
    margin: 5% 0;
    width: 100%; }
  #contact .main .info {
    padding: 0;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #contact .main .info .logo {
      margin: 10% 0;
      display: block; }
    #contact .main .info ul {
      margin: 10% 0; }
      #contact .main .info ul li {
        margin-bottom: 1rem; }
        #contact .main .info ul li span {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 90px;
          text-align: right; }
          #contact .main .info ul li span:before, #contact .main .info ul li span:after {
            content: '';
            width: 21px;
            background-color: #B22222;
            display: block;
            height: 1px;
            position: absolute;
            right: 0;
            bottom: 0px;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          #contact .main .info ul li span:after {
            bottom: -3px;
            right: -3px; }
        #contact .main .info ul li p {
          letter-spacing: -1px;
          text-align: left;
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          width: calc(100% - 100px); }
          #contact .main .info ul li p a {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #373737; }
          #contact .main .info ul li p a:hover {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #B22222; }
  #contact .main .formsection {
    background-image: url(../_img/contact/bg.jpg);
    height: auto;
    background-size: cover;
    background-position: center; }
    #contact .main .formsection .contact_form {
      width: 43.29896907216495%;
      min-width: 320px;
      padding: 13px; }
      #contact .main .formsection .contact_form table {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7); }
        #contact .main .formsection .contact_form table tr {
          width: 100%; }
        #contact .main .formsection .contact_form table td {
          width: 100%;
          text-align: center; }
          #contact .main .formsection .contact_form table td p {
            color: #373737;
            width: calc(90% - 20px);
            margin: auto;
            padding-top: 1rem; }
            #contact .main .formsection .contact_form table td p span {
              display: block;
              text-align: left; }
        #contact .main .formsection .contact_form table .form-cell, #contact .main .formsection .contact_form table .ta-cell {
          font-size: 16px;
          border: 0;
          padding: 5px 8px;
          height: 40px;
          line-height: 2.5em;
          width: calc(90% - 20px);
          margin-left: 10px;
          border-radius: 3px; }
        #contact .main .formsection .contact_form table .ta-cell {
          height: 150px; }
        #contact .main .formsection .contact_form table .acc {
          width: calc(90% - 150px - 30px);
          display: inline-block;
          vertical-align: middle;
          min-width: 100px; }
        #contact .main .formsection .contact_form table .acc-img {
          width: 150px;
          margin-left: 10px;
          display: inline-block;
          vertical-align: middle; }
        #contact .main .formsection .contact_form table td.last {
          padding-bottom: 0;
          text-align: right; }
        #contact .main .formsection .contact_form table .sendbt {
          display: inline-block;
          cursor: pointer;
          color: #B22222;
          text-align: right;
          margin-bottom: 2rem;
          margin-top: 2rem;
          padding-right: 30px; }
          #contact .main .formsection .contact_form table .sendbt span {
            position: relative; }
            #contact .main .formsection .contact_form table .sendbt span:before, #contact .main .formsection .contact_form table .sendbt span:after {
              content: '';
              width: 21px;
              background-color: #B22222;
              display: block;
              height: 1px;
              position: absolute;
              right: 0;
              bottom: 0px;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s; }
            #contact .main .formsection .contact_form table .sendbt span:after {
              bottom: -3px;
              right: -3px; }
