@media (min-width: 1400px) {
  .container-l {
    width: 1380px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1380px;
  }
}

@media (min-width: 1700px) {
  .container-l {
    width: 1680px;
  }
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.category {
  margin: 40px 0 80px;
}

.category h2 {
  color: #1f4b6d;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .category h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 430px) {
  .category h2 {
    font-size: 26px;
  }
}

.category a {
  color: #333333;
  display: block;
  transition: all 0.2s;
}

.category-box:hover a,
.category .category-box a:hover {
  color: #276ca2;
  text-decoration: none;
}

.category .frame {
  overflow: hidden;
}

.category .frame:hover {
  cursor: pointer;
}

.category .frame img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}

.category .frame:hover img {
  transform: scale(1.1);
}

.category a h3 {
  color: #333333;
  font-weight: bold;
  line-height: 1.25;
  transition: all 0.2s;
}

.category p {
  color: #474747;
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin: 0 0 40px;
}

.category p::before {
  content: "";
  background-color: #474747;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.category-box:hover p::before {
  width: 100%;
}

.sitemap-top {
  /* display: none; */

  background: linear-gradient(90deg, #e6eff8 0 50%, #e6eff8 50% 100%);
  padding: 60px 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .sitemap-top {
    padding: 30px 0 240px;
  }
}

.sitemap-top h2 {
  color: #1f4b6d;
  font-weight: bold;
  margin: 70px 0;
}

@media screen and (max-width: 991px) {
  .sitemap-top h2 {
    margin: 60px 0 40px;
  }
}

.sitemap-top .advantage li h3 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 20px 0;
  position: relative;
}

.sitemap-top .advantage li h3:before {
  content: "";
  background-color: #276ca2;
  width: 6.5px;
  height: 6.5px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-50%, -50%);
}

.advantage li {
  margin: 0 15px;
}

.sitemap-top .image-block {
  position: relative;
}

.sitemap-top .image-block::before {
  content: "";
  background-image: url("/hipershop/rwd1766/store/F1/image-04.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 308px;
  height: 190px;
  position: absolute;
  top: 5px;
  right: 0;
}

.sitemap-bottom {
  background-image: url("../../images/sitemap-background-new.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 60px 0 80px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sitemap-block {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .sitemap-block {
    text-align: left;
  }
}

.sitemap-block h4 {
  position: relative;
  margin: 30px 0 25px;
}

.sitemap-block h4::before {
  content: "";
  background-color: #66a9d6;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.sitemap-block h4 a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.sitemap-block h4 a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sitemap-block h4::before {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 575px) {
  .sitemap-block h4::before {
    bottom: -10px;
    left: 0;
    transform: translate(0%, 0%);
  }
}

.sitemap-block a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 2;
  transition: all 0.2s;
}

.sitemap-block a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sitemap-block a:focus,
.sitemap-block a:hover {
  outline: none;
  text-decoration: none;
}

.page_banner {
  background-image: url("/hipershop/rwd1766/store/F1/page-banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
}

.page_banner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.5px;
  width: 100%;
  padding: 100px 0;
  margin: 0;
}

.contact-wrapper hr {
  margin: 20px 15px;
}

.contact-section {
  margin: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .contact-section {
    margin: 0 0 80px;
  }
}

.map-section {
  margin: 20px -15px;
}

.map-section ul {
  margin: 0 0 20px;
}

.map-section ul li {
  color: #474747;
  font-size: 16px;
  line-height: 2;
}

.map-section ul li.country {
  color: #1f4b6d;
  font-size: 24px;
  font-weight: bold;
}

.map-section ul li.branch-name {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.map-section ul li a {
  text-decoration: underline;
  display: inline-block;
  padding: 0 8px;
  margin: 0 0 10px;
}

.page-style {
  margin: 0 0 20px;
}

.page-style img {
  width: 100%;
  margin: 0 0 20px;
}

.page-style h2 {
  color: #3f7ebf;
  font-weight: bold;
  text-align: justify;
  line-height: 1.25;
  margin: 30px 0 20px;
  border-bottom: 3px double currentColor;
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .page-style h2 {
    font-size: 26px;
  }
}

.page-style h3 {
  color: #333333;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5;
}

.page-style h3.title,
.page-style h3.title-padding {
  margin: 20px 0;
  position: relative;
}

.page-style h3.title::before {
  content: "";
  background-color: #276ca2;
  width: 47.5px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.page-style h3.title-padding::before {
  content: "";
  background-color: #276ca2;
  width: 47.5px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0px;
}

.page-style ul {
  padding: 0;
}

.page-style ul li {
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.page-style p {
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.page-style .table tr th,
.page-style .table tr td {
  color: #333333;
  font-size: 16px;
  vertical-align: middle !important;
  border: 1px solid #dddddd;
}

.page-style .padding {
  padding-left: 15px;
  padding-right: 15px;
}

.page-style .table-striped-background {
  background-color: #f0f0f0;
}

/* 按鈕 */
.btn-main {
  display: inline-block !important;
  color: #fff !important;
  padding: 1.6rem 2.4rem;
  background: #333333;
  margin: 4rem 1.6rem;
  font-size: 20px;
  letter-spacing: 0.2rem;

  transition: all 0.5s ease-in-out !important;
}

.btn-main--1 {
  background: #3f3f40;
}
.btn-main--2 {
  background: #114672;
}
.btn-main--3 {
  background: #2b608a;
}
.btn-main--4 {
  background: #66a9d6;
}

.btn-main:hover,
.btn-main:focus {
  text-decoration: none;
  background-color: #333333;
}
