@charset "UTF-8";
* {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.75;
}

.page-header h2 {
  color: #262C77;
  font-size: 36px;
  font-weight: 600;
}
.page-header h2 small {
  color: #fff;
}

.mainlink {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .navbar-brand {
    max-width: 220px;
  }
}

.navbar-collapse .nav li a {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .navbar-collapse .nav li a {
    border-bottom: solid 1px #ccc;
  }
}
.navbar-collapse .nav li a:hover:before {
  top: 5px;
  background-color: #36495d;
}
.navbar-collapse .nav li a:hover:after {
  bottom: 5px;
  background-color: #36495d;
}
.navbar-collapse .nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.navbar-collapse .nav li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0px;
  transition: all 0.4s;
}

.navbar-toggle {
  margin-top: 0px;
}

.navbar-search-xs {
  margin-top: 0px;
  margin-bottom: 0px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.cus-banner {
  position: relative;
}
/* .cus-banner:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .cus-banner:before {
    width: 20px;
  }
} */

/* 服務項目 */
.service-section {
  padding: 3% 0;
  position: relative;
}
.service-section:before {
  content: "";
  position: absolute;
  width: 2%;
  height: 2%;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media (max-width: 768px) {
  .service-section:before {
    border-width: 0 20px 20px 0;
  }
}
.service-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EEEEEE;
  background-image: url("/rwd1829/store/F1/g-bg.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

.service-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 2%;
  z-index: 2;
}
.service-item:hover a:before {
  background: rgba(25, 64, 121, 0.9);
  bottom: 0;
}
.service-item:hover h3 {
  color: #fff;
  bottom: 40%;
}
.service-item a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.service-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  height: 50vh;
  transition: all 0.2s ease-out;
  bottom: 30vh;
  border-radius: 10px;
}
.service-item img {
  border-radius: 10px;
  width: 100%;
}
.service-item h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: 600;
  padding-bottom: 6%;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .service-item h3 {
    font-size: 16px;
  }
}

.fixed-bg {
  margin-top: -10%;
  padding: 10% 0 5% 0;
  background-image: url("../../images/about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.fixed-bg:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ececec;
  z-index: 1;
}
@media (max-width: 768px) {
  .fixed-bg:before {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .fixed-bg {
    margin-top: -20%;
    padding: 15% 0 10% 0;
  }
}
.fixed-bg h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .fixed-bg h3 {
    font-size: 24px;
  }
}
.fixed-bg p {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 768px) {
  .fixed-bg p {
    font-size: 16px;
  }
}
.fixed-bg .about-btn {
  background-color: #25303C;
  border-color: rgba(254, 254, 254, 0.2);
}

.bottom-bg {
  background-image: url("/rwd1829/store/F1/g-bg-01.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.HOTbg {
  position: relative;
}
.HOTbg:after {
  content: "";
  position: absolute;
  width: 2%;
  height: 2%;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ececec transparent transparent transparent;
}
@media (max-width: 768px) {
  .HOTbg:after {
    border-width: 20px 20px 0 0;
  }
}

#HOTSALE {
  position: relative;
  margin: 80px 0 40px 0;
}
#HOTSALE .swiper-container {
  margin-top: 30px;
}
#HOTSALE .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
}
#HOTSALE .swiper-slide .pro_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px #BBBBBB;
  border-radius: 10px;
}
#HOTSALE .swiper-slide .pro_item a {
  text-decoration: none;
}
#HOTSALE .swiper-slide .pro_main {
  display: none;
}
#HOTSALE .swiper-slide .pro_btn,
#HOTSALE .swiper-slide .pro_text,
#HOTSALE .swiper-slide .pro_price,
#HOTSALE .swiper-slide .on_sale {
  display: none;
}
#HOTSALE .swiper-slide .pro_txt_box {
  text-align: left;
}
#HOTSALE .pro_title {
  text-align: center;
  color: #414141;
}
#HOTSALE .swiper-button-next,
#HOTSALE .swiper-button-prev {
  margin-top: 0px;
}
#HOTSALE .swiper-button-prev {
  left: -50px;
  background-image: url(../../images/swiper-button-prev.png);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #HOTSALE .swiper-button-prev {
    left: -10px;
    width: 20px;
    height: 37px;
    background-size: cover;
  }
}
#HOTSALE .swiper-button-next {
  right: -50px;
  background-image: url(../../images/swiper-button-next.png);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #HOTSALE .swiper-button-next {
    right: -10px;
    width: 20px;
    height: 37px;
    background-size: cover;
  }
}

#rwdnews_list {
  background-color: #F2F8F9;
  padding: 8% 4%;
  border-radius: 15px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.rwdnewsli .pic img {
  display: none;
}
.rwdnewsli .newscontent {
  display: flex;
}
.rwdnewsli .newscontent p {
  display: none;
}
.rwdnewsli .newscontent h4 {
  margin-top: 0px;
  line-height: 1.75;
}
.rwdnewsli .newscontent a {
  color: #222;
  font-size: 18px;
}
.rwdnewsli .newsDate {
  background-color: #262c78;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 15px;
}
.rwdnewsli .card-category {
  display: none;
}

.contact-bg {
  padding: 5% 0;
}
.contact-bg h2 {
  color: #262C77;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}
.contact-bg img {
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
}

.contact-block {
  background-color: #ebece9;
  padding: 8%;
  color: #36495d;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
}

.footer-img {
  max-width: 274px;
  width: 100%;
}

.footertop {
  background: #158EDA;
  padding: 2.5% 0 5% 0;
  position: relative;
}
@media (max-width: 768px) {
  .footertop {
    padding: 5% 0 7.5% 0;
  }
}

.footerbottom {
  background: #1E2366;
  padding: 10px 0;
}
.footerbottom .text-center {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-contact {
    margin: 15px 0;
  }
}
.footer-contact img {
  vertical-align: -3px;
}
.footer-contact a {
  color: #fff;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-menu {
    justify-content: flex-start;
  }
  .footer-menu li {
    flex-basis: 50%;
  }
}
.footer-menu a {
  color: #fff;
}

.communityLINK {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 100;
}
.communityLINK li {
  margin: 15px 0;
}
.communityLINK li img {
  width: 100%;
}
@media (max-width: 768px) {
  .communityLINK li img {
    max-width: 40px;
  }
}

.innerbanner {
  height: 356px;
  position: relative;
  background-image: url(/hipershop/rwd1701/store/F1/innerbanner.jpg);
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .innerbanner {
    height: 150px;
  }
}
.innerbanner .innertitle {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateX(-30%) translateY(-50%);
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  font-weight: 600;
  color: #fff;
  font-size: 48px;
}
@media (max-width: 768px) {
  .innerbanner .innertitle {
    font-size: 20px;
    left: 15%;
    transform: translateX(-15%) translateY(-50%);
  }
}

.aboutbanner {
  height: 250px;
  position: relative;
  background-image: url("/hipershop/rwd1621/store/F1/aboutbanner.jpg");
  background-attachment: fixed;
  background-position: top right 20%;
}
@media (max-width: 768px) {
  .aboutbanner {
    height: 150px;
  }
}

.ServiceBody,
.ProfileBody {
  padding: 50px 5%;
  margin-top: -5%;
  margin-bottom: 5%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ServiceBody,
  .ProfileBody {
    margin-top: -15%;
  }
}

.innerblock {
  padding: 30px 15px;
}
@media (max-width: 768px) {
  .innerblock {
    padding: 15px 15px;
  }
}
.innerblock img {
  border-radius: 15px;
}

.maintitle {
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 768px) {
  .maintitle {
    font-size: 24px;
  }
}

.subtitle {
  color: #4f6eb1;
  border-left: solid 1px #4f6eb1;
  border-right: solid 1px #4f6eb1;
  display: inline-block;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 20px;
}

.layer-style h3 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: 600;
}
.layer-style h3.layer-s-title {
  font-size: 24px;
}
.layer-style h3.layer-s-title span {
  font-size: 24px;
}
@media (max-width: 768px) {
  .layer-style h3 {
    font-size: 24px;
    margin-top: 20px;
  }
}
.layer-style h3 span {
  font-size: 40px;
  color: #8d8d8d;
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .layer-style h3 span {
    font-size: 24px;
  }
}
.layer-style h4 {
  font-weight: 600;
  color: #4f6eb1;
  font-size: 18px;
}
.layer-style ul {
  margin-bottom: 3%;
}
.layer-style ul li {
  padding-left: 1.3em;
  position: relative;
}
.layer-style ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #abb5ca;
  border-radius: 50%;
  left: 4px;
  top: 10px;
}

.intro-ul {
  margin-bottom: 3%;
}
.intro-ul li {
  padding-left: 1.3em;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.intro-ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4f6eb1;
  border-radius: 50%;
  left: 8px;
  top: 11px;
}

.news_date {
  margin-left: 15px;
}

.breadcrumb,
.newsbar {
  padding: 6px 15px;
  color: #333;
  font-weight: 600;
  background-color: #f0f0f0;
}

.newsbar {
  padding: 10px 15px;
}

.features-box p.prd_info {
  width: 50%;
  font-size: 16px;
  margin: 0 auto;
}

.pd-btn {
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #bdbdbd;
  color: #5a5c66;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}
.pd-btn:hover {
  text-decoration: none;
  color: #1e2366;
  border: solid 1px #1e2366;
}

.features-box a h4 {
  text-align: center;
}

.li-item {
  position: relative;
}
.li-item:after {
  content: "";
  position: absolute;
  clear: both;
}
.li-item:hover {
  box-shadow: none;
  background-color: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
.li-item .features-box a.btn-default {
  float: right;
  width: 48%;
  font-weight: 600;
  border: solid 1px #0baf8e;
  display: block;
  line-height: 1.75;
  padding: 5px;
  color: #fff;
  background-color: #0baf8e;
  display: none;
}
.li-item .features-box a.btn-default:hover {
  background-color: #078068;
}

.btn-warning {
  border: solid 1px #0baf8e;
  background-color: #0baf8e;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #078068;
  border: solid 1px #078068;
}

#layer_cart_product_text {
  display: none;
}/*# sourceMappingURL=rwd1701.css.map */





.container-fluid.bgvideo {
    position: relative;
}

.fullscreentitle {
    position: absolute;
    bottom: 20%;
    color: #FFF;
    width:46%;
    padding: 15px;
    font-weight: bold;
}

.fullscreentitle h1,p{
  font-weight: bold;
}
/* .fullscreentitle h1{
  font-size:35px;
} */
.fullscreentitle p{
 font-size:20px;
}

a.CTBTN{
  padding: 10px 25px;
    background: #262c78;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 6px #222;
    text-decoration: none;
}
a.CTBTN:hover{
  background:#158EDA;
}
@media screen and (max-width:1024px){
  .fullscreentitle {
    width:80%
  }
  .fullscreentitle p{
    display:none;
  }
}