*{
  font-family: "Noto Sans TC", sans-serif;
}
a:hover,
a:focus{
  text-decoration: none;
}
@media (min-width: 1400px) {
  .container {
      width: 1480px;
  }
}
.navbar-brand{
  padding: 10px;
}

.nav li a{
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 35px 15px;
}
@media screen and (max-width: 1350px) {
  .nav li a{
    font-size: 20px;
    padding: 20px;
 }
  .navbar-nav .open .menu-2>li>a{
    padding: 10px 0 10px 30px;
    line-height: 20px;
  }
}
.nav li a:focus, 
.nav li a:hover{
  background-color: transparent;
  color: #D31C25;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #D31C25;
  color: #fff;
}

.mainlink li .dropdown-menu{
  border: transparent;
  box-shadow: none;
}
.mainlink li .dropdown-menu a{
  padding: 10px 20px;
}
.caret{
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  margin: 0 0 4px 6px;
}
.caret:hover{
  color: #fff;
}
.dropdown-submenu>a:after{

}
.marginBottom-0 {
  margin-bottom: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  background-color: #ffffff !important;
  background: 0;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after { 
  display: block; 
  content: ''; 
  float: right; 
  width: 0; 
  height: 0; 
  border-color: transparent; 
  border-style: solid; 
  border-width: 5px 0 5px 5px; 
  border-left-color: #cccccc; 
  margin-top: 5px; 
}
@media screen and (max-width: 1350px) {
  .dropdown > a:after{
    content: '+';              
    float: right;
    font-size: 18px;          
    font-weight: bold;
    color: #ccc;            
    margin-top: -2px;
    margin-right: 11px;
  }
  .dropdown-submenu > a:after {
      display: block; 
      content: ''; 
      float: right; 
      width: 0; 
      height: 0; 
      border-color: transparent; 
      border-style: solid; 
      border-width: 5px 0 5px 5px; 
      border-left-color: #cccccc; 
      margin-top: 5px; 
      margin-right: 34px;
  }
}
.nav_lan a:after{
    display: none; 
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    overflow: scroll;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



.navbar-toggle {
  margin-top: 3px;
  font-size: 20px;
  position: relative;
  z-index: 99;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #fff;
  color: #D31C25;
  font-weight: 700;
  border-bottom: #eee;
}
.nav_icon{
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.nav_icon a{
  padding: 5px 3px!important;
}
.nav_icon li,
.nav_icon li{
  transition: all 0.3s;
}
.nav_icon li:hover,
.nav_icon li:focus{
  background-color: transparent!important;
  transform: scale(1.1);
}

.nav_lan{
  background-color: #D31C25;
  color: #fff;
  margin-left: 30px;
  padding: 32px 20px;
}
@media (max-width: 1350px) {
  .nav_lan{
    margin-left: 0;
    border-radius: 20px;
  }
}
.nav_lan a{
  color: #fff!important;
}
.nav_lan .open .dropdown-menu{
  background-color: #D31C25 !important;
}
.nav_lan .dropdown-menu a{
  color: #202020!important;
  text-align: center;
}
.nav_right{
  display: flex;
  align-items: center;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1350px) {
  .nav_right{
    flex-direction: column;
    padding: 0;
  }
}
.nav_lan .dropdown-menu{
  border-radius: 0;
  margin-top: 0;
  min-width: 211px;
}
@media (max-width: 1350px) {
  .nav_lan .dropdown-menu{
    width: 100%;
  }
  .menu-2 li{
   padding: 10px 0;
   border-bottom: 1px solid #ddd;
  }
  .menu-2 li a{
   padding: 20px 0;
  }
  .menu-3{
    background-color: #ececec !important;
  }
  .menu-3 li{
    padding: 10px 0;
    border: none;
  }
  .menu-3 li a{
  }
}
    
.nav_lan .dropdown-menu a:hover{
  color: #202020!important;
  text-align: center;
  text-decoration: none;
}
.nav_lan img{
  padding: 0 10px 0 0;
}

/* 改斷點 */
@media (max-width: 1350px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,
  .navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
  }
  .navbar-nav > li {
      float: none;
  }
  .collapse.in {
      display: block !important;
  }
  .navbar-collapse{
    padding: 0;
  }
  .navbar-brand img {
      max-width: 250px;
      padding: 0.8rem 0;
  }
  .navbar .visible-xs {
    display: block !important;
  }
  .navbar .hidden-xs{
    display: none !important;
  }
  .navbar-nav .dropdown-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .nav_lan .dropdown-menu{
    margin: 20px 0 0;
    min-width: auto;
  }
  .nav_lan{
    padding: 25px;      
  }
  .navbar-nav{
    margin: 15px 0;
  }
}

/* section-title */

@media screen and (max-width: 768px) {
  .section-title{
    flex-direction: column;
  }
}
.section-title h2{
  font-family: "Blinker", serif;
  font-size: 55px;
  color: #D31C25;
  margin-right: 15px;
  line-height: 1;
}
.section-title h2 span{
  font-family: "Blinker", serif;
  color: #252525;
}
.section-title h3{
  color: #484848;
  border-bottom: 1px #484848 solid;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section-title h2{
    margin-right: 0px;
    text-align: center;
  }
  .section-title h3{
    margin-top: 0;
  }
}
/* btn */

.more-btn {
  background-color: #D31C25;
  color: white;            
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 20px 30px;
  width: 210px;
  border: none;
  border-radius: 20px; 
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.more-btn:hover,
.more-btn:focus {
  background-color: #a80000; /* 深紅色 */
  transform: translateX(5px); /* 上升效果 */
  color: #fff;
}
/* default-AD_banner */
.AD_banner{
  margin-top: 89px;
}

/* default-product */
.product {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .product {
  padding: 40px 0;
 }
}
.product .section-title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.product .btn-wrap{
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

/* default-news */

/* section02-default_news */
.news {
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .news {
    margin: 0 0 50px;
 }
}
/* 背景色塊靠最右邊 */
.news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  border-radius: 40px;
  background-color: #F6F3EE;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .news::after {
    width: 100%;
  }
}
/* 內容層保持在色塊上方 */
.news .container {
  position: relative;
  z-index: 2;
}

/* 左邊圖片壓在色塊上 */
.news-left {
  position: relative;
  z-index: 3;
}

.news .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .news .section-title h2{
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .news .section-title h2{
    max-width: none;
  }
}
.news .news_content {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
  .news .news_content {
    flex-direction: column;
  }
}
.news .news-list {
  padding-left: 80px;
  z-index: 1;

}
@media (max-width: 1400px) {
  .news .news-list {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .news .news-list {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .news .news-list {
    padding: 0;
  }
}
#rwdnews_list {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #rwdnews_list {
    flex-direction: column;
    padding: 50px 10px 0;
  }
}
#rwdnews_list ul {
  float: left;
  width: 50%;
}
@media (max-width: 992px) {
  #rwdnews_list ul {
    float: none;
    width: 100%;
  }
}

#rwdnews_list ul .rwdnewsli .pic {
  display: none;
}
#rwdnews_list ul .rwdnewsli .pic img {
  display: block;
  width: 100%;
  min-height: 250px;
  transform: scale(1);
  transition: all 0.4s;
}
#rwdnews_list ul .rwdnewsli:hover .pic img {
  transform: scale(1.05);
}
#rwdnews_list .rwdnewsli {
  display: flex;
  flex-direction: column;
  margin: 0 38px 30px 0;
}
@media (max-width: 992px) {
  #rwdnews_list .rwdnewsli {
    margin: 0;
  }
}
#rwdnews_list .rwdnewsli .newscontent{
  min-height: 110px;
}
#rwdnews_list .rwdnewsli .newsDate{
  font-family: "Blinker", serif;
  letter-spacing: 1.5px;
  font-size: 18px;
}
#rwdnews_list .rwdnewsli .newscontent h4::after {
  content: "";
  display: block;
  border-bottom: 1px #969494 solid;
  padding: 5px;
}
#rwdnews_list ul .rwdnewsli .newscontent h4 a {
  color: #333350;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0 0;
  min-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
#rwdnews_list ul .rwdnewsli .newscontent h4 a:hover,
#rwdnews_list ul .rwdnewsli .newscontent h4 a:focus {
  color: #D31C25;
  text-decoration: none;
}
#rwdnews_list ul .rwdnewsli .newscontent p {
  display: none;
}
.rwdnewsli .ctydate{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.rwdnewsli .card-category{
  background-color: #fff;
  color: #D31C25;
  border: 1px #D31C25 solid;
  padding: 5px 15px;
  margin: 0 15px;
  font-weight: bold;
  letter-spacing: 1.3px;
  border-radius: 15px 15px 0 15px;
}
@media (max-width: 768px) {
  .news .section-btn{
    margin-top: 30px;
  }
}

/* default-video */
.video{
  padding: 0 0 50px;
}
.video .section-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}


/* default-about */

.about{
  background: url(../../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 200px 0;
}
@media (max-width: 768px) {
  .about{
    padding: 0 0 100px;
  }
}
.about .section-title{
  display: flex;
  align-items: center;
  z-index: 999;
}
.about .text-wrap{
  z-index: 2;
  padding: 20px;
}
.about-wrap{
  display: flex;
}
@media (max-width: 1120px) {
  .about-wrap{
    display: block;
  }
}
.about-wrap .img-wrap01{
  position: absolute;
  top: 10%;
  left: -4%;
}
@media (max-width: 1600px) {
  .about-wrap .img-wrap01{
    left: -14%;
  }
}
@media (max-width: 1300px) {
  .about-wrap .img-wrap01{
    max-width: 50%;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .about-wrap .img-wrap01{
    position: relative;
    max-width: none;
  }
}
.about-wrap .img-wrap02{
  position: absolute;
  top: -18%;
  right: 0;
  z-index: 0;
  overflow-x: hidden;
  padding: 30px 0 30px 30px;
}
@media (max-width: 1250px) {
  .about-wrap .img-wrap02{
    top: auto;
    right: 0;
    bottom: -20%;
  }
}
@media (max-width: 992px) {
  .about-wrap .img-wrap02{
    max-width: 60%;
    bottom: -20%;
  }
}
@media (max-width: 480px) {
  .about-wrap .img-wrap02{
    bottom: -10%;
  }
}
.about-text{
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 2;
  padding: 20px 0;
}
.about .simpleParallax{
  overflow: visible!important;
}

/* page-banner */
.page-banner{
    background-image: url('/hipershop/rwd1851/store/F1/page-banner.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    color: #ffffff;
}
.page-banner::before{
    content: '';
    background-image: url(../../images/decoration-01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 1921px) {
  .page-banner::before{
    display: none;
 }
}
@media screen and (max-width: 768px) {
    .page-banner{
        margin-top: 70px;
    }
    .page-banner::before{
      display: none;
 }
}
.page-banner{
    height: 300px;
}
.page-title{
  text-align: center;
}
.page-title h2{
    font-family: "Blinker", serif;
    font-size: 96px;
    letter-spacing: .2rem;
    color: #fff;
    opacity: 0.5;
}
@media screen and (max-width: 480px) {
    .page-title h2{
        font-size: 50px;
    }
}
.page-title h3{
    font-size: 25px;
    letter-spacing: 10px;
    margin-top: -5px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

/* footer */
footer{
  padding: 100px 0 20px;
}
footer .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media (max-width: 1200px) {
  footer .content{
    flex-direction: column;
  }  
}
@media (max-width: 768px) {
  footer .content .right,
  footer .content .right ul{
    flex-direction: column;
  }  
}
@media (max-width: 480px) {
  footer .content{
    padding: 20px 10px;
  }  
}
footer .content .left{
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  footer .content .left{
    flex-direction: column;
  }  
}
@media (max-width: 1200px) {
  footer .content .left{
    padding: 30px 10px;
  } 
}
@media (max-width: 480px) {
  footer .content .left{
    align-items: flex-start;
    align-items: center;
  }  
}
footer .content .right{
  border-left: 1px #A6A2A2 solid;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  footer .content .right{
    border-top: 1px #A6A2A2 solid;
    border-left: none;
    padding: 30px 10px;
  } 
}
@media (max-width: 768px) {
  footer .content .right{
    border: none;
    padding: 0 10px;
  } 
}
@media (max-width: 768px) {
  footer .content .right ul{
    align-items: center;
    text-align: center;

  }  
}
footer .content li{
  padding: 5px 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  footer .content .right ul li{
   border-bottom: 1px #BCBCBC solid;
   padding-bottom: 10px;
   padding: 30px;
  }
}
footer .content .icon{
  display: flex;
  align-items: center;
  padding: 20px 50px;
}
footer .content .icon a{
  padding: 0 5px;
}
footer .right ul{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
footer .right ul li{
  padding: 0 30px;
}
footer .right ul h3{
  font-size: 20px;
  padding-bottom: 30px;
}
footer .right ul h4{
  font-weight: 600;
}
footer .right ul a h4{
  color: #252a2f;
  border-bottom: 1px #a8a8a8 solid;
  padding-bottom: 5px;
  text-align: center;
  transition: all 0.3s;
}

footer .right ul a h4:hover{
  color: #b8b8b8;
}

footer .Copyright{
  font-size: 15px;
  color: #484848;
  background-color: transparent;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 20px 0;
}

/*---------- page-news ----------*/  

/* 樣式二 */

.news-wrapper .news-row>.row>.col-sm-12 {
  width: calc(100% / 3);
}
@media screen and (max-width: 1250px) {
  .news-wrapper .news-row>.row>.col-sm-12 {
    width: calc(100% / 2);
  }
}
@media screen and (max-width:767px) {
  .news-wrapper .news-row>.row>.col-sm-12 {
    width: calc(100% / 1);
  }
}
.news-wrapper .text-center {
  clear: both;
}
/* 文章標題名稱 */
.news-wrapper .news_title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
/* 避免浮動圖片超出 */
.news-wrapper .newslist {
  min-height: 350px;
  overflow: hidden;
  padding: 5px 5px 0;
}
.news-wrapper .pagination{
  padding: 30px 0 10px;
}
.news-wrapper .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  border-radius: 50%;
  background-color: #d31c25 !important;
  font-size: 14px;
  color: #ffffff;
}
.news-wrapper .pagination > li > a,
.pagination > li > span {
  border: none;
  background-color: transparent;
  margin: 0 5px;
  font-size: 16px;
  color: #5e5d5d;
  line-height: 1.4;
}
.news-wrapper .pagination>.disabled>a,
.pagination>.disabled>a:hover{
  border-radius: 50px;
}


.news-wrapper aside {
  padding: 0 20px 30px;
  border-radius: 30px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .news-wrapper aside {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper aside {
    margin: 0px;
    padding: 0px 20px;
  }
}
.news-wrapper .NEWS_type{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-wrapper .NEWS_type{
    display: block;
  }
}
.news-wrapper .thumbnail {
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid #333333;
  border-radius: 20px;
  background-color: #ffffff94;
  min-height: 580px;
}
@media screen and (max-width: 480px) {
  .news-wrapper .thumbnail {
    padding: 15px;
  }
}
.news-wrapper .thumbnail .caption {
  margin-top: 20px;
}

.news-wrapper .newslist img.news_pic{
  width: 100%;
  float: left;
  padding: 1%;
  margin-bottom: 10px;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news-wrapper .newslist img.news_pic {
    margin-bottom: 20px;
  }
}
.news-wrapper .newslist img.news_pic:hover{
  transform: scale(1.05);
}
.news-wrapper .news_more {
  padding: 10px 30px;
    border-radius: 0;
    border: 1px #d31c25 solid;
    background-color: #ffffff;
    color: #d31c25;
    font-weight: bold;
    letter-spacing: 1.6px;
}

.news-wrapper .news_more:hover {
  background-color: #d31c25;
  color: #fff;
}
.news-wrapper .news_title {
  margin: 0 0 15px 0;
  font-size: 22px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news-wrapper .news_title {
    margin: 15px 0;
    padding: 0 15px;
  }
}
.news-wrapper .newsbar p{
  margin: 10px!important;
}
.news_content {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news_content {
    margin: 0 15px;
  }
}
.news_date img,
.news_sort img {
  display: none;
}
.news_date {
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .news_date, .news_info {
    padding-left: 15px;
  }
}
.news_sort {
  background-color: #fff;
  border: #000 1px solid;
  padding: 6px 20px;
  color: #000;
  letter-spacing: 1.6px;
  border-radius: 30px;
  display: inline-block;
}
.news_author{
  display: none;
}
.news_author img{
  display: none;
}
.news-wrapper .news_icon03 {
  max-width: 25px;
  max-height: 25px;
  margin-right: 7px;
}
.news-wrapper .newsbar {
  display: none;
}
.news-wrapper .news-content p{
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .news-wrapper .news-content p{
    margin: 20px 0;
  }
}
.news-wrapper .aside-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-wrapper .aside-title {
    display: block;
    margin-top: 20px;
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .news-wrapper .caption p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
  
  }
  .news-wrapper .caption p span {
    margin-bottom: 18px;
  }
}
.news-wrapper .NEWS_type li{
  margin-right: 30px;
}
.news-wrapper .NEWS_type li img{
  display: none;
}
.news-wrapper .NEWS_type .topic {
  color: #D31C25;
  transition: all 0.08s;
}
.news-wrapper .headlinecate0{
  display: none;
}
.news-wrapper .NEWS_type li a:hover {
  color: #D31C25;
}
.news-wrapper .NEWS_type li span {
  right: 0px;
}
.news-wrapper .badge {
  border: 1px #D31C25 solid;
  color: #fff;
  background-color: #D31C25;
}
.news-wrapper .NEWS_type li a {
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 767px) {
  .news-wrapper .NEWS_type {
    margin-bottom: 30px;
  }
}

/* 上下則按鈕 */
.news-wrapper .NP-Buttons{
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .news-wrapper .NP-Buttons{
    margin-top: 50px;
  }
} 
.news-wrapper .NP-Buttons .previous,
.news-wrapper .NP-Buttons .next{
  padding: 10px 30px;
  margin-top: 10px;
  min-width: 120px;
  transition: all 0.3s;
  border: 1px transparent solid;
}
.news-wrapper .NP-Buttons .previous{
  background-color: #fff;;
  color: #000;
  border: #000 1px solid;
}
.news-wrapper .NP-Buttons .next{
  background-color: #202020;
  color: #fff;
}
.news-wrapper .NP-Buttons .previous:hover,
.news-wrapper .NP-Buttons .next:hover,
.news-wrapper .NP-Buttons .previous:focus,
.news-wrapper .NP-Buttons .next:focus{
  background-color: #979797;
  color: #fff;
  border: #979797 1px solid;
}

/* .article-content p {
  color: #FFF;
} */

small {
  color: #ccc;
}

p.news_info {
  line-height: 1.8em;
}

h3.news_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.Pro_content2 {
  margin-bottom: 60px;
}

/* 商品列表設定 */

@media (max-width: 480px) {
    .thumbnail-list li {
        width: calc(100% / 2)!important;
    }
}
/* category css */
#category_descr{
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #category_descr{
  padding: 0 10px;
 }
}

.btn {
    margin: 10px 0;
}
.features-box{
    text-align: center;
}
.features-box h4{
    margin: 20px 0 10px;
    color: #2e2b2b;
    font-weight: 600;
}


.normal-price-s{
    color: #D31C25;
    font-size: 23px;
}
.features-box .btn-default{
    display: none;
}
.li-item .features-box a.btn-default:hover, .li-item .features-box a.btn-default:focus{
    color: #D31C25;
    background-color: #fff;
    border-color: #D31C25;
}

.btn-primary{
    background-color: #D31C25;
    color: #ffffff;
    border-color: #D31C25;
}
.category-wrapper .thumbnail,
ul.breadcrumb{
    display: none!important;
}

.category-wrapper #myTab{
    display: none;
}
.breadcrumb{
    background-color: transparent;
    margin: 20px 0;
}

.li-item{
    padding: 0px;
    border: transparent;
    overflow: hidden;
    margin: 0px 0 10px;
    border: 1px #DADADA solid;
    border-radius: 20px;
}

.li-item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px #DADADA solid;
    background-color: #fff;
}
.li-item p{
    font-size: 15px;
}
.features-box>p.prd_info{
  font-size: 16px;
  display: none;
}
.prd_info{
  padding: 5px 30px 20px;
  line-height: 1.8;
}
.imgBox-fit{
    display: block;
    transition: all 0.3s;
}
.imgBox-fit:hover{
    transform: scale(1.05);
}
.imgBox-inner{
  padding: 5%;
}

.features-box .btn_detailed{
  display: none;
}
.category-wrapper .btn-danger{
    background-color: #D31C25;
    border-color: transparent;
}
.normal-price{
    color: #D31C25;
}
.h2.SHOP_TITLE{
    background: #D31C25;
}

#form1{
    padding: 20px 0;
}
.btn-success{
    background-color: #D31C25;
    border-color: transparent;
}
.btn-success:hover{
    background-color: #EAA621;
    border-color: transparent;
}
h2.SHOP_TITLE{
    border-bottom: transparent;
    background: #D31C25;
}
.TOTAL .SUB,
.TOTAL .TP,
.TOTAL .SHIP{
    color: #D31C25;
}
 
.input-group .form-control {
    margin-top: 10px;
}
.category-wrapper .breadcrumb .thumbnail{
    display: none;
}

.features-box a h4{
    font-size: 20px;
    padding: 7px 25px 5px;
    white-space: normal;
    transition: all 0.3s;
    line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .features-box a h4{
    font-size: 16px;
    padding: 5px 8px 5px;
 }
}
.features-box a h4:hover{
    color: #D31C25;
}
.features-box a h4::after{
    content: "";
    display: block;
    border-bottom: 1px #ddd solid;
    padding-top: 20px;
    width: 250px;
    margin: 0 auto;
}
#prod_intro h1{
    font-size: 25px;
}
.descri-none{
  letter-spacing: 1.5px;
  line-height: 2.5;
}

.thumbnail-list{
  margin: 10px 30px;
}
@media screen and (max-width: 480px) {
  .thumbnail-list{
  margin: 0;
 }
}
.prd_info{
  text-align: left;
}
.rwd_pprice{
  letter-spacing: 1.5px;
  margin-right: 5px;
}
#prod_imgSWIP .img-none img {
    width: 100%;
    border: 1px #cfcfcf solid;
    border-radius: 30px;
    padding: 5%;
    margin: 20px 0;
}
#prod_intro{
  padding: 20px;
}
#LinkContainer, ul.breadcrumb, .nav_cate_current, .categoriesbar, .aside-title, .newsbar{
  background-color: transparent;
}
/* 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 #ddd solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-wrapper .content-wrap{
  /* display: flex;
  justify-content: space-between; */
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .contact-wrapper .content-wrap{
    /* flex-direction: column;
    align-items: center; */
    margin: 30px 10px;
  }
}
.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: 0 100px;
}
@media screen and (max-width: 1350px) {
  .contact-wrapper .form-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .contact-wrapper .form-wrap {
    padding: 0 10px;
  }
}
.contact-wrapper .form-group .control-label {
  font-size: 16px;
  margin: 0;
  text-align: left;
}

.contact-wrapper .btn-info{
  color: #fff;
  background-color: #D31C25;
  border-color: transparent;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 15px;
  transition: all 0.3s;
}
.contact-wrapper .btn-info:hover{
  color: #616161;
  background-color: #fff;
  border-color: #000000;;
}
.contact-wrapper .has-error .form-control:focus{
  box-shadow: none;
}

/*------------------------------*/
/*           $Gototop
--------------------------------*/

#gotop {
  background: transparent;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  #gotop {
    bottom: 95px;
  }
}
#gotop:hover {
  background: transparent;
}

#gotop .facebook-btn a {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: all 0.15s;
  position: relative;
}


#gotop .shop-btn a {
  display: block;
  padding: 3px;
  margin-bottom: 10px;
  transition: all 0.15s;
}

#gotop .shop-btn a img {
  display: block;
  width: 100%;
}

#gotop .gotop {
  width: 51px;
  height: 53px;
  border-radius: 18px;
  padding: 0px 15px;
  font-size: 30px;
  color: #ffffff;
  background: #D31C25;
  transition: all 0.15s;
  opacity: 0.8;
}

#gotop .gotop:hover {
  background: rgba(70, 66, 66, 0.466);
}