@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #705135; }

.c2 {
  color: #D8C3AE; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

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

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

article {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    article {
      padding-top: 40px;
      padding-bottom: 40px; } }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .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%; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-title {
  font-size: 28px;
  color: #705135;
  text-align: center; }
  .main-title span {
    font-size: .7em;
    display: block; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #705135; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #D8C3AE;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  color: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .8; }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #705135;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  position: fixed;
  z-index: 8000;
  line-height: 50px;
  text-align: center;
  right: 0px;
  bottom: -80px;
  border-radius: 50%;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 50px; }

.btn-primary.main-btn {
  background: none;
  color: #705135;
  padding: 0;
  border: none;
  position: relative;
  outline: none;
  -webkit-transition: all .3s .2s ease;
  -o-transition: all .3s .2s ease;
  transition: all .3s .2s ease; }
  .btn-primary.main-btn:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #2D2C28;
    top: 7px;
    left: -20px;
    border: 1px #705135 solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
  .btn-primary.main-btn:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #2D2C28;
    top: 7px;
    right: -20px;
    border: 1px #705135 solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease;
    color: #5D060C; }
    .btn-primary.main-btn:hover:before, .btn-primary.main-btn:hover:after, .btn-primary.main-btn:focus:before, .btn-primary.main-btn:focus:after, .btn-primary.main-btn:active:before, .btn-primary.main-btn:active:after {
      background: #5D060C;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      border-color: #D8C3AE;
      -webkit-transition: all .3s .2s ease;
      -o-transition: all .3s .2s ease;
      transition: all .3s .2s ease; }

.btn-primary.white {
  color: #fff; }
  .btn-primary.white:hover, .btn-primary.white:focus, .btn-primary.white:active {
    color: #D8C3AE; }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #705135;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #705135;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #705135; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border: 1px transparent solid;
      margin: 0 5px; }
      .pagination-container .pagination li.active, .pagination-container .pagination li:hover {
        background-color: #2D2C28;
        border-color: #705135; }
        .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
          color: #fff; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 25px;
      color: #705135;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 25px;
      height: 25px;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      text-align: center;
      display: block; }
    .pagination-container .pagination i {
      line-height: 28px; }

.breadcrumb-container .breadcrumb {
  text-align: right;
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding: 8px 0;
  text-transform: uppercase;
  color: #705135;
  background: none;
  margin: 5px 0; }
  .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
    padding-right: 5px;
    color: #666; }
  .breadcrumb-container .breadcrumb > li {
    display: inline-block; }
    .breadcrumb-container .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/"; }
  .breadcrumb-container .breadcrumb a {
    color: #666; }
    .breadcrumb-container .breadcrumb a:hover {
      color: #705135; }

#page-banner {
  position: relative;
  z-index: 0; }
  #page-banner .page_title {
    text-align: center;
    height: 350px;
    position: relative; }
    #page-banner .page_title h2 {
      color: #fff;
      font-size: 32px;
      margin-bottom: 0;
      text-shadow: 0 0 8px #333;
      position: absolute;
      width: 100%;
      top: 40%; }
      #page-banner .page_title h2 span {
        font-size: .8em;
        display: block; }
  @media (max-width: 767.98px) {
    #page-banner .page_title {
      height: 200px; }
      #page-banner .page_title h2 {
        font-size: 26px;
        top: 36%; } }

body {
  background-size: contain;
  font-family: 'EB Garamond', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #3E3E3E; }
  body * {
    outline: none; }
  body.idx-bg {
    background: #fff; }

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

.swiper-setting {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }

nav {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff; }
  nav.scroll {
    position: fixed;
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0px 0px 6px #999;
    box-shadow: 0px 0px 6px #999; }
    nav.scroll .navbar-nav {
      padding: 5px 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      nav.scroll .navbar-nav .h-logo img {
        max-height: 80px;
        width: auto;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
  @media (max-width: 991.98px) {
    nav {
      background: #741d1e; }
      nav.scroll {
        position: relative;
        background: #741d1e; }
      nav .navbar-nav {
        padding: 5px 0; } }

.navbar-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .h-logo img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .navbar-nav .nav-link {
    padding: 0; }
    .navbar-nav .nav-link span {
      display: block;
      padding: 5px 13px;
      font-size: 18px;
      color: #2D2C28;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: relative;
      min-width: 98px;
      text-align: center; }
      .navbar-nav .nav-link span:before {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        opacity: 0;
        position: absolute;
        content: '';
        background: url(../_img/layout/icon-header.png) center top no-repeat;
        width: 72px;
        height: 48px;
        right: 15px;
        top: -45px;
        z-index: 9; }
  .navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
    color: #705135;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateY(28px) rotate(0);
    -ms-transform: translateY(28px) rotate(0);
    transform: translateY(28px) rotate(0); }
    .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      opacity: 1; }
  .navbar-nav .nav-item.link-btn a {
    display: inline-block;
    font-size: 1.5rem;
    color: #705135;
    padding: 10px; }
    .navbar-nav .nav-item.link-btn a:hover {
      color: #5D060C; }
  @media (max-width: 1199.98px) {
    .navbar-nav {
      padding-top: 15px; }
      .navbar-nav .nav-link {
        padding: 0 !important; }
        .navbar-nav .nav-link span {
          padding: 5px 0; } }
  @media (max-width: 991.98px) {
    .navbar-nav {
      display: block; }
      .navbar-nav .nav-link span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #D8C3AE; }
      .navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
        color: #fff;
        -webkit-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0); }
        .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
          opacity: 0; }
      .navbar-nav .nav-item.link-btn a {
        display: block;
        padding: 6px 0 !important;
        font-size: 1.8rem;
        color: #D8C3AE; } }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 5px;
  padding-right: 5px; }

footer {
  background: url(../_img/layout/footer-bg.jpg);
  color: #fff;
  font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
  footer .f-info {
    text-align: center;
    font-size: 18px;
    padding: 100px 0; }
    footer .f-info .title {
      font-size: 28px;
      line-height: 2rem; }
      footer .f-info .title span {
        font-family: 'EB Garamond', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
        display: block;
        color: #fff;
        font-size: 42px;
        line-height: 2rem;
        margin: 10px 0 20px;
        text-decoration: underline; }
    footer .f-info p {
      margin-bottom: 5px; }
    footer .f-info span {
      color: #B8702F;
      font-size: 15px; }
    footer .f-info .line {
      position: relative; }
      footer .f-info .line:before {
        position: absolute;
        content: '';
        right: 0px;
        top: -70px;
        width: 9px;
        height: 258px;
        background: url(../_img/layout/f-line.png); }
      footer .f-info .line:after {
        position: absolute;
        content: '';
        left: 0px;
        top: -70px;
        width: 9px;
        height: 258px;
        background: url(../_img/layout/f-line.png); }
    @media (max-width: 991.98px) {
      footer .f-info {
        font-size: 16px;
        padding: 40px 0 30px; }
        footer .f-info span {
          font-size: 14px; }
        footer .f-info .line:before, footer .f-info .line:after {
          display: none; } }
  footer #copyright {
    background: #1d1d1d; }

@media (max-width: 1199.98px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #D8C3AE;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #D8C3AE;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active span:after {
        background-color: #D8C3AE;
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,-webkit-transform;
        -o-transition-property: top,transform;
        transition-property: top,transform;
        transition-property: top,transform,-webkit-transform;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0s, 0.2s;
        -o-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      #burger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .navbar > .container {
    padding-top: .5rem;
    padding-bottom: .5rem; } }

#banner img {
  margin: 0 auto; }

#banner.index-banner {
  position: relatives; }
  #banner.index-banner .icon-scroll {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    z-index: 9; }

@media (max-width: 1199.98px) {
  #banner:before {
    display: none; }
  #banner.index-banner .icon-scroll {
    display: none; } }

.idx-about {
  background: #e6e6e6;
  padding-top: 80px; }
  .idx-about .left {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 33px;
    padding-right: 4%; }
    .idx-about .left p {
      margin: 0 20px 100px 0;
      line-height: 1.5rem; }
  .idx-about .center {
    border: 1px #000 solid;
    padding: 6% 8% 4%;
    position: relative; }
    .idx-about .center p {
      margin-bottom: 30px; }
    .idx-about .center:before {
      content: '';
      position: absolute;
      left: -19px;
      bottom: 30px;
      background: url(../_img/index/line3.png);
      width: 37px;
      height: 74px; }
  .idx-about .right {
    padding-left: 30px; }
    .idx-about .right i {
      color: #705135;
      padding-left: 5px;
      font-size: 1.1rem; }
    .idx-about .right p {
      margin-bottom: 10px;
      line-height: 1.5rem; }
    .idx-about .right .btn {
      background: #D8C3AE;
      color: #705135;
      border-radius: 20px;
      margin-bottom: 10px;
      display: block;
      max-width: 170px;
      padding: 5px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .idx-about .right .btn:hover, .idx-about .right .btn:focus, .idx-about .right .btn:active {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #fff;
        background: #5D060C; }
        .idx-about .right .btn:hover i, .idx-about .right .btn:focus i, .idx-about .right .btn:active i {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          color: #fff; }
  @media (max-width: 767.98px) {
    .idx-about {
      padding-top: 40px; }
      .idx-about .left {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 28px;
        padding-right: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        line-height: 1.5em;
        border-bottom: 1px rgba(0, 0, 0, 0.3) solid; }
        .idx-about .left .en {
          font-size: .7em; }
        .idx-about .left p {
          margin: 0 0 10px; }
      .idx-about .center {
        border: 0;
        padding: 0 10px; }
        .idx-about .center p {
          margin-bottom: 10px; }
        .idx-about .center:before {
          display: none; }
      .idx-about .right {
        padding: 20px 15px 0;
        border-top: 1px rgba(0, 0, 0, 0.3) solid;
        margin-top: 10px; } }

.pro-box .item {
  width: calc(100% - 30px);
  margin: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .pro-box .item .img-box {
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px) translateY(-15px);
    -ms-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .pro-box .item .img-box .pic {
      padding-bottom: 58%; }
  .pro-box .item .text {
    padding: 0 10px 15px;
    color: #705135;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative; }
    .pro-box .item .text:before {
      position: absolute;
      content: '';
      background: url(../_img/product/arrow.png) no-repeat;
      width: 35px;
      height: 70px;
      top: -49px;
      right: 0;
      z-index: 9;
      opacity: 0; }
    .pro-box .item .text p {
      line-height: 1.5em; }
    .pro-box .item .text .title {
      font-size: 17px; }
    .pro-box .item .text .number {
      font-size: 36px;
      line-height: 1.3em;
      border-right: 2px #D8C3AE solid;
      text-align: center; }
  .pro-box .item:hover, .pro-box .item:focus, .pro-box .item:active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #705135; }
    .pro-box .item:hover .img-box, .pro-box .item:focus .img-box, .pro-box .item:active .img-box {
      opacity: .8; }
    .pro-box .item:hover .text, .pro-box .item:focus .text, .pro-box .item:active .text {
      color: #fff;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .pro-box .item:hover .text:before, .pro-box .item:focus .text:before, .pro-box .item:active .text:before {
        opacity: 1; }
  @media (max-width: 767.98px) {
    .pro-box .item {
      width: 100%;
      margin: 0 0 20px;
      padding: 0 10px; }
      .pro-box .item .img-box {
        width: 100%;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin-top: 10px; }
      .pro-box .item .text {
        padding: 10px 10px; }
        .pro-box .item .text .number {
          font-size: 18px;
          border-right: 0;
          border-bottom: 1px #D8C3AE solid;
          padding-bottom: 5px;
          margin-bottom: 5px;
          text-align: left; }
        .pro-box .item .text:before {
          display: none; }
      .pro-box .item .container {
        max-width: 100%; } }

#product .pro-box .item {
  width: calc(100% / 2 - 30px); }
  @media (max-width: 991.98px) {
    #product .pro-box .item {
      width: 100%;
      padding: 0;
      margin: 10px 0; }
      #product .pro-box .item .img-box {
        margin-top: 0px; } }

#product .pro-box .text {
  text-align: center; }

#product .slick-slider {
  max-width: 800px;
  margin-bottom: 60px; }
  #product .slick-slider img {
    margin: 0 auto; }
  #product .slick-slider .slick-next {
    right: 0;
    z-index: 9;
    width: 40px;
    height: 40px; }
    #product .slick-slider .slick-next:before {
      background: url(../_img/product/next.png);
      font-size: 0;
      display: block;
      width: 40px;
      height: 40px; }
  #product .slick-slider .slick-prev {
    left: 0;
    z-index: 9;
    width: 40px;
    height: 40px; }
    #product .slick-slider .slick-prev:before {
      background: url(../_img/product/prev.png);
      font-size: 0;
      display: block;
      width: 40px;
      height: 40px; }

#product .pro-in-top {
  position: relative; }
  #product .pro-in-top .name {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    #product .pro-in-top .name .text {
      padding: 20px;
      color: #fff;
      background: #705135;
      text-align: center;
      max-width: 380px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    #product .pro-in-top .name .video {
      margin: 10px 0;
      text-align: right; }
      #product .pro-in-top .name .video a {
        color: #705135; }
      #product .pro-in-top .name .video:hover a {
        color: #5D060C; }

@media (max-width: 991.98px) {
  #product .slick-slider {
    margin-bottom: 10px; }
  #product .pro-in-top .name {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 40px; }
    #product .pro-in-top .name .text {
      background: none;
      color: #705135;
      padding: 0px;
      text-align: left; }
    #product .pro-in-top .name .video a {
      background: #D8C3AE;
      border: 1px #705135 solid;
      border-radius: 4px;
      color: #705135;
      display: inline-block;
      padding: 10px; } }

.editor-title {
  border-bottom: 1px #D8C3AE solid;
  margin: 20px 0;
  padding-left: 10px;
  position: relative; }
  .editor-title:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: #2D2C28;
    bottom: -4px;
    left: 0;
    border: 1px #705135 solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .editor-title li {
    display: inline-block; }
    .editor-title li button {
      color: #fff;
      padding: 10px 20px;
      background: #2D2C28;
      border-radius: 6px 6px 0 0;
      border: 1px #2D2C28 solid; }
      .editor-title li button.active {
        background: #5D060C;
        color: #fff; }
  @media (max-width: 575.98px) {
    .editor-title li button {
      padding: 10px 12px; } }

aside .submenu-title {
  display: none; }

aside .submenu {
  position: relative; }
  aside .submenu > li {
    position: relative;
    margin-bottom: 10px; }
    aside .submenu > li:hover > a, aside .submenu > li.active > a, aside .submenu > li:focus > a {
      background: rgba(93, 6, 12, 0.9); }
    aside .submenu > li a {
      display: block;
      padding: 10px;
      color: #fff; }
    aside .submenu > li > a {
      background: rgba(45, 44, 40, 0.76); }
    aside .submenu > li .menu_body li {
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
      aside .submenu > li .menu_body li > a {
        display: block;
        color: #2D2C28;
        border-bottom: 1px #705135 solid; }
        aside .submenu > li .menu_body li > a i {
          padding-right: 5px; }
      aside .submenu > li .menu_body li:hover > a, aside .submenu > li .menu_body li.active > a, aside .submenu > li .menu_body li:focus > a {
        color: #5D060C;
        border-color: #5D060C; }
    aside .submenu > li .menu_body .subNav li a {
      font-size: .95em;
      padding: 6px 5px 4px 20px;
      border: 0; }

aside .css_arrow_down {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  background: none !important;
  border: 0 !important; }
  aside .css_arrow_down.active {
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    aside .css_arrow_down.active + .menu_body {
      display: block;
      max-height: 99999px; }
  aside .css_arrow_down:before {
    font-size: 24px; }

aside .menu_body {
  display: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  width: 100%; }
  aside .menu_body li {
    position: relative; }

@media (max-width: 767.98px) {
  aside {
    margin-bottom: 10px; }
    aside .submenu {
      max-height: 0;
      overflow: hidden; }
      aside .submenu > li {
        margin: 0;
        border-bottom: 1px #ddd dashed; }
        aside .submenu > li > a {
          font-size: 15px; }
    aside .submenu-title {
      display: block;
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #705135;
      border-bottom: 2px #ddd solid;
      cursor: pointer;
      position: relative; }
      aside .submenu-title::before {
        position: absolute;
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
        right: 13px;
        top: 10px; }
      aside .submenu-title.active + .submenu {
        max-height: 99999px; }
      aside .submenu-title.active::before {
        content: "\f068"; } }

.service-box .item {
  margin-bottom: 30px;
  padding: 20px; }
  .service-box .item .icon {
    text-align: center;
    margin-bottom: 20px; }
    .service-box .item .icon i {
      line-height: 200px;
      color: #fff;
      font-size: 90px;
      width: 200px;
      height: 200px;
      display: inline-block;
      background: #A57951;
      border-radius: 50%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .service-box .item .text {
    color: #705135;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .service-box .item .text .number {
      font-size: 36px;
      line-height: 1.3em;
      border-right: 2px #D8C3AE solid;
      text-align: center; }
  .service-box .item:hover .icon i {
    background: #5D060C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .service-box .item:hover .text {
    color: #5D060C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  @media (max-width: 767.98px) {
    .service-box .item .text {
      text-align: center; }
      .service-box .item .text .number {
        font-size: 26px;
        border-right: 0;
        border-bottom: 2px #D8C3AE dashed;
        padding-bottom: 5px;
        margin-bottom: 10px; } }

.store p {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 20px;
  border-bottom: 2px solid #D8C3AE; }

.store .btn {
  background: #D8C3AE;
  color: #705135;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .store .btn i {
    margin: 3px; }
  .store .btn:hover, .store .btn:focus, .store .btn:active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background: #5D060C; }
    .store .btn:hover i, .store .btn:focus i, .store .btn:active i {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #fff; }

.form {
  padding: 300px 50px 50px;
  background: url(../_img/contact/bg.jpg) center top no-repeat;
  color: #fff; }
  .form .form-group {
    margin-top: 20px;
    margin-bottom: 20px; }
    .form .form-group .form-control {
      border: 1px #705135 solid;
      background: rgba(255, 255, 255, 0.8); }
  @media (max-width: 991.98px) {
    .form {
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .form {
      padding: 15px; }
      .form .form-group {
        margin-top: 10px;
        margin-bottom: 10px; } }

.map {
  color: #705135;
  font-size: 36px; }
  .map .white {
    color: #fff; }
  .map .text {
    margin: 40px 0 50px;
    line-height: 1.2em;
    -webkit-transform: translateX(-54px);
    -ms-transform: translateX(-54px);
    transform: translateX(-54px); }
  .map .title span {
    text-decoration: underline; }
  .map .title a {
    font-size: .9em;
    margin-left: 5px;
    color: #705135; }
    .map .title a:hover {
      color: #5D060C; }
  @media (max-width: 991.98px) {
    .map {
      font-size: 26px; }
      .map .text {
        margin: 0px 0 30px;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px); }
      .map .white {
        color: #705135; } }
  @media (max-width: 767.98px) {
    .map {
      margin-top: 30px; } }

.clients-box .list {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  overflow: hidden; }
  .clients-box .list:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url(../_img/clients/line.png) no-repeat;
    height: 8.5px;
    width: 1180px; }
  .clients-box .list .title {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #705135;
    text-decoration: underline;
    margin-bottom: 10px; }
  .clients-box .list .video {
    margin: 10px 0;
    text-align: right; }
    .clients-box .list .video a {
      color: #705135; }
    .clients-box .list .video:hover a {
      color: #5D060C; }
  @media (max-width: 991.98px) {
    .clients-box .list {
      margin-bottom: 30px; }
      .clients-box .list .video {
        margin-top: 15px; }
        .clients-box .list .video a {
          background: #D8C3AE;
          border: 1px #705135 solid;
          border-radius: 4px;
          color: #705135;
          display: inline-block;
          padding: 10px; } }
