@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.btn[type=reset] {
  background: #ddd;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
}

a {
  color: #8B4428;
}

html, body {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  padding-top: 86px;
  background: #f6f1eb;
  overflow-x: hidden;
}

.showSweetAlert[data-animation=pop] {
  opacity: 0;
  -webkit-animation: swal 0.5s forwards;
          animation: swal 0.5s forwards;
}

@-webkit-keyframes swal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes swal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sweet-alert {
  color: #000;
}
.sweet-alert p {
  font-size: 15px;
  font-family: microsoft jhenghei, sans-serif;
  font-weight: 500;
}

.container {
  padding: 0px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.sa-confirm-button-container {
  display: inline-block;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
}

.swiper-slide img {
  width: 100%;
}

.top-news {
  background: #8B4428;
  padding: 10px 0;
  height: 40px;
  overflow: hidden;
  color: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.top-news .container {
  padding-left: 5px;
  padding-right: 5px;
}
.top-news .swiper-slide a {
  text-align: center;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  width: calc(100% - 61px);
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.top-news .swiper-slide a:after {
  content: "MORE";
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #8d99db;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .Txt {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
}
.swiper-slide .title {
  color: #fff;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  opacity: 0;
  background-image: none;
  padding: 15px 0;
}
.swiper-slide p {
  color: #fff;
  font-size: 18px;
  font-weight: 500px;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  opacity: 0;
}

.swiper-slide.swiper-slide-active .title {
  -webkit-transition: all 2.2s ease;
  transition: all 2.2s ease;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.swiper-slide.swiper-slide-active p {
  -webkit-transition: all 2.8s ease;
  transition: all 2.8s ease;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f28520;
}

> a {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 15px;
  display: inline-block;
  z-index: 1;
}
> a::after {
  content: "";
  height: 75px;
  width: 1px;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

.swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 69px;
  background: #ffffff;
  z-index: 10;
}
.header .container-lg {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 4;
}
.header .container-lg {
  /* width: 900px; */
  margin: auto;
}
@media screen and (max-width: 440px) {
  .header {
    padding: 0px;
  }
}
.header .container {
  padding: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1202px) {
  .header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .header-inner {
  height: 87px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 280px;
  width: 100%;
}
@media screen and (min-width: 1202px) {
  .header .header-inner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 624px) {
  .header .header-inner {
    padding-left: 270px;
  }
}
@media screen and (max-width: 440px) {
  .header .header-inner {
    padding-left: 20px;
    background: #f6f1eb;
    height: 39px;
  }
}
.header .logo {
  width: 225px;
  z-index: 4;
  letter-spacing: 1px;
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo a:hover {
  color: #111;
}
.header .logo img {
  height: 55px;
}
.header .logo span {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 10px;
}
.header .nav {
  background: #ffc107;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header .nav ul {
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
.header .menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu li {
  display: inline-block;
  position: relative;
  width: 20%;
}
.header .menu li:after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #FBEAC7;
}
.header .menu li:hover {
  font-weight: 600;
  background-color: dark(#F8B62A, 10%);
}
.header .menu li a {
  color: #333;
  padding: 8px 24px;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.header .menu li i {
  margin-right: 8px;
}
.header .menu li.lang-btn:hover:after {
  display: none;
}
.header .menu li.lang-btn a {
  color: #999;
  border-radius: 100%;
  padding: 4px;
  margin-left: 5px;
}
.header .menu li.lang-btn a:hover {
  color: #F8B62A;
}
.header .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .call-btn {
  border: 1px solid #ddd;
  margin-right: 16px;
  padding: 8px 24px;
  border-radius: 25px;
  letter-spacing: 2;
  font-size: 18px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .call-btn p {
  margin-bottom: 0;
}
.header .call-btn:hover {
  color: #00D5F2;
}
.header .call-btn span {
  color: #F8B62A;
  font-weight: bold;
  font-size: 18px;
}
.header .call-btn i {
  color: #F8B62A;
  font-weight: bold;
  font-size: 18px;
}
.header .line-btn {
  border-radius: 100%;
  color: #8fc31f;
  font-size: 35px;
}
.header .m-img {
  display: none;
}
.header .mb-menu-list {
  display: none;
}

.logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-decoration: none;
  height: 82px;
}
.logo-link:hover {
  text-decoration: none;
  color: #000;
}
.logo-link img {
  max-height: 48px;
  margin: 5px 0px;
  margin-right: 6px;
}
@media screen and (max-width: 624px) {
  .logo-link {
    font-size: 18px;
  }
  .logo-link img {
    max-height: 42px;
  }
}
@media screen and (max-width: 440px) {
  .logo-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 15px;
    position: relative;
  }
  .logo-link img {
    max-height: 42px;
  }
}

.bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px auto;
  background-color: #8B4428;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button {
  width: 21px;
  display: none;
  font-size: 32px;
  color: #8B4428;
  margin-bottom: 1px;
  margin-left: 15px;
}
@media screen and (max-width: 1202px) {
  .menu-button {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .menu-button {
    position: absolute;
    right: 10px;
    top: 12px;
  }
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  margin: 10px auto;
  background-color: #FA9C00;
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(10px);
          transform: scaleX(0) translateX(10px);
}

.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  margin: 10px auto;
  background-color: #FA9C00;
}

.fb-link {
  color: #4267B2;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.fb-link > img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.line-qrcode {
  position: absolute;
  right: 5px;
  bottom: 15px;
  z-index: 1;
}

.top-contact {
  position: absolute;
  right: 139px;
  bottom: 5px;
  text-align: right;
  line-height: 1.8;
  z-index: 1;
}

.leave {
  position: absolute;
  left: 0;
  top: -102px;
  z-index: 1;
}

.btn-top-line {
  padding: 17px 20px;
  display: block;
}
.btn-top-line img {
  max-width: 35px;
}

.site-menu {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1202px) {
  .site-menu {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.site-menu .container {
  position: relative;
}
.site-menu a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.site-menu a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-menu .navbar-nav {
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  margin-bottom: 0;
  margin-top: 0;
}
.site-menu .navbar-nav:before, .site-menu .navbar-nav:after {
  display: none;
}
.site-menu .nav {
  background: #ffc107;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.site-menu .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-menu .nav ul li {
  position: relative;
  padding: 10px 0;
}
.site-menu .nav ul li a {
  -webkit-transition: 500ms all;
  transition: 500ms all;
  padding: 0px;
}
.site-menu .nav ul li a:focus, .site-menu .nav ul li a:hover {
  color: #FA9C00;
  background: none;
}
.site-menu .nav ul li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  right: -13px;
  top: 13px;
  background-color: #FA9C00;
}
@media screen and (max-width: 1200px) {
  .site-menu .nav ul li::after {
    background-color: transparent;
  }
}
.site-menu .nav .open > a, .site-menu .nav .open > a:focus, .site-menu .nav .open > a:hover {
  color: #FA9C00;
  background: none;
}
.site-menu .nav > .dropdown > a {
  display: inline-block;
  padding-right: 5px;
}
.site-menu .nav > .dropdown > .glyphicon {
  display: inline-block;
  width: 30px;
  color: #8B4428;
  cursor: pointer;
}
@media screen and (max-width: 1202px) {
  .site-menu .nav > .dropdown > .glyphicon {
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 1202px) {
  .site-menu .nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.site-menu .navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
}
.site-menu .dropdown-menu {
  border: 0;
  background: #8B4428;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  padding: 0px 0px;
}
.site-menu .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
}
.site-menu .dropdown-menu > li > a:focus, .site-menu .dropdown-menu > li > a:hover {
  color: #fff;
  background: #e2a12f;
}
@media screen and (max-width: 1200px) {
  .site-menu .nav > li > a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 960px) {
  .site-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1202px) {
  .site-menu {
    position: fixed;
    top: 87px;
    width: 250px;
    right: -250px;
    float: none;
    background: #fff;
    height: 100vh;
    margin-top: 0px;
    padding-top: 15px;
    margin-right: 0px;
  }
  .site-menu .navbar-nav .open .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 0px;
  }
  .site-menu .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px;
    color: #8e8e8e;
  }
  .site-menu .nav .open > a, .site-menu .nav .open > a:focus, .site-menu .nav .open > a:hover {
    background: #fff;
  }
  .site-menu.open {
    right: 0;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -webkit-box-shadow: -6px 2px 8px rgba(105, 103, 103, 0.32);
            box-shadow: -6px 2px 8px rgba(105, 103, 103, 0.32);
  }
  .site-menu .navbar-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 7.25px 15px;
  }
  .site-menu .nav > li {
    width: 100%;
  }
  .site-menu .nav > li a:focus, .site-menu .nav > li a:hover {
    padding: 10px 15px;
    background: #fff;
  }
}
@media screen and (max-width: 440px) {
  .site-menu {
    top: 91px;
  }
}

.site-search {
  width: 200px;
}
.site-search .form-control {
  height: 33px;
}
.site-search .input-group .form-control, .site-search [name=txtsearch] {
  border-radius: 4px;
}
.site-search .btn {
  border: 0;
  background: #f9b036;
  color: #ffffff;
}
.site-search .btn:hover, .site-search .btn:focus, .site-search .btn:active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ca6f10;
}
@media screen and (max-width: 440px) {
  .site-search {
    width: 100%;
  }
  .site-search .btn {
    color: #f7a52b;
    background: rgba(0, 0, 0, 0);
  }
  .site-search .btn:hover, .site-search .btn:focus, .site-search .btn:active {
    background: rgba(0, 0, 0, 0);
    color: #ca6f10;
  }
  .site-search .form-control {
    height: 25px;
    margin-top: 4px;
  }
}

.site-member-menu {
  width: 100%;
  border-radius: 20px 20px;
  padding: 10px 0 15px;
  border: 0;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.site-member-menu .glyphicon {
  color: #00672F;
  margin-right: 5px;
  font-size: 17px;
}
.site-member-menu > li > a {
  padding: 8px 17px;
  color: #00672F;
}
.site-member-menu .user-name {
  padding: 8px 17px;
  display: inline-block;
}
@media screen and (max-width: 1202px) {
  .site-member-menu {
    width: auto;
  }
}
.site-member-menu > .group-only {
  background: #ffffdd;
}
.site-member-menu > .group-only > a {
  color: red;
}
.site-member-menu > .group-only .glyphicon {
  color: red;
}

.top-btn {
  position: absolute;
  top: 5px;
  right: 0;
}
.top-btn a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}
.top-btn .cart-num {
  color: red;
  font-family: georgia;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.btn-mobile-menu {
  display: block;
  cursor: pointer;
}
.btn-mobile-menu .glyphicon-menu-hamburger {
  cursor: pointer;
}
@media screen and (min-width: 1202px) {
  .btn-mobile-menu {
    display: none;
  }
}

#search_modal .modal-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
#search_modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
}
#search_modal .modal-header {
  border-bottom: 0;
}
#search_modal .form-control {
  background: none;
  font-size: 30px;
  height: auto;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search_modal .form-control:focus {
  border-color: white;
}
#search_modal .btn {
  height: 54px;
  width: 80px;
  font-size: 30px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 0;
}
#search_modal .input-group {
  margin-top: 10px;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.index-block-title {
  color: #fff;
  font-size: 30px;
  margin: 0 0 15px;
}
.index-block-title .index-title-logo {
  display: inline-block;
  width: 60px;
}
.index-block-title small {
  color: #eee;
}
.index-block-title span {
  display: inline-block;
  width: calc(100% - 60px);
  border-bottom: 2px solid #FE0100;
  padding: 8px;
  letter-spacing: 1px;
  font-weight: bold;
}

.index-block-title2 {
  text-align: center;
}
.index-block-title2 .index-title-logo {
  margin-bottom: 10px;
}

.index-links-block {
  display: none;
}

.index-about-block {
  display: none;
}

.news-block, .pdlist-block, .slide-block {
  margin-bottom: 20px;
}

.index-pd-block-title {
  padding-left: 40px;
}

.block-title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .block-title {
    margin-bottom: 25px;
  }
}

.purchase_page, .pdlist_page, .newslist_page {
  padding-top: 30px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list > li {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #dfdfdf;
  margin-bottom: 18px;
  padding: 0 0 40px;
  border-radius: 5px;
  width: 29.3%;
  margin: 0 2% 30px;
  position: relative;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  border: 1px solid #ddd;
}
.news-list > li:hover {
  background: #fff;
  border: 1px solid #8B4428;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.news-list > li:hover .news-cover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 700px) {
  .news-list > li {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 440px) {
  .news-list > li {
    width: 81%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.news-list > li > a {
  width: 100%;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list .news-cover {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.news-list .news-cover > img {
  width: 100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}
.news-list .news-data {
  width: 100%;
  padding: 8px;
}
.news-list .news-data .tag-top {
  color: red;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid red;
  margin-bottom: 5px;
}
.news-list .news-data h3 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.6;
  overflow: hidden;
}
.news-list .news-data .author, .news-list .news-data .news-date {
  color: #777;
  margin: 0;
  /* font-style: italic; */
  font-family: tahoma;
  letter-spacing: 1px;
  font-size: 16px;
}
.news-list .news-data .read-more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  color: #fff;
  background: #F8B62A;
  position: absolute;
  bottom: -29px;
  left: calc(50% - 30px);
  font-family: arial;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
}
.news-list .news-data .read-more:hover {
  opacity: 1;
}
.news-list .news-data .news_digest {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  color: #777;
  font-size: 18px;
}

.index-news-block {
  background: url(../images/indexnewsbg.jpg) no-repeat bottom center;
  padding: 2.5% 0;
  display: none;
}
.index-news-block .btn-news-list-more {
  color: #fff;
  float: right;
  margin-top: 12px;
  margin-right: 15px;
  font-size: 18px;
}
.index-news-block .index-block-title2 {
  padding-top: 50px;
}
.index-news-block li {
  background: none;
  padding: 10px;
  border-radius: 0;
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #fff;
}
.index-news-block li *:last-child {
  border-bottom: 0;
}
.index-news-block li:hover {
  border-radius: 5px;
}
.index-news-block li:hover h3 {
  color: #053784;
}
.index-news-block li:hover .author {
  color: #053784;
}
.index-news-block .news-cover {
  display: none;
}
.index-news-block .news-data h3 {
  color: #fff;
}
.index-news-block .news-data .author {
  color: #fff51f;
}
.index-news-block .news-data .read-more {
  display: inline-block;
  padding: 5px 30px;
  color: #053784;
  background: #fff864;
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 10px;
  -webkit-transform: none;
          transform: none;
  border-radius: 15px;
  font-family: arial;
  top: auto;
  bottom: 20px;
}

.prod-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .prod-list:hover > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.prod-list a, .prod-list a:hover, .prod-list a:focus {
  text-decoration: none;
  color: #000;
}
.prod-list > li {
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .prod-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .prod-list > li:hover {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    top: -6px;
    left: -6px;
    border: 1px solid #eee;
  }
}
@media screen and (max-width: 1023px) and (min-width: 700px) {
  .prod-list > li {
    width: 49%;
  }
  .prod-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .prod-list > li {
    width: 100%;
  }
}
.prod-list .event-cover {
  text-align: center;
  max-width: 100%;
  max-height: 200px;
}
.prod-list .event-info {
  padding: 10px 15px;
}
.prod-list .event-name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 5px;
}
.prod-list .date-event {
  color: #00672f;
  font-weight: bold;
  margin: 5px 0;
  padding-left: 5px;
}
.prod-list .date-apply {
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 5px;
  line-height: 1.8;
}
.prod-list .date-cancel {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  font-weight: normal;
  padding-left: 5px;
}
.prod-list .level {
  background: url(../images/level-tag.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -1px;
  top: -1px;
  color: #0067e7;
  font-style: italic;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 80px;
  height: 80px;
  text-align: right;
  padding: 10px;
  font-size: 20px;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-list:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27.5%;
}
.link-list .index-link-name {
  text-align: center;
  font-size: 17px;
  margin: 5px;
  line-height: 1.5;
  font-weight: bold;
}
.link-list > li {
  width: 27.5%;
  margin-bottom: 25px;
  padding: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.link-list > li a {
  display: block;
}
.link-list > li img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 700px) {
  .link-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .link-list > li {
    width: 100%;
    margin-right: 0;
  }
}
.link-list a {
  color: #0066cc;
}

#form1 {
  margin-bottom: 0;
  min-height: calc(100vh - 170px);
}
@media screen and (max-width: 860px) {
  #form1 {
    min-height: calc(100vh - 200px);
  }
}
@media screen and (max-width: 647px) {
  #form1 {
    min-height: calc(100vh - 218px);
  }
}
@media screen and (max-width: 455px) {
  #form1 {
    min-height: calc(100vh - 244px);
  }
}
@media screen and (max-width: 431px) {
  #form1 {
    min-height: calc(100vh - 292px);
  }
}

.wrapper {
  margin-top: 0;
  border-radius: 0;
  padding-bottom: 15px;
}
.wrapper > .container {
  border-radius: 5px;
}

.page-aside {
  margin-top: 20px;
}

.htmlpage_page .breadcrumb, .cartok_page .breadcrumb {
  float: right;
}
.htmlpage_page.container-fluid .page-wrap, .cartok_page.container-fluid .page-wrap {
  padding-left: 0;
  padding-right: 0;
}

.userhtml, .cke_textarea_inline {
  line-height: 180%;
  margin: auto;
  text-align: justify;
  word-break: break-word;
}
.userhtml img, .cke_textarea_inline img {
  max-width: 100%;
  height: auto !important;
}
.userhtml iframe, .cke_textarea_inline iframe {
  max-width: 100%;
}
.userhtml table, .cke_textarea_inline table {
  max-width: 100%;
  height: auto !important;
}
.userhtml table td p, .userhtml table th p, .cke_textarea_inline table td p, .cke_textarea_inline table th p {
  margin-bottom: 0;
}
.userhtml .table-thin, .cke_textarea_inline .table-thin {
  border-collapse: collapse;
  border-spacing: 0;
}
.userhtml ul, .userhtml ol, .cke_textarea_inline ul, .cke_textarea_inline ol {
  padding-left: 1.5em;
  margin-left: 0;
}
.userhtml figcaption, .cke_textarea_inline figcaption {
  text-align: justify;
}
.userhtml a, .cke_textarea_inline a {
  text-decoration: underline;
}
.userhtml p, .cke_textarea_inline p {
  margin-bottom: 0;
  line-height: 1.8;
}
.userhtml canvas, .cke_textarea_inline canvas {
  max-width: 100%;
  height: auto !important;
}

.video_container {
  min-height: 100px;
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .userhtml img {
    /*width:auto !important;*/
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    display: block;
  }
  .userhtml table {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    max-width: 100%;
    width: 100% !important;
  }
  .userhtml iframe {
    max-width: 100%;
    max-height: 300px;
    max-height: 62vw;
  }
  .userhtml td {
    padding: 5px;
    width: auto !important;
  }
  .userhtml .table-mobile-block, .userhtml .table-mobile-block > tbody, .userhtml .table-mobile-block > tbody > tr, .userhtml .table-mobile-block > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
.page-title-outer {
  padding-top: 10px;
  padding-bottom: 3px;
  max-width: 100%;
  opacity: 0;
  -webkit-animation: 1s 0.5s fadeInUp forwards;
          animation: 1s 0.5s fadeInUp forwards;
  border-bottom: 3px solid #ffcc77;
  margin-bottom: 25px;
}
.page-title-outer + .page-cover {
  opacity: 0;
  -webkit-animation: 1s 0.5s fadeInUp forwards;
          animation: 1s 0.5s fadeInUp forwards;
}

.breadcrumb, .title-desc {
  margin: 0;
  background: none;
  border-radius: 0;
  padding: 5px 0;
  display: inline-block;
  color: #8d8d8d;
}
.breadcrumb a, .title-desc a {
  color: #8d8d8d;
}

.title-desc a {
  text-decoration: underline;
}

.page-title-wrap {
  display: inline-block;
}

.page-title {
  background-size: auto 80%;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 0;
  color: #8b4428;
}
.page-title small {
  margin-left: 10px;
}

.eventlist_page {
  background: #eee url(../images/eventbg.jpg) no-repeat bottom center fixed;
}

.pagination-wrap {
  text-align: center;
}
.pagination-wrap .pagination > .active > a, .pagination-wrap .pagination > .active > a:focus, .pagination-wrap .pagination > .active > a:hover, .pagination-wrap .pagination > .active > span, .pagination-wrap .pagination > .active > span:focus, .pagination-wrap .pagination > .active > span:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.pagination-wrap .pagination > li > a, .pagination-wrap .pagination > li > span {
  color: #337ab7;
  font-size: 15px;
}

.title {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}

.serviceArea {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.serviceArea .title {
  color: #F8B62A;
  padding: 0;
  width: 196px;
  line-height: normal;
}
.serviceArea .title::after {
  display: none;
}
.serviceArea p {
  margin: 0;
  font-size: 18px;
  padding-right: 10px;
  width: 96%;
}
.serviceArea .btn-warp {
  width: auto;
  margin: 0;
}
.serviceArea .btn-warp a {
  background: #00D5F2;
  color: #fff;
  padding: 8px 32px;
  width: 150px;
  text-align: center;
}

.servicefloat {
  display: block;
}
.servicefloat .title {
  width: 153px;
  float: left;
}

@media screen and (max-width: 1200px) {
  .servicefloat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .servicefloat .title {
    width: 196px;
    float: left;
  }
}
.btn-warp {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.btn-warp svg {
  color: #FBEAC7;
}
.btn-warp a {
  color: #000;
  display: inline-block;
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #ffc107;
  padding: 8px 24px;
  border-radius: 40px;
}
.btn-warp p {
  padding-top: 25px;
}

footer {
  width: 100%;
  background: #F8B62A;
  letter-spacing: 1px;
  padding-top: 25px;
  color: #333;
}
footer .footer-logo img {
  max-width: 165px;
}
footer p {
  line-height: 2em;
  text-align: left;
  margin-bottom: 10px;
}
footer span {
  margin-right: 15px;
  font-size: 14px;
  white-space: nowrap;
}
footer .text {
  color: #333;
}
footer .info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .info li {
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 30px;
  width: 25%;
}
footer .info li .ft-title {
  font-size: large;
  font-weight: 700;
  color: #333;
}
footer .info .icon {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background: #2E2A22;
  color: #e08e1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}
footer .info a {
  color: #2E2A22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-right: 16px;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact a {
  color: #2E2A22;
  font-weight: bold;
}

.footer-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-map li {
  padding: 8px 7px;
}

/* .navigation{min-width: 307px;} */
.navigation a {
  padding: 0px 15px;
}

.footer-bottom {
  background-color: #E08E1B;
  text-align: center;
  font-size: 11px;
  padding: 10px 0px;
}

.footer-col-1 {
  margin-bottom: 20px;
}

input[type=text], input[type=password], .ui-autocomplete-input, textarea, .uneditable-input {
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 4px;
}

.form-control {
  -webkit-box-shadow: 0 2px 5px inset #ddd;
          box-shadow: 0 2px 5px inset #ddd;
  color: #000;
}
@media screen and (max-width: 800px) {
  .form-control {
    font-size: 17px;
  }
}

.swal-isForeign button.cancel {
  background: #00883D;
}
.swal-isForeign button.cancel:hover {
  background: #009242;
}

.login_page, .event-reg-outer, .member_profile_wrap {
  background: #A6CEA8 url(../images/67112363_2131071003691620_7940182902849929216_o.jpg) no-repeat top center;
  padding: 0 0 20px;
}
.login_page .form-title, .event-reg-outer .form-title, .member_profile_wrap .form-title {
  margin-left: 0;
  margin-right: 0;
}
.login_page .page-title-outer, .event-reg-outer .page-title-outer, .member_profile_wrap .page-title-outer {
  letter-spacing: 1px;
  padding-left: 0;
}
.login_page .form-horizontal, .event-reg-outer .form-horizontal, .member_profile_wrap .form-horizontal {
  background: #fff;
  padding: 10px 0 0;
  border-radius: 5px;
  margin-top: 13px;
}
.login_page .form-horizontal .form-group, .event-reg-outer .form-horizontal .form-group, .member_profile_wrap .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.login_page .control-label, .event-reg-outer .control-label, .member_profile_wrap .control-label {
  text-align: left;
  width: 190px;
}
.login_page .control-label .formhint, .event-reg-outer .control-label .formhint, .member_profile_wrap .control-label .formhint {
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}
.login_page .control-label .glyphicon, .event-reg-outer .control-label .glyphicon, .member_profile_wrap .control-label .glyphicon {
  margin-right: 10px;
  color: #A6CEA8;
  display: none;
}
.login_page .col-sm-offset-2, .event-reg-outer .col-sm-offset-2, .member_profile_wrap .col-sm-offset-2 {
  margin-left: 190px;
}
.login_page .regform, .event-reg-outer .regform, .member_profile_wrap .regform {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .login_page .col-sm-offset-2, .event-reg-outer .col-sm-offset-2, .member_profile_wrap .col-sm-offset-2 {
    margin-left: 0;
  }
  .login_page .control-label .formhint, .event-reg-outer .control-label .formhint, .member_profile_wrap .control-label .formhint {
    float: none;
    margin: 0 5px 0 0;
  }
}
@media screen and (orientation: portrait) {
  .login_page, .event-reg-outer, .member_profile_wrap {
    background-size: cover;
  }
}

.login_page {
  background: url(../product_image/images/page/chiefbg.jpg) top center no-repeat;
}
@media screen and (orientation: portrait) {
  .login_page {
    background-size: cover;
  }
}

.loginform .form-horizontal {
  max-width: 490px;
  margin: 15px auto;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.loginform .control-label {
  text-align: right;
  width: 100px;
}
.loginform .form-group-goreg {
  background: #00672F;
  margin-bottom: 0;
  padding: 10px 0 0;
  color: #fff;
  border-top: 1px solid #b2e3d6;
  border-radius: 0 0 5px 5px;
}
.loginform .form-group-goreg a {
  color: #E8E80C;
  text-decoration: underline;
}
.loginform hr {
  margin-top: 10px;
  margin-bottom: 0;
}
.loginform .col-sm-offset-2 {
  margin-left: 100px;
  width: auto;
}
.loginform .col-sm-10 {
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .loginform .control-label {
    text-align: left;
  }
  .loginform .col-sm-offset-2 {
    margin-left: 0;
  }
  .loginform .col-sm-10 {
    width: 100%;
  }
}
.loginform .pwd-hint {
  color: #999;
  margin-top: 5px;
}

.btn-login {
  border: 0;
  border-bottom: 2px solid #cc5e00;
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  background: #FF7500;
}
.btn-login:hover, .btn-login:focus {
  background: #e66900;
  border-bottom: 2px solid #c25900;
}

.form-msg {
  display: none;
  color: red;
  padding: 5px 10px;
  font-weight: bold;
}

.txtCode {
  width: 100px;
  display: inline-block;
}

.regform .control-label {
  padding-right: 4px;
}
.regform [name=TextBirthday] {
  background: #fff;
  color: #000;
}

.form-group-pwd {
  display: none;
}

.why-email {
  padding: 10px 10px 5px;
  background: #fff9df;
  margin-top: 10px;
  border-radius: 5px;
}

.formplace .TextAddress {
  width: calc(100% - 300px);
}
.formplace .twzipcode {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formplace .twzipcode {
    margin-bottom: 10px;
    display: block;
  }
  .formplace select {
    width: 50%;
  }
  .formplace .TextAddress {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form-group-pwdopt .checkbox-inline + .checkbox-inline, .form-group-pwdopt .radio-inline + .radio-inline {
    margin-left: 0;
  }
}

.form-title-heading {
  font-size: 18px;
  margin-bottom: 0;
}
.form-title-heading small {
  margin-left: 10px;
}

.form-horizontal .form-group-danger {
  background: #ffe3e3;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.form-group-btn-outer {
  padding-top: 15px;
}

.btn-reg {
  border-bottom: 2px solid #3B9E3B;
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
}

.forget-pwd-dialog .form-control {
  margin-top: 0;
}
.forget-pwd-dialog .input-group {
  margin: 5px 0;
}

.agree-txt {
  line-height: 1.8;
}
.agree-txt ol {
  padding-left: 3em;
  margin-bottom: 1em;
  margin-top: -10px;
}

.chlist {
  text-indent: -2em;
  padding-left: 2em;
}

.forget-page {
  padding-top: 30px;
  background: #eee;
  background: #A6CEA8;
}
.forget-page > .container {
  max-width: 500px;
  margin: 0px auto 0;
  background: #fff;
}

.forget-back-login {
  margin-top: 20px;
}

.member-page {
  background: #eeeeee;
  background: #A6CEA8;
  background: none;
  padding: 20px 0;
}
.member-page:before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/67112363_2131071003691620_7940182902849929216_o.jpg) center 0 no-repeat;
  background-size: cover;
}
.member-page .side-page-title {
  font-size: 15px;
  margin: 20px 0 10px;
  padding: 0 10px 10px;
}
.member-page .member-content {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border-bottom: 1px solid #ccc;
  min-height: 450px;
  margin-bottom: 50px;
}
.member-page .member-aside {
  padding-right: 0;
}
.member-page .breadcrumb {
  display: none;
}
.member-page .pt7 {
  padding-top: 7px;
}
@media screen and (max-width: 800px) {
  .member-page .member-aside {
    display: none;
  }
  .member-page .member-content {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .member-page .side-page-title {
    display: none;
  }
  .member-page .member-content {
    width: 95%;
    margin: 0 auto;
  }
  .member-page .pt7 {
    padding-top: 0;
  }
}

.account-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-side-list li {
  margin-bottom: 2px;
}
.account-side-list .active > a {
  background: #fff;
}
.account-side-list .active > a:hover {
  background: #fff;
  text-decoration: none;
  border-color: #ccc;
}
.account-side-list a {
  font-size: 18px;
  display: block;
  padding: 8px 7px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  color: #00672F;
}
.account-side-list a:hover {
  background: #fff;
  text-decoration: none;
  border-color: #999;
}
.account-side-list .glyphicon {
  margin-right: 5px;
}
.account-side-list .group-only, .account-side-list .group-only.active {
  background: rgba(255, 255, 238, 0.6);
}
.account-side-list .group-only .glyphicon, .account-side-list .group-only.active .glyphicon {
  color: red;
}
.account-side-list .group-only a, .account-side-list .group-only.active a {
  color: red;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .account-side-list {
    display: none;
  }
  .account-side-list li {
    margin-bottom: 0;
  }
  .account-side-list a {
    font-size: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    padding: 8px 5px 2px;
  }
  .account-side-list .glyphicon {
    display: block;
    margin-bottom: 5px;
  }
}

.member_order_wrap .table, .member_orderdetail_wrap .table {
  border-collapse: collapse;
  border-spacing: 0;
}
.member_order_wrap .table p, .member_orderdetail_wrap .table p {
  margin-bottom: 5px;
}
.member_order_wrap .btnCancel, .member_orderdetail_wrap .btnCancel {
  color: red;
  text-decoration: none;
  border: 1px solid red;
  border-radius: 5px;
  padding: 2px 5px;
}
.member_order_wrap .check_btn, .member_orderdetail_wrap .check_btn {
  margin-bottom: 5px;
  display: block;
  color: #006730;
  text-decoration: underline;
  font-size: 16px;
}
.member_order_wrap .order-hint, .member_orderdetail_wrap .order-hint {
  margin: 10px 0;
  background: #006730;
  border: 1px solid #d8d87a;
  color: #ffffd7;
}
.member_order_wrap .order-hint ul, .member_orderdetail_wrap .order-hint ul {
  margin-bottom: 0;
  line-height: 2;
  padding-left: 2em;
}
.member_order_wrap .data_content tr:hover, .member_orderdetail_wrap .data_content tr:hover {
  background: #ffffdd;
}
@media screen and (max-width: 767px) {
  .member_order_wrap .data_content2, .member_order_wrap .data_content2 tbody, .member_order_wrap .data_content2 tr, .member_order_wrap .data_content2 td, .member_orderdetail_wrap .data_content2, .member_orderdetail_wrap .data_content2 tbody, .member_orderdetail_wrap .data_content2 tr, .member_orderdetail_wrap .data_content2 td {
    display: block;
    width: 100%;
  }
  .member_order_wrap .btnCancel, .member_orderdetail_wrap .btnCancel {
    display: inline-block;
    margin: 5px 0;
  }
}

.member-hint {
  padding: 10px;
  margin-bottom: 0;
  line-height: 2;
}
.member-hint a {
  text-decoration: underline;
}
.member-hint ul {
  padding-left: 1em;
  line-height: 1.8;
}

.back_btn {
  border: 1px solid #0066cc;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.back_btn:hover, .back_btn:focus {
  text-decoration: none;
  background: #0066cc;
  color: #fff;
}

.newslist_page .page-title-outer {
  margin-bottom: 15px;
}
.newslist_page .breadcrumb {
  position: absolute;
  right: 0;
  top: 7px;
}
.newslist_page > .container {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newslist_page .page_wrap {
    width: 100%;
  }
}

.news-sidemenu {
  opacity: 0;
  -webkit-animation: 1s 0.5s fadeInUp forwards;
          animation: 1s 0.5s fadeInUp forwards;
}
.news-sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-sidemenu ul img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 5px;
}
.news-sidemenu ul > li {
  margin-bottom: 15px;
}
.news-sidemenu ul > li > a {
  color: #333;
  font-size: 14.5px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 0;
  font-weight: normal;
}
.news-sidemenu ul > li > a:hover, .news-sidemenu ul > li > a:focus {
  padding-left: 5px;
  text-decoration: none;
}
.news-sidemenu ul > li.active > a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-sidemenu {
    width: 100%;
    margin-top: 0px;
  }
  .news-sidemenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-sidemenu ul > li {
    width: 31%;
    text-align: center;
    background: #ffeac5;
    color: #fff;
    margin: 1%;
    border-radius: 7px;
    -webkit-box-shadow: 3px 2px 3px 0px #e6ded4;
            box-shadow: 3px 2px 3px 0px #e6ded4;
  }
}
@media screen and (max-width: 380px) {
  .news-sidemenu ul > li {
    width: 50%;
  }
}

.side-news-cate-title {
  font-size: 18px;
  margin: 0 0 15px;
}

.news-title {
  font-size: 20px;
  padding-bottom: 5px;
  color: #8B4428;
  font-weight: bold;
  margin: 0px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news-title {
    border: 0px;
  }
}

.news_page {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .news_page {
    background: 0px;
  }
}
.news_page .breadcrumb {
  position: absolute;
  right: 0;
  top: 7px;
}
.news_page .page_wrap {
  background: #fff;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.2);
          box-shadow: 0 0 10px rgba(187, 187, 187, 0.2);
}
@media screen and (max-width: 767px) {
  .news_page .page_wrap {
    width: 100%;
  }
}
.news_page .page-title-outer {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.page-share {
  margin-bottom: 30px;
}
.page-share iframe {
  vertical-align: top;
}
.page-share .fb_iframe_widget {
  vertical-align: top;
}

.module_form {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto 15px;
  padding: 0 10px 10px;
}
.module_form .login_btn_group {
  padding-left: 115px;
}
.module_form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module_form > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
.module_form > li {
  position: relative;
  margin-bottom: 10px;
}
.module_form .formtxt {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.module_form .form-control {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
}
.module_form .label {
  position: absolute;
  right: 10px;
  top: 10px;
}
.module_form #imgValidateCode {
  display: inline-block;
}
.module_form .btn {
  padding: 10px 25px;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .module_form .form-control {
    width: 100%;
  }
}
.module_form .placeholder {
  display: none;
}
.module_form .form_btn_group, .module_form .form-item-btn {
  padding: 10px 10px 10px 100px;
  border-top: 0px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .module_form .form_btn_group, .module_form .form-item-btn {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}
.module_form .btn-cancel {
  display: none;
}
.module_form .form-options {
  padding: 5px 5px 5px 90px;
}

@media screen and (min-width: 992px) {
  .page_wrap .userhtml {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .pageform {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 0;
    width: 100%;
  }

  .pageform .form-control {
    width: 100%;
    padding-left: 90px;
    -webkit-transition: 500ms all;
    transition: 500ms all;
    border-bottom: 1px solid #eee;
  }

  .pageform .form-control:focus, .pageform .form-control:hover {
    border: 1px solid #f39c12;
  }

  .pageform .formtxt {
    position: absolute;
    left: 10px;
    top: 7px;
  }

  .module_form > ul > li {
    padding-top: 0;
    padding-right: 0;
  }

  .module_form .form_btn_group, .module_form .form-item-btn {
    padding: 10px 15px;
  }
}
.module_form #imgValidateCode {
  position: absolute;
  right: 0;
  margin-right: 15px;
  top: 2px;
}
@media screen and (max-width: 992px) {
  .module_form #imgValidateCode {
    top: 13px;
  }
}
@media screen and (max-width: 500px) {
  .module_form #imgValidateCode {
    top: 45px;
  }
}

.module_form .btn {
  border-radius: 7px;
}

.pageform .form-control {
  background: #e8e5de;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.btn-success {
  color: #fff;
  background-color: #419236;
  border-color: #419236;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238B4428'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238B4428'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 27px;
  background-position: center;
  background-repeat: no-repeat;
  outline: unset;
}
@media screen and (max-width: 400px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 27px 20px;
  }
}

.swiper-pagination-bullet-active {
  background: #8a6d3b;
}

.pdlist_page .page-title-outer {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
}
.pdlist_page .page-title {
  padding-top: 8px;
}
.pdlist_page .breadcrumb {
  position: absolute;
  right: 0;
  top: 7px;
}
.pdlist_page .page_wrap {
  border-radius: 5px;
}
.pdlist_page .page-cover {
  margin-bottom: 10px;
}

.sidecatetitle {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  padding-right: 10%;
}
.sidecatetitle h2 {
  margin: 0 0 0;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.side-title {
  font-size: 20px;
  background: #ca6f10;
  margin: 10px auto 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .side-title {
    margin: 0px auto 0px;
    padding: 5px 0px;
    position: relative;
    border-radius: 4px;
  }
}

.glyphicon-chevron-down {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .glyphicon-chevron-down {
    display: none;
  }
}

@media (max-width: 768px) {
  .col-sm-10 {
    width: 100%;
  }

  .col-sm-2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prod-sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prod-sidenav > li {
    width: 31%;
    text-align: center;
    background: #e0a231;
    color: #fff;
    margin: 1%;
    border-radius: 7px;
    -webkit-box-shadow: 3px 2px 3px 0px #e6ded4;
            box-shadow: 3px 2px 3px 0px #e6ded4;
  }
}
.prod-sidenav > li {
  margin-bottom: 0;
  padding-left: 20px;
}
@media screen and (max-width: 380px) {
  .prod-sidenav > li {
    width: 48%;
  }
}
.prod-sidenav > li > a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.prod-sidenav > li a {
  color: #333;
  font-size: 14.5px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .prod-sidenav > li a {
    color: #fff;
  }
}
.prod-sidenav > li a:hover, .prod-sidenav > li a:focus {
  color: #6cb133;
  background: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .prod-sidenav > li a:hover, .prod-sidenav > li a:focus {
    color: #fff;
  }
}
.prod-sidenav > li.active:hover .sub {
  -webkit-animation: none;
          animation: none;
}
.prod-sidenav > li.active > .sub {
  opacity: 1;
  max-height: 500px;
}
.prod-sidenav > li.active > a {
  color: #6cb133;
}
@media screen and (max-width: 768px) {
  .prod-sidenav > li.active > a {
    color: #fff;
  }
}
.prod-sidenav .sub {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-left: 1px solid #ccc;
  margin-left: 12px;
}
.prod-sidenav .sub .active > a {
  color: #9f4e2e;
}
.prod-sidenav .sub .icon-arrow-right {
  position: absolute;
  display: none;
  top: 8px;
  font-size: 12px;
  left: 0;
}
.prod-sidenav .sub li {
  position: relative;
}
.prod-sidenav .sub li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.prod-sidenav .sub li:hover {
  color: #F86111;
}
.prod-sidenav .sub li:hover:before {
  background: #555;
}
.prod-sidenav .sub li:hover > a:before {
  width: 100%;
  height: 1px;
  background: #777;
}
.prod-sidenav .sub2 {
  margin-left: 0px;
}
.prod-sidenav .sub2 li {
  padding-left: 4px;
}
.prod-sidenav .sub3 {
  list-style: none;
  border-left: 0;
  margin-left: 0;
  opacity: 0.8;
  margin-bottom: 0;
  padding-left: 5px;
}
.prod-sidenav .sub3 > li {
  word-break: break-all;
}
.prod-sidenav .sub3 > li a {
  max-width: calc(100% - 15px);
}
.prod-sidenav .sub3 > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #555;
  margin-right: 3px;
}

.sidenav-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.page-sidenav > li {
  margin-bottom: 0;
}
.page-sidenav > li > a {
  font-size: 15px !important;
  color: #686868 !important;
  font-weight: initial;
}

@-webkit-keyframes sidesubshow {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}

@keyframes sidesubshow {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .sidenav_wrap {
    display: none;
  }
  .sidenav_wrap.open {
    display: block;
    margin-bottom: 10px;
  }
}

.pdlist {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-animation: 1s 0.2s fadeInUp forwards;
          animation: 1s 0.2s fadeInUp forwards;
}
.pdlist a:hover {
  text-decoration: none;
}
.pdlist > li {
  -webkit-transition: 500ms all;
  transition: 500ms all;
  position: relative;
  top: 0;
  opacity: 1;
  background: #fff;
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}
.pdlist .pditem-noprod {
  padding: 0;
  text-align: left;
}
.pdlist.row4 > li {
  width: 22.3%;
  margin-right: 3.5%;
}
.pdlist.row4 > li:nth-child(4n) {
  margin-right: 0;
}
.pdlist.row4 > li:hover {
  opacity: 1;
}
.pdlist.row4 > li:hover .pdname {
  opacity: 1;
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .pdlist.row4 > li {
    width: 31%;
  }
  .pdlist.row4 > li .pdlist > li:nth-child(odd) {
    margin-right: 0;
  }
  .pdlist.row4 > li:nth-child(4n) {
    margin-right: 3.5%;
  }
  .pdlist.row4 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
  .pdlist.row4 > li {
    width: 48%;
  }
  .pdlist.row4 > li:nth-child(2n+1) {
    margin-right: 3.5%;
  }
  .pdlist.row4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) and (min-width: 320px) {
  .pdlist.row4 > li {
    width: 48.2%;
  }
  .pdlist.row4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  .pdlist.row3 > li {
    margin-right: 2%;
    width: 49%;
  }
  .pdlist.row3 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 859px) {
  .pdlist.row3 > li {
    margin-right: 3%;
    width: 30.6%;
  }
  .pdlist.row3 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 993px) {
  .pdlist.row5 > li {
    margin-right: 1%;
    width: 19.2%;
  }
  .pdlist.row5 > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .pdlist.row5 > li {
    margin-right: 1%;
    width: 24.25%;
  }
  .pdlist.row5 > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  .pdlist.row5 > li {
    margin-right: 1%;
    width: 32.6%;
  }
  .pdlist.row5 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .pdlist.row5 > li {
    margin-right: 1%;
    width: 49.5%;
  }
  .pdlist.row5 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .pdlist > li {
    padding: 0;
  }
}

.btn-save, .btn-buy, .BuyPurchase, .btn-go-detail {
  display: inline-block;
  margin: 0 1px;
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 14.5px;
}
.btn-save:active, .btn-save:focus, .btn-save:hover, .btn-buy:active, .btn-buy:focus, .btn-buy:hover, .BuyPurchase:active, .BuyPurchase:focus, .BuyPurchase:hover, .btn-go-detail:active, .btn-go-detail:focus, .btn-go-detail:hover {
  text-decoration: none;
}

.btn-buy, .BuyPurchase {
  background: #A80004;
  color: #fff;
  padding: 5px 5px;
}
.btn-buy:hover, .BuyPurchase:hover {
  background: #8f0003;
  color: #fff;
}
.btn-buy > i, .BuyPurchase > i {
  margin-right: 5px;
}

.btn-save {
  font-size: 0;
  background: #eee;
  color: #999;
  border: 1px solid #ddd;
}
.btn-save:hover {
  background: #555;
  color: #fff;
}
.btn-save > i {
  font-size: 16px;
}

.btn-go-detail {
  background: #eee;
}
.btn-go-detail:hover {
  background: #dc8a35;
  color: #fff;
}

.pditem {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 500ms all;
  transition: 500ms all;
  text-align: center;
}
.pditem:hover {
  border: 1px solid #ff8e2d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
}
.pditem:hover .pimg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}
.pditem .single > .form-control {
  text-align: center;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  -moz-text-align-last: center;
       text-align-last: center;
}
.pditem a, .pditem .pd-link {
  color: #000;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pditem a:hover, .pditem .pd-link:hover {
  color: #ff8e2d;
}
.pditem .btn-buy, .pditem .BuyPurchase {
  color: #fff;
}
.pditem .btn-buy:hover, .pditem .BuyPurchase:hover {
  background: #db0005;
  color: #fff;
}
.pditem .btn-save:hover {
  background: #555;
  color: #fff;
}
.pditem .btn-go-detail {
  display: inline-block;
}
.pditem .btn-go-detail:hover {
  background: #dc8a35;
  color: #fff;
}
.pditem .pd-price {
  /*display: inline-block;text-align: right;padding-right: 5px;*/
  justify-self: flex-end;
  width: 100%;
  margin-bottom: 6px;
}
.pditem .pd-action {
  /*display: inline-block;text-align: left;width:auto*/
  width: 100%;
  justify-self: flex-end;
  width: 100%;
  padding-bottom: 10px;
}
.pditem .pd-model {
  justify-self: flex-start;
}
.pditem .txt-soldout {
  display: inline-block;
  margin: 0 1px;
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  padding: 5px 5px;
  border-radius: 5px;
  width: 100%;
  color: #aaa;
  padding: 5px 5px;
}
.pditem .txt-soldout:hover {
  color: #aaa;
}
@media screen and (max-width: 600px) {
  .pditem .pd-price, .pditem .pd-action {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100%;
    line-height: 1;
  }
  .pditem .aLike {
    margin-right: 0;
  }
}

.pspec {
  padding-left: 5px;
}
@media screen and (max-width: 500px) {
  .pspec .form-control {
    padding: 6px 5px;
    font-size: 17px;
  }
}

.corner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  text-align: center;
  font-size: 13px;
}

.subtitle {
  color: #f64444;
  display: block;
  padding: 0;
  font-size: 13px;
}

.pimgbox {
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}
.pimgbox a {
  position: relative;
  height: 100%;
  display: block;
}
.pimgbox img {
  max-width: 100%;
}
.pimgbox:hover .corner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pdimg {
  max-width: 100%;
  max-height: 230px;
  width: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

.pmore {
  margin-top: 15px;
  color: #008891;
}

.pname {
  width: 80%;
  overflow: hidden;
}
.pname > h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  color: #000;
  letter-spacing: 0;
  font-family: Montserrat;
  letter-spacing: 0;
  line-height: 150%;
}

.cname, .pd-model {
  margin: 5px 0 10px;
  font-size: 15px;
  color: #999;
}

.cname > span {
  padding-right: 5px;
}

.pdname {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6;
  margin: 5px 0 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  justify-self: flex-start;
  width: 100%;
  color: #f59403;
  font-weight: bold;
}
.pdname > a {
  color: #111;
}

.oprice, .sold-num {
  font-size: 13px;
  color: #555;
}

.pdprice {
  font-family: lato;
}
.pdprice.zerohide {
  visibility: hidden;
}

.lang_en .pdname {
  font-size: 15px;
}

.pdesc {
  color: #d1782b;
  margin: 0;
  font-size: 13px;
}

.pintro {
  display: none;
}

.pprice {
  font-size: 13px;
  color: #999;
  padding-left: 0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: right;
}

/*.pprice>small{display: none}*/
.oprice, .sprice {
  display: inline-block;
  margin-bottom: 0;
}

.oprice {
  color: #555;
  margin-top: 5px;
  margin-right: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.sprice {
  color: #ea253b;
  font-weight: bold;
  margin-top: 5px;
  font-size: 17px;
}

.country-select {
  width: 100%;
}

.btn_pdmore {
  background: #C12121;
  color: #fff;
  width: 100%;
  display: block;
  padding: 8px 0;
}

.btn_pdmore:hover {
  background: #FFD510;
  color: #000;
}

.share .line-it-button {
  display: inline-block;
  vertical-align: bottom;
}

.qalist {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.qalist .panel-heading {
  background: none;
  border-color: #fff;
  border-bottom: 1px dotted #ccc;
  padding: 15px;
}
.qalist .panel-heading a {
  text-decoration: none;
  color: #8B4428;
  font-weight: bold;
  display: block;
}
.qalist .panel-heading:hover {
  color: #e47c10;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.qalist .panel-heading:hover span {
  color: #e47c10;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.qalist .panel-title > div {
  position: relative;
}
.qalist .panel-body {
  background: #ffe9c4;
  margin-top: 5px;
  border-top: 0 !important;
}
.qalist .glyphicon-plus, .qalist .glyphicon-minus {
  float: right;
  color: #777;
  position: absolute;
  right: 0;
}
.qalist .qalistA-txt {
  line-height: 2em;
}

.box-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  flex-wrap: wrap;
}
.box-list .box-item-link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-list .box-item-link:hover {
  text-decoration: none;
}
.box-list .box-img-wrap {
  /*flex: 1;*/
  width: 100%;
}
.box-list .box-txt-outer {
  width: 100%;
}
.box-list .box-img {
  max-width: 100%;
}
.box-list .title {
  font-size: 22px;
  margin-top: 5px;
}
.box-list > li {
  -webkit-transition: 500ms all;
  transition: 500ms all;
  position: relative;
  top: 0;
  opacity: 1;
  background: #fff;
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}
.box-list.row4 > li {
  width: 22.3%;
  margin-right: 3.5%;
}
.box-list.row4 > li:nth-child(4n) {
  margin-right: 0;
}
.box-list.row4 > li:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .box-list.row4 > li {
    width: 31%;
  }
  .box-list.row4 > li > li:nth-child(odd) {
    margin-right: 0;
  }
  .box-list.row4 > li:nth-child(4n) {
    margin-right: 3.5%;
  }
  .box-list.row4 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
  .box-list.row4 > li {
    width: 48%;
  }
  .box-list.row4 > li:nth-child(2n+1) {
    margin-right: 3.5%;
  }
  .box-list.row4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) and (min-width: 320px) {
  .box-list.row4 > li {
    width: 48.2%;
  }
  .box-list.row4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  .box-list.row3 > li {
    margin-right: 2%;
    width: 49%;
  }
  .box-list.row3 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 859px) {
  .box-list.row3 > li {
    margin-right: 1%;
    width: 32.6%;
  }
  .box-list.row3 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 993px) {
  .box-list.row5 > li {
    margin-right: 1%;
    width: 19.2%;
  }
  .box-list.row5 > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .box-list.row5 > li {
    margin-right: 1%;
    width: 24.25%;
  }
  .box-list.row5 > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  .box-list.row5 > li {
    margin-right: 1%;
    width: 32.6%;
  }
  .box-list.row5 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .box-list.row5 > li {
    margin-right: 1%;
    width: 49.5%;
  }
  .box-list.row5 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .box-list > li {
    padding: 0;
  }
}

.html-block, .slide-block, .img-links-block, .news-block, .code-block, .pdlist-block, .formlist-block, .qa-block, .row-block {
  max-width: 100%;
}

#track-debug-info {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
  width: 190px;
}
#track-debug-info > div:nth-child(1) {
  background: rgba(0, 0, 0, 0.8);
}
#track-debug-info > div:nth-child(2) {
  background: rgba(0, 0, 0, 0.7);
}
#track-debug-info > div:nth-child(3) {
  background: rgba(0, 0, 0, 0.6);
}
#track-debug-info > div:nth-child(4) {
  background: rgba(0, 0, 0, 0.5);
}
#track-debug-info > div:nth-child(5) {
  background: rgba(0, 0, 0, 0.4);
}
#track-debug-info > div:nth-child(6) {
  background: rgba(0, 0, 0, 0.3);
}
#track-debug-info > div:nth-child(7) {
  background: rgba(0, 0, 0, 0.3);
}
#track-debug-info p {
  margin-bottom: 0;
  line-height: 1;
  word-break: break-all;
}
#track-debug-info #track-debug-read {
  overflow: auto;
  height: 100px;
}
#track-debug-info #track-debug-view {
  overflow: auto;
  height: 162px;
}
#track-debug-info #track-debug-youtube {
  overflow: auto;
  height: 100px;
}

.panel-group {
  margin-bottom: 30px;
  margin-top: 30px;
}

.qrcode {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  bottom: 30px;
  font-size: 11px;
  z-index: 10px;
}
.qrcode img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .qrcode {
    bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .qrcode {
    width: 50px;
  }
  .qrcode img {
    width: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.fullbg {
  background-color: #fff;
}

.fullbgtrivia {
  background-color: #FBEAC7;
  padding: 40px 15px;
}

.triviaArea {
  padding-bottom: 30px;
}

.triviaArea .news-list {
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.triviaArea .news-list > li {
  margin-right: 0;
}

.aboutArea {
  padding: 70px 0;
  background-color: #fff;
}
.aboutArea img {
  max-width: 100%;
}
.aboutArea .col-sm-6 {
  padding: 0;
  padding-right: 15px;
}
.aboutArea .title::after {
  content: "";
  background-color: #FBEAC7;
  width: 50px;
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 16px;
}
.aboutArea p {
  padding: 0 5px;
  font-size: 18px;
}
.aboutArea .p-position {
  position: relative;
  display: inline-block;
}
.aboutArea .p-position img {
  z-index: 1;
  width: 220px;
  position: absolute;
  right: -220px;
  top: -3px;
}

.projectArea {
  background-color: #DEFAFE;
  padding: 40px 0;
}
.projectArea .news-list {
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectArea .news-list > li {
  margin: 7px 7px 35px;
  width: calc(100% / 4 - 14px);
}
.projectArea .news-list > li::after {
  content: "";
  width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media screen and (max-width: 876px) {
  .projectArea .news-list > li {
    width: calc(100% / 2 - 14px);
  }
}
.aboutPagebg {
  background-color: #fff;
}
.aboutPagebg .aboutPage {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 40px 0;
  background-color: #fff;
}
.aboutPagebg .aboutPage img {
  max-width: 100%;
}
.aboutPagebg .aboutPage .col-lg-12 {
  padding: 0;
}
.aboutPagebg .aboutPage .title::after {
  content: "";
  background-color: #FBEAC7;
  width: 50px;
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 16px;
}
.aboutPagebg .aboutPage .text {
  padding-bottom: 70px;
}
.aboutPagebg .aboutPage p {
  font-size: 18px;
}
.aboutPagebg .aboutPage .p-position {
  position: relative;
  display: inline-block;
}
.aboutPagebg .aboutPage .p-position img {
  width: 220px;
  position: absolute;
  right: -220px;
  top: -3px;
}

.textMebg {
  background-color: #fff;
  padding: 40px 0;
}
.textMebg .textArea {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* box-sizing: border-box; */
}
.textMebg .textArea p {
  font-size: 18px;
}
.textMebg .textArea .item {
  width: 380px;
  padding: 25px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 0 #ddd;
          box-shadow: 4px 4px 0 #ddd;
  margin: 5px;
  /* box-sizing: border-box; */
}
.textMebg .textArea .item img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .header .nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 69px;
    left: 0;
    width: 290px;
    height: 100%;
    max-width: 100%;
    color: #000;
    background-color: #ffc107;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-transform: translateX(-290px);
            transform: translateX(-290px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 50;
    padding-bottom: 70px;
  }
  .header .nav.in {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .header .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
  }
  .header .nav ul li {
    width: 100%;
  }
  .header .mb-menu-list {
    width: 40px;
    background-color: #ffc107;
    display: block;
    z-index: 60;
    position: relative;
  }
}
@media screen and (max-width: 1160px) {
  .aboutPagebg .aboutPage .p-position img {
    position: relative;
    right: 0;
    z-index: 1;
  }

  .aboutArea .p-position img {
    position: relative;
    right: 0;
    z-index: 1;
  }

  .serviceArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .aboutPagebg .aboutPage .text {
    padding-bottom: 30px;
  }

  .aboutPagebg .aboutPage {
    padding-bottom: 0px;
    margin: 0;
  }

  .btn-warp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .aboutArea .col-sm-6 {
    padding-right: 0;
    padding: 0 15px;
  }
}
.servies {
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}
.servies .col-sm-6 {
  padding: 10px;
}
.servies .col-sm-6 .pic {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}
.servies .col-sm-6 .pic img {
  width: 100%;
}
.servies .col-sm-6 .txt {
  text-align: center;
  padding: 10px 24px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .header .call-btn {
    border: none;
    margin-right: 16px;
    padding: 8px;
  }
  .header .call-btn p, .header .call-btn span {
    display: none;
  }
  .header .call-btn i {
    font-size: 35px;
  }
}