.btn {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn {
  padding: 6px 15px;
  background: #fff;
  color: #222;
}

.btn:hover {
  background: #7b9ab9;
  color: #fff;
  border: 1px solid #7b9ab9;
}

.btn:active {
  background: #e6e6e6;
  color: #fff;
  border: 1px solid #7b9ab9;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans TC", sans-serif !important;
  font-size: 16px;
  line-height: 1.8em;
}

.badge {
  background: #fff;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media screen and (min-width: 1700px) {
  .container {
    width: 1400px;
  }
}
@media screen and (min-width: 1700px) {
  .section03 .container {
    width: 1500px;
  }
}
#carousel-generic {
  position: relative;
}

#carousel-generic::after {
  content: "";
  background: url("../../images/wave.svg");
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #carousel-generic::after {
    display: none;
  }
}

.glyphicon-chevron-left:before {
  content: "";
  background: url(../../images/arrow-left-solid.svg);
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.9;
}

.glyphicon-chevron-right:before {
  content: "";
  background: url(../../images/arrow-right-solid.svg);
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.9;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.TYPE_TITLE {
  color: #304771;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.TYPE_TEXT {
  font-size: 20px;
  color: #6c6c6c;
  text-align: center;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
  font-weight: 200;
}
.section01 #PRODUCTS {
  padding: 60px 0 30px;
  min-height: 450px;
}

.section01 #PRODUCTS .owl-item {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.section01 #PRODUCTS .owl-item:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .section01 #PRODUCTS {
    padding: 15px 0 0;
    min-height: 360px;
  }
}
.section02 {
  padding: 50px 0;
}
.section02 .owl-nav {
  text-align: center;
  padding: 20px 0;
}

.section03 {
  padding: 60px 0 30px;
}
.section03 .content {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  .section03 .content {
    flex-direction: column;
    align-items: center;
  }
}
.section03 .content img {
  max-width: 100%;
}
.section03 .ABOUT {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 1200px) {
  .section03 .ABOUT {
    border-right: none;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .ABOUT {
    min-height: 470px;
    border-right: 0;
    background-size: 100%;
  }
}

.section03 .ABOUT .ABOUTINFO {
  width: 66%;
  margin: 0 auto;
  padding-left: 5%;
  letter-spacing: 1px;
}

.section03 .ABOUT .ABOUTINFO a.btn {
  margin: 0 auto;
  width: 100px;
  display: block;
}

@media screen and (max-width: 428px) {
  .section03 .ABOUT .ABOUTINFO {
    width: 73%;
    font-size: 14px;
    line-height: 1.2em;
  }
}

.section03 .TWMAP {
  padding: 30px;
}

.section03 .TWMAP img {
  max-width: 100%;
}
.section03 .AREA {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .section03 .AREA {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .section03 .AREA {
    flex-direction: column-reverse;
  }
}
.section03 .AREA .AREA-wrap {
  padding: 0 20px;
}
.section03 .AREA .info {
  padding: 20px 10px 0;
}
.section03 .AREA h4 {
  color: #4d4d4d;
  font-size: 18px;
}
.section03 .AREA li {
  color: #747474;
  font-size: 15px;
  padding-left: 10px;
  letter-spacing: 1px;
}
.more-btn {
  margin: 40px 0;
}
.more-btn a {
  background-color: #304771;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.8px;
  transition: all 0.3s;
}
.more-btn a:hover {
  background-color: #779ada;
  text-decoration: none;
}

.category_parent_link {
  white-space: nowrap;
}
.category-wrapper .nav::before,
.product-wrapper .nav::before,
.category-wrapper .nav::after,
.product-wrapper .nav::after {
  display: none;
}
.category-wrapper .nav,
.product-wrapper .nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 170px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .category-wrapper .nav,
  .product-wrapper .nav {
    grid-template-columns: repeat(auto-fit, 140px);
  }
}
.category-wrapper .aside-title,
.product-wrapper .aside-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .category-wrapper .aside-title,
  .product-wrapper .aside-title {
    display: block;
    background-color: transparent;
  }
}

.category-wrapper .breadcrumb,
.product-wrapper .breadcrumb {
  background-color: transparent;
  text-align: center;
  letter-spacing: 1.5px;
}
.category-wrapper aside .nav li a,
.product-wrapper aside .nav li a {
  font-size: 15px;
  color: #337ab7;
  border: 1px #337ab7 solid;
  border-radius: 30px;
  margin: 10px;
  padding: 5px 10px;
  text-align: center;
}
.category-wrapper aside .nav li a:hover,
.product-wrapper aside .nav li a:hover,
.category-wrapper aside .nav li a.topic,
.product-wrapper aside .nav li a.topic {
  background-color: #304771;
  border-color: #304771;
  color: #fff;
}
.category-wrapper .li-item .imgBox-inner {
  overflow: hidden;
}
.category-wrapper .li-item .imgBox-fit {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.category-wrapper .li-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  background-color: #fff;
}
.category-wrapper .li-item:hover .imgBox-fit {
  transform: scale(1.1);
}
.category-wrapper .features-box {
  text-align: center;
}
.category-wrapper .li-item .features-box a.btn-default {
  border-radius: 20px;
  background-color: #7b9ab9;
  color: #fff;
  padding: 10px 20px;
  border-color: transparent;
}
.category-wrapper .features-box a h4 {
  color: #5b5050;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: normal;
}
.category-wrapper .prd_info {
  display: none;
}
#myTab {
  display: none;
}
#category_descr {
  padding: 10px;
}
.product-wrapper .content {
  padding: 30px 0;
}
.product-wrapper .btn-buy {
  border-color: #333333;
}
/* shoplist */

h2.SHOP_TITLE {
  border-bottom: 0 !important;
  background: #7b9ab9 !important;
}
#btn_precheck {
  border-color: #7b9ab9 !important;
}

/* contact */

.contact-wrapper .form-control {
  border: none;
}
.contact-wrapper .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border-bottom: 1px #989ea9 solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.contact-wrapper .content-wrap {
  display: flex;
  align-items: center;
}

.contact-wrapper .img-wrap {
  background-image:
    linear-gradient(rgba(18, 18, 20, 0.4), rgba(0, 0, 0, 0.4)),
    url(/hipershop/rwd1798/store/F1/contact.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .contact-wrapper .img-wrap {
    max-width: 100%;
  }
}

.contact-wrapper .form-group {
  margin: 25px 0;
}
.contact-wrapper .form-wrap {
  padding: 70px 180px;
}
@media screen and (max-width: 992px) {
  .contact-wrapper .form-wrap {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  .contact-wrapper .form-wrap {
    padding: 50px 20px;
  }
}
.contact-wrapper .form-group .control-label {
  font-size: 16px;
  margin: 0;
  text-align: right;
  color: #304771;
}

.contact-wrapper .btn-info {
  background-color: #5d98d4;
  border: none;
  padding: 6px 16px;
}
.contact-wrapper .btn-info {
  color: #5d98d4;
  border: 1px #5d98d4 solid;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 40px;
  transition: all 0.3s;
}
.contact-wrapper .btn-info:hover {
  color: #fff;
  background-color: #5d98d4;
}
.contact-wrapper .has-error .form-control:focus {
  box-shadow: none;
}

/* footer */
.footerbg {
  background: url("../../images/wave2.svg");
  background-size: cover;
  padding-bottom: 7.08%;
}

@media screen and (max-width: 768px) {
  .footerbg {
    padding-bottom: 7.02%;
  }
}

.footerbtn {
  word-break: keep-all;
  padding-bottom: 30px;
  letter-spacing: 4px;
}

.footerlink {
  padding: 50px 15px 30px;
  background: #304771;
  overflow: hidden;
  color: #fff;
}

.footerlink ul {
  line-height: 2em;
}

.footerlink a {
  color: #fff;
}

.footerlink li {
  letter-spacing: 1.8px;
}
.footerwrap p {
  letter-spacing: 1.5px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .footer_info {
    margin-top: 30px;
  }
}

.footer_icon {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 560px) {
  .footer_icon {
    justify-content: center;
  }
}
.icon {
  margin: 0 10px;
  transition: opacity 0.3s ease;
}
.icon:hover {
  margin: 0 10px;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .icon {
    margin: 20px 10px;
  }
}

/* page-news */
.news-wrapper .news-content {
  margin: 30px 10px 0;
}
.news_author {
  display: none;
}
.news_title {
  font-size: 25px;
  font-weight: 600;
  color: #5b5050;
  margin: 0 0 18px !important;
  line-height: 1.4;
}
.news-wrapper .aside-title {
  display: none;
}
.newsitem {
  margin-bottom: 20px;
  padding: 0 20px;
}
.NEWS_type {
  margin: 0 30px;
  padding-bottom: 20px;
}
.NEWS_type li {
  font-weight: 600;
  transition: all 0.3s linear;
  display: block;
  margin-bottom: 10px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .NEWS_type li {
    max-width: 100%;
  }
}

.NEWS_type li a {
  background-color: #7b9ab9;
  color: #fff;
  margin: 0 10px;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
}
.NEWS_type li a:hover {
  background-color: #7b9ab9;
  color: #fff;
}
.NEWS_type li .topic {
  background-color: #304771;
  color: #fff;
}
.NEWS_type li .type_icon {
  display: none;
}
.NEWS_type .badge {
  display: none;
}
@media screen and (max-width: 480px) {
  .headlinecate {
    border: transparent;
    border-radius: 0px;
    margin: 0;
  }
}
.headlinecate img {
  display: none;
}

.news-wrapper .newsbar {
  display: none;
}
.news-wrapper .thumbnail {
  border: none;
  border-bottom: 1px #cccccc solid;
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newslist img.news_pic {
  margin: 0 30px 0 0;
  padding: 0;
  width: 250px;
  border-radius: 15px;
  border: 1px #d2d7db solid;
  transition: all 0.3s;
}
@media screen and (max-width: 560px) {
  .newslist img.news_pic {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.newslist :hover img {
  transform: scale(1.03);
}
.newslist .newslist img:hover .news_title {
  color: #7b9ab9;
}

.news-list .news_imgBox-fit {
  overflow: hidden;
  display: block;
}
.caption p {
  margin: 20px 0;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #7d7d7d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .caption p {
    margin: 0 0 10px 0;
  }
}
.news_date {
  letter-spacing: 0.5px;
  font-size: 16px;
  min-width: 103px;
  font-weight: 500;
  color: #5b5050;
}
.news_date img {
  display: none;
}
.news_sort {
  display: none;
}
.news_sort img {
  display: none;
}
.news_author {
  display: none;
}
.news_more:hover,
.news_more:focus {
  background-color: #7b9ab9;
  color: #fff;
}
#LinkContainer h1.news_title {
  padding: 0 20px;
}
.news-wrapper .btn-default {
  border-radius: 0px;
  padding: 10px 30px;
  transition: all.2s;
}
.news p {
  padding-left: 20px;
}
.descri-none {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 20px 0;
}
.news-wrapper h1.news_title {
  padding: 0;
}
.news-wrapper .article-content {
  margin: 20px 0;
}
.news-wrapper .arti-news {
  margin: 0;
  text-align: center;
}
.news-wrapper .news_content {
  margin: 0;
}
.news-content .arti-news > img {
  margin: 20px 0;
  max-width: 800px;
}
.pagination > .active > a {
  transition: all.3s;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
  background-color: #7b9ab9;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .news-wrapper h2.aside-title:after {
    color: #555;
    font-weight: 400;
  }
}

/* 關聯商品樣式 */

.panel-title {
  font-size: 24px;
  left: 50%;
  top: 50%;
  padding: 10px;
  letter-spacing: 10px;
  font-weight: bold;
  color: #3d4775;
  padding: 50px 0;
}
.panel-title::after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 1px solid #3d4775;
  padding-bottom: 20px;
  margin: 0 auto;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
}
.panel-default {
  margin: 40px 0;
  border-radius: 30px;
}

.navbar-header .fa-search:before {
  font-size: 18px;
}

.search a:focus,
.search a:hover {
  text-decoration: none;
}

.search a {
  font-size: 18px;
}

ol.breadcrumb {
  margin-bottom: 0 !important;
}

.sidemenu {
  position: fixed;
  right: 2.1rem;
  bottom: 13rem;
  z-index: 99;
}

.sidemenu .icon {
  border-radius: 8px;
  background: #fff;
  width: 40px;
  height: 40px;
}
