@media (min-width: 1400px) {
  .container-l {
    width: 1380px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1380px;
  }
}

@media (min-width: 1700px) {
  .container-l {
    width: 1680px;
  }
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.default-body {
  background-color: #f7f091;
  background-image: url('/rwd1831/store/F1/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

.navbar-default {
  background-color: transparent;
}

@media screen and (max-width:991px) {
  .navbar-default {
    background-color: #faf8f0;
  }
}

.navbar .container {
  position: relative;
}

@media screen and (max-width:991px) {
  .navbar .container {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .navbar .container {
    padding: 0 15px;
  }

  .navbar .container-l {
    padding: 0 15px;
  }
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width:991px) {
  .navbar {
    position: initial;
  }
}

.navbar-brand {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 220px;
}

.navbar-brand a {
  background-color: #00693E;
  border-radius: 0 0 40px 40px;
  display: block;
  padding: 0 2.5px 5px;
}

@media screen and (max-width:991px) {
  .navbar-brand a {
    border-radius: 0 0 40px 0;
    padding: 2.5px 7.5px 10px 0;
  }
}
/* 
.navbar-brand a img {
  width: 140px;
} */

@media screen and (max-width:991px) {
  .navbar-brand a img {
    width:220px;
  }
}

.navbar-style {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0 30px;
  margin-right: 80px;
}

@media screen and (max-width:991px) {
  .navbar-style {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .navbar-style {
    margin-right: -15px;
  }
}

.navbar-search {
  position: absolute;
  right: 0;
}

.navbar-nav,
.navbar-header .attr-nav {
  margin-top: 30px;
}

.attr-nav a {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding-right: 15px;
  padding-left: 18px;
}

.navbar-default .navbar-nav>li>a {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20.5px 20px;
  transition: all .4s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #f97930;
}

@media screen and (max-width:991px) {
  .navbar-default .navbar-nav>li>a {
    background-color: #faf8f0;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 20px;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    background-color: #fff5bd;
  }
}

.navbar-default .navbar-nav>li>a span {
  color: #f97930;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
}

.navbar-default .navbar-nav>li>a span.fa {
  font-weight: 900;
}

.navbar-nav>li>a.cart {
  padding: 30px 15px;
}

@media screen and (max-width:991px) {
  .navbar-nav>li>a.cart {
    padding: 30px 20px;
  }
}

.navbar-nav>li>a.search {
  padding: 29.5px 47.5px 51.5px 33.5px;
}

.navbar-nav>li>a.search:hover,
.navbar-nav>li>a.search:focus {
  background-color: #fff5bd;
}

@media screen and (max-width:991px) {
  .navbar-nav>li>a.search {
    padding: 13px 23px 27px 17px;
    margin: 0 15px;
    border: 1px solid #fdd0ab;
  }
}

@media screen and (max-width:767px) {
  .navbar-nav>li>a.search {
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  transition: all .4s;
}

.navbar-default .navbar-toggle:focus {
  background-color: #fff5bd;
}

.badge {
  background-color: #FFD8C2;
  margin-left: 2px;
}

@media (max-width: 992px) {

  /* 控制漢堡顯示 (導覽列提早隱藏) */

  .navbar-header {
    float: none;
  }

  .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-collapse.collapse {
    display: none !important;
  }

  .navbar-right {
    float: none !important;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-collapse {
    margin: 0 -30px !important;
  }

  /* 控制漢堡顯示 (導覽列提早隱藏) */

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-header .attr-nav {
    margin-top: 24px;
  }

  .navbar-default .navbar-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 14px 18px;
    margin: 23.5px 75px;
  }
}

@media screen and (max-width:767px) {
  .navbar-collapse {
    margin: 0 -15px !important;
  }
}

.navbar-default .navbar-toggle {
  background-color: #faf8f0;
  border: 1px solid #fdd0ab;
}

.navbar-default .navbar-toggle:hover {
  background-color: #fff5bd;
}

.navbar-default .navbar-toggle .fa {
  color: #f97930;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-indicators{
  text-align: left;
}

/* 首頁 AD banner */

.carousel-inner .ITMASK-BOX {
  position: relative;
}

.carousel-inner .ITMASK-BOX .ITMASK {
  position: absolute;
  top: 55%;
  left: 0;
}

@media screen and (max-width:992px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 35.5%;
  }
}

@media screen and (max-width:768px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 30%;
  }
}

@media screen and (max-width:576px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 27.5%;
  }
}

@media screen and (max-width:425px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 21.5%;
  }
}

@media screen and (max-width:375px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 18.5%;
  }
}

@media screen and (max-width:320px) {
  .carousel-inner .ITMASK-BOX .ITMASK {
    top: 12.75%;
  }
}

.carousel-inner .ITMASK-BOX .ITMASK h4 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 30px 45px;
}

@media screen and (max-width:1200px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 32px;
    padding: 25px 40px;
  }
}

@media screen and (max-width:992px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 26px;
    padding: 15px;
  }
}

@media screen and (max-width:768px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 26px;
  }
}

@media screen and (max-width:576px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 20px;
  }
}

@media screen and (max-width:425px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:414px) {
  .carousel-inner .ITMASK-BOX .ITMASK h4 {
    font-size: 16px;
  }
}

.carousel-inner .ITMASK-BOX .ITMASK h4#TYPE1 {
  background-color: rgb(229 198 9 / 70%);
}

.carousel-inner .ITMASK-BOX .ITMASK h4#TYPE2 {
  background-color: rgb(63 168 81 / 80%);
}

.carousel-inner .ITMASK-BOX .ITMASK h4#TYPE3 {
  background-color: rgb(249 125 7 / 70%);
}

/* 首頁 熱門商品 Owl Carousel 設定 */

#HOTSALE {
  margin: 40px 0 20px;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 27.5%
}

@media screen and (max-width:768px) {
  .owl-nav {
    top: 37.5%
  }
}

@media screen and (max-width:576px) {
  .owl-nav {
    top: 30%
  }
}

@media screen and (max-width:414px) {
  .owl-nav {
    top: 27.5%
  }
}

@media screen and (max-width:350px) {
  .owl-nav {
    top: 25%
  }
}

@media screen and (max-width:320px) {
  .owl-nav {
    top: 22.5%
  }
}

.owl-prev {
  position: absolute;
  left: 0px;
}

.owl-next {
  position: absolute;
  right: 0px;
}

.owl-carousel .fa {
  color: #f97930;
  font-size: 40px;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dot span {
  background-color: rgba(249, 121, 48, 0.5);
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 5px;
}

.owl-dots .active span {
  background-color: rgba(249, 121, 48, 1);
}

.owl-dot:hover span {
  background-color: rgba(249, 121, 48, 1);
}

/* Owl Carousel 商品 style */

.owl-item .item .pro_main,
.owl-item .item .pro_item .pro_txt_box .pro_text,
.owl-item .item .pro_sale .on_sale,
.owl-item .item .pro_sale .pro_price,
.owl-item .item .pro_sale .pro_btn .fa {
  display: none;
}

.owl-item .item .pro_item .pro_title {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 20px 0 !important;
}

@media screen and (max-width:768px) {
  .owl-item .item .pro_item .pro_title {
    margin: 25px 0 !important;
  }
}

.owl-item .item .pro_item a:hover {
  text-decoration: none;
}

.owl-item .item .pro_item .pro_title:hover {
  text-decoration: none;
}

.owl-item .item .pro_sale {
  color: #888888;
  text-align: center;
}

.owl-item .item .pro_btn {
  color: #ffffff;
  background-color: #f97930;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .5px;
  display: block;
  width: 50%;
  padding: 10px !important;
  margin: 0 auto !important;
  transform: translateY(0);
  transition: all .4s;
}

.owl-item .item:hover .pro_btn {
  transform: translateY(-5px);
}

.owl-item .item .pro_btn:hover {
  color: #ffffff;
  background-color: #e8460e;
  text-decoration: none;
}

.owl-item .item .pro_item a img {
  background-color: #ffffff;
  border-radius: 60px;
  display: block;
}

/* 首頁 最新商品 B_hot_3 好康推薦3 */

.homeLaunchProducts .li-item {
  text-align: center;
  overflow: hidden;
}

.homeLaunchProducts .li-item a img {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  transition: all .4s;
}

.homeLaunchProducts .li-item:hover a img {
  transform: translate(-50%, -50%) scale(1.05);
}

.homeLaunchProducts .new-section .li-item a img {
  display: block;
  transform: scale(1);
  transition: all .4s;
}

.homeLaunchProducts .new-section .li-item:hover a img {
  transform: scale(1.05);
}

.homeLaunchProducts .li-item .mask,
.homeLaunchProducts .li-item .hot_mask_intro {
  display: none;
}

.homeLaunchProducts .li-item a:hover {
  text-decoration: none;
}

.homeLaunchProducts .li-item .hot_prod_title {
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.homeLaunchProducts .li-item .hot_prod_intro {
  color: #333333;
  text-align: center;
  line-height: 150%;
}

.homeLaunchProducts .product-price {
  text-align: center;
}

.homeLaunchProducts .li-item .cut-price {
  display: none;
}

.homeLaunchProducts .li-item .normal-price {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}

.homeLaunchProducts .li-item .btn-default {
  color: #ffffff;
  background-color: #f97930;
  border: none;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
  transition: all .4s;
}

.homeLaunchProducts .li-item .btn-default:hover {
  background-color: #185eb1;
  text-decoration: none;
}

.homeTitle h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.5px;
}

.homeTitle h2 span {
  color: #f97930;
  font-size: 18px;
  letter-spacing: normal;
}
.homeTitle p {
    font-size: 18px;
    width: 80%;
    margin: 30px auto;
    line-height: 2.6em;
    text-align: center;
    font-weight: 600;
    color: #575757;
}
/* 首頁 產品 */
.homeProducts {
  padding-top: 22vw;
  margin-top: -22vw;
  position: relative;
}

.homeProducts .container {
  padding: 0;
}

.homeProducts::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  padding-top: 22vw;
  background-image: url(../../images/Banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

@media (max-width:1200px) {
  .homeProducts {
    padding-top: 21vw;
  }
}

.homeProductBox {
  background-color: #F5F0E0;
  padding-bottom: 80px;
}


.homeProducts .homeTitle h2 {
  margin: 80px 0 20px;
}

.homeProducts .category-box {
  margin: 20px 0 25px;
}

.homeProducts .category-box a {
  color: #2c2c2c;
  font-weight: bold;
  text-align: center;
  display: block;
  transition: all .8s;
}

.homeProducts .category-box a .frame {
  border-radius: 80px;
  overflow: hidden;
}

.homeProducts .category-box a:hover {
  color: #ffffff;
  text-decoration: none;
}

.homeProducts .category-box img {
  border-radius: 80px;
  width: 100%;
  transform: scale(1);
  transition: all .6s;
}

.homeProducts .category-box a:hover img {
  transform: scale(1.10);
}

.homeProducts .category-box p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 8px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}

.homeProducts .category-box p::before {
  content: "";
  background-color: #00a253;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.homeProducts .category-box a:hover p::before {
  width: 100%;
}

/* 首頁 關於我們 */
.homeAbout {
  position: relative;
  padding: 100px 0 60px;
}

.about-row {
  display: flex;
  align-items: center;
}

@media screen and (max-width:992px) {
  .about-row {
    flex-direction: column;
  }

  .homeAbout-img {
    order: 2;
    margin: 60px 0 0;
  }

  .homeAbout-content {
    order: 1;
  }
}

.homeAbout::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  padding-top: 22vw;
  background-image: url(../../images/Banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.homeLaunchProducts {
  padding: 60px 0 100px;
}

.homeAbout .homeTitle h2 {
  margin: 40px 0 60px;
}

.homeAbout .homeAbout-img img {
  width: 95%;
  margin: -60px 0 0;
  transform: translateY(20px);
  animation: 2s infinite alternate up-down;
}

@media screen and (max-width:1200px) {
  .homeAbout .homeAbout-img img {
    width: 100%;
  }
}

@media screen and (max-width:992px) {
  .homeAbout .homeAbout-img img {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .homeAbout .homeAbout-img img {
    width: 95%;
  }
}

@media screen and (max-width:576px) {
  .homeAbout .homeAbout-img img {
    width: 100%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.homeAbout p {
  color: #2c2c2c;
  background-color: #ffffff;
  border-radius: 80px;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  text-align: justify;
  padding: 40px 55px;
}

.homeAbout p::before {
  content: "";
  background-color: #ffffff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 39.5%;
  left: -0.5%;
  transform: translate(-50%, -50%);
  transform: rotatez(45deg);
}

@media screen and (max-width:992px) {
  .homeAbout p::before {
    top: 88.5%;
    left: 46.95%;
  }
}

.homeAbout p span {
  box-shadow: #fcae75 0 1px;
  padding-bottom: 5px
}

.B_Prod_Slide4 h3,
.B_Prod_Slide4 .mask {
  display: none;
}

.B_Prod_Slide4 .col-item .info .price .price-text-color {
  display: none;
}

.B_Prod_Slide4 .col-item .separator,
.B_Prod_Slide3 .col-item .separator {
  border-top: none;
}

.col-item .photo .view a {
  display: block;
  border-radius: 60px;
  overflow: hidden;
}

.col-item .photo img {
  border-radius: 60px;
  transform: scale(1);
  transition: all .6s;
}

.col-item:hover .photo img {
  transform: scale(1.10);
}

.col-item .price h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px 0 2.5px !important;
  transition: all .2s;
}

.col-item:hover .price h5 {
  color: #f97930;
}

.col-item .separator .btn-details {
  background-color: transparent;
  border: 1px solid #f97930;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .5px;
  padding: 10px !important;
  margin: 15px auto 0 !important;
  transform: translateY(0);
  transition: all .4s;
}

.col-item:hover .separator .btn-details {
  transform: translateY(-2.5px);
}

.col-item .separator .btn-details:hover {
  background-color: #F97930;
}

.col-item .separator .btn-details a,
.col-item .separator .btn-details a:hover {
  color: #F97930;
  text-decoration: none;
  transition: all .4s;
}

.col-item .separator .btn-details:hover a {
  color: #ffffff;
}

.col-item .separator p i.fa-list {
  display: none;
}

.B_Prod_Slide4 .controls {
  margin-bottom: 20px;
}

.B_Prod_Slide4 .btn-success {
  background-color: transparent;
  color: #ffac71;
  font-size: 22px;
  border: none;
  margin: 0;
}

.B_Prod_Slide4 .btn-success:hover,
.B_Prod_Slide4 .btn-success:focus,
.B_Prod_Slide4 .btn-success:active {
  background-color: transparent;
  color: #fe7f39;
  -webkit-box-shadow: inset 0 3px 5px transparent;
  box-shadow: inset 0 3px 5px transparent;
}

.col-item {
  border: none !important;
  border-radius: none !important;
  margin-bottom: 20px;
}

footer {
  background-color: #003b1f;
  color: #ffffff;
  letter-spacing: .5px;
  line-height: 1.5;
  padding: 25px 0;
  position: relative;
}

footer .cop {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width:768px) {
  .footer-list {
    text-align: center;
  }

  .footerTitle {
    margin-bottom: 0;
  }

  .footerInfo>*,
  .footerAddr {
    display: block;
    text-align: left;
  }

  .footerInfo>div+div {
    margin-left: 0;
  }

  .footerAddr {
    display: block;
    padding-left: 0;
  }
}

.topBanner {
  background-image: url("/hipershop/rwd1831/store/F1/banner-02.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 145px 0;
}

@media screen and (max-width:768px) {
  .topBanner {
    background-image: url("/rwd1831/store/F1/banner-02-xs.jpg");
    background-position: center;
    padding: 15px 0 175px;
  }
}

@media screen and (max-width:576px) {
  .topBanner {
    padding: 15px 0 145px;
  }
}

@media screen and (max-width:425px) {
  .topBanner {
    padding: 15px 0 225px;
  }
}

@media screen and (max-width:375px) {
  .topBanner {
    background-position: left;
    padding: 15px 0 315px;
  }
}

@media screen and (max-width:320px) {
  .topBanner {
    background-position: left;
    padding: 15px 0 290px;
  }
}

.topBanner .container {
  padding: 0;
}

@media screen and (max-width:768px) {
  .topBanner .container {
    text-align: right;
  }
}

@media screen and (max-width:375px) {
  .topBanner .container {
    text-align: center;
  }
}

.topBanner .text-box {
  background-color: #ffffff;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  position: relative;
  margin: 0 40px;
}

@media screen and (max-width:768px) {
  .topBanner .text-box {
    display: inline-block;
    margin: 0 105px;
  }
}

@media screen and (max-width:576px) {
  .topBanner .text-box {
    margin: 0 45px;
  }
}

@media screen and (max-width:425px) {
  .topBanner .text-box {
    width: 200px;
    height: 200px;
    margin: 0 15px;
  }
}

.topBanner .text-box::before {
  content: "";
  background-color: #ffffff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -5.5%;
  left: 81.5%;
  transform: translate(-50%, -50%) rotatez(0deg);
}

@media screen and (max-width:768px) {
  .topBanner .text-box::before {
    left: 18.5%;
  }
}

@media screen and (max-width: 375px) {
  .topBanner .text-box::before {
    left: 50%;
    bottom: -15%;
    transform: translate(-50%, -50%) rotatez(45deg);
  }
}

.topBanner .text-box p {
  color: #2c2c2c;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  display: inline-block;
  width: 85%;
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:425px) {
  .topBanner .text-box p {
    font-size: 32px;
    line-height: 1.1;
  }
}

.topBanner .text-box p span {
  color: #f97930;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .5px;
}

@media screen and (max-width:425px) {
  .topBanner .text-box p span {
    font-size: 22px;
  }
}

#LinkContainer,
ul.breadcrumb,
.nav_cate_current,
.categoriesbar,
.aside-title,
.newsbar,
.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  padding: 10px 15px;
}

.aside-title {
  padding: 11.25px 15px;
}

ol.breadcrumb li a,
.breadcrumb>li+li:before {
  color: #2c2c2c;
}

aside .nav li a:hover {
  background-color: #fdd0ab;
  color: #2c2c2c;
}

aside .nav li a.topic {
  background-color: #fcae75;
  color: #2c2c2c;
}

.ProfileBody {
  background-color: #F5F0E0;
}

/* 獨立頁設定 */
.article-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article-content .Pro_content p,
.arti-news p,
.article-content .Pro_content2 p {
  text-align: left;
  letter-spacing: 0;
  line-height: 1.8;
}

/* 最新消息 */
.news_icon01,
.news_icon02,
.news_icon03 {
  margin-bottom: 0;
}

.news_date,
.news_sort,
.news_author {
  color: #808080;
}

.caption p {
  padding-top: 0;
}

p.news_info {
  padding-top: 5px;
  margin-bottom: 30px;
}

.newslist img.news_pic {
  margin-bottom: 0;
}

#LinkContainer {
  display: none;
}

.thumbnail {
  border: 1px solid #dddddd;
}

.news-wrapper .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  float: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.news-wrapper .text-center {
  text-align: center;
  clear: both;
}

.newslist img.news_pic {
  width: 100%;
  float: left;
  padding: 2%;
}

.newslist {
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
}

.newslist.thumbnail .caption {
  overflow: auto;
}

.news_more {
  color: #FFFFFF;
  background-color: #F97930;
  border-color: #F97930;
}

.news_more:hover,
.news_more:focus {
  opacity: .8;
  color: #FFFFFF;
  background-color: #e8460e;
  border-color: #e8460e;
}

@media screen and (min-width: 480px) {
  .news-wrapper .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .news-wrapper .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    float: left;
    width: 25%;
  }
}

/* 最新消息詳述頁 */
.news-wrapper .row>p {
  padding-left: 15px;
  padding-right: 15px;
}

/* 國際證照 */
.CertificateDownload .img-box {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}

.CertificateDownload .img-box>p,
.CertificateDownload .img-box>a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}


/* 聯絡我們 */
.panel-title2 {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.8;
}

.panel-title2 .label {
  color: #2c2c2c;
  font-size: 18px;
}

.form-horizontal .control-label {
  color: #2c2c2c;
  line-height: 1.8;
}

#pd_descr {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}