@media (min-width: 1380px) {
  .nav_container {
    width: 90%;
  }
}

body {
  padding-top: 64px;
}

@media (min-width: 767px) {
  body {
    padding-top: 80px;
  }
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.navbar {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02);
  background-color: #fff;
}

.navbar .navbar-nav li a {
  font-size: 15px;
  padding: 30px 15px;
}

.navbar .navbar-nav li a:hover {
  background-color: #faf8f7;
  color: #66412f;
}

.navbar .nav_icon {
  margin-left: 25px;
}

.navbar .nav_icon li {
  display: inline-block;
  font-size: 16px;
  padding-top: 25px;
}

.navbar .nav_icon li a {
  padding: 33px 5px;
  padding-top: 30px;
  color: #BCA585;
}

.navbar .nav_icon li a:hover {
  background-color: transparent;
  color: #d1bca1;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            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;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
  }
  .navbar .navbar-toggle {
    color: #666;
    margin-top: 15px;
  }
  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar .navbar-nav li a {
    border-top: 1px solid #f5f5f5;
    padding: 15px 15px;
  }
  .navbar .navbar-nav li a:hover {
    background-color: #f5f5f5;
    color: #66412f;
  }
  .navbar .nav_icon {
    margin-left: 0px;
    text-align: center;
    background-color: #BCA585;
  }
  .navbar .nav_icon li {
    padding: 15px 0;
  }
  .navbar .nav_icon li a {
    padding: 15px 5px;
    border-top: 0px solid #000;
    color: #fff;
  }
  .navbar .nav_icon li a:hover {
    background-color: transparent;
    color: #fff;
  }
}

.section01 {
  padding: 75px 0;
  background-color: #faf8f7;
}

.section01 .intro_box {
  text-align: center;
  padding: 70px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
}

.section01 .intro_box .circle {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 15.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  border-radius: 50%;
  background-color: #66412f;
}

.section01 .intro_box img {
  width: 50px;
  margin-bottom: 30px;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
  position: relative;
}

.section01 .intro_box p {
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #999;
  position: relative;
}

.section01 .intro_box h3 {
  z-index: 1;
  position: relative;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #222;
}

.section01 .intro_box .more_btn {
  color: #777;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}

.section01 .intro_box .more_btn i {
  -webkit-transition: .4s;
  transition: .4s;
}

.section01 .intro_area:hover {
  text-decoration: none;
}

.section01 .intro_area:hover .circle {
  -webkit-transform: scale(10);
          transform: scale(10);
}

.section01 .intro_area:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.section01 .intro_area:hover p {
  color: #e0d3cc;
}

.section01 .intro_area:hover h3 {
  color: #fff;
}

.section01 .intro_area:hover .more_btn {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.section01 .intro_area:hover .more_btn i {
  margin-left: 5px;
}

.section02 {
  padding: 220px 0 100px 0;
  margin-top: -210px;
  background-image: url(../../images/about_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.section02 h2 {
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
}

.section02 p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
}

.section02 .more_btn {
  font-size: 16px;
  display: inline-block;
  background-color: #BCA585;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

.section02 .more_btn i {
  -webkit-transition: .4s;
  transition: .4s;
}

.section02 .more_btn:hover {
  text-decoration: none;
  background-color: #d1bca1;
}

.section02 .more_btn:hover i {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .section02 {
    background: url("../../images/about_bg_sm.jpg");
    background-attachment: none;
    background-size: cover;
    background-position: center center;
  }
}

.section03 {
  padding: 75px 0 100px 0;
}

.section03 h2 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.section03 h2 i {
  color: #66412f;
  margin-right: 8px;
}

.section03 .brand_box {
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
  background-color: #faf8f7;
  padding: 30px 30px;
  margin-bottom: 20px;
  border: 1px solid #faf8f7;
}

.section03 .brand_box img {
  width: 100%;
  margin-bottom: 10px;
}

.section03 .brand_box h3 {
  color: #222;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 5px;
}

.section03 .brand_box p {
  color: #999;
  line-height: 1.5;
  margin-bottom: 30px;
}

.section03 .brand_box .more_btn {
  color: #777;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}

.section03 .brand_box .more_btn i {
  -webkit-transition: .4s;
  transition: .4s;
}

.section03 .brand_area:hover {
  text-decoration: none;
}

.section03 .brand_area:hover .brand_box {
  border: 1px solid #f5e8d1;
  -webkit-box-shadow: inset 0px 0px 0px 2px #BCA585;
          box-shadow: inset 0px 0px 0px 2px #BCA585;
}

.section03 .brand_area:hover .brand_box .more_btn {
  color: #222;
}

.section03 .brand_area:hover .brand_box .more_btn i {
  margin-left: 5px;
}

footer {
  padding: 45px 0 40px 0;
  background-color: #66412f;
}

footer img {
  max-width: 120px;
  width: 100%;
  margin-bottom: 10px;
}

footer .footer_contact {
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #c9b4aa;
}

footer .footer_contact i {
  width: 15px;
  font-size: 15px;
  margin-right: 5px;
  color: #c9b4aa;
}

footer .footer_copyright {
  color: #b19180;
  letter-spacing: 1px;
}

footer .footer_nav li {
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
}

footer .footer_nav li a {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: transparent;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #d6c8c1;
}

footer .footer_nav li a:hover {
  color: #fff;
}

#gotop.gotop {
  padding: 10px 15px;
  font-size: 20px;
  color: #222;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(92, 83, 79, 0.3);
          box-shadow: 0px 0px 5px rgba(92, 83, 79, 0.3);
  -webkit-transition: .4s;
  transition: .4s;
}

#gotop.gotop:hover {
  background-color: #fff;
  padding: 3px 15px 17px 15px;
}

h2.aside-title {
  background-color: transparent;
  color: #222;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  border-radius: 0;
  padding: 15px;
}

aside ul.nav {
  border-top: 3px solid #66412f;
  margin-bottom: 20px;
}

aside ul.nav li a {
  color: #666;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px;
}

aside ul.nav li a:hover {
  color: #66412f;
  background-color: transparent;
}

aside ul.nav li a.topic {
  background-color: #faf8f7;
}

ol.breadcrumb {
  background-color: #f5e8d1;
  color: #222;
}

ol.breadcrumb li a {
  color: #222;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.page_banner {
  height: 300px;
  position: relative;
  background-size: cover;
  background-image: url(/hipershop/rwd1363/store/f1/page_banner.jpg);
  background-position: center center;
}

.page_banner h2 {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 15px 40px;
  color: #66412f;
  text-shadow: 0px 0px 5px rgba(225, 225, 225, 0.8);
}

@media (max-width: 767px) {
  .page_banner {
    height: 200px;
    background-image: url(/hipershop/rwd1363/store/f1/page_banner_sm.jpg);
  }
  .page_banner h2 {
    font-size: 28px;
    text-align: center;
    white-space: nowrap;
  }
}

.category-wrapper {
  min-height: 500px;
}

.thumbnail-list .li-item {
  border-radius: 10px;
  padding: 10px;
}

.thumbnail-list .li-item img {
  -webkit-transition: .4s;
  transition: .4s;
}

.thumbnail-list .li-item:hover img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.thumbnail-list .li-item a.btn-default {
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #BCA585;
  -webkit-transition: .4s;
  transition: .4s;
  color: #fff;
  border: 0px solid #000;
}

.thumbnail-list .li-item a.btn-default:hover {
  background-color: #d1bca1;
}

.thumbnail-list .li-item h4 {
  color: #222;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 30px;
}

.thumbnail-list .li-item .prd_info {
  display: none;
}

.thumbnail-list .li-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

#pd_name {
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  letter-spacing: 1.5px;
  font-size: 24px;
}

.descri-none {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
  letter-spacing: 1px;
}

.newsbar {
  background-color: #f5e8d1;
  letter-spacing: 1px;
  color: #222;
  font-size: 15px;
}

.newslist {
  background-color: transparent;
  border: 0px solid #000;
}

.newslist .news_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}

.newslist .news_date, .newslist .news_sort, .newslist .news_author {
  color: #aaa;
  letter-spacing: .5px;
}

.newslist .news_info {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #777;
}

.newslist a.btn-default {
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #BCA585;
  -webkit-transition: .4s;
  transition: .4s;
  color: #fff;
  border: 0px solid #000;
}

.newslist a.btn-default:hover {
  background-color: #d1bca1;
}

.newslist img {
  -webkit-transition: .4s;
  transition: .4s;
}

.newslist:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newslist:hover img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

h2.news_title {
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #222;
}

.news_date, .news_sort, .news_author {
  color: #aaa;
  letter-spacing: .5x;
}

.NEWS_type {
  border-top: 3px solid #66412f;
  margin-bottom: 20px;
}

.NEWS_type img {
  display: none;
}

.NEWS_type .badge {
  background-color: #faf8f7;
  color: #222;
}

.NEWS_type li a {
  color: #666;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px;
}

.NEWS_type li a:hover {
  color: #66412f;
  background-color: transparent;
}

.contact-wrapper .btn-info {
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #BCA585;
  color: #fff;
  border: 0px solid #000;
  -webkit-transition: .4s;
  transition: .4s;
  margin-top: 20px;
}

.contact-wrapper .btn-info:hover {
  background-color: #d1bca1;
}
/*# sourceMappingURL=style.css.map */