@charset "UTF-8";
.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #602700;
  z-index: 9998;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .loader-mesk.finish {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #602700;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader .preloader_inner {
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .preloader .mesk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(96, 39, 0, 0.8); }

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

.bg {
  background-color: #ffffff; }

.bg-about-box {
  background-color: #F6F6F6; }

.about-bg {
  background-position: 110% bottom;
  background-repeat: no-repeat; }

.main-title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .main-title {
      font-size: 1.8rem; } }
  @media (max-width: 767.98px) {
    .main-title {
      font-size: 1.4rem; } }

.sub-title {
  font-size: 1.5rem;
  color: #707070;
  line-height: 30px;
  letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .sub-title {
      font-size: 1.2rem; } }

.text {
  font-size: 1rem;
  line-height: 30px;
  color: #707070; }

.more {
  position: relative;
  margin: 2rem auto 0; }
  .more img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .more:before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    left: -50px;
    top: 25px;
    background-color: #602700; }
  .more::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    right: -50px;
    top: 25px;
    background-color: #602700; }
  .more:hover img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.btn-primary {
  width: 150px;
  background: #602700;
  border: 0;
  color: #ffffff; }

.btn-pro-more {
  width: 120px;
  border: 1px solid #602700;
  border-radius: 10px;
  margin: 50px auto 0px;
  text-align: center; }
  .btn-pro-more:hover {
    background-color: #602700; }
    .btn-pro-more:hover a {
      color: #ffffff; }

.l-pages {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-pages a {
    text-decoration: none;
    display: block; }
    .l-pages a.pages {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      border: 1px solid #602700;
      margin: 0 10px;
      line-height: 30px; }
      .l-pages a.pages:hover, .l-pages a.pages.active {
        color: #ffffff;
        background-color: #602700; }

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

.editor ol {
  list-style: decimal;
  padding-left: 25px; }

.editor ul {
  list-style: inherit;
  padding-left: 25px; }

header {
  position: fixed;
  background: white;
  height: 80px;
  width: 100%;
  padding: 5px 0px 0px 0px;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (max-width: 575.98px) {
    header {
      padding: 12px 0; } }
  header .logo {
    padding-top: 5px; }
    header .logo img {
      width: 100%; }
    @media (max-width: 575.98px) {
      header .logo {
        width: 150px; } }
  @media (max-width: 991.98px) {
    header .navbar {
      position: initial; } }
  @media (max-width: 575.98px) {
    header .navbar {
      margin: 0px;
      padding: 0px; } }
  header .navbar-nav .nav-item {
    margin: 0 15px;
    width: 100px;
    text-align: center; }
    header .navbar-nav .nav-item .nav-link {
      position: relative;
      left: 0px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      header .navbar-nav .nav-item .nav-link::before {
        content: '';
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        width: 1px;
        height: 10px;
        background-color: #602700;
        position: absolute;
        top: 15px;
        left: -15px; }
      header .navbar-nav .nav-item .nav-link:hover {
        color: #ffffff;
        background: #602700; }
    header .navbar-nav .nav-item.active .nav-link {
      color: #ffffff;
      background: #602700; }
  @media (max-width: 991.98px) {
    header .navbar-nav .nav-item {
      width: 100%;
      margin: 0; }
      header .navbar-nav .nav-item .nav-link::before {
        display: none; } }
  @media (max-width: 991.98px) {
    header .navbar-collapse {
      position: absolute;
      width: 100vw;
      z-index: 9;
      top: 80px;
      left: 0;
      background-color: #ffffff; } }
  header .icon-box {
    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;
    padding: 0 10px; }
    header .icon-box .language-box {
      margin: 0 20px; }
      @media (max-width: 575.98px) {
        header .icon-box .language-box {
          margin: 0px 10px; } }
      header .icon-box .language-box .lang-btn a:hover {
        color: #602700;
        text-decoration: none; }
    header .icon-box .icon a i {
      font-size: 30px;
      color: #3b5998; }
      @media (max-width: 575.98px) {
        header .icon-box .icon a i {
          font-size: 20px;
          margin-top: -5px; } }
      header .icon-box .icon a i:hover {
        text-decoration: none; }

footer {
  position: relative;
  background-image: url(../_img/layout/footer-bg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 20px 0;
  color: #ffffff; }
  footer a {
    color: #ffffff;
    text-decoration: none; }
  footer .logo {
    margin: 0 auto;
    width: 120px;
    height: auto;
    margin-bottom: 20px; }
    footer .logo img {
      width: 100%; }
    @media (max-width: 575.98px) {
      footer .logo {
        width: 80px;
        height: 80px;
        margin-bottom: 35px; } }
  footer .f-txt {
    width: 40%;
    margin: 10px auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px; }
    footer .f-txt a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      margin: 0 15px; }
      footer .f-txt a:hover {
        color: #F6A945; }
        footer .f-txt a:hover span {
          font-weight: bold;
          color: #ffffff; }
      footer .f-txt a span {
        font-weight: bold; }
    @media (max-width: 991.98px) {
      footer .f-txt {
        width: 100%; } }
    @media (max-width: 575.98px) {
      footer .f-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  footer #gotop {
    color: #000000;
    position: absolute;
    top: -50px;
    right: 0px;
    width: 62px;
    cursor: pointer;
    z-index: 99; }
    footer #gotop::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 30px;
      background-color: #000000;
      left: 31px;
      top: 25px; }

#index .swiper-container {
  width: 100%;
  height: auto; }
  #index .swiper-container .swiper-wrapper {
    height: auto; }
  #index .swiper-container .swiper-slide {
    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;
    width: 100%; }
    #index .swiper-container .swiper-slide img {
      width: 100%; }

.pro-item {
  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;
  margin-top: 20px; }
  .pro-item a {
    width: calc(100% / 2 - 10px);
    text-align: center;
    margin: 0 0px; }
    .pro-item a .pro-list {
      position: relative; }
      .pro-item a .pro-list .big-img {
        padding-bottom: 45%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
      .pro-item a .pro-list .txt {
        color: #ffffff;
        position: absolute;
        top: 30%;
        font-size: 2rem;
        letter-spacing: 1px;
        padding: 20px 50px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 2; }
        .pro-item a .pro-list .txt::after {
          content: '';
          width: 0%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        @media (max-width: 1199.98px) {
          .pro-item a .pro-list .txt {
            font-size: 1.2rem; } }
      .pro-item a .pro-list:hover .txt::after {
        width: 100%;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
  @media (max-width: 575.98px) {
    .pro-item a {
      width: 100%;
      margin-bottom: 10px; } }
  @media (max-width: 320px) {
    .pro-item a .pro-list .txt {
      top: 5%; } }

.idx-about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5rem 0; }
  @media (max-width: 991.98px) {
    .idx-about-box {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .idx-about-box .about-img {
    position: relative;
    width: 50%; }
    @media (max-width: 991.98px) {
      .idx-about-box .about-img {
        width: 90%;
        margin: 0 5%; } }
    .idx-about-box .about-img .big-img {
      width: 100%; }
      .idx-about-box .about-img .big-img img {
        width: 100%; }
      @media (max-width: 991.98px) {
        .idx-about-box .about-img .big-img {
          width: 100%; } }
  .idx-about-box .txt-box {
    width: 48%; }
    @media (max-width: 991.98px) {
      .idx-about-box .txt-box {
        width: 90%;
        margin: 0 5%; } }
    .idx-about-box .txt-box .main-title {
      margin-top: 1rem;
      margin-bottom: 0.5rem; }
    .idx-about-box .txt-box .sub-title {
      margin-bottom: 1.5rem;
      color: #602700;
      line-height: 35px; }

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 6rem;
  padding-top: 2rem; }
  .icon-box .icon-item {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .icon-box .icon-item {
        width: calc(100% / 2 - 30px);
        margin-bottom: 2rem; } }
    .icon-box .icon-item .icon {
      width: 100%;
      height: 120px;
      margin: 0 auto 1.5rem;
      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; }
      .icon-box .icon-item .icon img {
        width: auto;
        height: auto; }
    .icon-box .icon-item .title {
      font-size: 1.3rem; }
    .icon-box .icon-item .text {
      line-height: 20px; }

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .service-box .c-banner {
    width: calc(100% / 2);
    position: relative; }
    .service-box .c-banner .img-box {
      width: 100%;
      height: auto; }
      .service-box .c-banner .img-box img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .service-box .c-banner .sever-box {
      position: absolute;
      top: 30%;
      left: 20%;
      color: #ffffff;
      text-shadow: black 0.1em 0.1em 0.2em; }
      .service-box .c-banner .sever-box .sever-list {
        margin-top: 20px;
        margin-left: 20px; }
        .service-box .c-banner .sever-box .sever-list .sever-item {
          padding-bottom: 10px;
          border-left: 2px solid #ffffff;
          padding-left: 10px;
          font-size: 1.3rem; }
    .service-box .c-banner:nth-child(2)::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #000;
      opacity: 0.6; }
  @media (max-width: 991.98px) {
    .service-box .c-banner {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .service-box .c-banner .sever-box {
      top: 2%; }
      .service-box .c-banner .sever-box .sever-list {
        margin-top: 10px; } }

.contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }
  @media (max-width: 991.98px) {
    .contact-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .contact-title .main-title {
    position: relative;
    margin-right: 30px; }
    .contact-title .main-title::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 80px;
      background-color: #707070;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      right: -10px;
      top: 0px; }

.contact-text {
  margin-top: 4rem; }
  .contact-text .text {
    font-size: 1.4rem;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .contact-text .text {
        font-size: 1rem; } }

.edm-box .main-title {
  border-bottom: 1px solid #602700;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px; }

.edm-box .edm-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.edm-box .edm {
  width: 31%;
  margin: 1%;
  border: 1px solid #707070; }
  @media (max-width: 991.98px) {
    .edm-box .edm {
      width: 48%; } }
  .edm-box .edm .big-img {
    padding-bottom: 120%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .edm-box .edm .title {
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-left: 1rem;
    font-weight: bold;
    color: #707070;
    margin-bottom: 2rem; }
  .edm-box .edm .link-box {
    text-align: right;
    padding-bottom: 1rem;
    padding-right: 1rem; }
    .edm-box .edm .link-box a {
      text-decoration: none; }
      .edm-box .edm .link-box a.line-list {
        margin: 0 10px;
        color: #707070; }
        .edm-box .edm .link-box a.line-list i {
          margin-right: 10px;
          color: #602700;
          font-size: 1.3rem; }
        @media (max-width: 767.98px) {
          .edm-box .edm .link-box a.line-list {
            width: 100%;
            margin-bottom: 10px;
            display: block;
            text-align: center; } }
      .edm-box .edm .link-box a:hover {
        color: #602700; }

#pro .pro-btn-box {
  font-size: 1.2rem;
  border-bottom: 1px solid #602700;
  margin-bottom: 20px;
  text-align: center;
  display: none;
  cursor: pointer; }
  #pro .pro-btn-box i {
    margin-left: 10px;
    position: relative;
    top: -5px; }
  @media (max-width: 991.98px) {
    #pro .pro-btn-box {
      display: block; } }

#pro .pro-list {
  display: block; }
  @media (max-width: 991.98px) {
    #pro .pro-list {
      display: none;
      margin-bottom: 30px; } }
  #pro .pro-list .pro-list-box {
    height: auto; }
    #pro .pro-list .pro-list-box .pro-item {
      position: relative;
      left: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      #pro .pro-list .pro-list-box .pro-item a {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-decoration: none;
        font-size: 1.3rem;
        color: #707070; }
        @media (max-width: 991.98px) {
          #pro .pro-list .pro-list-box .pro-item a {
            font-size: 1.1rem; } }
      #pro .pro-list .pro-list-box .pro-item::before {
        content: '';
        background-color: #602700;
        width: 0px;
        height: 2px;
        left: -30px;
        bottom: 25px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      #pro .pro-list .pro-list-box .pro-item:hover, #pro .pro-list .pro-list-box .pro-item.acvite {
        left: 30px; }
        #pro .pro-list .pro-list-box .pro-item:hover a, #pro .pro-list .pro-list-box .pro-item.acvite a {
          color: #602700; }
        #pro .pro-list .pro-list-box .pro-item:hover::before, #pro .pro-list .pro-list-box .pro-item.acvite::before {
          width: 25px;
          opacity: 1; }

#pro .pro-frmebox {
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 -1rem; }
  @media (max-width: 991.98px) {
    #pro .pro-frmebox {
      width: 100%;
      margin: 0px; } }
  #pro .pro-frmebox .title {
    width: 100%;
    color: #602700;
    font-size: 1.5rem;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      #pro .pro-frmebox .title {
        width: 100%;
        margin: 0 0 10px 0%; } }
  #pro .pro-frmebox .txt {
    width: 90%;
    font-size: 1rem;
    margin: 10px 0 10px 10%;
    line-height: 30px; }
    @media (max-width: 991.98px) {
      #pro .pro-frmebox .txt {
        width: 100%;
        margin: 0 0 10px 0%; } }
    #pro .pro-frmebox .txt img {
      width: auto;
      height: auto;
      max-width: 100%; }

#pro .pro {
  width: calc(100% / 3 - 20px);
  margin: 10px; }
  @media (max-width: 991.98px) {
    #pro .pro {
      width: calc(100% / 2 - 20px); } }
  @media (max-width: 767.98px) {
    #pro .pro {
      width: calc(100% / 1 - 20px); } }
  #pro .pro::before {
    content: '';
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none; }
  #pro .pro a {
    text-decoration: none;
    display: block; }
    #pro .pro a .big-img {
      overflow: hidden;
      position: relative; }
      #pro .pro a .big-img span {
        width: 100%;
        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 .pro a .big-img::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(96, 39, 0, 0.6);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        border-radius: 30px;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      #pro .pro a .big-img::after {
        content: '';
        width: 80%;
        height: 80%;
        margin: 10% auto;
        background-image: url(../_img/product/hover.svg);
        background-position: 50% 50%;
        background-size: 80%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 10%;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    #pro .pro a .title {
      margin: 20px 0 0 0;
      padding-bottom: 10px;
      z-index: 6;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      bottom: 0;
      width: 100%;
      text-align: center; }
    #pro .pro a:hover .big-img::before {
      opacity: 0.5; }
    #pro .pro a:hover .big-img::after {
      opacity: 0.5; }

#pro .pro-big {
  width: 50%; }
  @media (max-width: 991.98px) {
    #pro .pro-big {
      width: 100%; } }
  #pro .pro-big .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  #pro .pro-big .swiper-wrapper {
    height: auto; }
  #pro .pro-big .gallery-top {
    height: auto;
    width: 100%; }
    #pro .pro-big .gallery-top .swiper-slide {
      height: auto;
      width: 100%; }
      #pro .pro-big .gallery-top .swiper-slide a.pic {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 60%;
        cursor: pointer; }
        #pro .pro-big .gallery-top .swiper-slide a.pic span {
          width: 100%;
          height: 100%;
          position: absolute;
          text-align: center;
          top: 0;
          left: 0; }
          #pro .pro-big .gallery-top .swiper-slide a.pic span::before {
            content: '';
            height: 100%;
            width: 0;
            vertical-align: middle; }
          #pro .pro-big .gallery-top .swiper-slide a.pic span img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle; }
  #pro .pro-big .gallery-thumbs {
    height: auto;
    padding: 10px 0; }
    #pro .pro-big .gallery-thumbs .swiper-wrapper {
      height: auto; }
    #pro .pro-big .gallery-thumbs .swiper-slide {
      height: auto; }
    #pro .pro-big .gallery-thumbs .pic {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 60%;
      cursor: pointer;
      border: 1px solid #707070; }
      #pro .pro-big .gallery-thumbs .pic span {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0; }
        #pro .pro-big .gallery-thumbs .pic span::before {
          content: '';
          height: 100%;
          width: 0;
          vertical-align: middle; }
        #pro .pro-big .gallery-thumbs .pic span img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          display: inline-block;
          vertical-align: middle; }

#pro .pro-title {
  width: 50%; }
  @media (max-width: 991.98px) {
    #pro .pro-title {
      width: 100%; } }
  #pro .pro-title .title {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #602700; }
  #pro .pro-title .txt-editor {
    font-size: 1rem;
    line-height: 30px; }

#pro .editor {
  width: 100%;
  margin-top: 30px; }
  #pro .editor .title {
    color: #602700;
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #602700;
    margin-bottom: 10px; }
  #pro .editor .txt-editor {
    font-size: 1rem;
    line-height: 30px; }

.from-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; }
  .from-box .two-box {
    width: 45%;
    border-bottom: 1px solid #707070;
    padding: 10px 0px 2px;
    color: #707070;
    margin-bottom: 40px; }
    .from-box .two-box input {
      border: 0px;
      width: 70%; }
  .from-box .one-box {
    width: 100%;
    color: #707070;
    margin-bottom: 40px; }
    .from-box .one-box textarea {
      border: 1px solid #707070;
      border-radius: 0px;
      height: 150px; }
  .from-box .code-box {
    width: 70%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
    .from-box .code-box img {
      margin-right: 1rem; }
    .from-box .code-box .two-box {
      width: 45%;
      border-bottom: 1px solid #707070;
      padding: 10px 0px 2px;
      color: #707070;
      margin-bottom: 0px; }
      .from-box .code-box .two-box input {
        border: 0px;
        width: 70%; }
  @media (max-width: 767.98px) {
    .from-box .two-box {
      width: 100%; }
    .from-box .code-box {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .from-box .code-box .two-box {
        width: 100%; } }

.contact-list {
  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; }
  .contact-list .two {
    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: #602700;
    width: 50%;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .contact-list .one {
    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: #602700;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .contact-list .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #602700;
    border-radius: 99rem;
    text-align: center;
    margin-right: 0.5rem; }
    .contact-list .icon i {
      font-size: 25px;
      line-height: 40px; }
  .contact-list .text {
    font-size: 1rem;
    width: calc(100% - 60px);
    margin-left: 10px;
    color: #602700; }
    .contact-list .text span {
      font-weight: bold;
      margin-right: 0.5rem; }
  @media (max-width: 991.98px) {
    .contact-list {
      margin-top: 30px; } }
  @media (max-width: 767.98px) {
    .contact-list .two {
      width: 100%; } }

.map {
  width: 100%; }
  .map img {
    width: 100%;
    height: auto; }

.about-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0; }
  .about-icon-box .about-icon {
    width: 300px;
    margin: 0 30px 30px;
    position: relative; }
    .about-icon-box .about-icon .title {
      width: 80px;
      height: 80px;
      background-color: #602700;
      color: #ffffff;
      border-radius: 99rem;
      line-height: 80px;
      text-align: center;
      position: relative;
      z-index: 3; }
    .about-icon-box .about-icon .icon-box {
      border: 15px solid #602700;
      border-radius: 99rem;
      width: 300px;
      height: 300px;
      margin-top: -80px;
      text-align: center;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: relative; }
      .about-icon-box .about-icon .icon-box .icon {
        text-align: center;
        margin-top: 1rem; }
        .about-icon-box .about-icon .icon-box .icon .text {
          font-size: 1.6rem;
          margin-top: 1rem;
          color: #602700;
          text-transform: uppercase;
          opacity: 1;
          -webkit-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease; }
      .about-icon-box .about-icon .icon-box .icon-hover {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: -15px;
        left: -15px;
        width: 300px;
        height: 300px;
        border-radius: 99rem;
        border: 15px solid #602700;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
        color: #ffffff;
        font-size: 2rem;
        line-height: 290px;
        text-transform: uppercase; }
      .about-icon-box .about-icon .icon-box:hover {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg); }
        .about-icon-box .about-icon .icon-box:hover .icon .text {
          opacity: 0; }

.about-info .main-title {
  font-size: 1.2rem;
  color: #602700;
  margin-bottom: 4rem;
  position: relative; }
  .about-info .main-title::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #602700;
    bottom: -30px;
    left: 35%; }

.about-info .sub-title {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: #000000; }

.about-info img {
  width: 100%; }

.about-info .a-title {
  font-size: 1rem;
  text-align: center;
  color: #000000; }
  .about-info .a-title .title {
    color: #602700;
    margin-bottom: 0.5rem;
    font-weight: bold; }

.about-info.px-10 {
  padding: 5.5rem 3rem; }

@media (max-width: 767.98px) {
  .about-info .main-title::before {
    left: 20%; }
  .about-info .a-title {
    margin-bottom: 20px; } }

#about footer #gotop {
  color: #ffffff; }
  #about footer #gotop::before {
    background-color: #ffffff; }
