@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * PRODUCT
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Poppins", sans-serif;
  padding-top: 0;
}
body.page-product {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body.page-product {
    padding-top: 120px;
  }
}

a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #00afe3;
  outline: 0;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

#scrollUp {
  right: 0;
  bottom: 30px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; */
  padding: 0;
}
@media (min-width: 992px) {
  .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}
.navbar * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .container {
  max-width: 100%;
  height: 60px;
}
@media (min-width: 992px) {
  .navbar .container {
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .navbar .container {
    border-bottom: 1px solid #ffffff;
    max-width: 1440px;
    padding: 0;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 200px;
}
.navbar-brand .white {
  display: inline-block;
}
.navbar-brand .black {
  display: none;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #ffffff;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-nav {
  margin-top: 0;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 1.25rem;
  }
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1.9rem;
  }
  .navbar-nav .nav-item:last-child {
    padding-right: 0 !important;
  }
}
.navbar-nav .nav-link {
  color: #303233;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #00afe3;
}
@media (min-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    color: #ffffff;
  }
}

.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.fixed .navbar-toggler .icon-bar {
  background-color: #00afe3;
}
.fixed .navbar-brand .white {
  display: none;
}
.fixed .navbar-brand .black {
  display: inline-block;
}
.fixed .navbar-nav {
  margin-top: 0;
}
.fixed .navbar-nav .nav-link {
  color: #303233;
}
.fixed .navbar-nav .nav-link:hover, .fixed .navbar-nav .nav-link.active {
  color: #00afe3;
}
@media (min-width: 992px) {
  .fixed .container {
    height: 80px;
  }
}

.product-fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
}
.product-fixed .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-fixed .navbar-toggler .icon-bar {
  background-color: #00afe3;
}
.product-fixed .navbar-brand .white {
  display: none;
}
.product-fixed .navbar-brand .black {
  display: inline-block;
}
.product-fixed .navbar-nav {
  margin-top: 0;
}
.product-fixed .navbar-nav .nav-link {
  color: #303233;
}
.product-fixed .navbar-nav .nav-link:hover, .product-fixed .navbar-nav .nav-link.active {
  color: #00afe3;
}
@media (min-width: 992px) {
  .product-fixed .container {
    height: 120px;
  }
  .product-fixed.fixed .container {
    height: 80px;
  }
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner-pic {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .banner-pic {
    height: 430px;
  }
}
.banner-txt {
  text-align: center;
  width: 100%;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .banner-txt {
    margin-top: 0;
    top: auto;
    left: 50%;
    bottom: 7rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .banner-txt {
    width: 1400px;
    margin: 0 auto;
  }
}
.banner-txt .title {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.banner-txt .title span {
  display: block;
  color: #fcd600;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .banner-txt .title {
    font-size: 1.3125rem;
  }
  .banner-txt .title span {
    font-size: 2.875rem;
    margin-bottom: 1rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #0b285b;
  color: #5c74a1;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #5c74a1;
}
.footer a:hover {
  color: #fcd600;
}
.footer-logo {
  text-align: center;
  margin-bottom: 0.5rem;
}
.footer-logo .title {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 1400px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-info .nav {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
}
.footer-info .nav li {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 1400px) {
  .footer-info .nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .footer-info .nav li {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .footer-info .nav li.add {
    padding-right: 1.75rem;
    margin-right: 1.75rem;
    position: relative;
  }
  .footer-info .nav li.add::after {
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.footer-copy {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
.footer-copy span {
  display: inline-block;
}
/* @media (min-width: 1400px) {
  .footer-copy {
    text-align: right;
  }
} */

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main {
    padding: 5rem 0;
  }
}

/* BREADCRUMB */
.breadcrumb {
  color: #959595;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
}

/* SIDEBAR */
.sidebar {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .sidebar {
    padding-right: 4rem;
  }
}
.sidebar .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #00afe3;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar .title i {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .title.show i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .sidebar .title {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sidebar .title i {
    display: none;
  }
}
.sidebar .nav {
  display: none;
}
.sidebar .nav.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .nav li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #303233;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.sidebar .nav li a:hover,
.sidebar .nav li a.active {
  color: #00afe3;
}
@media (min-width: 992px) {
  .sidebar .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar .nav li a {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* CONTENT */
@media (min-width: 992px) {
  .content {
    padding-left: 0;
  }
}

/* PICTURE */
.pic a {
  background: -webkit-gradient(linear, left top, right top, from(#007be4), to(#2c9cc8));
  background: -o-linear-gradient(left, #007be4 0%, #2c9cc8 100%);
  background: linear-gradient(to right, #007be4 0%, #2c9cc8 100%);
  overflow: hidden;
  position: relative;
}
.pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic a:hover::before {
  opacity: 1;
}
.pic a:hover img {
  opacity: 0.3;
}

/* PAGINATION */
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.pagination .page-link {
  border: none;
  background-color: transparent;
  color: #00afe3;
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  text-align: center;
  line-height: 35px;
  width: 45px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  color: #fcd600;
}
.pagination .page-arrow {
  border: 1px solid #858585;
  border-radius: 50%;
  color: #858585;
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  border-color: #00afe3;
  color: #00afe3;
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #858585;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 50px;
  width: 220px;
  height: 50px;
  padding: 0;
}
.btn:hover {
  border-color: #00afe3;
  background-color: #00afe3;
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  background-image: url(../images/about-bg.jpg);
  background-position: center top;
  background-size: cover;
}
.about .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .about .container {
    max-width: 1280px;
  }
}

/* ABOUT TEXT */
.about-text {
  color: #ffffff;
  text-align: justify;
  letter-spacing: 0.075rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .about-text {
    font-size: 1.0625rem;
  }
}
.about-text h3 {
  color: #fcd600;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 576px) {
  .about-text h3 {
    font-size: 2rem;
  }
}
.about-text h4 {
  color: #00afe3;
  font-size: 1.25rem;
  font-weight: bold;
}
.about-text ul {
  max-width: 1000px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-text ul li {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.about-text ul li img {
  width: 150px;
}
.about-text ul li span {
  display: block;
  margin-top: 0.5rem;
}
.about-text ul li span span {
  color: #00afe3;
  display: inline-block;
}
@media (min-width: 992px) {
  .about-text ul li img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .about-text ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news {
  background-color: #f2f2f2;
}
.news .date {
  display: block;
  color: #00afe3;
  font-family: "Poppins", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.4;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.news .date b {
  font-size: 2.25rem;
  font-weight: normal;
  display: block;
}
.news .btn-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 3rem;
}

/* NEWS LIST */
.news-list-wrap .container {
  max-width: 100%;
}
@media (min-width: 1680px) {
  .news-list-wrap .container {
    max-width: 1620px;
    padding: 0;
  }
}

.news-list-item {
  margin-bottom: 3.5rem;
}
.news-list-txt {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1rem;
}
@media (min-width: 576px) {
  .news-list-txt {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .news-list-txt {
    padding: 4rem 2.5rem 3.25rem;
  }
}
.news-list-txt .title {
  color: #000000;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-top: 2rem;
  height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.news-list-pic a::before {
  background-image: url(../images/more-02.svg);
  width: 340px;
  height: 170px;
}

/* NEWS VIEW */
.news-view-wrap .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .news-view-wrap .container {
    max-width: 1150px;
    padding: 0;
  }
}

.news-view {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .news-view {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .news-view {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .news-view {
    padding: 3rem 6.5rem;
  }
}
.news-view-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .news-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-view-title .date {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .news-view-title .date {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 3rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
.news-view-title .title {
  color: #303233;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .news-view-title .title {
    margin-top: 1rem;
  }
}
.news-view-text {
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
/* PRODUCT LIST */
.product-list {
  margin: 0 -1.125rem;
}
.product-list-item {
  margin-bottom: 1.5rem;
  padding: 0 1.125rem;
}
@media (min-width: 992px) {
  .product-list-item {
    margin-bottom: 3rem;
  }
}
.product-list-txt {
  margin-top: 1.5rem;
}
.product-list-txt .title {
  color: #303233;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600px;
  text-align: center;
}

/* PRODUCT VIEW */
.product-view-wrap {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .product-view-wrap {
    padding: 4rem 0;
  }
}

@media (min-width: 992px) {
  .product-view {
    padding-left: 1rem;
    margin-top: 0;
  }
}
.product-view-pic {
  position: relative;
}
.product-view-pic .mySwiper {
  margin-top: 1rem;
}
.product-view-pic .mySwiper .swiper-slide {
  background-color: #00afe3;
}
.product-view-pic .mySwiper .swiper-slide-thumb-active img {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .product-view-pic .mySwiper {
    margin-left: -1rem;
  }
}
@media (min-width: 1400px) {
  .product-view-pic .mySwiper {
    padding-right: 1rem;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 1.25rem;
    width: 140px;
    height: 480px;
  }
  .product-view-pic .mySwiper .swiper-slide {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 1rem !important;
  }
}
.product-view-pic .mySwiper2 img {
  width: 100%;
}
.product-view-pic .mySwiper2 .swiper-button-prev,
.product-view-pic .mySwiper2 .swiper-button-next {
  background-image: url(../images/arrow.svg);
  width: 50px;
  height: 50px;
}
.product-view-pic .mySwiper2 .swiper-button-prev::after,
.product-view-pic .mySwiper2 .swiper-button-next::after {
  display: none;
}
.product-view-pic .mySwiper2 .swiper-button-prev {
  left: 0;
}
.product-view-pic .mySwiper2 .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
@media (min-width: 992px) {
  .product-view-pic .mySwiper2 {
    margin-left: -1rem;
  }
}
@media (min-width: 1400px) {
  .product-view-pic .mySwiper2 {
    margin-right: 185px;
  }
}
.product-view-txt {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .product-view-txt {
    margin-top: 0;
  }
}
.product-view-txt .title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product-view-txt .title {
    font-size: 2.375rem;
  }
}
.product-view-txt .subtitle {
  color: #00afe3;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600px;
  letter-spacing: 0.075rem;
  margin-bottom: 1.25rem;
}
.product-view-txt .text {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .product-view-txt .text {
    font-size: 1.25rem;
  }
}
.product-view-txt .list {
  padding-left: 1.5rem;
}
.product-view-txt .list li {
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.product-view-txt .list li::marker {
  color: #fcd600;
}

/* PRODUCT SPEC */
.product-spec {
  margin-top: 4rem;
}
.product-spec-tit {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 1.75rem 0;
  margin-bottom: 3rem;
}
.product-spec-tit .title {
  color: #00afe3;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
}
.product-spec-txt {
  font-family: "Poppins", sans-serif;
}
.product-spec-txt .title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}
.product-spec-txt .table {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  font-family: "Poppins", sans-serif;
  margin-bottom: 3.5rem;
}
.product-spec-txt .table tr:nth-child(odd) th,
.product-spec-txt .table tr:nth-child(odd) td {
  background-color: #f3f3f3;
}
.product-spec-txt .table tr:nth-child(even) th,
.product-spec-txt .table tr:nth-child(even) td {
  background-color: #ffffff;
}
.product-spec-txt .table th,
.product-spec-txt .table td {
  border-bottom: none;
  color: #303233;
}
.product-spec-txt .table th {
  font-size: 1.125rem;
  font-weight: 600;
  width: 25%;
}
.product-spec-txt .table td {
  width: 75%;
}
@media (min-width: 992px) {
  .product-spec-txt .table th,
.product-spec-txt .table td {
    padding: 1.25rem 2rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  background-color: #f8f8f8;
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.contact::after {
  content: "";
  background-image: url(../images/text.svg);
  width: 130px;
  height: 825px;
  position: absolute;
  top: -30px;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .contact::before, .contact::after {
    display: block;
  }
}
.contact .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .contact .container {
    max-width: 1000px;
    padding: 0;
  }
}
.contact .container > .row > [class*=col-] {
  padding: 3rem 12px;
}
.contact .container > .row > [class*=col-]:first-child {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .contact .container > .row > [class*=col-] {
    padding: 5rem 12px;
  }
}
@media (min-width: 1200px) {
  .contact .container > .row > [class*=col-]:first-child {
    width: 53%;
    padding-right: 4rem;
  }
  .contact .container > .row > [class*=col-]:last-child {
    width: 47%;
    padding-left: 4rem;
  }
}

/* CONTACT INFO */
.contact-info .title {
  color: #303233;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.contact-info .text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding: 1.25rem 0;
  margin: 1.5rem 0 1.75rem;
}
@media (min-width: 1200px) {
  .contact-info .text {
    margin-right: 5rem;
  }
}
.contact-info .nav {
  margin-bottom: 2.5rem;
}
.contact-info .nav li {
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-info .nav li span {
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.contact-info .nav li span::after {
  content: "";
  background-color: #c1c2c2;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contact-info iframe {
  border: 1px solid #aeafaf;
  display: block;
  width: 100%;
  height: 330px;
  padding: 1px;
}

/* CONTACT FORM */
.contact-form .title {
  color: #00afe3;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.contact-form .form .form-control {
  font-size: 1.0625rem;
  padding: 0.75rem 1.25rem;
}
.contact-form .form .form-control::-webkit-input-placeholder {
  color: #8a8e8e;
}
.contact-form .form .form-control::-moz-placeholder {
  color: #8a8e8e;
}
.contact-form .form .form-control:-ms-input-placeholder {
  color: #8a8e8e;
}
.contact-form .form .form-control::-ms-input-placeholder {
  color: #8a8e8e;
}
.contact-form .form .form-control::placeholder {
  color: #8a8e8e;
}
.contact-form .form .code {
  padding-right: 150px;
  position: relative;
}
.contact-form .form .code .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
}
.contact-form .form .code img {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-form .form .btn {
  border-radius: 0.25rem;
  border: none;
  background-color: #514f4e;
  color: #ffffff;
  font-size: 1.0625rem;
  max-width: 190px;
}
.contact-form .form .btn:hover {
  background-color: #00afe3;
}