:root {
  --primary-tint: #2ba9d5;
  --primary-default: #22608d;
  --primary-dark: #194b6d;
}

a:focus {
  outline: none;
}

#category_descr img.w-100 {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

.navbar {
  background-color: #0C335B;
  padding: 0 2.4rem;
}

.navbar .navbar-brand {
  padding: 15px 0;
}

.navbar .navbar-brand img {
  max-width: 350px;
}

@media (max-width: 1200px) {
  .navbar {
    padding: 0 1.4rem;
  }
  .navbar .navbar-brand {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    width: 250px;
  }
  .navbar-header {
    float: none;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-brand {
    padding: 15px 1px;
  }
  .navbar .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .navbar .navbar-brand img {
    width: 190px;
  }
}
.navbar .navbar-nav li a {
  padding: 29px 20px;
  margin-top: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
}

.navbar .navbar-nav li a span {
  display: block;
}

.navbar .navbar-nav li a:hover {
  background-color: var(--primary-tint);
}

.navbar .navbar-nav .search a {
  font-size: 20px;
  padding: 40px 20px 38px 20px;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    display: none;
  }
}

.navbar .navbar-search-xs {
  margin-right: 65px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 27px;
}

.navbar .navbar-search-xs a {
  color: #fff;
  font-size: 15px;
}

.nav-mobile-btn {
  width: 68px;
  height: 68px;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #0e2861;
  cursor: pointer;
}

.nav-mobile-btn i {
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-mobile {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 100%;
  z-index: 999;
  padding-top: 120px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-mobile.active {
  opacity: 1;
  left: 0;
}

.nav-mobile li {
  padding: 20px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  text-align: center;
}

.nav-mobile li a {
  padding: 20px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
}
.nav-mobile li a:hover {
  text-decoration: none;
}

.nav-mobile li a span {
  margin-left: 5px;
}

.carousel-control {
  opacity: 1;
  width: 5%;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.left {
  background: transparent;
}

.carousel-control.left .glyphicon-chevron-left:before {
  content: "\e251";
}

.carousel-control.right {
  background: transparent;
}

.carousel-control.right .glyphicon-chevron-right:before {
  content: "\e250";
}

.section-products {
  text-align: center;
  min-height: 850px;
  padding: 120px 0 200px;
  background-image: url("/hipershop/rwd1882/store/F1/product-bg.jpg");
  background-position: center left;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-products {
    background-image: url("/hipershop/rwd1882/store/F1/product-bg-sm.jpg");
    background-position: center center;
  }
}

@media (min-width: 1640px) {
  .section-products .container {
    width: 1600px;
  }
}

.section-products a:hover {
  text-decoration: none;
}

.section-products h2 {
  font-size: 30px;
  color: #215f8f;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

.section-products span {
  /* font-weight: bold; */
  display: inline-block;
  font-size: 20px;
  color: #656262;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.section-products h2:after {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0971ce;
}

.section-products .product-box {
  width: 140px;
  height: 140px;
  background-color: #16367c;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  margin: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-products .product-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #0971ce;
}

.section-products .product-box .product-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-products .product-box .product-content img {
  width: 75px;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-products .product-box .product-content h3 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  width: 125px;
}

.section-about .container-fluid{
  padding: 0;
}
.section-about .col-md-6 {
  padding: 0;
}

.section-about .about-pic {
  width: 100%;
  height: 535px;
  background-image: url("/hipershop/rwd1450/store/f1/about-pic.jpg");
  background-position: center center;
  background-size: cover;
}

.section-about .about-text {
  background: linear-gradient(135deg, #1dc1dd 0%, #0971ce 100%);
  padding: 5% 60px;
}

@media (max-width: 991px) {
  .section-about .about-text {
    height: auto;
    padding: 80px 60px;
  }
}

@media (max-width: 767px) {
  .section-about .about-text {
    height: auto;
    padding: 80px 60px;
  }
}

.section-about .about-text h2 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

.section-about .about-title span {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.section-about .about-text h2:after {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0%;
  background-color: #fff;
}

.section-about .about-text p {
  line-height: 1.8;
  font-size: 16px;
  color: #e0f3fd;
  letter-spacing: 0.5px;
}

.section-about .about-text .more-btn {
  width: 80px;
  height: 80px;
  background-image: url("../../images/about-more.png");
  background-size: 90%;
  background-position: center center;
  border-radius: 50%;
  margin-top: 1.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
  display: inline-block;
  float: right;
}

.section-about .about-text .more-btn:hover {
  background-color: #0971ce;
  border: 1px solid #0971ce;
}

.about {
  display: flex;
}

.about-bg {
  flex: 1;
}

.about-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-text {
  flex: 1;
}
@media (max-width: 991px) {
  .about {
    flex-direction: column;
  }
  .about-bg {
    flex: 1 1 300px;
    overflow: hidden;
  }
}

.section-news {
  padding: 80px 0;
}

.section-news .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.section-news .img-box img {
  width: 100%;
}

.section-news .img-box .more-btn {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 10px;
  width: 100%;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
}

.section-news .img-box .more-btn i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-news .img-box:hover .more-btn {
  background-color: #0971ce;
}

.section-news .img-box:hover .more-btn i {
  margin-left: 5px;
}

.section-news h3 {
  font-size: 26px;
  color: #222;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.section-news a:hover,
.section-news a:focus {
  text-decoration: none;
}

.news-title span {
  display: inline-block;
  font-size: 20px;
  color: #656262;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.section-news h3:after {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0%;
  background-color: #0971ce;
}

.section-news #rwdnews_list {
  padding: 10px 20px 30px 20px;
  background-color: #eef3f8;
  margin-bottom: 40px;
}

.section-news .rwdnewsli {
  padding: 15px 0;
  border-bottom: 1px solid #e3e9f0;
}

.section-news .rwdnewsli .card-category {
  display: none;
}

.section-news .rwdnewsli .pic {
  display: none;
}

.section-news .rwdnewsli p {
  display: none;
}

.section-news .rwdnewsli span {
  color: #0971ce;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.section-news .rwdnewsli h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-news .rwdnewsli h4 a {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #222;
}

.section-news .rwdnewsli h4 a:hover {
  text-decoration: none;
  color: #0C335B;
}

footer {
  background-color: #0C335B;
}

footer h5 {
  font-size: 18px;
  letter-spacing: 1px;
}

footer hr {
  border-top: 1px solid #ffffff77;
  margin: 5px 0 10px 0;
}

footer .footer-add {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #cad3db;
}

footer .footer-copyright {
  font-size: 12px;
  color: #536a7e;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  footer .footer-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

footer .footer-nav li {
  padding: 5px 0;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
}

footer .footer-nav li:after {
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #ffffff77;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .footer-nav li a {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px;
  color: #f5f5f5;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

footer .footer-contact li {
  padding: 3px 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #f5f5f5;
}

.aside-btn {
  position: fixed;
  right: 15px;
  bottom: 50px;
}

.aside-btn .mail-btn,
.aside-btn .phone-btn {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  background-color: #1094c5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.aside-btn .mail-btn:hover,
.aside-btn .phone-btn:hover {
  background-color: #1dc1dd;
}

.aside-btn .mail-btn {
  background-image: url("../../images/btn-mail.png");
}

.aside-btn .phone-btn {
  background-image: url("../../images/btn-tel.png");
}

.page-banner {
  width: 100%;
  height: 250px;
  background-image: url("/hipershop/rwd1882/store/F1/bk-001.jpg");
  background-size: cover;
  background-position: center center;
}

.aside-title {
  border-radius: 4px;
  color: #16367c;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 15px 0;
  border-radius: 0;
  border-bottom: 2px solid #0971ce;
}
@media (min-width: 768px) {
  aside {
    margin-top: 40px;
  }
  .aside-title {
    display: none;
  }
}

aside {
  margin-bottom: 30px;
}

aside .nav_cate_item a {
  position: relative;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eee;
  padding: 12px 10px 12px 30px;
}

aside .nav_cate_item a.topic {
  color: #0971ce;
}

aside .nav_cate_item a:hover {
  color: #0971ce;
  background-color: #f5f5f5;
}

aside .nav_cate_item a:after {
  content: "";
  background-color: #0971ce;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 10px;
  margin-top: -5px;
}

.li-item {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.li-item:hover {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.li-item .btn {
  display: none;
}

.li-item a h4 {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.li-item .imgBox-fit:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  content: "more";
  bottom: -10%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #0971ce;
}

.li-item .imgBox:hover .imgBox-fit:after {
  opacity: 1;
  bottom: 0;
}

#prod_intro h1 {
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.intro-none .descri-none {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.intro-none .CodeNum {
  color: #777;
  letter-spacing: 0.5px;
}

ol.breadcrumb {
  background-color: transparent;
  text-align: right;
  padding: 0;
}

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

.NEWS_type img {
  display: none;
}

.NEWS_type li a {
  position: relative;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eee;
  padding: 12px 10px 12px 30px;
}

.NEWS_type li a:hover {
  color: #0971ce;
  background-color: #f5f5f5;
}

.NEWS_type li a:after {
  content: "";
  background-color: #0971ce;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 10px;
  top: 50%;
}

.news_date,
.news_sort,
.news_author {
  font-size: 13px;
  color: #999;
  letter-spacing: 0.5px;
  vertical-align: bottom;
}

.news_date img,
.news_sort img,
.news_author img {
  vertical-align: bottom;
}

.newslist {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.newslist:hover {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}

.newslist .news_info {
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.newslist .news_title {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.newslist .news_more {
  padding: 10px 20px;
  border-radius: 0;
  letter-spacing: 0.5px;
  color: #0971ce;
  border: 1px solid #0971ce;
}

.newslist .news_more:hover {
  background-color: #0971ce;
  border: 1px solid #0971ce;
  color: #fff;
}

.contact-wrapper .panel-title2 {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.contact-wrapper .panel-title2 .label-info {
  font-size: 18px;
  color: #16367c;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.contact-wrapper .btn-info {
  padding: 10px 20px;
  border-radius: 0;
  letter-spacing: 0.5px;
  color: #0971ce;
  border: 1px solid #0971ce;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 15px;
}

.contact-wrapper .btn-info:hover {
  background-color: #0971ce;
  border: 1px solid #0971ce;
  color: #fff;
}
.contact-wrapper .adjust {
  padding: 0px;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .adjust {
    padding-left: 15px;
  }
}
/*# sourceMappingURL=rwd1450.css.map */

/* Card-item */

.card {
  max-width: 1300px;
  margin: 2.4rem auto 0;
}
.card-item {
  margin: 3.6rem auto;

  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  /* overflow: hidden; */
  position: relative;
  z-index: 2;
}
.card-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.65;
  border-radius: 50%;
  z-index: -1;
}
.card-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed;
  z-index: -1;
  margin: -1.6rem;

  transition: all 0.3s ease-in-out;
  animation: rotate-out 0.3s linear forwards;
}
.card-item:hover::after {
  animation: rotate-in 20s linear infinite;
}

@keyframes rotate-in {
  0% {
    transform: scale(1) rotate(0);
  }

  1% {
    transform: scale(1.05) rotate(0);
  }

  100% {
    transform: scale(1.05) rotate(360deg);
  }
}

@keyframes rotate-out {
  0% {
    transform: scale(1.05) rotate(360deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.card-item i {
  color: #e1f5fa;
}
.card-item i::before {
  font-size: 60pt;
}
.card-item h5 {
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-size: 20px;
  margin: 1.6rem;
  color: #e1f5fa;
  margin-bottom: 0;
}
.card-item span {
  margin-top: 0;
  letter-spacing: 0.2rem;
  font-size: 16px;
  margin: 0.8rem 3.6rem;
  color: #e1f5fa;
}

.card .row .col-xs-12:nth-child(1) .card-item {
  background: url(/hipershop/rwd1882/store/F1/card-item-01.jpg) no-repeat
    center / cover;
}
.card .row .col-xs-12:nth-child(2) .card-item {
  background: url(/hipershop/rwd1882/store/F1/card-item-02.jpg) no-repeat
    center / cover;
}
.card .row .col-xs-12:nth-child(3) .card-item {
  background: url(/hipershop/rwd1882/store/F1/card-item-03.jpg) no-repeat
    center / cover;
}

@media (max-width: 1199px) {
  .card-item {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 991px) {
  .card-item {
    width: 220px;
    height: 220px;
  }
}

/* 樓層介面 自定義樣式 */
#category_descr {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.6px;
}

#category_descr img {
  width: 100%;
  max-width: max-content;
}

.content .title {
  text-align: center;
}

.content .title h2 {
  font-size: 26px;
  color: #222;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
}

.content .title span {
  display: inline-block;
  font-size: 20px;
  color: #656262;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.table-dark th,
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table.text-center th,
.table.text-center td {
  text-align: center !important;
}

div#zoom_01-zoomContainer {
  left: -500px !important;
  width: 10px !important;
}

#myTab {
  display: none;
}
