@charset "UTF-8";
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick/slick.css");
@import url("scss/plugins/slick/slick-theme.css");
@import url("scss/plugins/fancybox.css");
@import url("font/css/fontello.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Open+Sans:wght@400;700&family=Play:wght@700&family=Poppins&family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("./font/font/fontello.eot?4443862");
  src: url("./font/font/fontello.eot?4443862#iefix") format("embedded-opentype"), url("./font/font/fontello.woff?4443862") format("woff"), url("./font/font/fontello.ttf?4443862") format("truetype"), url("./font/font/fontello.svg?4443862#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*layouts*/
i
label {
  margin-bottom: 0;
}

textarea {
  -webkit-appearance: none;
}

button,
input {
  line-height: normal;
  outline: 0;
  background: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
    public
 ========================================================================== */
body {
  margin: 0;
  font-family: "Noto Sans TC";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: black;
  overflow-x: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.safari body {
  -webkit-text-size-adjust: none;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
button, a {
  outline: none !important;
}

a, a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: normal;
}

img {
  height: auto;
  border: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.hidden {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

ul > li {
  list-style: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #646464;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #646464;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #646464;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}

/**/
.scrollbar,
.scrollbarX,
.scrollbarY {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.modal-content {
  border: 0;
}

.modal-content .modal-dialog {
  margin: 0;
}

.modal-content .close {
  text-shadow: none;
  opacity: 1;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  width: auto;
  margin: 0;
}

.bootstrap-select .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@-webkit-keyframes goTopAni {
  0% {
    top: 0;
    opacity: 1;
  }
  30% {
    top: 0;
    opacity: 1;
  }
  60% {
    top: -100%;
    opacity: 1;
  }
  64% {
    top: -100%;
    opacity: 0;
  }
  68% {
    top: 100%;
    opacity: 0;
  }
  70% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@keyframes goTopAni {
  0% {
    top: 0;
    opacity: 1;
  }
  30% {
    top: 0;
    opacity: 1;
  }
  60% {
    top: -100%;
    opacity: 1;
  }
  64% {
    top: -100%;
    opacity: 0;
  }
  68% {
    top: 100%;
    opacity: 0;
  }
  70% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes scrollDownAni {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes scrollDownAni {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@-webkit-keyframes arrowMoreAni {
  0% {
    left: 0;
    opacity: 1;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  60% {
    left: 100%;
    opacity: 1;
  }
  64% {
    left: 100%;
    opacity: 0;
  }
  68% {
    left: -100%;
    opacity: 0;
  }
  70% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}

@keyframes arrowMoreAni {
  0% {
    left: 0;
    opacity: 1;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  60% {
    left: 100%;
    opacity: 1;
  }
  64% {
    left: 100%;
    opacity: 0;
  }
  68% {
    left: -100%;
    opacity: 0;
  }
  70% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes newsHoverAni {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  33% {
    -webkit-transform: rotate(180deg) scale(1.12);
            transform: rotate(180deg) scale(1.12);
  }
  66% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes newsHoverAni {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  33% {
    -webkit-transform: rotate(180deg) scale(1.12);
            transform: rotate(180deg) scale(1.12);
  }
  66% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes rotate360Ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate360Ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes indexLinkWAni {
  0% {
    width: 12px;
  }
  40% {
    width: 3px;
  }
  60% {
    width: 3px;
  }
  100% {
    width: 12px;
  }
}

@keyframes indexLinkWAni {
  0% {
    width: 12px;
  }
  40% {
    width: 3px;
  }
  60% {
    width: 3px;
  }
  100% {
    width: 12px;
  }
}

@-webkit-keyframes indexLinkHAni {
  0% {
    height: 12px;
  }
  40% {
    height: 3px;
  }
  60% {
    height: 3px;
  }
  100% {
    height: 12px;
  }
}

@keyframes indexLinkHAni {
  0% {
    height: 12px;
  }
  40% {
    height: 3px;
  }
  60% {
    height: 3px;
  }
  100% {
    height: 12px;
  }
}

@-webkit-keyframes productConsultAni {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes productConsultAni {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes formosaBannerLinkAni {
  0% {
    right: 0px;
  }
  40% {
    right: -10px;
  }
  80% {
    right: 0px;
  }
  100% {
    right: 0px;
  }
}

@keyframes formosaBannerLinkAni {
  0% {
    right: 0px;
  }
  40% {
    right: -10px;
  }
  80% {
    right: 0px;
  }
  100% {
    right: 0px;
  }
}

html.js-scroll-locked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html.js-scroll-locked::after {
  content: '';
  width: auto;
  height: 100dvh;
  overflow-y: scroll;
  display: block;
}

html.js-scroll-locked body {
  width: 100%;
  overflow: hidden;
  position: relative;
}

html.js-scroll-locked body::after {
  content: '';
  width: auto;
  height: 100dvh;
  overflow-y: scroll;
  display: block;
}

body {
  min-height: 100vh;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}

/*Public*/
header, main, footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1200px) {
  .col-1200-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1620px;
  }
}

.hide, .opacity0 {
  opacity: 0;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-34 {
  font-size: 34px;
}

.fz-36 {
  font-size: 36px;
}

.fz-60 {
  font-size: 60px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.lh-44 {
  line-height: 44px;
}

.lh-46 {
  line-height: 46px;
}

.lh-60 {
  line-height: 60px;
}

.bgLogoSky {
  background: #7BD3F7;
}

.bgLogoBlue {
  background: #0083CA;
}

.bgLogoRed {
  background: #DC1B23;
}

.bgLogoBrown {
  background: #AF8977;
}

.bgLogoOrg {
  background: #E59445;
}

.colorLogoOrg {
  color: #E59445;
}

/*header*/
header {
  width: 100%;
  height: 136px;
  position: fixed;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 20%, rgba(0, 0, 0, 0));
}

header:hover, header.white {
  background: #fff;
}

header:hover .logo .whiteW, header.white .logo .whiteW {
  opacity: 0;
}

header:hover .logo .blackW, header.white .logo .blackW {
  opacity: 1;
}

header:hover .nav .menuTitle, header.white .nav .menuTitle {
  color: #616161;
}

header:hover .rightContainr .item, header.white .rightContainr .item {
  border: solid 1px #AF8977;
  color: #212121;
}

header:hover .rightContainr .item i, header.white .rightContainr .item i {
  color: #AF8977;
}

header:hover .rightContainr .item .text, header.white .rightContainr .item .text {
  color: #212121;
}

header:hover .rightContainr .lang::after, header.white .rightContainr .lang::after {
  border-color: #AF8977 transparent transparent transparent;
}

header.white {
  height: 80px;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
}

header.white .headerContainer {
  height: 80px;
}

header.white .nav .menuTitle {
  height: 80px;
  line-height: 80px;
}

header.white .nav .subMenu {
  top: 80px;
}

header .headerContainer {
  max-width: 1580px;
  height: 136px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 257px;
  position: relative;
}

header .logo a {
  display: block;
  position: relative;
}

header .logo img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .logo .blackW {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

header .nav {
  width: 710px;
}

header .nav .mainNavContainer {
  width: 100%;
}

header .nav .mainNavContainer ul.mainNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .nav .mainNavContainer ul.mainNav > li.active .menuTitle {
  color: #000;
}

header .nav .mainNavContainer ul.mainNav > li.active .menuTitle::after {
  background: #AF8977;
  width: 100%;
}

header .nav .mainNavContainer ul.mainNav > li.active .subMenu {
  opacity: 1;
  -webkit-transition: all 0.4s 0.0s;
  transition: all 0.4s 0.0s;
}

header .nav .subMenu.heightAuto {
  height: auto;
}

header .nav .menuTitle {
  height: 136px;
  font: 500 18px "Noto Sans TC";
  line-height: 136px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .menuTitle::after {
  content: '';
  width: 0;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .menuTitle:hover {
  color: #000;
}

header .nav .menuTitle:hover::after {
  background: #AF8977;
  width: 100%;
}

header .nav .menuTitle a {
  display: block;
}

header .nav .subMenu {
  width: 100%;
  height: 0;
  position: absolute;
  top: 136px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.4s 0.01s;
  transition: all 0.4s 0.01s;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
}

header .nav .subMenu.show {
  height: auto;
}

header .nav .subMenuContainer {
  width: 100%;
  border-top: solid 1px #F6F6F6;
}

header .nav .subMenuBox {
  max-width: 1580px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav .leftMenu {
  width: calc(100% - 466px);
  padding-top: 44px;
  padding-bottom: 30px;
}

header .nav .leftMenu > ul {
  position: relative;
}

header .nav .leftMenu > ul > li.active .subTitle {
  color: #000;
}

header .nav .leftMenu > ul > li.active .subTitle .arrow {
  right: 0px;
  opacity: 1;
}

header .nav .subTitle {
  width: 170px;
  font-weight: 400;
  font-size: 17px;
  line-height: 47px;
  color: #808080;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .subTitle > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav .subTitle:hover {
  color: #000;
}

header .nav .subTitle:hover .arrow {
  right: 0px;
  opacity: 1;
}

header .nav .subTitle .title {
  width: 160px;
  display: block;
}

header .nav .subTitle .arrow {
  height: 9px;
  font-size: 12px;
  line-height: 9px;
  color: #F69F1A;
  position: relative;
  right: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .subTitle .arrow i::before {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: right;
          transform-origin: right;
  position: relative;
  top: -1px;
}

header .nav .thirdMenu {
  width: calc(100% - 196px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

header .nav .thirdMenu.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

header .nav .thirdMenu > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .nav .thirdMenu > ul::before, header .nav .thirdMenu > ul::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
}

header .nav .thirdMenu > ul::before {
  left: 33.33%;
}

header .nav .thirdMenu > ul::after {
  left: 66.66%;
}

header .nav .thirdMenu > ul li {
  width: 33%;
  padding: 0 37px;
  font-weight: 400;
  font-size: 17px;
  line-height: 47px;
  color: #808080;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .thirdMenu > ul li:hover {
  color: #000;
}

header .nav .thirdMenu > ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .nav .rightInfo {
  width: 466px;
  border-left: 1px solid #F6F6F6;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .nav .rightInfo:hover .img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

header .nav .rightInfo:hover .link i {
  left: 10px;
}

header .nav .rightInfo .slogen {
  margin-bottom: 19px;
  display: block;
}

header .nav .rightInfo .img {
  width: 425px;
  height: 156px;
  margin-bottom: 22px;
  display: block;
  overflow: hidden;
}

header .nav .rightInfo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .nav .rightInfo .link {
  font-size: 17px;
  line-height: 17px;
  color: #D61518;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}

header .nav .rightInfo .link i {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}

header .nav .rightInfo .link i::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: relative;
  top: -1px;
}

header .rwdNavBottom {
  display: none;
}

header .rightContainr {
  width: 350px;
  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;
}

header .rightContainr .item {
  height: 40px;
  border: solid 1px #fff;
  border-radius: 20px;
  font: 500 15px "Noto Sans TC";
  line-height: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .rightContainr .item a, header .rightContainr .item button {
  width: 100%;
  height: 100%;
  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;
}

header .rightContainr .item i {
  width: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .rightContainr .item .text {
  display: inline-block;
  margin-left: 12px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .rightContainr .item:hover {
  background: #AF8977;
}

header .rightContainr .item:hover .text {
  color: #fff;
}

header .rightContainr .item:hover i {
  color: #fff;
}

header .rightContainr .contact {
  width: 153px;
}

header .rightContainr .lang {
  width: 123px;
  position: relative;
}

header .rightContainr .lang::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .rightContainr .lang .text {
  padding-right: 20px;
}

header .rightContainr .lang:hover::after {
  border-color: #fff transparent transparent transparent;
}

header .rightContainr .lang.active .langBox {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

header .rightContainr .langBox {
  width: 100px;
  padding: 9px 9px;
  border-radius: 10px;
  position: absolute;
  background: #fff;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}

header .rightContainr .langBox ul > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .rightContainr .langBox ul > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

header .rightContainr .langBox ul > li a {
  display: block;
}

header .rightContainr .langBox ul > li:hover {
  color: #AF8977;
}

header .rightContainr .fb {
  width: 40px;
}

header .rightContainr .fb i {
  text-align: center;
}

header .rightContainr .rwdNavBtn {
  display: none;
}

/*main*/
main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pageBanner {
  width: 100%;
  height: 640px;
  position: relative;
  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;
}

.pageBanner .bgimg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.pageBanner .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.pageBanner .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.pageBanner h1 {
  font-size: 78px;
  line-height: 105px;
  font-family: 'Rock Salt';
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.16);
  text-align: center;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.pageBanner .bannerBottomDec {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -1px;
}

.pageBanner .bannerBottomDec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.bg-white {
  background: #fff;
  position: relative;
}

.bg-000 {
  background: #000;
  position: relative;
}

.mobileOverflowH {
  overflow: hidden;
}

.bg-f6 {
  background: #f6f6f6;
}

.maxW-1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.maxW-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb {
  padding: 25px 0rem 20px 0;
  margin-bottom: 0;
  border-radius: 0rem;
  list-style: none;
  background: none;
  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;
}

.breadcrumb > li {
  float: none;
  font: 400 15px 'Noto Sans TC', sans-serif;
  color: #656464;
}

.breadcrumb > li a {
  color: #656464;
}

.breadcrumb > li a:hover {
  opacity: 0.8;
}

.breadcrumb > li + li::before {
  color: #656464;
}

.breadcrumb > .active {
  color: #656464;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  width: 0;
  height: 0;
  margin: 0 7px 0 15px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(100, 100, 100, 0.5);
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
}

/*pageTittle*/
.pageTitle {
  margin-top: 11px;
  margin-bottom: 52px;
  text-align: center;
}

.pageTitle .title {
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.pageTitle .decContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageTitle .titleDec {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
}

/*pagination*/
.customPagination {
  margin-top: 36px;
  margin-bottom: 150px;
}

.customPagination .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customPagination .page-item {
  margin: 0 2px;
}

.customPagination .page-item.first,
.customPagination .page-item.last {
  margin: 0;
  border-radius: 0;
}

.customPagination .page-item.prev {
  margin-right: 28px;
}

.customPagination .page-item.next {
  margin-left: 28px;
}

.customPagination .page-link {
  width: 36px;
  height: 36px;
  margin: 0px;
  padding: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  background-color: transparent;
  font: 400 16px 'Ubuntu', sans-serif;
  line-height: 34px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.customPagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customPagination .page-link:hover {
  border: solid 1px #ccc;
}

.customPagination .page-item.active .page-link {
  background: #DC1B23;
  border-color: transparent;
  color: #fff;
}

.customPagination .page-item.first .page-link,
.customPagination .page-item.prev .page-link,
.customPagination .page-item.next .page-link,
.customPagination .page-item.last .page-link {
  font-size: 12px;
  color: #000;
}

.customPagination .page-item.first .page-link:hover,
.customPagination .page-item.prev .page-link:hover,
.customPagination .page-item.next .page-link:hover,
.customPagination .page-item.last .page-link:hover {
  border-color: transparent;
  color: #DC1B23;
}

.customPagination .page-item.disabled .page-link {
  border-color: transparent;
}

/*footer*/
footer {
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}

footer .footerContainer {
  padding: 56px 0 60px;
  background: #242425;
  color: #fff;
  position: relative;
}

footer .footerContainer .footerBox {
  max-width: 1400px;
  margin: 0 auto;
}

footer .footerContainer .toplink {
  margin-bottom: 38px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  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;
}

footer .footerContainer .footerNav ul {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerContainer .footerNav ul li {
  padding: 0 20px;
  line-height: 16px;
  position: relative;
}

footer .footerContainer .footerNav ul li:not(:first-child)::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -0.5px;
}

footer .footerContainer .footerNav ul li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footerContainer .footerNav ul li a:hover {
  opacity: 0.5;
}

footer .footerContainer .socialContainer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerContainer .socialContainer .title {
  margin-right: 43px;
  text-transform: uppercase;
}

footer .footerContainer .socialContainer .link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerContainer .socialContainer .item {
  width: 46px;
  height: 46px;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footerContainer .socialContainer .item:hover {
  background: #fff;
  color: #242425;
}

footer .footerContainer .socialContainer .item:not(:last-child) {
  margin-right: 12px;
}

footer .footerContainer .socialContainer .item a {
  display: block;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
}

footer .footerContainer .bottomInfo {
  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;
}

footer .footerContainer .leftInfo .compInfo {
  margin-bottom: 20px;
}

footer .footerContainer .leftInfo .compInfo ul {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerContainer .leftInfo .compInfo ul li {
  padding: 0 20px;
  position: relative;
}

footer .footerContainer .leftInfo .compInfo ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: calc(50% + 1px);
  right: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .footerContainer .leftInfo .compInfo ul li.add {
  letter-spacing: 0.3px;
}

footer .footerContainer .leftInfo .copyRight .ch {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

footer .footerContainer .leftInfo .copyRight .ch::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: calc(50% + 1px);
  right: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .footerContainer .leftInfo .copyRight .en {
  padding-left: 20px;
  display: inline-block;
}

footer .footerContainer .rightBox {
  text-align: right;
}

footer .footerContainer .rightBox .privacyLink {
  margin-bottom: 18px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footerContainer .rightBox .privacyLink:hover {
  opacity: 0.5;
}

footer .footerContainer .rightBox .author {
  margin-bottom: 0;
}

footer .footerHref {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footerHref:hover {
  color: #AF8977;
}

footer .goTop {
  width: 45px;
  height: 95px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  color: #AF8977;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .goTop:hover .triangle {
  top: -5px;
}

footer .goTop .arrow {
  width: 8px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #AF8977;
  cursor: pointer;
}

footer .goTop .triangle {
  margin-bottom: 6px;
  position: relative;
  left: 1px;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .goTop .line {
  width: 1px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

footer .goTop .line::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #AF8977;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-animation: goTopAni 2.5s linear 0s infinite normal;
          animation: goTopAni 2.5s linear 0s infinite normal;
}

footer .goTop .text {
  margin-left: 3px;
  padding-bottom: 20px;
  color: #AF8977;
  font: 700 16px 'Lato';
  line-height: 16px;
  font-style: italic;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: right;
}

.bottomWarningNote {
  width: 100%;
  height: 60px;
  border-top: 1px solid #ddd;
  background: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#fff));
  background: linear-gradient(to top, #dcdcdc, #fff);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.bottomWarningNote .container {
  height: 100%;
}

.bottomWarningNote p {
  height: 100%;
  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;
}

.bottomWarningNote .text {
  padding-left: 20px;
  font-size: 30px;
  font-family: '微軟正黑體';
  line-height: 30px;
  color: #464545;
  letter-spacing: 20px;
  display: block;
}

.bottomWarningNote img {
  width: 40px;
  margin: 0 15px;
  display: block;
}

/*ageModal*/
.ageModal {
  position: fixed;
  z-index: 999;
  inset: 0;
  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;
  pointer-events: none;
  text-align: center;
}

.ageModal.show::after {
  content: '';
  width: auto;
  height: 100dvh;
  overflow-y: scroll;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ageModal.show .backdrop {
  opacity: 1;
  pointer-events: auto;
}

.ageModal.show .container {
  opacity: 1;
}

.ageModal.show .modalBg {
  pointer-events: auto;
}

.ageModal.show .contentBlock {
  pointer-events: auto;
}

.ageModal .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.ageModal > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: auto;
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 575px) {
  .ageModal > .container {
    margin: 0;
  }
}

.ageModal .modalBg {
  position: relative;
  z-index: 998;
  width: 100%;
  max-width: 620px;
  max-height: 100%;
}

@media screen and (max-width: 1199px) {
  .ageModal .modalBg {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .ageModal .modalBg {
    width: 100%;
  }
}

.ageModal .modalBg .imgBox {
  position: relative;
  height: 100%;
}

.ageModal .modalBg img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.ageModal .modalContent {
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 100%;
  max-width: 620px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 30px 100px 80px;
  font-size: 20px;
  font-family: "Roboto", "Noto Sans TC";
}

@media screen and (max-width: 1199px) {
  .ageModal .modalContent {
    width: 90%;
    padding: 50px 56px 100px 94px;
  }
}

@media screen and (max-width: 575px) {
  .ageModal .modalContent {
    padding: 30px 24px 70px 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .ageModal .modalContent {
    width: 100%;
    padding: 7vw 20px 60px 50px;
  }
}

.ageModal .contentBlock {
  overflow-y: auto;
  max-width: 360px;
}

@media screen and (max-width: 1199px) {
  .ageModal .contentBlock {
    max-width: calc((100vh / 1.15) - 100px);
  }
}

@media screen and (max-width: 575px) {
  .ageModal .contentBlock {
    max-width: 100%;
  }
}

.ageModal .contentBlock .imgBox {
  max-width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ageModal .contentBlock .imgBox {
    max-width: 50%;
  }
}

.ageModal .title {
  font-weight: 600;
  letter-spacing: 1.4px;
  font-size: 28px;
  margin-bottom: 6px;
}

@media screen and (max-width: 575px) {
  .ageModal .title {
    font-size: 20px;
    margin-bottom: 2px;
  }
}

.ageModal .textBox {
  margin-top: 20px;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .ageModal .textBox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .ageModal .textBox {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}

.ageModal .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .ageModal .btnBox {
    gap: 16px;
  }
}

.ageModal .btn {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  padding: 12px 48px;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .ageModal .btn {
    background: rgba(255, 255, 255, 0.8);
  }
}

.ageModal .btn:hover {
  background: #D19D54;
  border: 1px solid #D19D54;
  color: #fff;
}

.ageModal .solidBtn {
  background: #000;
  color: #fff;
}

/*cookie*/
.cookieContainer {
  max-width: 630px;
  padding: 50px 40px 38px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}

.cookieContainer .text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #fff;
}

.cookieContainer .text a {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cookieContainer .text a:hover {
  color: #AF8977;
}

.cookieContainer .btn.btnCustomer {
  width: 140px;
}

/*btn*/
.btn.btnCustomer {
  height: 45px;
  border: solid 1px #AF8977;
  border-radius: 25px;
  padding: 0 10px;
  font: 400 16px 'Noto Sans TC', sans-serif;
  line-height: 43px;
  color: #AF8977;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btnCustomer:hover {
  background: #AF8977;
  color: #fff;
}

.btn.btnCustomer:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.arrowMore:hover .moreText {
  color: #AF8977;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}

.arrowMore:hover .moreArrow {
  color: #AF8977;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}

.arrowMore:hover .moreArrow i {
  -webkit-animation: arrowMoreAni 1s linear 0s 1 normal;
          animation: arrowMoreAni 1s linear 0s 1 normal;
}

.arrowMore:hover .moreCircle {
  border-color: #AF8977;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}

.arrowMore a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrowMore .moreText {
  margin-right: 12px;
  display: block;
  font-weight: 500;
  font-family: 'Roboto';
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrowMore .moreArrow {
  width: 54px;
  height: 7px;
  display: block;
  font-size: 14px;
  line-height: 7px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrowMore .moreArrow i {
  position: relative;
}

.arrowMore .moreArrow i::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrowMore .moreCircle {
  margin-left: -27px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrowMore.white .moreText {
  color: #fff;
}

.arrowMore.white .moreArrow {
  color: #fff;
}

.arrowMore.white .moreCircle {
  border-color: #fff;
}

@media screen and (max-width: 1699px) {
  header .headerContainer {
    max-width: 1440px;
    padding: 0 15px;
  }
  header .nav .subMenuBox {
    max-width: 1440px;
    padding: 0 15px;
  }
  header .nav .leftMenu {
    width: calc(100% - 300px);
  }
  header .nav .rightInfo {
    width: 300px;
    padding-left: 30px;
  }
  header .nav .rightInfo .img {
    width: 100%;
  }
}

@media screen and (max-width: 1499px) {
  header .headerContainer {
    max-width: 1140px;
    padding: 0 15px;
  }
  header .nav .subMenuBox {
    max-width: 1140px;
  }
  header .nav .thirdMenu > ul li {
    padding: 0 15px;
  }
  header .rightContainr {
    width: 150px;
  }
  header .rightContainr .item .text {
    display: none;
  }
  header .rightContainr .lang {
    width: 40px;
  }
  header .rightContainr .lang::after {
    display: none;
  }
  header .rightContainr .contact {
    width: 40px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    height: 85px;
  }
  header:hover .rightContainr .item {
    border: none;
  }
  header:hover .rightContainr .item i {
    color: #242424;
  }
  header:hover .rightContainr .item, header.white .rightContainr .item {
    border: none;
  }
  header:hover .rightContainr .item i, header.white .rightContainr .item i {
    color: #242424;
  }
  header:hover .rightContainr .rwdNavBtn .line, header.white .rightContainr .rwdNavBtn .line {
    background: #242424;
  }
  header:hover .rightContainr .rwdNavBtn .line::before, header.white .rightContainr .rwdNavBtn .line::before {
    background: #242424;
  }
  header.white {
    height: 85px;
  }
  header.white .nav .menuTitle {
    height: 58px;
    line-height: 56px;
  }
  header.white .nav .subMenu {
    top: 0;
  }
  header.showMenu, header.showMenu:hover {
    background: #fff;
  }
  header.showMenu::before, header.showMenu:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  header.showMenu .logo, header.showMenu:hover .logo {
    position: relative;
    z-index: 5;
  }
  header.showMenu .logo .whiteW, header.showMenu:hover .logo .whiteW {
    opacity: 0;
  }
  header.showMenu .logo .blackW, header.showMenu:hover .logo .blackW {
    opacity: 1;
  }
  header.showMenu .nav, header.showMenu:hover .nav {
    right: 0;
  }
  header.showMenu .rightContainr, header.showMenu:hover .rightContainr {
    position: relative;
    z-index: 5;
  }
  header.showMenu .rightContainr .item i, header.showMenu:hover .rightContainr .item i {
    color: #242424;
  }
  header.showMenu .rightContainr .rwdNavBtn button, header.showMenu:hover .rightContainr .rwdNavBtn button {
    width: 16px;
    height: 16px;
  }
  header.showMenu .rightContainr .rwdNavBtn .line, header.showMenu:hover .rightContainr .rwdNavBtn .line {
    width: 21px;
    background: #242424;
  }
  header.showMenu .rightContainr .rwdNavBtn .line::before, header.showMenu:hover .rightContainr .rwdNavBtn .line::before {
    background: #242424;
    opacity: 0;
  }
  header.showMenu .rightContainr .rwdNavBtn .line:nth-child(1), header.showMenu:hover .rightContainr .rwdNavBtn .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  header.showMenu .rightContainr .rwdNavBtn .line:nth-child(2), header.showMenu:hover .rightContainr .rwdNavBtn .line:nth-child(2) {
    opacity: 0;
  }
  header.showMenu .rightContainr .rwdNavBtn .line:nth-child(3), header.showMenu:hover .rightContainr .rwdNavBtn .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  header .headerContainer {
    max-width: none;
    height: 85px;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .logo {
    height: 85px;
    padding-top: 12px;
    margin-left: 28px;
  }
  header .nav {
    width: 100%;
    height: calc(100vh - 85px);
    position: relative;
    top: 0px;
    right: -100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    overflow-y: scroll;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  header .nav .mainNavContainer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .nav .mainNavContainer ul.mainNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .nav .mainNavContainer ul.mainNav > li {
    width: 100%;
  }
  header .nav .mainNavContainer ul.mainNav > li.active .menuTitle {
    background: #DC1B23;
    color: #fff;
  }
  header .nav .mainNavContainer ul.mainNav > li.active .menuTitle a .icon::before, header .nav .mainNavContainer ul.mainNav > li.active .menuTitle a .icon::after {
    background: #fff;
  }
  header .nav .mainNavContainer ul.mainNav > li.active .menuTitle a .icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  header .nav .menuTitle {
    height: 58px;
    line-height: 58px;
    padding-left: 30px;
    padding-right: 40px;
    border-bottom: 1px solid #eee;
    color: #1f1f1f;
  }
  header .nav .menuTitle::after {
    display: none;
  }
  header .nav .menuTitle:hover {
    background: #DC1B23;
    color: #fff;
  }
  header .nav .menuTitle:hover a .icon::before, header .nav .menuTitle:hover a .icon::after {
    background: #fff;
  }
  header .nav .menuTitle a {
    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;
  }
  header .nav .menuTitle a .icon {
    width: 12px;
    height: 12px;
    position: relative;
  }
  header .nav .menuTitle a .icon::before, header .nav .menuTitle a .icon::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #DC1B23;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav .menuTitle a .icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  header .nav .subMenu {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .nav .subMenuBox {
    max-width: none;
    padding: 0;
  }
  header .nav .leftMenu {
    width: 100%;
    padding: 0;
  }
  header .nav .leftMenu > ul > li.active {
    background: #f7f7f7;
  }
  header .nav .leftMenu > ul > li.active .subTitle .arrow {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  header .nav .subTitle {
    width: 100%;
    height: 58px;
    padding-left: 50px;
    padding-right: 42px;
    border-bottom: 1px solid #eee;
    line-height: 56px;
  }
  header .nav .subTitle .arrow {
    width: 10px;
    text-align: center;
    opacity: 1;
    color: #DC1B23;
    right: 0;
  }
  header .nav .subTitle .arrow i::before {
    -webkit-transform: scale(0.75) rotate(90deg);
            transform: scale(0.75) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    top: -3px;
  }
  header .nav .thirdMenu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    visibility: visible;
    opacity: 1;
    background: #f7f7f7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav .thirdMenu.heightAuto {
    height: auto;
  }
  header .nav .thirdMenu > ul {
    height: auto;
  }
  header .nav .thirdMenu > ul::before, header .nav .thirdMenu > ul::after {
    display: none;
  }
  header .nav .thirdMenu > ul li {
    width: 100%;
    height: 55px;
    padding-left: 70px;
    border-bottom: 1px solid #fff;
    line-height: 53px;
  }
  header .nav .rightInfo {
    display: none;
  }
  header .nav .rwdNavBottom {
    display: block;
  }
  header .nav .rwdNavBottom .link {
    padding-top: 77px;
    margin-bottom: 21px;
    text-align: center;
    color: #808080;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav .rwdNavBottom .link:hover {
    color: #AF8977;
  }
  header .nav .rwdNavBottom .link a {
    display: inline-block;
    text-decoration: underline;
  }
  header .nav .rwdNavBottom .socialContainer {
    width: 200px;
    margin: 0 auto 29px;
    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: 46px;
  }
  header .nav .rwdNavBottom .leftText {
    color: #808080;
    text-transform: uppercase;
  }
  header .nav .rwdNavBottom .rightBtn {
    width: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .nav .rwdNavBottom .rightBtn a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav .rwdNavBottom .rightBtn a:hover {
    background: #AF8977;
  }
  header .nav .rwdNavBottom .rightBtn .fb {
    background: #37599B;
  }
  header .nav .rwdNavBottom .rightBtn .yt {
    background: #EE322D;
  }
  header .rightContainr {
    margin-right: 32px;
  }
  header .rightContainr .item {
    border: none;
  }
  header .rightContainr .item:hover {
    background: none;
  }
  header .rightContainr .contact i {
    font-size: 21px;
  }
  header .rightContainr .lang i {
    font-size: 17px;
  }
  header .rightContainr .fb {
    display: none;
  }
  header .rightContainr .rwdNavBtn {
    width: 22px;
    height: 40px;
    margin-left: 9px;
    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;
    cursor: pointer;
  }
  header .rightContainr .rwdNavBtn button {
    width: 22px;
    height: 14px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .rightContainr .rwdNavBtn .line {
    width: 17px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .rightContainr .rwdNavBtn .line::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  footer .footerContainer .bottomInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerContainer .leftInfo {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footerContainer .leftInfo .copyRight {
    width: 100%;
  }
  footer .footerContainer .rightBox .privacyLink {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  header:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 20%, rgba(0, 0, 0, 0));
  }
  header:hover .logo .whiteW {
    opacity: 1;
  }
  header:hover .logo .blackW {
    opacity: 0;
  }
  header:hover .rightContainr .item i {
    color: #fff;
  }
  header:hover .rightContainr .rwdNavBtn .line {
    background: #fff;
  }
  header:hover .rightContainr .rwdNavBtn .line::before {
    background: #fff;
  }
  header.white:hover, header.showMenu:hover {
    background: #fff;
  }
  header.white:hover .logo .whiteW, header.showMenu:hover .logo .whiteW {
    opacity: 0;
  }
  header.white:hover .logo .blackW, header.showMenu:hover .logo .blackW {
    opacity: 1;
  }
  header.white:hover .rightContainr .item i, header.showMenu:hover .rightContainr .item i {
    color: #242424;
  }
  header.white:hover .rightContainr .rwdNavBtn .line, header.showMenu:hover .rightContainr .rwdNavBtn .line {
    background: #242424;
  }
  header.white:hover .rightContainr .rwdNavBtn .line::before, header.showMenu:hover .rightContainr .rwdNavBtn .line::before {
    background: #242424;
  }
  .bg-white {
    max-width: 100%;
    background: #fff;
  }
  footer .footerContainer {
    padding-bottom: 30px;
  }
  footer .footerContainer .leftInfo {
    margin-bottom: 15px;
  }
  footer .footerContainer .leftInfo .compInfo {
    margin-bottom: 29px;
  }
  footer .footerContainer .leftInfo .copyRight {
    margin-top: 32px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    color: #949494;
  }
  footer .footerContainer .leftInfo .copyRight .ch {
    display: block;
    margin-bottom: 10px;
  }
  footer .footerContainer .leftInfo .copyRight .ch::after {
    display: none;
  }
  footer .footerContainer .leftInfo .copyRight .en {
    display: block;
    padding-left: 0;
  }
  footer .footerContainer .rightBox {
    color: #949494;
  }
  footer .footerContainer .rightBox .privacyLink {
    display: none;
  }
  .bottomWarningNote .text {
    padding-left: 15px;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 15px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    z-index: 1;
  }
  footer .footerContainer {
    padding-top: 41px;
    padding-bottom: 29px;
  }
  footer .footerContainer .toplink {
    margin-bottom: 28px;
    padding-bottom: 5px;
  }
  footer .footerContainer .footerNav {
    width: 100%;
    margin-bottom: 33px;
  }
  footer .footerContainer .footerNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  footer .footerContainer .footerNav ul::after {
    content: '';
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .footerContainer .footerNav ul li {
    width: 50%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerContainer .footerNav ul li:not(:first-child)::after {
    display: none;
  }
  footer .footerContainer .footerNav ul li.about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footerContainer .footerNav ul li.brand {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footerContainer .footerNav ul li.news {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
  }
  footer .footerContainer .footerNav ul li.job {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .footerContainer .footerNav ul li.contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footerContainer .footerNav ul li.privacy {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-bottom: 0;
  }
  footer .footerContainer .footerNav ul li a {
    width: 80px;
  }
  footer .footerContainer .leftInfo {
    margin-bottom: 7px;
  }
  footer .footerContainer .leftInfo .compInfo {
    margin-bottom: 21px;
  }
  footer .footerContainer .leftInfo .compInfo ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footerContainer .leftInfo .compInfo ul li {
    line-height: 30px;
  }
  footer .footerContainer .leftInfo .compInfo ul li:not(:last-child)::after {
    display: none;
  }
  footer .footerContainer .leftInfo .copyRight {
    margin-top: 32px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    color: #949494;
  }
  footer .footerContainer .leftInfo .copyRight .ch {
    display: block;
    margin-bottom: 0px;
  }
  footer .footerContainer .leftInfo .copyRight .ch::after {
    display: none;
  }
  footer .footerContainer .leftInfo .copyRight .en {
    display: block;
    padding-left: 0;
  }
  footer .footerContainer .rightBox {
    color: #949494;
  }
  footer .footerContainer .rightBox .privacyLink {
    display: none;
  }
  footer .goTop {
    display: none;
  }
  .bottomWarningNote .text {
    padding-left: 10px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 10px;
  }
  .bottomWarningNote img {
    margin: 0 5px;
  }
  .cookieContainer {
    width: 100%;
    max-width: none;
    padding: 50px 40px 38px;
    border-radius: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  header .logo {
    width: 170px;
    padding-top: 22px;
  }
  header .rightContainr {
    width: 110px;
  }
  header .rightContainr .langBox {
    width: 80px;
    padding: 5px 6px;
    border-radius: 8px;
  }
  header .rightContainr .langBox ul > li {
    font-size: 14px;
    line-height: 30px;
    padding: 0 0px;
  }
  .pageBanner {
    height: 550px;
  }
  .pageBanner h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .breadcrumb {
    display: none;
  }
  .pageTitle {
    padding-top: 50px;
  }
  .customPagination {
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .customPagination .page-item:not(.active) {
    display: none;
  }
  .customPagination .page-item.first,
  .customPagination .page-item.last,
  .customPagination .page-item.prev,
  .customPagination .page-item.next {
    display: block;
  }
  footer .footerContainer > .container {
    padding: 0 27px;
  }
  footer .footerContainer .leftInfo .copyRight {
    font-size: 15px;
    line-height: 30px;
  }
  footer .footerContainer .rightBox .author {
    font-size: 15px;
    line-height: 30px;
  }
  .bottomWarningNote .text {
    padding-left: 0px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  .bottomWarningNote img {
    margin: 0 13px;
  }
  .cookieContainer {
    padding: 30px 25px 25px;
  }
  .cookieContainer .text {
    margin-bottom: 15px;
  }
  .arrowMore .moreCircle {
    margin-left: -22px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 374px) {
  header .logo {
    margin-left: 15px;
  }
  header .rightContainr {
    margin-right: 15px;
  }
  .pageBanner h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .bottomWarningNote .text {
    font-size: 18px;
    line-height: 18px;
  }
  .bottomWarningNote img {
    width: 36px;
    margin: 0 5px;
  }
}

.indexBannerContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

.indexBannerContainer .mainSlick .item.slick-current .text {
  opacity: 1;
  top: 30%;
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}

.indexBannerContainer .mainSlick .bannerImg {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.indexBannerContainer .mainSlick .text {
  width: 950px;
  font-family: 'Rock Salt';
  color: #F7F2D8;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexBannerContainer .mainSlick .text p {
  margin-bottom: 0;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.indexBannerContainer .mainSlick .text .fz-86 {
  margin-bottom: 20px;
  font-size: 86px;
  line-height: 86px;
}

.indexBannerContainer .mainSlick .text .fz-83 {
  font-size: 83px;
  line-height: 83px;
}

.indexBannerContainer .mainSlick .text .pl-200 {
  padding-left: 200px;
}

.indexBannerContainer .slickControl .prev, .indexBannerContainer .slickControl .next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 1px #fff;
  color: #fff;
  font-size: 12px;
  line-height: 62px;
  text-align: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 20;
}

.indexBannerContainer .slickControl .prev:hover, .indexBannerContainer .slickControl .next:hover {
  border-color: #AF8977;
  background: #AF8977;
}

.indexBannerContainer .slickControl .prev {
  left: 70px;
}

.indexBannerContainer .slickControl .next {
  right: 70px;
}

.indexBannerContainer .scrollDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.indexBannerContainer .scrollDown img {
  -webkit-transform-origin: 82px 38px;
          transform-origin: 82px 38px;
  -webkit-animation: scrollDownAni 1.5s linear 0s infinite normal;
          animation: scrollDownAni 1.5s linear 0s infinite normal;
}

.indexBannerContainer .scrollDown .text {
  margin-top: 15px;
  font-family: 'Rock Salt';
  line-height: 16px;
  color: #fff;
}

.indexBannerContainer .wineSlick {
  width: 578px;
  height: 585px;
  position: absolute;
  right: 21%;
  bottom: -80px;
  z-index: 10;
}

.indexBannerContainer .wineSlick .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.indexBannerContainer .bannerBottomDec {
  position: absolute;
  bottom: 0;
}

.indexBannerContainer .bannerBottomDec img {
  vertical-align: bottom;
}

.outerOverflowH {
  overflow: hidden;
}

.indexAbout {
  max-width: 1500px;
  margin: 128px auto 122px;
  padding: 0 46px 0 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indexAbout .imgTop {
  width: 760px;
  position: relative;
}

.indexAbout .imgTop .note {
  margin-bottom: 0;
  font-family: 'Rock Salt';
  letter-spacing: 5px;
  position: absolute;
  top: 69%;
  left: -137px;
}

.indexAbout .imgTop .note .item {
  display: inline-block;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.indexAbout .imgTop .note .item:first-child {
  margin-right: 19px;
}

.indexAbout .imgTop .fz-78 {
  font-size: 78px;
  line-height: 78px;
}

.indexAbout .imgTop .fz-55 {
  font-size: 55px;
  line-height: 55px;
}

.indexAbout .imgTop .colorOrg {
  color: #ECAD3F;
}

.indexAbout .imgTop .colorWhite {
  color: #fff;
}

.indexAbout .titleContainer {
  width: calc(100% - 760px);
  padding-top: 134px;
  padding-left: 82px;
}

.indexAbout .titleContainer .topNote {
  margin-bottom: 15px;
  font-weight: 700;
  color: #0083CA;
  letter-spacing: 0.5px;
}

.indexAbout .titleContainer .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #1f1f1f;
}

.indexAbout .contentContainer {
  width: 610px;
  margin-top: -58px;
  margin-left: auto;
  padding: 83px 72px 68px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.indexAbout .contentContainer .content {
  margin-bottom: 34px;
  color: #646464;
  letter-spacing: 0.5px;
}

.indexAbout .bottomImg {
  width: 660px;
  margin-top: -131px;
  position: relative;
  z-index: 5;
}

.indexAbout .bottomImg .note {
  display: none;
}

.indexProduct {
  height: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.indexProduct .leftPart {
  width: 70.8%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexProduct .leftPart .bgSlick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.indexProduct .leftPart .bgSlick .slick-list {
  width: 100%;
  height: 100%;
}

.indexProduct .leftPart .bgSlick .slick-track {
  height: 100%;
}

.indexProduct .leftPart .bgSlick .item {
  width: 100%;
  height: 100%;
}

.indexProduct .leftPart .bgImg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.indexProduct .leftPart .wineSlick {
  width: 860px;
  margin-left: auto;
  margin-right: 132px;
  padding-top: 101px;
  position: relative;
}

.indexProduct .leftPart .wineSlick .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.indexProduct .leftPart .wineSlick .item.slick-current {
  /*
					.text{				
						opacity: 1;
						top: 30%;
						transition: all 0.5s 0.8s;
					}
					*/
}

.indexProduct .leftPart .wineSlick .item.slick-current .leftWine .bg {
  opacity: 1;
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}

.indexProduct .leftPart .wineSlick .item.slick-current .leftWine .wine img {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}

.indexProduct .leftPart .wineSlick .leftWine {
  width: 454px;
  height: 585px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexProduct .leftPart .wineSlick .leftWine .num {
  height: 125px;
  font-size: 160px;
  line-height: 125px;
  font-family: 'Roboto';
  position: absolute;
  top: 9px;
  right: -5px;
  -webkit-text-stroke: 0.3px #fff;
  -webkit-text-fill-color: transparent;
  display: block;
}

.indexProduct .leftPart .wineSlick .leftWine .bg {
  width: 454px;
  height: 454px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: calc(52.5% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}

.indexProduct .leftPart .wineSlick .leftWine .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexProduct .leftPart .wineSlick .leftWine .wine {
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 5;
}

.indexProduct .leftPart .wineSlick .leftWine .wine img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}

.indexProduct .leftPart .wineSlick .rightContent {
  width: 328px;
  margin-top: 8px;
  color: #fff;
  text-align: justify;
  display: block;
}

.indexProduct .leftPart .wineSlick .rightContent .logo {
  width: 100%;
  height: 142px;
  padding-bottom: 55px;
  border-bottom: dotted 1px #fff;
  margin-bottom: 33px;
  display: block;
}

.indexProduct .leftPart .wineSlick .rightContent .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.indexProduct .leftPart .wineSlick .rightContent .name {
  width: 100%;
  max-height: 100px;
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexProduct .leftPart .wineSlick .rightContent .text {
  width: 100%;
  max-height: 112px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.indexProduct .leftPart .wineSlick .slick-dots {
  bottom: 78px;
  width: 328px;
  right: 0;
  text-align: left;
}

.indexProduct .leftPart .wineSlick .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8.5px;
}

.indexProduct .leftPart .wineSlick .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.indexProduct .leftPart .wineSlick .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #fff;
  line-height: 12px;
  opacity: 0.55;
}

.indexProduct .leftPart .wineSlick .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

.indexProduct .slickControl {
  height: 140px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

.indexProduct .slickControl .prev, .indexProduct .slickControl .next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #AF8977;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexProduct .slickControl .prev:hover, .indexProduct .slickControl .next:hover {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.22);
}

.indexProduct .rightSlider {
  width: 29.2%;
  height: 100%;
}

.indexProduct .rightSlider .imgSlick {
  width: 100%;
  height: 100%;
}

.indexProduct .rightSlider .imgSlick .slick-list {
  width: 100%;
  height: 100%;
}

.indexProduct .rightSlider .imgSlick .slick-track {
  height: 100%;
}

.indexProduct .rightSlider .imgSlick .item {
  width: 100%;
  height: 100%;
}

.indexProduct .rightSlider .imgSlick .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexProduct .topDec {
  position: absolute;
  top: 0;
  left: 0;
}

.indexProduct .topDec img {
  vertical-align: top;
}

.indexProduct .bottomDec {
  position: absolute;
  bottom: 0;
  left: 0;
}

.indexProduct .bottomDec img {
  vertical-align: bottom;
}

.indexNewsContainer {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 119px;
  padding-bottom: 96px;
}

.indexNewsContainer .titleContainer {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.indexNewsContainer .titleContainer .title {
  margin-bottom: 21px;
  font-family: 'ubuntu';
}

.indexNewsContainer .titleContainer .slogan {
  letter-spacing: 0.5px;
  color: #808080;
}

.indexNewsContainer .titleContainer .rightSlickControl {
  margin-bottom: 14px;
}

.indexNewsContainer .titleContainer .slickControl {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.indexNewsContainer .titleContainer .slickControl .prev, .indexNewsContainer .titleContainer .slickControl .next {
  display: block;
}

.indexNewsContainer .titleContainer .slickControl .prev .text, .indexNewsContainer .titleContainer .slickControl .next .text {
  display: inline-block;
  font-family: 'lato';
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexNewsContainer .titleContainer .slickControl .prev i, .indexNewsContainer .titleContainer .slickControl .next i {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexNewsContainer .titleContainer .slickControl .prev i::before, .indexNewsContainer .titleContainer .slickControl .next i::before {
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
}

.indexNewsContainer .titleContainer .slickControl .prev:hover .text, .indexNewsContainer .titleContainer .slickControl .next:hover .text {
  color: #AF8977;
}

.indexNewsContainer .titleContainer .slickControl .prev:hover i, .indexNewsContainer .titleContainer .slickControl .next:hover i {
  color: #AF8977;
}

.indexNewsContainer .titleContainer .slickControl .prev .text {
  margin-right: 16px;
}

.indexNewsContainer .titleContainer .slickControl .prev i {
  right: 0;
}

.indexNewsContainer .titleContainer .slickControl .prev:hover i {
  right: 5px;
}

.indexNewsContainer .titleContainer .slickControl .next .text {
  margin-left: 16px;
}

.indexNewsContainer .titleContainer .slickControl .next i {
  left: 0;
}

.indexNewsContainer .titleContainer .slickControl .next:hover i {
  left: 5px;
}

.indexNewsContainer .newsSlider {
  margin-bottom: 21px;
}

.indexNewsContainer .newsSlider .newsSlick {
  margin-left: -29px;
  margin-right: -29px;
}

.indexNewsContainer .newsSlider .newsSlick .item {
  width: 33.33%;
  padding: 39px 29px 0;
}

.indexNewsContainer .newsSlider .newsSlick .itemBox {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexNewsContainer .newsSlider .newsSlick .itemBox a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.indexNewsContainer .newsSlider .newsSlick .itemBox:hover {
  top: -39px;
}

.indexNewsContainer .newsSlider .newsSlick .itemBox:hover .imgCover {
  z-index: 1;
  opacity: 1;
}

.indexNewsContainer .newsSlider .newsSlick .itemBox:hover .coverLogo {
  -webkit-animation: newsHoverAni 2.4s linear 0s infinite normal;
          animation: newsHoverAni 2.4s linear 0s infinite normal;
}

.indexNewsContainer .newsSlider .newsSlick .imgContainer {
  width: 100%;
  height: 510px;
  position: relative;
  display: block;
}

.indexNewsContainer .newsSlider .newsSlick .img {
  width: 100%;
  height: 100%;
  display: block;
}

.indexNewsContainer .newsSlider .newsSlick .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexNewsContainer .newsSlider .newsSlick .type {
  width: auto;
  max-width: calc(100% - 40px);
  height: 40px;
  padding: 0 26px;
  border-radius: 5px;
  display: inline-block;
  background: #B99568;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 19px;
  left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexNewsContainer .newsSlider .newsSlick .imgCover {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexNewsContainer .newsSlider .newsSlick .coverLogo {
  width: 76px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexNewsContainer .newsSlider .newsSlick .contentContainer {
  width: calc(100% - 44px);
  margin-top: -97px;
  padding: 41px 45px 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 10;
}

.indexNewsContainer .newsSlider .newsSlick .title {
  margin-bottom: 14px;
  line-height: 36px;
  letter-spacing: 0.5px;
  display: block;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexNewsContainer .newsSlider .newsSlick .date {
  margin-bottom: 18px;
  display: block;
  font: 500 16px 'ubuntu';
  line-height: 16px;
  color: #7BD3F7;
}

.indexNewsContainer .newsSlider .newsSlick .content {
  line-height: 30px;
  letter-spacing: 0.3px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.indexNewsContainer .moreContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.indexVideoContainer {
  width: 100%;
  height: 650px;
  margin-bottom: 125px;
  position: relative;
}

.indexVideoContainer .coverBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.indexVideoContainer .coverBg .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.indexVideoContainer .coverBg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexVideoContainer .coverBg .decTop {
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.indexVideoContainer .coverBg .decTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.indexVideoContainer .centerText {
  position: absolute;
  top: 54%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.indexVideoContainer .centerText .vedioPlay {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 3px #fff;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexVideoContainer .centerText .vedioPlay::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.indexVideoContainer .centerText .vedioPlay:hover {
  background: rgba(221, 27, 34, 0.84);
}

.indexVideoContainer .centerText .text {
  font: 400 55px 'Rock Salt';
  letter-spacing: 0.5px;
  color: #fff;
}

.indexVideoContainer > .container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexVideoContainer .vedioArticle {
  width: 466px;
  height: 525px;
  padding: 78px 52px;
  margin-right: 47px;
  margin-left: auto;
  background: rgba(221, 27, 34, 0.84);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 193px;
}

.indexVideoContainer .vedioArticle .title {
  margin-bottom: 28px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexVideoContainer .vedioArticle .content {
  margin-bottom: 67px;
  line-height: 30px;
  color: #fff;
  max-height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.indexBrandContainer {
  max-width: 1420px;
  margin: 0 auto 86px;
}

.indexBrandContainer .brandSlider .brandSlick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled {
  opacity: 0.6;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled .next {
  cursor: default;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled:hover {
  color: #000;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled:hover .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled:hover .next {
  color: #000;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled:hover .prev {
  right: 0px;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl.slick-disabled:hover .next {
  left: 0px;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl .next {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl .prev i::before, .indexBrandContainer .brandSlider .brandSlick .slickControl .next i::before {
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
}

.indexBrandContainer .brandSlider .brandSlick .slickControl .prev {
  right: 0;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl .next {
  left: 0;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl:hover {
  color: #AF8977;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl:hover .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl:hover .next {
  color: #AF8977;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl:hover .prev {
  right: 5px;
}

.indexBrandContainer .brandSlider .brandSlick .slickControl:hover .next {
  left: 5px;
}

.indexBrandContainer .brandSlider .brandSlick .slick-list {
  width: calc(100% - 40px);
}

.indexBrandContainer .brandSlider .item {
  height: 90px;
  padding: 0px 27px;
}

.indexBrandContainer .brandSlider .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.indexBrandContainer .brandSlider .item img {
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexBrandContainer .brandSlider .item:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.indexLinkContainer {
  padding-bottom: 97px;
  position: relative;
}

.indexLinkContainer::before {
  content: '';
  width: 100%;
  height: 295px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B99568;
  opacity: 0.16;
}

.indexLinkContainer .linkFlex {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexLinkContainer .item {
  width: 50%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.indexLinkContainer .item:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.indexLinkContainer .item:hover .dottedCircle::after {
  -webkit-animation: rotate360Ani 5s linear 0s infinite normal;
          animation: rotate360Ani 5s linear 0s infinite normal;
}

.indexLinkContainer .item:hover .iconLine::before {
  -webkit-animation: indexLinkWAni 1s linear 0s 1 normal;
          animation: indexLinkWAni 1s linear 0s 1 normal;
  /*補動畫 縮成3*3 再變回來! 然後轉一圈*/
}

.indexLinkContainer .item:hover .iconLine::after {
  -webkit-animation: indexLinkHAni 1s linear 0s 1 normal;
          animation: indexLinkHAni 1s linear 0s 1 normal;
  /*補動畫 縮成3*3 再變回來! 然後轉一圈*/
}

.indexLinkContainer .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.indexLinkContainer .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexLinkContainer .item .centerContnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexLinkContainer .item .text {
  margin-top: 25px;
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.indexLinkContainer .item .icon {
  width: 60px;
  height: 60px;
  position: relative;
}

.indexLinkContainer .item .dottedCircle, .indexLinkContainer .item .solidCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.indexLinkContainer .item .dottedCircle {
  width: 100%;
  height: 100%;
}

.indexLinkContainer .item .dottedCircle::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: dotted 2px rgba(255, 255, 255, 0.3);
}

.indexLinkContainer .item .solidCircle {
  width: 46px;
  height: 46px;
}

.indexLinkContainer .item .solidCircle::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: solid 2px #fff;
}

.indexLinkContainer .item .iconLine {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.indexLinkContainer .item .iconLine::before, .indexLinkContainer .item .iconLine::after {
  content: '';
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

.indexLinkContainer .item .iconLine::before {
  width: 12px;
  height: 3px;
}

.indexLinkContainer .item .iconLine::after {
  width: 3px;
  height: 12px;
}

/*
.videoModalContainer{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	.bg{}
	.button{
		position: absolute;
		.line{}
	}
	.videoModal{
		max-width: 1200px;
	}
}
*/
.indexVideoModal.show .close {
  opacity: 1;
}

.indexVideoModal .modal-content {
  background: transparent;
}

.indexVideoModal .modal-header {
  border-bottom: none;
  position: fixed;
  top: 20px;
  right: 20px;
}

.indexVideoModal .close {
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  opacity: 0;
  position: fixed;
  top: 20px;
  right: 20px;
}

.indexVideoModal .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexVideoModal .closeLine {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.indexVideoModal .closeLine::before, .indexVideoModal .closeLine::after {
  content: '';
  width: 42px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.indexVideoModal .closeLine::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.indexVideoModal .closeLine::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1699px) {
  .indexBannerContainer .wineSlick {
    right: 10%;
  }
  .indexAbout .imgTop .note {
    left: -110px;
  }
  .indexAbout .titleContainer {
    padding-left: 60px;
  }
  .indexAbout .contentContainer {
    width: 550px;
    padding: 90px 60px 68px;
  }
}

@media screen and (max-width: 1499px) {
  .indexBannerContainer .wineSlick {
    width: 500px;
    height: 510px;
    right: 10%;
    bottom: -50px;
  }
  .indexAbout {
    padding: 0;
  }
  .indexAbout .imgTop {
    width: 650px;
  }
  .indexAbout .imgTop img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexAbout .imgTop .note {
    top: 64%;
    left: -30px;
  }
  .indexAbout .titleContainer {
    width: calc(100% - 650px);
    padding-top: 70px;
  }
  .indexAbout .bottomImg {
    width: calc(100% - 600px);
    height: 350px;
  }
  .indexAbout .bottomImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexProduct .leftPart {
    width: 80%;
  }
  .indexProduct .leftPart .wineSlick {
    margin-right: 70px;
  }
  .indexProduct .rightSlider {
    width: 20%;
  }
  .indexVideoContainer .vedioArticle {
    width: 350px;
    padding: 50px 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .indexMain {
    overflow: hidden;
  }
  .indexBannerContainer .mainSlick .text {
    width: 800px;
  }
  .indexBannerContainer .mainSlick .text .fz-86 {
    font-size: 76px;
    line-height: 76px;
  }
  .indexBannerContainer .mainSlick .text .fz-83 {
    font-size: 70px;
    line-height: 70px;
  }
  .indexBannerContainer .mainSlick .text .pl-200 {
    padding-left: 170px;
  }
  .indexBannerContainer .wineSlick {
    width: 500px;
    height: 505px;
    right: 10%;
    bottom: -60px;
  }
  .indexBannerContainer .bannerBottomDec {
    width: 100%;
    height: 33px;
    bottom: -1px;
  }
  .indexBannerContainer .bannerBottomDec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexAbout .imgTop {
    width: 550px;
    height: 400px;
  }
  .indexAbout .imgTop .note {
    left: -20px;
  }
  .indexAbout .imgTop .fz-78 {
    margin-right: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .indexAbout .imgTop .fz-55 {
    font-size: 40px;
    line-height: 40px;
  }
  .indexAbout .titleContainer {
    width: calc(100% - 550px);
    padding-left: 30px;
  }
  .indexAbout .contentContainer {
    width: 450px;
    padding: 40px 30px 68px;
  }
  .indexAbout .bottomImg {
    width: calc(100% - 500px);
    height: 350px;
  }
  .indexProduct .leftPart {
    width: 100%;
  }
  .indexProduct .leftPart .wineSlick {
    margin: 0 auto;
    padding-top: 20px;
  }
  .indexProduct .slickControl {
    height: auto;
    top: auto;
    bottom: 40px;
    right: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .indexProduct .slickControl .prev {
    margin-right: 20px;
  }
  .indexProduct .rightSlider {
    display: none;
  }
  .indexVideoContainer .centerText .text {
    width: 200px;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .indexBannerContainer .mainSlick .bannerImg {
    background-attachment: scroll;
  }
  .indexBannerContainer .mainSlick .text {
    width: 700px;
  }
  .indexBannerContainer .mainSlick .text .fz-86 {
    font-size: 66px;
    line-height: 66px;
  }
  .indexBannerContainer .mainSlick .text .fz-83 {
    font-size: 60px;
    line-height: 60px;
  }
  .indexBannerContainer .mainSlick .text .pl-200 {
    padding-left: 150px;
  }
  .indexBannerContainer .slickControl .prev, .indexBannerContainer .slickControl .next {
    top: auto;
    bottom: 77px;
  }
  .indexBannerContainer .scrollDown {
    display: none;
  }
  .indexBannerContainer .wineSlick {
    width: 450px;
    height: 453px;
    right: 50%;
    bottom: -45px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .indexAbout {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .indexAbout .imgTop {
    width: 90%;
    height: 350px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .indexAbout .imgTop .note {
    display: none;
  }
  .indexAbout .titleContainer {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .indexAbout .contentContainer {
    width: 100%;
    margin-top: 0;
    padding: 33px 0px 0px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .indexAbout .contentContainer .arrowMore {
    width: 171px;
    margin: 0 auto;
  }
  .indexAbout .bottomImg {
    width: 70%;
    height: 250px;
    margin-top: -50px;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
  }
  .indexAbout .bottomImg .note {
    margin-bottom: 0;
    font-family: 'Rock Salt';
    letter-spacing: 5px;
    position: absolute;
    top: -22px;
    left: -50%;
    display: block;
  }
  .indexAbout .bottomImg .note .item {
    display: inline-block;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .indexAbout .bottomImg .fz-78 {
    margin-right: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .indexAbout .bottomImg .fz-55 {
    font-size: 40px;
    line-height: 40px;
  }
  .indexAbout .bottomImg .colorOrg {
    color: #ECAD3F;
  }
  .indexAbout .bottomImg .colorWhite {
    color: #fff;
  }
  .indexProduct .leftPart {
    width: 100%;
  }
  .indexProduct .leftPart .wineSlick {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 15px 0;
  }
  .indexProduct .leftPart .wineSlick .leftWine {
    width: 360px;
  }
  .indexProduct .leftPart .wineSlick .leftWine .bg {
    width: 360px;
    height: 360px;
  }
  .indexProduct .slickControl {
    height: auto;
    top: auto;
    bottom: 40px;
    right: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .indexProduct .slickControl .prev {
    margin-right: 20px;
  }
  .indexProduct .rightSlider {
    display: none;
  }
  .indexNewsContainer .newsSlider .newsSlick .imgContainer {
    height: 400px;
  }
  .indexNewsContainer .newsSlider .newsSlick .contentContainer {
    width: 100%;
    margin-top: 0;
    padding: 25px 30px 20px;
  }
  .indexVideoContainer {
    height: auto;
  }
  .indexVideoContainer .coverBg {
    height: 500px;
    position: relative;
  }
  .indexVideoContainer .centerText {
    left: 50%;
  }
  .indexVideoContainer .vedioArticle {
    width: 100%;
    height: auto;
    padding: 60px 50px;
    margin-top: -50px;
    top: 0;
  }
  .indexVideoContainer .vedioArticle .content {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .indexBannerContainer .mainSlick .text {
    width: 520px;
    text-align: center;
    font-size: 66px;
    line-height: 75px;
    -webkit-transform: translateX(-50%) rotate(-7deg);
            transform: translateX(-50%) rotate(-7deg);
  }
  .indexBannerContainer .mainSlick .text p {
    display: inline;
  }
  .indexBannerContainer .mainSlick .text .fz-86 {
    font-size: inherit;
    line-height: inherit;
  }
  .indexBannerContainer .mainSlick .text .fz-83 {
    font-size: inherit;
    line-height: inherit;
  }
  .indexBannerContainer .mainSlick .text .pl-200 {
    padding-left: 0px;
  }
  .indexBannerContainer .slickControl .prev, .indexBannerContainer .slickControl .next {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
  .indexBannerContainer .slickControl .prev {
    left: 30px;
  }
  .indexBannerContainer .slickControl .next {
    right: 30px;
  }
  .indexBannerContainer .scrollDown {
    display: none;
  }
  .indexBannerContainer .wineSlick {
    width: 450px;
    height: 453px;
    right: 50%;
    bottom: -45px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .indexAbout .imgTop {
    width: 92.5%;
    height: 320px;
  }
  .indexAbout .bottomImg {
    width: 75%;
    height: 200px;
    margin-top: -43px;
  }
  .indexAbout .bottomImg .note {
    left: -39%;
    top: -13px;
  }
  .indexAbout .bottomImg .note .item {
    display: block;
  }
  .indexAbout .bottomImg .fz-55 {
    padding-left: 150px;
  }
  .indexProduct {
    height: auto;
  }
  .indexProduct .leftPart {
    width: 100%;
  }
  .indexProduct .leftPart .bgImg {
    width: 1300px;
  }
  .indexProduct .leftPart .wineSlick {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 50px 27px 180px;
  }
  .indexProduct .leftPart .wineSlick .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexProduct .leftPart .wineSlick .leftWine {
    width: 320px;
    height: 500px;
    margin: 0 auto;
  }
  .indexProduct .leftPart .wineSlick .leftWine .num {
    height: 100px;
    font-size: 120px;
    line-height: 100px;
  }
  .indexProduct .leftPart .wineSlick .leftWine .bg {
    width: 320px;
    height: 320px;
  }
  .indexProduct .leftPart .wineSlick .leftWine .wine {
    width: 80%;
  }
  .indexProduct .leftPart .wineSlick .rightContent {
    width: 100%;
    margin-top: 25px;
  }
  .indexProduct .leftPart .wineSlick .rightContent .logo {
    width: auto;
    height: 86px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 26px;
    text-align: center;
  }
  .indexProduct .leftPart .wineSlick .rightContent .logo img {
    width: auto;
    height: 100%;
    display: inline-block;
  }
  .indexProduct .leftPart .wineSlick .rightContent .name {
    margin-bottom: 18px;
    text-align: center;
  }
  .indexProduct .leftPart .wineSlick .slick-dots {
    bottom: 80px;
  }
  .indexProduct .slickControl {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .indexProduct .slickControl .prev, .indexProduct .slickControl .next {
    position: absolute;
    top: 22%;
  }
  .indexProduct .slickControl .prev {
    margin-right: 0px;
    left: 15px;
  }
  .indexProduct .slickControl .next {
    right: 15px;
  }
  .indexProduct .rightSlider {
    display: none;
  }
  .indexNewsContainer {
    padding-top: 50px;
  }
  .indexNewsContainer .titleContainer .leftTitle {
    width: 100%;
    text-align: center;
  }
  .indexNewsContainer .titleContainer .title {
    margin-bottom: 11px;
    font-size: 36px;
    line-height: 36px;
  }
  .indexNewsContainer .titleContainer .slogan {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
  }
  .indexNewsContainer .titleContainer .rightSlickControl {
    display: none;
  }
  .indexNewsContainer .newsSlider {
    position: relative;
  }
  .indexNewsContainer .newsSlider .newsSlick {
    margin-left: 0px;
    margin-right: 0px;
  }
  .indexNewsContainer .newsSlider .newsSlick .item {
    padding: 0;
  }
  .indexNewsContainer .newsSlider .newsSlick .itemBox:hover {
    top: 0;
  }
  .indexNewsContainer .newsSlider .newsSlick .imgContainer {
    height: 350px;
  }
  .indexNewsContainer .newsSlider .newsSlick .imgCover {
    display: none;
  }
  .indexNewsContainer .newsSlider .newsSlick .contentContainer {
    width: 100%;
    margin-top: 0;
    padding: 25px 30px 20px;
  }
  .indexNewsContainer .newsSlider .slickControl .prev, .indexNewsContainer .newsSlider .slickControl .next {
    width: 12px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 70%;
  }
  .indexNewsContainer .newsSlider .slickControl .prev {
    left: -15px;
  }
  .indexNewsContainer .newsSlider .slickControl .prev .angle {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 3px;
  }
  .indexNewsContainer .newsSlider .slickControl .next {
    right: -15px;
  }
  .indexNewsContainer .newsSlider .slickControl .next .angle {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 3px;
  }
  .indexNewsContainer .newsSlider .slickControl .angle {
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    position: absolute;
    top: 3px;
  }
  .indexVideoContainer {
    margin-bottom: 47px;
  }
  .indexBrandContainer {
    margin-bottom: 52px;
  }
  .indexBrandContainer .brandSlider .brandSlick {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl .next {
    font-size: 16px;
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl .prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl .next {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl:hover .prev, .indexBrandContainer .brandSlider .brandSlick .slickControl:hover .next {
    color: #AF8977;
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl:hover .prev {
    right: 0px;
  }
  .indexBrandContainer .brandSlider .brandSlick .slickControl:hover .next {
    left: 0px;
  }
  .indexBrandContainer .brandSlider .brandSlick .slick-list {
    margin: 13px 0;
  }
  .indexBrandContainer .brandSlider .brandSlick .item {
    height: 117px;
    padding: 15px 3px;
  }
  .indexBrandContainer .brandSlider .brandSlick .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .indexBrandContainer .brandSlider .brandSlick .item:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .indexLinkContainer {
    padding-bottom: 0px;
  }
  .indexLinkContainer .container-md {
    padding: 0;
  }
  .indexLinkContainer::before {
    display: none;
  }
  .indexLinkContainer .item {
    height: 200px;
  }
  .indexLinkContainer .item .text {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 20px;
  }
  .indexLinkContainer .item .icon {
    width: 50px;
    height: 50px;
  }
  .indexLinkContainer .item .solidCircle {
    width: 39px;
    height: 39px;
  }
}

@media screen and (max-width: 575px) {
  .indexBannerContainer .mainSlick .item.slick-current .text {
    top: 37%;
  }
  .indexBannerContainer .mainSlick .text {
    width: 320px;
    font-size: 40px;
    line-height: 50px;
    -webkit-transform: translateX(-50%) rotate(-7deg);
            transform: translateX(-50%) rotate(-7deg);
  }
  .indexBannerContainer .wineSlick {
    width: 290px;
    height: 290px;
    bottom: -10px;
    right: 59%;
  }
  .indexBannerContainer .bannerBottomDec {
    width: 100%;
    height: 42px;
    background: #fff;
  }
  .indexContainer {
    padding: 0 27px;
  }
  .indexAbout {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .indexAbout .titleContainer {
    margin-bottom: 25px;
    padding-top: 18px;
  }
  .indexAbout .titleContainer .topNote {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
  }
  .indexAbout .titleContainer .title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }
  .indexAbout .contentContainer {
    padding-top: 24px;
  }
  .indexAbout .contentContainer .content {
    margin-bottom: 20px;
  }
  .indexAbout .bottomImg {
    width: 75%;
    height: 144px;
    margin-top: -43px;
  }
  .indexAbout .bottomImg .note {
    left: -39%;
  }
  .indexAbout .bottomImg .note .item {
    display: block;
  }
  .indexAbout .bottomImg .fz-78 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
  }
  .indexAbout .bottomImg .fz-55 {
    padding-left: 110px;
    font-size: 30px;
    line-height: 30px;
  }
  .indexProduct .leftPart .wineSlick {
    max-width: 320px;
    margin: 0 auto;
    padding: 56px 27px 113px;
  }
  .indexProduct .leftPart .wineSlick .leftWine {
    width: 212px;
    height: 265px;
    margin: 0 auto;
  }
  .indexProduct .leftPart .wineSlick .leftWine .num {
    height: 70px;
    font-size: 84px;
    line-height: 70px;
    top: 3px;
  }
  .indexProduct .leftPart .wineSlick .leftWine .bg {
    width: 202px;
    height: 202px;
    top: 49.5%;
  }
  .indexProduct .leftPart .wineSlick .leftWine .wine {
    width: 80%;
  }
  .indexProduct .leftPart .wineSlick .rightContent {
    width: 100%;
  }
  .indexProduct .leftPart .wineSlick .rightContent .logo {
    height: 56px;
  }
  .indexProduct .leftPart .wineSlick .rightContent .name {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .indexProduct .leftPart .wineSlick .rightContent .text {
    font-size: 16px;
    line-height: 28px;
  }
  .indexProduct .leftPart .wineSlick .slick-dots {
    width: 100%;
    bottom: 56px;
    text-align: center;
  }
  .indexProduct .leftPart .wineSlick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .indexProduct .slickControl .prev, .indexProduct .slickControl .next {
    width: 45px;
    height: 45px;
    font-size: 12px;
    line-height: 43px;
    top: 22.5%;
  }
  .indexProduct .slickControl .prev {
    left: 20px;
  }
  .indexProduct .slickControl .next {
    right: 20px;
  }
  .indexProduct .rightSlider {
    display: none;
  }
  .indexProduct .topDec, .indexProduct .bottomDec {
    width: 100%;
    height: 13px;
  }
  .indexProduct .topDec img, .indexProduct .bottomDec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .indexProduct .bottomDec img {
    vertical-align: top;
  }
  .indexNewsContainer {
    padding-bottom: 53px;
  }
  .indexNewsContainer .newsSlider .newsSlick .imgContainer {
    height: 288px;
  }
  .indexNewsContainer .newsSlider .newsSlick .contentContainer {
    padding-top: 17px;
  }
  .indexNewsContainer .newsSlider .newsSlick .title {
    margin-bottom: 15px;
    line-height: 31px;
  }
  .indexNewsContainer .newsSlider .newsSlick .date {
    margin-bottom: 7px;
  }
  .indexNewsContainer .newsSlider .slickControl .prev, .indexNewsContainer .newsSlider .slickControl .next {
    top: 77.5%;
  }
  .indexVideoContainer {
    margin-bottom: 45px;
  }
  .indexVideoContainer .coverBg {
    height: 367px;
  }
  .indexVideoContainer .centerText {
    top: 50%;
  }
  .indexVideoContainer .centerText .vedioPlay {
    margin-bottom: 7px;
    width: 52px;
    height: 52px;
    border-width: 2px;
  }
  .indexVideoContainer .centerText .vedioPlay::after {
    border-width: 6px 0 6px 10px;
  }
  .indexVideoContainer .centerText .text {
    font-size: 37px;
    line-height: 50px;
  }
  .indexVideoContainer .vedioArticle {
    padding: 49px 20px 29px;
    margin-top: -28px;
  }
  .indexVideoContainer .vedioArticle .title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .indexVideoContainer .vedioArticle .content {
    margin-bottom: 31px;
  }
  .indexLinkContainer .linkFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexLinkContainer .item {
    width: 100%;
  }
  .indexLinkContainer .item:hover .iconLine::before, .indexLinkContainer .item:hover .iconLine::after {
    -webkit-animation: none;
            animation: none;
  }
  .indexLinkContainer .item .text {
    margin-top: 0;
  }
  .indexLinkContainer .item .dottedCircle::after {
    border: dotted 1px rgba(255, 255, 255, 0.5);
  }
  .indexLinkContainer .item .solidCircle::after {
    border-width: 1px;
  }
  .indexLinkContainer .item .iconLine::before {
    width: 11px;
    height: 2px;
  }
  .indexLinkContainer .item .iconLine::after {
    width: 2px;
    height: 11px;
  }
}

.aboutInfo {
  max-width: 1520px;
  margin: 112px auto 140px;
  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;
}

.aboutInfo.aboutTopInfo {
  margin-top: 79px;
  margin-bottom: 178px;
}

.aboutInfo.aboutTopInfo .infoContainer .titleConainer {
  margin-top: 35px;
  margin-bottom: 23px;
  position: relative;
}

.aboutInfo.aboutTopInfo .infoContainer .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #DC1B23;
  position: relative;
  z-index: 1;
}

.aboutInfo.aboutTopInfo .infoContainer .decText {
  font-size: 58px;
  font-family: 'Rock Salt';
  line-height: 58px;
  letter-spacing: 0.5px;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.aboutInfo.aboutTopInfo .infoContainer .slogen {
  margin-bottom: 38px;
  color: #1f1f1f;
}

.aboutInfo.aboutTopInfo .infoContainer .slogenText {
  color: #1f1f1f;
  display: block;
}

.aboutInfo.aboutTopInfo .imgContainer .leftImg {
  left: -190px;
  bottom: -139px;
}

.aboutInfo.aboutTopInfo .imgContainer .rightImg {
  right: -145px;
  bottom: -103px;
}

.aboutInfo.imgR .infoContainer {
  margin-left: 80px;
}

.aboutInfo.imgR .imgContainer {
  margin-right: 125px;
}

.aboutInfo.imgL .infoContainer {
  margin-right: 70px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.aboutInfo.imgL .imgContainer {
  margin-left: 98px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.aboutInfo .infoContainer {
  width: 453px;
}

.aboutInfo .infoContainer.mb-34 {
  margin-bottom: 34px;
}

.aboutInfo .infoContainer .title {
  margin-bottom: 21px;
  color: #1f1f1f;
}

.aboutInfo .infoContainer .content {
  color: #1f1f1f;
}

.aboutInfo .infoContainer .content p {
  margin-bottom: 12px;
}

.aboutInfo .infoContainer .content p:last-child {
  margin-bottom: 0;
}

.aboutInfo .infoContainer .arrowMore {
  margin-top: 72px;
}

.aboutInfo .imgContainer {
  width: 709px;
  height: 473px;
  position: relative;
}

.aboutInfo .imgContainer .mainImg {
  width: 100%;
  height: 100%;
}

.aboutInfo .imgContainer .mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutInfo .imgContainer .leftImg, .aboutInfo .imgContainer .rightImg {
  position: absolute;
}

.aboutInfo .imgContainer .leftImg {
  left: -98px;
  bottom: -48px;
}

.aboutInfo .imgContainer .rightImg {
  bottom: -43px;
  right: -145px;
}

.aboutFeature {
  width: 100%;
  height: 1170px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.aboutFeature .features {
  margin-top: 163px;
}

.aboutFeature .features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutFeature .features ul li {
  width: 618px;
  height: 105px;
  margin-bottom: 87px;
  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;
}

.aboutFeature .features ul li:nth-child(2n+1) {
  border-right: dashed 1px #fff;
}

.aboutFeature .features ul .leftImg {
  width: 48px;
  height: 48px;
  margin-right: 39px;
}

.aboutFeature .features ul .leftImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutFeature .features ul .rightArticle {
  width: 300px;
  color: #fff;
}

.aboutFeature .features ul .title {
  margin-bottom: 25px;
  font-family: 'Ubuntu';
  letter-spacing: 0.5px;
}

.aboutFeature .features ul .content {
  letter-spacing: 0.3px;
}

.aboutFeature .features ul .content p {
  margin-bottom: 0;
}

.aboutFeature .wineImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutFeature .topDec, .aboutFeature .bottomDec {
  width: 100%;
  position: absolute;
  left: 0;
}

.aboutFeature .topDec img, .aboutFeature .bottomDec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.aboutFeature .topDec {
  height: 28px;
  top: -1px;
}

.aboutFeature .bottomDec {
  height: 37px;
  bottom: -1px;
}

@media screen and (max-width: 1499px) {
  .aboutInfo.aboutTopInfo .imgContainer .leftImg {
    width: 250px;
    left: -160px;
    bottom: -100px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .rightImg {
    width: 350px;
    right: -70px;
    bottom: -80px;
  }
  .aboutInfo.imgR .infoContainer {
    margin-left: 0;
  }
  .aboutInfo.imgR .imgContainer {
    margin-right: 0px;
  }
  .aboutInfo.imgL .infoContainer {
    margin-right: 0px;
  }
  .aboutInfo.imgL .imgContainer {
    margin-left: 0px;
  }
  .aboutInfo .infoContainer {
    width: 42%;
  }
  .aboutInfo .imgContainer {
    width: 50%;
    height: 473px;
  }
  .aboutInfo .imgContainer .leftImg {
    width: 120px;
    left: -25px;
    bottom: -35px;
  }
  .aboutInfo .imgContainer .rightImg {
    width: 220px;
    bottom: -50px;
    right: -90px;
  }
  .aboutFeature .features ul li {
    width: 50%;
    height: auto;
    padding: 5px 0px;
  }
  .aboutFeature .wineImg {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1199px) {
  .aboutInfo.aboutTopInfo .imgContainer .leftImg {
    width: 200px;
    left: -120px;
    bottom: -80px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .rightImg {
    width: 250px;
    right: -40px;
    bottom: -70px;
  }
  .aboutInfo .infoContainer {
    width: 50%;
  }
  .aboutInfo .imgContainer {
    width: 45%;
    height: 473px;
  }
  .aboutInfo .imgContainer .leftImg {
    width: 120px;
    left: -20px;
    bottom: -35px;
  }
  .aboutInfo .imgContainer .rightImg {
    width: 180px;
    bottom: -50px;
    right: -70px;
  }
}

@media screen and (max-width: 991px) {
  .aboutInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutInfo.aboutTopInfo .imgContainer .leftImg {
    width: 160px;
    left: -80px;
    bottom: -70px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .rightImg {
    width: 280px;
    right: -80px;
    bottom: -60px;
  }
  .aboutInfo.imgR .infoContainer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .aboutInfo.imgR .imgContainer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aboutInfo .infoContainer {
    width: 80%;
  }
  .aboutInfo .infoContainer.mb-34 {
    margin-bottom: 0;
  }
  .aboutInfo .imgContainer {
    width: 80%;
    height: 300px;
    margin-bottom: 100px;
  }
  .aboutInfo .imgContainer .leftImg {
    width: 160px;
    left: -80px;
    bottom: -50px;
  }
  .aboutInfo .imgContainer .rightImg {
    width: 220px;
    bottom: -50px;
    right: -80px;
  }
  .aboutFeature {
    height: auto;
    background-position: center right;
    background-attachment: scroll;
  }
  .aboutFeature .features ul li {
    width: 100%;
  }
  .aboutFeature .features ul li:nth-child(2n+1) {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .aboutInfo.aboutTopInfo .infoContainer .slogen {
    font-size: 26px;
    line-height: 30px;
  }
  .aboutInfo .infoContainer .title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .aboutInfo {
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutInfo.aboutTopInfo {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .aboutInfo.aboutTopInfo .infoContainer .slogen {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .leftImg {
    width: 160px;
    left: -10px;
    right: auto;
    bottom: -70px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .rightImg {
    width: 200px;
    right: -10px;
    left: auto;
    bottom: -60px;
  }
  .aboutInfo .infoContainer {
    width: 100%;
    padding: 0 20px;
  }
  .aboutInfo .infoContainer.mb-34 {
    margin-bottom: 0;
  }
  .aboutInfo .infoContainer .title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .aboutInfo .infoContainer .content p {
    margin-bottom: 5px;
  }
  .aboutInfo .imgContainer {
    width: 100%;
    padding: 0 20px;
  }
  .aboutInfo .imgContainer .leftImg {
    width: 120px;
    left: -10px;
    bottom: -50px;
  }
  .aboutInfo .imgContainer .rightImg {
    width: 180px;
    bottom: -50px;
    right: -10px;
  }
  .aboutFeature .features {
    margin-top: 100px;
  }
  .aboutFeature .features ul li {
    margin-bottom: 50px;
  }
  .aboutFeature .features ul .leftImg {
    margin-right: 22px;
  }
  .aboutFeature .features ul .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 449px) {
  .aboutInfo.aboutTopInfo .imgContainer .leftImg {
    width: 120px;
    bottom: -50px;
  }
  .aboutInfo.aboutTopInfo .imgContainer .rightImg {
    width: 160px;
    bottom: -40px;
  }
  .aboutInfo .imgContainer {
    height: 250px;
    margin-bottom: 80px;
  }
  .aboutInfo .imgContainer .leftImg {
    width: 100px;
    bottom: -40px;
  }
  .aboutInfo .imgContainer .rightImg {
    width: 150px;
    bottom: -50px;
  }
  .aboutFeature .features ul .rightArticle {
    width: calc(100% 70px);
  }
}

/*---------brands 品牌總覽----------*/
.brandListTop {
  max-width: 1212px;
  margin: 92px auto 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandListTop .allBrands {
  width: 175px;
  height: 175px;
  margin-right: 83px;
  border-radius: 9px;
  background: #DC1B23;
  text-align: center;
  position: relative;
}

.brandListTop .allBrands::after {
  content: '';
  width: 1px;
  height: 120px;
  border-right: dashed 1px #AF8977;
  position: absolute;
  top: 50%;
  right: -41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brandListTop .allBrands a {
  width: 100%;
  height: 100%;
  padding: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.brandListTop .allBrands a:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brandListTop .allBrands .iconBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}

.brandListTop .allBrands .icon {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListTop .allBrands .nameCh {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff;
}

.brandListTop .allBrands .nameEn {
  font-size: 16px;
  font-family: 'Lato';
  line-height: 16px;
  color: #fff;
}

.brandListTop .brandListSlider {
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandListTop .brandListSlider .slickControl .prev, .brandListTop .brandListSlider .slickControl .next {
  width: 8px;
  height: 10px;
}

.brandListTop .brandListSlider .slickControl .prev .triangle, .brandListTop .brandListSlider .slickControl .next .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListTop .brandListSlider .slickControl .prev {
  margin-right: 38px;
}

.brandListTop .brandListSlider .slickControl .prev .triangle {
  border-width: 5px 8px 5px 0;
  border-color: transparent #AF8977 transparent transparent;
}

.brandListTop .brandListSlider .slickControl .prev:hover .triangle {
  border-color: transparent #E59445 transparent transparent;
}

.brandListTop .brandListSlider .slickControl .next {
  margin-left: 38px;
}

.brandListTop .brandListSlider .slickControl .next .triangle {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #AF8977;
}

.brandListTop .brandListSlider .slickControl .next:hover .triangle {
  border-color: transparent transparent transparent #E59445;
}

.brandListTop .brandListSlider .brandListSlick {
  width: 912px;
}

.brandListTop .brandListSlider .brandListSlick .item {
  height: 175px;
  padding: 0 4px;
  border-radius: 9px;
  text-align: center;
}

.brandListTop .brandListSlider .brandListSlick .item a {
  width: 100%;
  height: 100%;
  padding: 29px 19px 19px;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListTop .brandListSlider .brandListSlick .item a:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brandListTop .brandListSlider .brandListSlick .item a.active {
  background: #f3f3f3;
}

.brandListTop .brandListSlider .brandListSlick .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brandListTop .brandListSlider .brandListSlick .icon {
  width: 60px;
  height: 63px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListTop .brandListSlider .brandListSlick .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cotain;
     object-fit: cotain;
}

.brandListTop .brandListSlider .brandListSlick .nameCh {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  display: block;
}

.brandListTop .brandListSlider .brandListSlick .nameEn {
  font-size: 16px;
  font-family: 'Lato';
  line-height: 16px;
  color: #AF8977;
  display: block;
}

.brandListContainer {
  max-width: 1212px;
  margin: 0 auto 0px;
}

.brandListContainer .brandListRow {
  margin-right: -18px;
  margin-left: -18px;
}

.brandListContainer .brandListCol {
  margin-bottom: 37px;
  padding: 0 18px;
}

.brandListContainer .brandListCol:hover {
  z-index: 10;
}

.brandListContainer .item {
  height: 500px;
  border-radius: 12px;
}

.brandListContainer .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.brandListContainer .item a:hover .hoverContainer {
  opacity: 1;
  z-index: 5;
}

.brandListContainer .item a:hover .hoverWine {
  right: -118px;
  opacity: 1;
  z-index: 8;
}

.brandListContainer .item .hoverContainer {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListContainer .item .hoverContainer .bg {
  width: 100%;
  height: 100%;
  display: block;
}

.brandListContainer .item .hoverContainer .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandListContainer .item .hoverContainer .bgCover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.brandListContainer .item .hoverContainer .ContentContainer {
  width: 100%;
  height: 100%;
  padding: 131px 66px 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.brandListContainer .item .hoverContainer .title {
  margin-bottom: 21px;
  font: 700 26px 'Ubuntu';
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.brandListContainer .item .hoverContainer .content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #fff;
  display: block;
}

.brandListContainer .item .hoverContainer .more {
  padding-right: 17px;
  font-family: 'Lato';
  line-height: 16px;
  color: #fff;
  display: block;
  position: relative;
}

.brandListContainer .item .hoverContainer .more::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brandListContainer .item .usualContainer {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding-top: 19px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), color-stop(50%, #fff), color-stop(80%, #fff), to(#f3f3f3));
  background: linear-gradient(#e6e6e6, #fff 50%, #fff 80%, #f3f3f3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandListContainer .item .usualContainer .logo {
  width: 220px;
  height: 90px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}

.brandListContainer .item .usualContainer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandListContainer .item .usualContainer .wine {
  width: 200px;
  height: 345px;
  display: block;
}

.brandListContainer .item .usualContainer .wine img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandListContainer .item .hoverWine {
  width: 190px;
  height: 328px;
  position: absolute;
  bottom: -69px;
  right: -50px;
  opacity: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandListContainer .item .hoverWine img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandListContainer ~ .customPagination {
  margin-top: 51px;
  margin-bottom: 152px;
}

/*---------brand 品牌商品----------*/
.brandBannerContainer {
  height: 100vh;
  position: relative;
}

.brandBannerContainer .bgimg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.brandBannerContainer .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandBannerContainer .container {
  width: 100%;
  height: 100%;
}

.brandBannerContainer .centerContent {
  height: calc(100% - 136px - 120px);
  margin-top: 136px;
  margin-right: -74px;
  margin-left: -74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.brandBannerContainer .brandControl.prev .triangle {
  margin-right: 14px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}

.brandBannerContainer .brandControl.prev:hover .triangle {
  left: -5px;
}

.brandBannerContainer .brandControl.next .triangle {
  margin-left: 14px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  right: 0;
}

.brandBannerContainer .brandControl.next .text {
  text-align: right;
}

.brandBannerContainer .brandControl.next:hover .triangle {
  right: -5px;
}

.brandBannerContainer .brandControl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandBannerContainer .brandControl .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandBannerContainer .brandControl .text {
  font-size: 16px;
  font-family: 'Lato';
  color: #fff;
  display: block;
}

.brandBannerContainer .brandControl .text .word {
  display: block;
}

.brandBannerContainer .logo {
  width: 400px;
  height: 148px;
}

.brandBannerContainer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandBannerContainer .pinProduct {
  width: 270px;
  height: 430px;
  position: absolute;
  top: 52%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brandBannerContainer .pinProduct:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.brandBannerContainer .pinProduct a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brandBannerContainer .pinProduct .img {
  width: 267px;
  height: 352px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandBannerContainer .pinProduct .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandBannerContainer .pinProduct .name {
  width: 250px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brandBreadcrumb {
  margin-top: -190px;
  margin-right: -74px;
}

.brandBreadcrumb .breadcrumb {
  margin-bottom: 27px;
}

.brandBreadcrumb .breadcrumb > li {
  color: #fff;
}

.brandBreadcrumb .breadcrumb > li a {
  color: #fff;
}

.brandBreadcrumb .breadcrumb > li + li::before {
  color: #fff;
}

.brandBreadcrumb .breadcrumb > .active {
  color: #fff;
}

.brandBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  border-color: transparent transparent transparent #fff;
}

#brandAboutDocEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#brandAboutDocEdit .title {
  width: calc(100% - 250px);
  margin-bottom: 17px;
  margin-right: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

#brandAboutDocEdit .moreBtn {
  width: 100%;
  max-width: 242px;
  height: 50px;
  margin-bottom: 23px;
  border-radius: 0;
  background: #AF8977;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

#brandAboutDocEdit .moreBtn:hover .moreArrow {
  left: 10px;
}

#brandAboutDocEdit .moreBtn .moreArrow {
  width: 53px;
  height: 7px;
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#brandAboutDocEdit .moreBtn .moreArrow i {
  width: 53px;
  height: 7px;
}

#brandAboutDocEdit .moreBtn .moreArrow i::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#brandAboutDocEdit .content {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

#brandAboutDocEdit .content p {
  margin-bottom: 12px;
}

#brandAboutDocEdit .content p:last-child {
  margin-bottom: 0;
}

.brandAbout {
  margin: 0px -74px 100px -74px;
  padding: 65px 12px 63px 12px;
  position: relative;
}

.brandAbout .bgTop {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.brandAbout .bgTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandAbout .bgMiddle {
  width: calc(100% - 24px);
  height: calc(100% - 130px);
  background: #F3EEE6;
  position: absolute;
  top: 65px;
  left: 12px;
}

.brandAbout .bgBottom {
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.brandAbout .bgBottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandAbout .articleContainer {
  width: 100%;
  padding: 0 97px;
  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;
  position: relative;
  z-index: 5;
}

.brandAbout .leftImg {
  width: 568px;
  height: 480px;
}

.brandAbout .leftImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandAbout .rightDoc {
  width: 880px;
  margin-top: 19px;
  position: relative;
}

.brandAbout .rightDoc .decText {
  font-size: 60px;
  font-family: 'Rock Salt';
  color: rgba(97, 97, 97, 0.1);
  position: absolute;
  top: -74px;
  left: -55px;
}

.brandAbout .rightDoc .decText .text {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.brandProductList {
  max-width: 1520px;
  margin: 0 auto;
}

.brandProductList .listRow {
  margin-right: -53px;
  margin-left: -53px;
}

.brandProductList .listCol {
  margin-bottom: 30px;
  padding: 0 53px;
}

.brandProductList .item {
  position: relative;
}

.brandProductList .item:hover .bgImg {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.brandProductList .item:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.brandProductList .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandProductList .item .bgImg {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandProductList .item .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandProductList .item .img {
  width: 220px;
  height: 300px;
  margin-top: 46px;
  margin-bottom: 39px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brandProductList .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brandProductList .item .nameCh {
  max-width: 275px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brandProductList .item .nameEn {
  max-width: 210px;
  font-size: 18px;
  font-family: 'Ubuntu';
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #AF8977;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brandProductList ~ .customPagination {
  margin-top: 80px;
  margin-bottom: 148px;
}

/*---------product 商品detail----------*/
#productIntroEdit .content {
  margin-top: 58px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  color: #656464;
}

#productIntroEdit .featureContainer ul {
  margin-right: -12px;
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productIntroEdit .featureContainer ul li {
  padding: 0 12px;
}

#productIntroEdit .featureContainer .item {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: dashed 1px transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#productIntroEdit .featureContainer .item::after {
  content: '';
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: solid 1px #DC1B23;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}

#productIntroEdit .featureContainer img {
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

#productIntroEdit .featureContainer h3 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #656464;
}

#productIntroEdit .featureContainer p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #1f1f1f;
}

.productIntroContainer {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 847px;
  margin-top: 80px;
  position: relative;
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
}

.productIntroContainer .leftCoverBg {
  width: 60%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.productIntroContainer .container {
  height: 100%;
}

.productIntroContainer .introBox {
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
  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;
  position: relative;
  z-index: 10;
}

.productIntroContainer .introBox .leftDoc {
  width: 600px;
  margin-top: 111px;
  margin-left: 140px;
  position: relative;
  z-index: 10;
}

.productIntroContainer .introBox .leftDoc .titleEn {
  margin-bottom: 9px;
  font: 700 55px 'Ubuntu';
  line-height: 59px;
  color: #F69F1A;
}

.productIntroContainer .introBox .leftDoc .titleCh {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #1f1f1f;
}

.productIntroContainer .introBox .rightSlider {
  width: 826px;
  height: 100%;
  margin-left: -95px;
  margin-right: 46px;
  position: relative;
}

.productIntroContainer .introBox .rightSlider::before {
  content: '';
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.productIntroContainer .introBox .rightSlider .mainSlider {
  width: 100%;
  height: 766px;
  margin-top: 18px;
}

.productIntroContainer .introBox .rightSlider .mainSlider .item {
  width: 100%;
  height: 766px;
}

.productIntroContainer .introBox .rightSlider .mainSlider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer {
  width: 206px;
  position: absolute;
  left: 43%;
  bottom: 17.5%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .consultButton .btnCustomer {
  width: 134px;
  height: 43px;
  font-weight: 400;
  font-size: 18px;
  line-height: 41px;
  color: #fff;
  background: #AF8977;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .consultButton .btnCustomer:hover {
  background: #fff;
  color: #AF8977;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decLine {
  width: 44px;
  height: 1px;
  background: #AF8977;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle {
  width: 35px;
  height: 35px;
  margin-left: -8px;
  position: relative;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #AF8977;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle .bgCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: productConsultAni 1.5s linear 0s infinite normal;
          animation: productConsultAni 1.5s linear 0s infinite normal;
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle .bgCircle::before, .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle .bgCircle::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle .bgCircle::before {
  content: '';
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
}

.productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle .bgCircle::after {
  content: '';
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
}

.productIntroContainer .introBox .rightSlider .navSlider {
  width: 133px;
  margin-top: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.productIntroContainer .introBox .rightSlider .navSlider .slick {
  width: 100%;
  height: 596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slick-list {
  height: 552px;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev, .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.productIntroContainer .introBox .rightSlider .navSlider .item {
  width: 133px;
  height: 138px;
  position: relative;
  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;
  cursor: pointer;
}

.productIntroContainer .introBox .rightSlider .navSlider .item.slick-current::before {
  opacity: 1;
}

.productIntroContainer .introBox .rightSlider .navSlider .item::before {
  content: '';
  width: 133px;
  height: 133px;
  border-radius: 50%;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productIntroContainer .introBox .rightSlider .navSlider .item img {
  width: 94px;
  height: 87px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.productIntroContainer .productControl {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}

.productIntroContainer .productControl.prev {
  left: 60px;
}

.productIntroContainer .productControl.prev .triangle {
  margin-right: 14px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  left: 0;
}

.productIntroContainer .productControl.prev .product {
  left: -400px;
}

.productIntroContainer .productControl.prev:hover .product {
  left: 50%;
}

.productIntroContainer .productControl.next {
  right: 60px;
}

.productIntroContainer .productControl.next .triangle {
  margin-left: 14px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  right: 0;
}

.productIntroContainer .productControl.next .text {
  text-align: right;
}

.productIntroContainer .productControl.next .product {
  left: 400px;
}

.productIntroContainer .productControl.next:hover .product {
  left: 50%;
}

.productIntroContainer .productControl:hover .triangle {
  opacity: 0;
}

.productIntroContainer .productControl:hover .text {
  opacity: 0;
}

.productIntroContainer .productControl:hover .product {
  opacity: 1;
}

.productIntroContainer .productControl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productIntroContainer .productControl .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productIntroContainer .productControl .text {
  font-size: 16px;
  font-family: 'Lato';
  color: #000;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productIntroContainer .productControl .text .word {
  display: block;
}

.productIntroContainer .productControl .product {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productIntroContainer .productControl .product .img {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  display: block;
}

.productIntroContainer .productControl .product .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productIntroContainer .productControl .product .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: center;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productIntroContainer .arrowMore {
  position: absolute;
  top: 50px;
  left: 53px;
}

.productIntroContainer .arrowMore:hover .moreText {
  color: #AF8977;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

.productIntroContainer .arrowMore:hover .moreArrow {
  color: #AF8977;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  left: -5px;
}

.productIntroContainer .arrowMore:hover .moreArrow i {
  -webkit-animation: none;
          animation: none;
}

.productIntroContainer .arrowMore:hover .moreCircle {
  border-color: #AF8977;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

.productIntroContainer .arrowMore a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productIntroContainer .arrowMore .moreText {
  margin-left: 12px;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

.productIntroContainer .arrowMore .moreArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  position: relative;
  left: 0;
}

.productIntroContainer .arrowMore .moreCircle {
  margin-right: -27px;
  margin-left: 0;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

.productIntroContainer .bottomDecImg {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}

.productIntroContainer .bottomDecImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productInfo {
  background: #F6F6F6;
}

.productInfo .pageTitle {
  margin-top: 0;
  margin-bottom: 99px;
  padding-top: 99px;
}

.productInfo .infoSection {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
  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;
}

.productInfo .infoSection:last-child {
  margin-bottom: 70px;
}

.productInfo .infoSection.imgLeft .doc {
  margin-right: 143px;
}

.productInfo .infoSection.imgRight .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.productInfo .infoSection.imgRight .doc {
  margin-left: 129px;
}

.productInfo .infoSection.imgLg.imgLeft .doc {
  margin-right: 0px;
  margin-bottom: 79px;
}

.productInfo .infoSection.imgLg .img {
  width: 924px;
}

.productInfo .infoSection.imgLg .doc {
  width: 510px;
}

.productInfo .infoSection .img {
  width: 724px;
}

.productInfo .infoSection .doc {
  width: 510px;
}

.productInfo .infoSection .subTitleBox {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productInfo .infoSection .decIcon {
  margin-right: 22px;
  font-size: 14px;
  line-height: 27px;
  color: #F69F1A;
}

.productInfo .infoSection .subTitle {
  width: calc(100% - 30px);
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}

.productInfo .infoSection .content {
  padding-left: 30px;
  letter-spacing: 0.5px;
  color: #656464;
}

.productInfo .infoSection .content p {
  margin-bottom: 12px;
}

.productInfo .infoSection .content p:last-child {
  margin-bottom: 0px;
}

.productInfo .borderB {
  padding-bottom: 105px;
  border-bottom: dashed 1px #AF8977;
}

.productInfo .bottomDecImg {
  width: 100%;
  height: 68px;
}

.productInfo .bottomDecImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productAward {
  background: #F3EEE6;
}

.productAward .pageTitle {
  margin-top: 0;
  margin-bottom: 78px;
  padding-top: 44px;
}

.productAward .contentContainer {
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productAward .leftProduct {
  width: 492px;
  height: 460px;
  margin-left: 45px;
  margin-bottom: 31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productAward .leftProduct.aos-animate .bgLeft, .productAward .leftProduct.aos-animate .bgRight {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.productAward .leftProduct .bgLeft, .productAward .leftProduct .bgRight {
  width: 227px;
  height: 357px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.7s 0.7s;
  transition: all 0.7s 0.7s;
}

.productAward .leftProduct .bgLeft {
  left: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 75% 91%;
          transform-origin: 75% 91%;
}

.productAward .leftProduct .bgRight {
  right: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: 25% 91%;
          transform-origin: 25% 91%;
}

.productAward .leftProduct .mainProduct {
  width: 50%;
  height: 416px;
  margin-top: auto;
  position: relative;
  z-index: 3;
}

.productAward .leftProduct .mainProduct img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productAward .rightAwardContainer {
  width: 715px;
  margin-right: 132px;
}

.productAward .rightAwardContainer ul {
  margin-right: -40px;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productAward .rightAwardContainer ul li {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 66px;
}

.productAward .rightAwardContainer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productAward .rightAwardContainer .imgBox {
  width: 180px;
  height: 118px;
  margin-bottom: 30px;
  position: relative;
  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;
}

.productAward .rightAwardContainer .imgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.productAward .rightAwardContainer .imgBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productAward .rightAwardContainer .img {
  max-width: 64%;
  max-height: 100%;
  position: relative;
  z-index: 3;
  -webkit-filter: drop-shadow(17px 17px 23px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(17px 17px 23px rgba(0, 0, 0, 0.1));
}

.productAward .rightAwardContainer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productAward .rightAwardContainer .title {
  margin-bottom: 9px;
  font: 700 20px  'Libre Baskerville', serif;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.productAward .rightAwardContainer .title.colorGold {
  color: #F69F1A;
}

.productAward .rightAwardContainer .title.colorSilver {
  color: #656464;
}

.productAward .rightAwardContainer .content {
  margin-bottom: 0;
  font: 500 16px 'Ubuntu';
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #656464;
}

.productSimilar {
  position: relative;
  padding-bottom: 110px;
}

.productSimilar .pageTitle {
  margin-top: 0;
  padding-top: 117px;
  margin-bottom: 58px;
}

.productSimilar .slick {
  max-width: 1520px;
  margin: 0 auto;
  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;
}

.productSimilar .slick .slick-list {
  width: 1400px;
}

.productSimilar .slick .slickControl .prev, .productSimilar .slick .slickControl .next {
  width: 63px;
  height: 63px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
  line-height: 61px;
  text-align: center;
  color: #AF8977;
  -webkit-box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.22);
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.productSimilar .slick .slickControl .prev:hover, .productSimilar .slick .slickControl .next:hover {
  background: #AF8977;
  color: #fff;
}

.productSimilar .slick .slickControl .prev {
  left: -16px;
}

.productSimilar .slick .slickControl .next {
  right: -16px;
}

.productSimilar .slick .item {
  padding: 0 25px;
}

.productSimilar .slick .item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.productSimilar .slick .item a:hover .bgImg {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.productSimilar .slick .item a:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.productSimilar .slick .bgImg {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productSimilar .slick .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productSimilar .slick .img {
  max-width: 100%;
  height: 300px;
  margin-top: 46px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productSimilar .slick .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productSimilar .slick .nameCh {
  width: 100%;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productSimilar .slick .nameEn {
  width: 100%;
  max-width: 170px;
  font-size: 18px;
  font-family: 'Ubuntu';
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #AF8977;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productSimilar .topDecImg {
  width: 100%;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.productSimilar .topDecImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productScrollSpy {
  position: relative;
}

.productScrollSpy #productScrollNavEdit.spyNav {
  left: -300px;
  opacity: 0;
}

#productScrollNavEdit.spyNav {
  position: fixed;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 800;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#productScrollNavEdit.spyNav.showItem {
  opacity: 1;
  left: 37px;
}

#productScrollNavEdit.spyNav ul li {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#productScrollNavEdit.spyNav ul li:hover .spyDec {
  border-color: #F69F1A;
}

#productScrollNavEdit.spyNav ul li:hover .title {
  color: #F69F1A;
}

#productScrollNavEdit.spyNav ul li.active .spyDec {
  border-color: #F69F1A;
  background: #F69F1A;
}

#productScrollNavEdit.spyNav ul li.active .title {
  background: #F69F1A;
  color: #fff;
}

#productScrollNavEdit.spyNav ul li:last-child {
  margin-bottom: 0;
}

#productScrollNavEdit.spyNav ul li:last-child .spyDec::before {
  display: none;
}

#productScrollNavEdit.spyNav ul li .spyDec {
  width: 7px;
  height: 7px;
  margin-right: 13px;
  border-radius: 50%;
  border: solid 1px #656464;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#productScrollNavEdit.spyNav ul li .spyDec::before {
  content: '';
  width: 1px;
  height: 24px;
  background: #656464;
  position: absolute;
  bottom: -27px;
  left: 2px;
}

#productScrollNavEdit.spyNav ul li .title {
  height: 29px;
  margin-bottom: 0;
  padding: 0 18px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.3px;
  color: #808080;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productConsultModal .modal-lg {
  max-width: 633px;
}

.productConsultModal .modal-content {
  border-radius: 0;
  border: dashed 1px #B7B7B7;
  padding: 58px 90px 63px;
  position: relative;
}

.productConsultModal .modal-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
  position: absolute;
  right: 19px;
  top: 19px;
}

.productConsultModal .modal-header .close {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: #DC1B23;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  color: #fff;
}

.productConsultModal .modal-header .close span {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.productConsultModal .modal-body {
  padding: 0;
}

.productConsultModal .modal-body .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.productConsultModal .modal-body .content {
  margin-bottom: 43px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.productConsultModal .modal-body .link a, .productConsultModal .modal-body .link .linkBtn {
  width: 100%;
  max-width: 242px;
  height: 50px;
  margin: 0 auto 13px;
  border: solid 1px transparent;
  border-radius: 0;
  background: #AF8977;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16;
  line-height: 48px;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productConsultModal .modal-body .link a:hover, .productConsultModal .modal-body .link .linkBtn:hover {
  border-color: #AF8977;
  background: #fff;
  color: #AF8977;
}

.productConsultModal .modal-body .link .linkBtn {
  margin-bottom: 0;
}

@media screen and (max-width: 1899px) {
  /*---------product 商品detail----------*/
  .productSimilar .slick .slickControl .prev {
    left: 0px;
  }
  .productSimilar .slick .slickControl .next {
    right: 0px;
  }
  #productScrollNavEdit.spyNav.showItem {
    left: 15px;
  }
}

@media screen and (max-width: 1799px) {
  /*---------brand 品牌商品----------*/
  .brandBannerContainer .centerContent {
    margin-right: -20px;
    margin-left: -20px;
  }
  .brandBreadcrumb {
    margin-right: -20px;
  }
  .brandAbout {
    margin: 0px -20px 100px -20px;
  }
  .brandAbout .bgMiddle {
    width: 100%;
    left: 0;
  }
  .brandAbout .leftImg {
    width: 530px;
  }
  .brandAbout .rightDoc {
    width: 800px;
  }
  /*---------product 商品detail----------*/
  .productInfo .infoSection {
    max-width: 1300px;
  }
  .productInfo .infoSection:last-child {
    margin-bottom: 70px;
  }
  .productInfo .infoSection.imgLeft .doc {
    margin-right: 0px;
  }
  .productInfo .infoSection.imgRight .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productInfo .infoSection.imgRight .doc {
    margin-left: 0px;
  }
  .productInfo .infoSection.imgLg.imgLeft .doc {
    margin-bottom: 0;
  }
  .productInfo .infoSection.imgLg .img {
    width: 55%;
  }
  .productInfo .infoSection.imgLg .doc {
    width: 40%;
  }
  .productInfo .infoSection .img {
    width: 47.5%;
  }
  .productInfo .infoSection .doc {
    width: 47.5%;
  }
  .productSimilar .slick {
    max-width: 1300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productSimilar .slick .slick-list {
    width: calc(100% - 126px);
  }
}

@media screen and (max-width: 1699px) {
  /*---------brand 品牌商品----------*/
  .brandBannerContainer .centerContent {
    margin-right: 0px;
    margin-left: 0px;
  }
  .brandBannerContainer .pinProduct {
    left: 26%;
  }
  .brandBreadcrumb {
    margin-right: 0px;
  }
  .brandAbout {
    margin: 0px 0px 100px 0px;
  }
  .brandAbout .articleContainer {
    padding-left: 50px;
    padding-right: 50px;
  }
  .brandAbout .leftImg {
    width: 480px;
  }
  .brandAbout .rightDoc {
    width: 750px;
  }
  /*---------product 商品detail----------*/
  .productIntroContainer .introBox .leftDoc {
    margin-left: 0;
  }
  .productIntroContainer .introBox .rightSlider {
    margin-right: 0;
  }
  .productIntroContainer .productControl {
    display: none;
  }
  .productIntroContainer .arrowMore {
    left: 0px;
  }
}

@media screen and (max-width: 1599px) {
  /*---------product 商品detail----------*/
  .productScrollSpy #productScrollNavEdit.spyNav ul li .title {
    display: none;
  }
  #productScrollNavEdit.spyNav.showItem {
    left: 20px;
  }
  #productScrollNavEdit.spyNav ul li .spyDec {
    margin: 11px 0;
  }
}

@media screen and (max-width: 1499px) {
  /*---------brands 品牌總覽----------*/
  .brandListTop .allBrands {
    width: 66px;
    margin-right: 51px;
  }
  .brandListTop .allBrands::after {
    right: -25px;
  }
  .brandListTop .brandListSlider {
    margin-right: -28px;
  }
  .brandListTop .brandListSlider .slickControl .prev {
    margin-right: 20px;
  }
  .brandListTop .brandListSlider .slickControl .next {
    margin-left: 20px;
  }
  .brandListTop .brandListSlider .brandListSlick {
    width: 965px;
  }
  /*---------brand 品牌商品----------*/
  #brandAboutDocEdit .title {
    width: 100%;
  }
  #brandAboutDocEdit .moreBtn {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .brandAbout .leftImg {
    width: 45%;
  }
  .brandAbout .rightDoc {
    width: 50%;
  }
  .brandAbout .rightDoc .decText {
    font-size: 50px;
    top: -50px;
    left: -40px;
  }
  .brandProductList .listRow {
    margin-right: -20px;
    margin-left: -20px;
  }
  .brandProductList .listCol {
    padding: 0 20px;
  }
  /*---------product 商品detail----------*/
  .productIntroContainer .introBox .leftDoc {
    width: 50%;
  }
  .productIntroContainer .introBox .leftDoc .titleEn {
    font-size: 50px;
    line-height: 59px;
  }
  .productIntroContainer .introBox .rightSlider {
    width: 50%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider {
    height: 515px;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .item {
    height: 515px;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer {
    bottom: 26%;
  }
  .productAward .leftProduct {
    margin-left: 0;
  }
  .productAward .rightAwardContainer {
    width: 580px;
    margin-right: 0px;
  }
  .productAward .rightAwardContainer ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .productAward .rightAwardContainer ul li {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1399px) {
  /*---------brands 品牌總覽----------*/
  .brandListTop {
    max-width: 1000px;
  }
  .brandListTop .brandListSlider .brandListSlick {
    width: 855px;
  }
  .brandListContainer {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1199px) {
  /*---------brands 品牌總覽----------*/
  .brandListTop {
    max-width: 800px;
  }
  .brandListTop .brandListSlider .brandListSlick {
    width: 655px;
  }
  .brandListContainer {
    max-width: 800px;
  }
  /*---------brand 品牌商品----------*/
  .brandBannerContainer .centerContent {
    height: calc(100% - 85px - 120px);
    margin-top: 85px;
  }
  .brandBannerContainer .pinProduct {
    width: 200px;
    height: auto;
  }
  .brandBannerContainer .pinProduct .img {
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
  }
  .brandBannerContainer .pinProduct .name {
    width: 100%;
  }
  #brandAboutDocEdit .moreBtn {
    margin-right: auto;
  }
  .brandAbout {
    padding: 100px 0px;
  }
  .brandAbout .bgBottom {
    height: 450px;
  }
  .brandAbout .articleContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brandAbout .leftImg {
    width: 90%;
    height: 400px;
  }
  .brandAbout .rightDoc {
    width: 100%;
    padding-top: 60px;
  }
  .brandAbout .rightDoc .decText {
    top: -00px;
    left: -10px;
  }
  /*---------product 商品detail----------*/
  .productIntroContainer {
    height: auto;
    padding: 0 0 100px;
    background: none !important;
  }
  .productIntroContainer .leftCoverBg {
    display: none;
  }
  .productIntroContainer .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntroContainer .introBox .leftDoc {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productIntroContainer .introBox .rightSlider {
    width: 100%;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntroContainer .introBox .rightSlider::before {
    display: none;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer {
    left: 46.5%;
    bottom: 33%;
  }
  .productIntroContainer .introBox .rightSlider .navSlider {
    width: 100%;
    max-width: 650px;
    margin: 20px  0;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .productIntroContainer .introBox .rightSlider .navSlider .slick {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slick-list {
    width: calc(100% - 16px);
    height: auto;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev {
    border-width: 5px 8px 5px 0;
    border-color: transparent #656565 transparent transparent;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #656565;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .item.slick-current::before {
    border-color: #F69F1A;
    background: #f6f6f6;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 105px;
    height: 105px;
  }
  .productInfo .infoSection:last-child {
    margin-bottom: 100px;
  }
  .productInfo .infoSection.imgLg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productInfo .infoSection.imgLg .img {
    width: 100%;
    margin-bottom: 50px;
  }
  .productInfo .infoSection.imgLg .doc {
    width: 100%;
  }
  .productAward {
    padding-bottom: 50px;
  }
  .productAward .contentContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productAward .rightAwardContainer {
    width: 600px;
  }
  .productAward .rightAwardContainer ul {
    margin-left: -40px;
    margin-right: -40px;
  }
  .productAward .rightAwardContainer ul li {
    padding: 0 40px;
  }
  .productSimilar .slick .bgImg {
    width: 220px;
    height: 220px;
  }
  .productSimilar .slick .img {
    height: 250px;
    margin-top: 40px;
  }
  .productSimilar .slick .nameCh {
    font-size: 20px;
    line-height: 28px;
  }
  .productSimilar .slick .nameEn {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  /*---------brands 品牌總覽----------*/
  .brandListTop .brandListSlider .brandListSlick {
    width: 545px;
  }
  .brandListContainer .item {
    height: 480px;
  }
  .brandListContainer .item .hoverContainer .ContentContainer {
    padding: 100px 35px 80px;
  }
  .brandListContainer .item .hoverWine {
    display: none;
  }
  /*---------brand 品牌商品----------*/
  .brandBannerContainer {
    background-attachment: scroll;
  }
  .brandBannerContainer .pinProduct {
    display: none;
  }
  .brandAbout {
    overflow: hidden;
  }
  .brandAbout .leftImg {
    width: 100%;
    height: 350px;
  }
  .brandProductList .item:hover .bgImg {
    opacity: 0;
  }
  .brandProductList .item .img {
    margin-top: 0;
  }
  /*---------product 商品detail----------*/
  .productInfo {
    overflow: hidden;
  }
  .productInfo .infoSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productInfo .infoSection.imgRight .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productInfo .infoSection.imgRight .doc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productInfo .infoSection .img {
    width: 100%;
    margin-bottom: 50px;
  }
  .productInfo .infoSection .doc {
    width: 100%;
  }
  .productInfo .infoSection .content {
    padding-left: 0;
  }
  .productAward {
    overflow: hidden;
  }
  .productSimilar .similarSlider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productSimilar .slick {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productSimilar .slick .slick-list {
    width: 100%;
  }
  .productSimilar .slick .slickControl {
    margin: 40px 10px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productSimilar .slick .bgImg {
    display: none;
  }
  .productSimilar .slick .img {
    margin-top: 0;
  }
  #productScrollNavEdit.spyNav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /*---------brands 品牌總覽----------*/
  .brandListTop {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brandListTop .allBrands {
    width: 100%;
    height: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .brandListTop .allBrands::after {
    display: none;
  }
  .brandListTop .allBrands a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brandListTop .allBrands .iconBox {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 20px;
  }
  .brandListTop .allBrands .icon {
    font-size: 20px;
    line-height: 20px;
  }
  .brandListTop .allBrands .nameCh {
    margin: 0;
  }
  .brandListTop .allBrands .nameEn {
    display: none;
  }
  .brandListTop .brandListSlider {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .brandListTop .brandListSlider .slickControl .prev {
    margin-right: 10px;
  }
  .brandListTop .brandListSlider .slickControl .next {
    margin-left: 10px;
  }
  .brandListTop .brandListSlider .brandListSlick {
    width: calc(100% - 36px);
  }
  .brandListContainer .brandListRow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .brandListContainer .brandListCol {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .brandListContainer .item {
    height: 380px;
  }
  .brandListContainer .item a:hover .hoverContainer {
    opacity: 0;
    z-index: -1;
  }
  .brandListContainer .item .usualContainer .logo {
    width: 180px;
    height: 74px;
  }
  .brandListContainer .item .usualContainer .wine {
    width: 150px;
    height: 236px;
  }
  .brandListContainer ~ .customPagination {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  /*---------brand 品牌商品----------*/
  .brandBannerContainer {
    background-attachment: scroll;
  }
  .brandBannerContainer .brandControl.prev:hover .triangle {
    left: 0;
  }
  .brandBannerContainer .brandControl.next:hover .triangle {
    right: 0;
  }
  .brandBannerContainer .brandControl .text {
    display: none;
  }
  .brandBannerContainer .pinProduct {
    display: none;
  }
  #brandAboutDocEdit .title {
    font-size: 28px;
    line-height: 36px;
  }
  #brandAboutDocEdit .content {
    font-size: 16px;
    line-height: 24px;
  }
  .brandAbout {
    padding: 80px 0;
  }
  .brandAbout .leftImg {
    height: 250px;
  }
  .brandAbout .rightDoc {
    padding-top: 40px;
  }
  .brandAbout .rightDoc .decText {
    font-size: 40px;
  }
  .brandProductList ~ .customPagination {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  /*---------product 商品detail----------*/
  #productIntroEdit .featureContainer ul li {
    width: 33.33%;
  }
  #productIntroEdit .featureContainer .item {
    width: 150px;
    height: 150px;
  }
  #productIntroEdit .featureContainer .item::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .productInfo .pageTitle {
    margin-bottom: 60px;
    padding-top: 70px;
  }
  .productInfo .infoSection {
    margin-bottom: 60px;
  }
  .productInfo .infoSection:last-child {
    margin-bottom: 80px;
  }
  .productInfo .infoSection.imgLg .img {
    margin-bottom: 30px;
  }
  .productInfo .infoSection .img {
    margin-bottom: 30px;
  }
  .productInfo .borderB {
    padding-bottom: 60px;
  }
  .productAward .rightAwardContainer {
    width: 100%;
  }
  .productAward .rightAwardContainer ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .productAward .rightAwardContainer ul li {
    padding: 0 25px;
  }
  .productSimilar {
    padding-bottom: 80px;
  }
  .productConsultModal .modal-lg {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .productConsultModal .modal-content {
    padding: 58px 40px 63px;
  }
}

@media screen and (max-width: 575px) {
  /*---------brands 品牌總覽----------*/
  .brandListMainContainer {
    padding-left: 27px;
    padding-right: 27px;
  }
  .brandListTop .brandListSlider {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .brandListTop .brandListSlider .brandListSlick {
    width: calc(100% - 36px);
  }
  /*---------brand 品牌商品----------*/
  .brandProductList .listRow {
    margin-right: -15px;
    margin-left: -15px;
  }
  .brandProductList .listCol {
    padding: 0 15px;
  }
  /*---------product 商品detail----------*/
  #productIntroEdit .content {
    margin-top: 30px;
  }
  #productIntroEdit .featureContainer .item {
    width: 100%;
  }
  #productIntroEdit .featureContainer .item:hover {
    border-color: transparent;
  }
  #productIntroEdit .featureContainer .item:hover::after {
    border-color: transparent;
  }
  .productIntroContainer .introBox .leftDoc {
    margin-top: 30px;
  }
  .productIntroContainer .introBox .leftDoc .titleEn {
    font-size: 40px;
    line-height: 48px;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider {
    height: auto;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer {
    width: 100%;
    margin-top: -80px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .consultButton {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decLine {
    width: 1px;
    height: 44px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productIntroContainer .introBox .rightSlider .mainSlider .consultContainer .decCircle {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productInfo .infoSection .decIcon {
    margin-right: 10px;
    font-size: 12px;
  }
  .productInfo .infoSection .subTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .productInfo .infoSection .content {
    font-size: 16px;
    line-height: 28px;
  }
  .productAward {
    padding-bottom: 0;
  }
  .productAward .pageTitle {
    margin-bottom: 50px;
  }
  .productAward .leftProduct {
    width: 290px;
    height: 271px;
  }
  .productAward .leftProduct .bgLeft, .productAward .leftProduct .bgRight {
    width: 134px;
    height: 211px;
  }
  .productAward .leftProduct .mainProduct {
    height: 245px;
  }
  .productAward .rightAwardContainer {
    width: 100%;
  }
  .productAward .rightAwardContainer ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .productAward .rightAwardContainer ul li {
    padding: 0 25px;
  }
  .productConsultModal .modal-lg {
    width: calc(100% - 40px);
  }
  .productConsultModal .modal-content {
    padding: 58px 20px 63px;
  }
}

@media screen and (max-width: 499px) {
  /*---------brands 品牌總覽----------*/
  .brandListContainer .brandListCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /*---------brand 品牌商品----------*/
  .brandBannerContainer {
    height: 80vh;
  }
  .brandBannerContainer .bgimg {
    height: 80vh;
  }
  .brandBreadcrumb {
    margin-top: -100px;
  }
  .brandAbout {
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 60px;
  }
  .brandAbout .articleContainer {
    padding: 0 20px;
  }
  .brandProductList .item {
    margin-bottom: 40px;
  }
  .brandProductList .item .img {
    width: 220px;
    height: 275px;
    margin-bottom: 20px;
  }
  /*---------product 商品detail----------*/
  .productIntroContainer .introBox .leftDoc .titleEn {
    font-size: 32px;
    line-height: 40px;
  }
  .productAward .rightAwardContainer {
    width: 100%;
  }
  .productAward .rightAwardContainer ul {
    margin-left: -0px;
    margin-right: -0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productAward .rightAwardContainer ul li {
    width: 100%;
    max-width: 290px;
    padding: 0 0px;
  }
  .productSimilar .slick {
    max-width: 290px;
  }
}

@media screen and (max-width: 374px) {
  /*---------brand 品牌商品----------*/
  .brandAbout .articleContainer {
    padding: 0 15px;
  }
  /*---------product 商品detail----------*/
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 100px;
    height: 100px;
  }
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    width: 66px;
    height: 61px;
  }
  .productSimilar .pageTitle .title {
    font-size: 30px;
    line-height: 35px;
  }
  .productConsultModal .modal-body .title {
    font-size: 22px;
    line-height: 25px;
  }
}

/* --------------------------------------newsList----------------------------------------*/
.newsTypeList {
  margin-bottom: 63px;
  position: relative;
  z-index: 10;
}

.newsTypeList .typeNav {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsTypeList .typeNav.active .navTitle .line:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.newsTypeList .navTitle {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DC1B23;
  cursor: pointer;
}

.newsTypeList .navTitle .title {
  width: calc(100% - 50px);
  padding-left: 50px;
  font: 500 18px 'Noto Sans TC', 'Ubuntu', sans-serif;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

.newsTypeList .navTitle .icon {
  width: 16px;
  height: 16px;
  margin: 0 17px;
  position: relative;
}

.newsTypeList .navTitle .line {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsTypeList .navTitle .line::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.newsTypeList .navTitle .line:last-child {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.newsTypeList .navContent .typeRow {
  margin-right: -14px;
  margin-left: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsTypeList .navContent .typeCol {
  padding: 0 14px;
  margin-bottom: 15px;
}

.newsTypeList .navContent .typeCol.active .typeItem {
  border-color: #DC1B23;
  background: #DC1B23;
  color: #fff;
}

.newsTypeList .navContent .typeCol.active .typeItem:hover {
  color: #fff;
}

.newsTypeList .navContent .typeItem {
  width: 199px;
  height: 54px;
  margin-bottom: 0;
  border: solid 1px #B7B7B7;
  border-radius: 5px;
  padding: 0 10px;
  font: 400 18px '微軟正黑體';
  line-height: 52px;
  text-align: center;
  color: #B7B7B7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsTypeList .navContent .typeItem:hover {
  border-color: #DC1B23;
  color: #DC1B23;
}

.newsTypeList .navContent .typeItem.active {
  border-color: #DC1B23;
  background: #DC1B23;
  color: #fff;
}

.newsTypeList .navContent .typeItem.active:hover {
  color: #fff;
}

.newsTypeList .navContent .typeItem a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsList {
  min-height: 150px;
  margin-bottom: 65px;
}

.newsList .topItem {
  margin-bottom: 81px;
  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;
}

.newsList .topItem .leftImg {
  width: 800px;
  height: 575px;
}

.newsList .topItem .leftImg a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.newsList .topItem .leftImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsList .topItem .leftImg:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.newsList .topItem .rightDoc {
  width: 520px;
  margin-bottom: 50px;
}

.newsList .topItem .topBox {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  color: #E59445;
}

.newsList .topItem .topBox p {
  margin-bottom: 0;
}

.newsList .topItem .date {
  margin-right: 18px;
  padding-right: 20px;
  font-family: 'Ubuntu';
  line-height: 16px;
  position: relative;
}

.newsList .topItem .date::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #E59445;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsList .topItem .type {
  line-height: 16px;
}

.newsList .topItem .title {
  margin-bottom: 42px;
  line-height: 44px;
  letter-spacing: 1.5px;
  color: #262626;
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsList .topItem .title:hover {
  color: #DC1B23;
}

.newsList .topItem .content {
  margin-bottom: 51px;
  line-height: 30px;
  letter-spacing: 0.3px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.newsList .topItem .content p:last-child {
  margin-bottom: 0;
}

.newsList .topItem .arrowMore {
  display: inline-block;
}

.newsList .newsRow {
  margin-left: -31px;
  margin-right: -31px;
}

.newsList .newsCol {
  padding: 0 31px;
}

.newsList .item {
  margin-bottom: 42px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsList .item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.newsList .item:hover {
  top: -42px;
}

.newsList .item:hover .imgCover {
  z-index: 1;
  opacity: 1;
}

.newsList .item:hover .coverLogo {
  -webkit-animation: newsHoverAni 2.4s linear 0s infinite normal;
          animation: newsHoverAni 2.4s linear 0s infinite normal;
}

.newsList .item .imgContainer {
  width: 100%;
  height: 470px;
  position: relative;
  display: block;
}

.newsList .item .img {
  width: 100%;
  height: 100%;
  display: block;
}

.newsList .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsList .item .type {
  width: auto;
  max-width: calc(100% - 36px);
  height: 37px;
  padding: 0 21px;
  border-radius: 5px;
  display: inline-block;
  background: #B99568;
  color: #fff;
  font-weight: 500;
  line-height: 37px;
  position: absolute;
  top: 17px;
  left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsList .item .imgCover {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsList .item .coverLogo {
  width: 76px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsList .item .contentContainer {
  width: calc(100% - 34px);
  margin-top: -91px;
  padding: 27px 32px 49px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 10;
}

.newsList .item .title {
  margin-bottom: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  display: block;
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList .item .date {
  margin-bottom: 11px;
  display: block;
  font: 400 16px 'ubuntu';
  line-height: 16px;
  color: #7BD3F7;
}

.newsList .item .content {
  line-height: 30px;
  letter-spacing: 0.3px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsList .emptyContainer {
  color: #999;
}

/* --------------------------------------newsDetail----------------------------------------*/
.newsDetailArticle {
  margin-top: 227px;
  padding: 108px 100px 79px;
  background: #fff;
  position: relative;
}

.newsDetailArticle .articleHead {
  padding-bottom: 37px;
  margin-bottom: 68px;
  border-bottom: dashed 1px #AF8977;
}

.newsDetailArticle .articleHead p {
  margin-bottom: 0;
}

.newsDetailArticle .articleHead .dateBox {
  width: 144px;
  height: 133px;
  background: no-repeat center center url(/styles/images/news/detail-dateBg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.newsDetailArticle .articleHead .dateBox .yearMonth {
  margin-top: 5px;
  font: 700 16px 'Ubuntu';
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.newsDetailArticle .articleHead .dateBox .day {
  font: 500 63px 'Ubuntu';
  line-height: 63px;
  color: #fff;
}

.newsDetailArticle .articleHead .type {
  margin-bottom: 9px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #E59445;
}

.newsDetailArticle .articleHead .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: 1px;
  text-align: center;
}

.newsDetailArticle .articleFooter {
  margin-top: 118px;
  border-top: dashed 1px #AF8977;
  padding-top: 58px;
}

.newsDetailArticle .articleFooter .shareContainer {
  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;
}

.newsDetailArticle .articleFooter .shareContainer p {
  margin-right: 8px;
  margin-bottom: 0;
  color: #656464;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li {
  width: 46px;
  height: 46px;
  margin-left: 12px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li a {
  display: block;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li.fb {
  background: #37599B;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li.line {
  font-size: 15px;
  background: #3FD105;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li.twitter {
  background: #07ABE9;
}

.newsDetailArticle .articleFooter .shareContainer .socialContainer li:hover {
  background: #AF8977;
}

#newDetailEdit section:not(:last-child) {
  margin-bottom: 100px;
}

#newDetailEdit img {
  max-width: 100% !important;
  height: auto !important;
}

#newDetailEdit .ytVedio {
  width: 100%;
  height: 667px;
}

.newsDetailPage {
  margin: 76px 0 100px;
  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;
}

.newsDetailPage .pageItem {
  position: relative;
}

.newsDetailPage .pageItem.pagePrev .pageArrowBox {
  left: -108px;
}

.newsDetailPage .pageItem.pagePrev .triangle {
  border-width: 5px 8px 5px 0;
  border-color: transparent #2F2F2F transparent transparent;
  left: 0;
}

.newsDetailPage .pageItem.pagePrev:hover .triangle {
  border-color: transparent #AF8977 transparent transparent;
  left: -5px;
}

.newsDetailPage .pageItem.pageNext .pageArrowBox {
  right: -108px;
}

.newsDetailPage .pageItem.pageNext .triangle {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #2F2F2F;
  right: 0;
}

.newsDetailPage .pageItem.pageNext:hover .triangle {
  border-color: transparent transparent transparent #AF8977;
  right: -5px;
}

.newsDetailPage .pageItem:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.newsDetailPage .pageItem:hover .title {
  color: #AF8977;
}

.newsDetailPage .pageItem:hover .text {
  color: #AF8977;
}

.newsDetailPage .pageItem .pageArticle {
  width: 480px;
  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;
}

.newsDetailPage .pageItem .img {
  width: 152px;
  height: 113px;
  display: block;
  overflow: hidden;
}

.newsDetailPage .pageItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDetailPage .pageItem .doc {
  width: 300px;
  display: block;
}

.newsDetailPage .pageItem .title {
  width: 100%;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.5px;
  color: #1f1f1f;
  text-align: justify;
  max-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDetailPage .pageItem .content {
  width: 100%;
  line-height: 23px;
  letter-spacing: 0.5px;
  color: #b7b7b7;
  text-align: justify;
  max-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsDetailPage .pageItem .pageArrowBox {
  width: 50px;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsDetailPage .pageItem .triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.newsDetailPage .pageItem .text {
  display: block;
  font-family: 'Lato';
  color: #303030;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDetailPage .listItem {
  font-size: 28px;
  line-height: 28px;
  color: #E59445;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDetailPage .listItem:hover {
  -webkit-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
}

@media screen and (max-width: 1699px) {
  .newsDetailPage .pageItem.pagePrev .pageArrowBox {
    left: -60px;
  }
  .newsDetailPage .pageItem.pageNext .pageArrowBox {
    right: -60px;
  }
}

@media screen and (max-width: 1599px) {
  .newsDetailPage .pageItem.pagePrev .pageArrowBox {
    left: 0px;
  }
  .newsDetailPage .pageItem.pageNext .pageArrowBox {
    right: 0px;
  }
  .newsDetailPage .pageItem a {
    width: 550px;
    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;
  }
  .newsDetailPage .pageItem .pageArrowBox {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 1499px) {
  .newsTypeList .navContent .typeRow {
    margin-right: -8px;
    margin-left: -8px;
  }
  .newsTypeList .navContent .typeCol {
    width: 20%;
    padding: 0 8px;
  }
  .newsTypeList .navContent .typeItem {
    width: 100%;
  }
  .newsList .topItem .leftImg {
    width: 510px;
  }
  .newsDetailPage .pageItem a {
    width: 500px;
  }
  .newsDetailPage .pageItem .pageArticle {
    width: 430px;
  }
  .newsDetailPage .pageItem .doc {
    width: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .newsList .topItem .leftImg {
    width: 460px;
    height: 550px;
  }
  .newsList .topItem .rightDoc {
    width: 400px;
  }
  .newsDetailPage .pageItem a {
    width: 320px;
  }
  .newsDetailPage .pageItem .pageArticle {
    width: 250px;
  }
  .newsDetailPage .pageItem .img {
    display: none;
  }
  .newsDetailPage .pageItem .doc {
    width: 250px;
  }
  #newDetailEdit .ytVedio {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .newsList {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .newsList .topItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList .topItem .leftImg {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
  }
  .newsList .topItem .rightDoc {
    width: 100%;
    margin-bottom: 0;
  }
  .newsList .newsRow {
    margin-right: -20px;
    margin-left: -20px;
  }
  .newsList .newsCol {
    padding: 0 20px;
  }
  .newsList .item:hover {
    top: 0;
  }
  .newsList .item .imgContainer {
    height: 350px;
  }
  .newsList .item .contentContainer {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsDetailArticle {
    padding-left: 50px;
    padding-right: 50px;
  }
  .newsDetailArticle .articleHead .title {
    font-size: 26px;
    line-height: 35px;
  }
  .newsDetailArticle .articleFooter {
    margin-top: 60px;
  }
  #newDetailEdit .ytVedio {
    height: 400px;
  }
  .newsDetailPage .pageItem a {
    width: 50px;
  }
  .newsDetailPage .pageItem .pageArticle {
    display: none;
  }
  .newsDetailPage .pageItem .img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .newsTypeList .typeNav {
    position: relative;
  }
  .newsTypeList .typeNav.active .navTitle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .newsTypeList .navTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsTypeList .navContent {
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    z-index: 110;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
  }
  .newsTypeList .navContent .typeRow {
    width: 100%;
    background: #f5f5f5;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsTypeList .navContent .typeCol {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .newsTypeList .navContent .typeCol.active .typeItem {
    background: transparent;
    color: #DC1B23;
  }
  .newsTypeList .navContent .typeCol:not(:last-child) .typeItem {
    border-bottom: 1px solid #ddd;
  }
  .newsTypeList .navContent .typeItem {
    border: none;
    border-radius: 0;
    color: #777;
  }
  .newsList .item .contentContainer {
    padding-bottom: 20px;
  }
  .newsList ~ .customPagination {
    margin-bottom: 80px;
  }
  .newsDetailArticle {
    margin-top: 200px;
    padding: 80px 30px 30px;
  }
  .newsDetailArticle .articleHead {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .newsDetailArticle .articleHead .dateBox {
    width: 120px;
    height: 111px;
    background-size: contain;
  }
  .newsDetailArticle .articleFooter {
    margin-top: 50px;
    padding-top: 30px;
  }
  #newDetailEdit section:not(:last-child) {
    margin-bottom: 60px;
  }
  #newDetailEdit .ytVedio {
    height: 250px;
  }
  .newsDetailPage {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .newsList .topItem .leftImg {
    height: 300px;
  }
  .newsList .topItem .title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
  }
  .newsList .item .contentContainer {
    padding-bottom: 20px;
  }
  .newsList ~ .customPagination {
    margin-bottom: 80px;
  }
  .newsDetailArticle {
    margin-top: 160px;
    padding: 80px 30px 30px;
  }
  .newsDetailArticle .articleHead {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .newsDetailArticle .articleHead .dateBox {
    width: 120px;
    height: 111px;
    background-size: contain;
  }
  .newsDetailArticle .articleFooter {
    margin-top: 50px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 374px) {
  .newsDetailArticle .articleFooter .shareContainer .socialContainer li {
    width: 36px;
    height: 36px;
    margin-left: 5px;
    line-height: 34px;
  }
}

.jobTopInfo {
  margin-top: 35px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.jobTopInfo .leftImgContainer {
  width: 1000px;
  margin-left: -60px;
  position: relative;
}

.jobTopInfo .leftImgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jobTopInfo .leftImgContainer .bottom {
  width: 638px;
  height: 711px;
  position: relative;
  top: 91px;
}

.jobTopInfo .leftImgContainer .top {
  width: 480px;
  height: 610px;
  position: absolute;
  top: 0;
  right: 0;
}

.jobTopInfo .leftImgContainer .top .mainImg {
  width: 100%;
  height: 100%;
}

.jobTopInfo .leftImgContainer .top .decImg {
  width: 150px;
  position: absolute;
  left: -74px;
  bottom: -45px;
}

.jobTopInfo .rightDoc {
  width: 375px;
  margin-top: 78px;
}

.jobTopInfo .rightDoc .titleContainer {
  margin-bottom: 18px;
  padding-top: 74px;
  position: relative;
}

.jobTopInfo .rightDoc .titleContainer .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #DC1B23;
  position: relative;
  z-index: 1;
}

.jobTopInfo .rightDoc .titleContainer .decText {
  margin-bottom: 21px;
  font-size: 58px;
  font-family: 'Rock Salt';
  line-height: 58px;
  letter-spacing: 0.5px;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.jobTopInfo .rightDoc .slogen {
  margin-bottom: 19px;
  color: #1f1f1f;
}

.jobTopInfo .rightDoc .content {
  margin-bottom: 81px;
  letter-spacing: 0.5px;
  color: #1f1f1f;
}

.jobLinkContainer {
  padding-top: 301px;
  padding-bottom: 174px;
  position: relative;
  background: rgba(185, 149, 104, 0.16);
  z-index: 3;
}

.jobLinkContainer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 30;
}

.jobLinkContainer .links li {
  width: 532px;
  padding: 0 66px;
  text-align: center;
  position: relative;
}

.jobLinkContainer .links li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(148, 148, 148, 0.2);
  position: absolute;
  top: 0;
  right: -0.5px;
}

.jobLinkContainer .links .title {
  margin-bottom: 27px;
  letter-spacing: 0.3px;
  color: #1f1f1f;
}

.jobLinkContainer .links .content {
  margin-bottom: 33px;
  letter-spacing: 0.3px;
  color: #656464;
}

.jobLinkContainer .links .content p:last-child {
  margin-bottom: 0;
}

.jobLinkContainer .links .arrowMore {
  display: inline-block;
}

.jobLinkContainer .decWine.innerWine {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.jobLinkContainer .decWine .itemWine {
  position: absolute;
}

.jobLinkContainer .decWine .wine01 {
  left: 68px;
  bottom: -135px;
}

.jobLinkContainer .decWine .wine02 {
  top: 105px;
  left: -80px;
}

.jobLinkContainer .decWine .wine03 {
  top: -84px;
  left: calc(50% + 20px);
  z-index: 25;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.jobLinkContainer .decWine .wine04 {
  top: -24px;
  right: 350px;
  z-index: 25;
}

.jobLinkContainer .decWine .wine05 {
  top: -63px;
  right: -161px;
}

.jobLinkContainer .decWine .wine06 {
  top: 162px;
  right: 123px;
}

.jobLinkContainer .decWine .wine07 {
  right: -45px;
  bottom: -186px;
}

.jobLinkContainer .decTop {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 20;
}

.jobLinkContainer .decTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1699px) {
  .jobLinkContainer .decWine .wine04 {
    top: -24px;
    right: 300px;
  }
  .jobLinkContainer .decWine .wine05 {
    top: -75px;
    right: -180px;
  }
  .jobLinkContainer .decWine .wine06 {
    top: 162px;
    right: 70px;
  }
  .jobLinkContainer .decWine .wine07 {
    right: -55px;
    bottom: -186px;
  }
}

@media screen and (max-width: 1599px) {
  .jobTopInfo .leftImgContainer {
    width: 940px;
    margin-left: 0px;
  }
  .jobTopInfo .leftImgContainer .bottom {
    width: 600px;
  }
  .jobLinkContainer .decWine .wine05 {
    top: -90px;
    right: -180px;
  }
  .jobLinkContainer .decWine .wine06 {
    top: 162px;
    right: 40px;
  }
}

@media screen and (max-width: 1499px) {
  .jobTopInfo {
    margin-bottom: 100px;
  }
  .jobTopInfo .leftImgContainer {
    width: 650px;
    margin-left: 0px;
  }
  .jobTopInfo .leftImgContainer .bottom {
    width: 65%;
    height: 550px;
    margin-top: 90px;
    top: 0;
  }
  .jobTopInfo .leftImgContainer .top {
    width: 48%;
    height: 430px;
  }
  .jobTopInfo .leftImgContainer .top .decImg {
    width: 120px;
    left: -60px;
    bottom: -30px;
  }
  .jobLinkContainer .decWine .wine01 {
    width: 250px;
  }
  .jobLinkContainer .decWine .wine02 {
    width: 250px;
    left: -50px;
  }
  .jobLinkContainer .decWine .wine03 {
    width: 240px;
    left: 36%;
  }
  .jobLinkContainer .decWine .wine04 {
    width: 240px;
    right: 28%;
  }
  .jobLinkContainer .decWine .wine05 {
    width: 380px;
    top: -100px;
    right: -120px;
  }
  .jobLinkContainer .decWine .wine06 {
    width: 300px;
    top: 180px;
    right: 30px;
  }
  .jobLinkContainer .decWine .wine07 {
    width: 260px;
  }
}

@media screen and (max-width: 1399px) {
  .jobLinkContainer .decWine .wine06 {
    width: 300px;
    top: 180px;
    right: -30px;
  }
}

@media screen and (max-width: 1199px) {
  .jobTopInfo {
    margin-bottom: 150px;
  }
  .jobTopInfo .leftImgContainer {
    width: 550px;
  }
  .jobTopInfo .rightDoc {
    width: 350px;
  }
  .jobLinkContainer {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .jobLinkContainer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jobLinkContainer .links li {
    padding: 50px 0;
  }
  .jobLinkContainer .links li:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .jobLinkContainer .decWine .wine01 {
    width: 250px;
    left: 40px;
    bottom: -140px;
  }
  .jobLinkContainer .decWine .wine02 {
    width: 260px;
    top: 20%;
    left: -50px;
  }
  .jobLinkContainer .decWine .wine05 {
    width: 380px;
    top: -10px;
    right: -120px;
  }
  .jobLinkContainer .decWine .wine06 {
    width: 300px;
    top: 45%;
    right: 30px;
  }
  .jobLinkContainer .decWine .wine07 {
    width: 260px;
    right: -40px;
    bottom: -186px;
  }
}

@media screen and (max-width: 991px) {
  .jobTopInfo {
    margin-bottom: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobTopInfo .leftImgContainer {
    width: 100%;
  }
  .jobTopInfo .rightDoc {
    width: 100%;
  }
  .jobTopInfo .rightDoc .content {
    margin-bottom: 50px;
  }
  .jobLinkContainer .decWine .wine01 {
    width: 240px;
    left: -20px;
    bottom: -100px;
  }
  .jobLinkContainer .decWine .wine02 {
    width: 240px;
    top: 10%;
    left: -60px;
  }
  .jobLinkContainer .decWine .wine03 {
    width: 220px;
    left: 26%;
  }
  .jobLinkContainer .decWine .wine04 {
    width: 220px;
    right: 24%;
  }
  .jobLinkContainer .decWine .wine05 {
    width: 320px;
    top: -30px;
    right: -120px;
  }
  .jobLinkContainer .decWine .wine06 {
    width: 275px;
    top: 40%;
    right: -70px;
  }
  .jobLinkContainer .decWine .wine07 {
    width: 240px;
    right: 70px;
    bottom: -200px;
  }
}

@media screen and (max-width: 767px) {
  .jobTopInfo .leftImgContainer .bottom {
    width: 70%;
    height: 450px;
    margin-top: 50px;
  }
  .jobTopInfo .leftImgContainer .top {
    width: 45%;
    height: 350px;
  }
  .jobTopInfo .leftImgContainer .top .decImg {
    width: 80px;
    left: -40px;
    bottom: -20px;
  }
  .jobTopInfo .rightDoc {
    margin-top: 40px;
  }
  .jobLinkContainer .links li {
    width: 100%;
  }
  .jobLinkContainer .decWine .wine01 {
    width: 220px;
    left: -80px;
    bottom: -80px;
  }
  .jobLinkContainer .decWine .wine02 {
    width: 220px;
    top: 10%;
    left: -120px;
  }
  .jobLinkContainer .decWine .wine03 {
    width: 200px;
    left: 26%;
  }
  .jobLinkContainer .decWine .wine04 {
    width: 200px;
    right: 2%;
  }
  .jobLinkContainer .decWine .wine05 {
    display: none;
  }
  .jobLinkContainer .decWine .wine06 {
    width: 260px;
    top: 40%;
    right: -100px;
  }
  .jobLinkContainer .decWine .wine07 {
    width: 220px;
    right: 40px;
    bottom: -180px;
  }
}

@media screen and (max-width: 575px) {
  .jobTopInfo .rightDoc .titleContainer .decText {
    margin-bottom: 10px;
    font-size: 45px;
  }
  .jobLinkContainer .decWine .wine01 {
    width: 200px;
    left: -100px;
    bottom: -80px;
  }
  .jobLinkContainer .decWine .wine02 {
    width: 200px;
    top: 13%;
    left: -120px;
  }
  .jobLinkContainer .decWine .wine03 {
    width: 180px;
    left: 26%;
    top: -50px;
  }
  .jobLinkContainer .decWine .wine04 {
    width: 180px;
    right: 0;
    top: 0px;
  }
  .jobLinkContainer .decWine .wine06 {
    width: 240px;
    top: 40%;
    right: -100px;
  }
  .jobLinkContainer .decWine .wine07 {
    width: 200px;
    right: -40px;
    bottom: -120px;
  }
}

@media screen and (max-width: 499px) {
  .jobTopInfo .leftImgContainer .bottom {
    height: 360px;
  }
  .jobTopInfo .leftImgContainer .top {
    height: 260px;
  }
}

.contactFormContainer {
  position: relative;
  z-index: 5;
}

.contactFormContainer .bgImg {
  position: absolute;
  bottom: 80px;
  left: 0;
}

.contactFormContainer .formBg {
  max-width: 1146px;
  margin: 29px auto 0px;
  padding: 71px 73px 75px;
  background: #F6F6F6;
  position: relative;
}

.contactFormContainer .formBg .text {
  margin-bottom: 36px;
}

.contactFormContainer .formBg .formRow {
  margin-bottom: 25px;
}

.contactFormContainer .formBg .formBox {
  margin-bottom: 31px;
  border: solid 1px transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormContainer .formBg .formBox.formBoxTextarea .colLabel {
  width: calc(100% - 2px);
  height: 59px;
  padding-top: 18px;
  padding-left: 20px;
  top: 1px;
  left: 1px;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contactFormContainer .formBg .formBox.boxFocus {
  border-color: #E59445;
}

.contactFormContainer .formBg .formBox.boxFocus .colLabel {
  color: #E59445;
}

.contactFormContainer .formBg .colLabel {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #323232;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.contactFormContainer .formBg .colInput {
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}

.contactFormContainer .formBg .colInput input {
  height: 50px;
  padding-left: 91px;
  border: none;
  border-radius: 0;
}

.contactFormContainer .formBg .colInput input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormContainer .formBg .colInput input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contactFormContainer .formBg .colInput input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contactFormContainer .formBg .colInput input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contactFormContainer .formBg .colInput input::placeholder {
  color: #b7b7b7;
}

.contactFormContainer .formBg .colInput select {
  width: 100%;
  height: 50px;
  padding-left: 91px;
  border: none;
  border-radius: 0;
}

.contactFormContainer .formBg .colInput select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormContainer .formBg .colInput.customSelect {
  height: 50px;
  position: relative;
}

.contactFormContainer .formBg .colInput.customSelect select {
  /*hide original SELECT element: */
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.contactFormContainer .formBg .colInput .select-selected {
  padding-left: 91px;
  height: 50px;
  border: solid 1px transparent;
  background-color: #fff;
  line-height: 48px;
  color: #b7b7b7;
  cursor: pointer;
}

.contactFormContainer .formBg .colInput .select-selected.select-arrow-active {
  border-color: #E59445;
  border-bottom: transparent;
}

.contactFormContainer .formBg .colInput .select-selected.alreadySelect {
  color: #000;
}

.contactFormContainer .formBg .colInput .select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #2F2F2F transparent transparent  transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormContainer .formBg .colInput .select-selected.select-arrow-active:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.contactFormContainer .formBg .colInput .select-items div {
  color: #333;
  padding: 16px 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormContainer .formBg .colInput .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: solid 1px #E59445;
  border-top: dotted 1px #B7B7B7;
}

.contactFormContainer .formBg .colInput .select-hide {
  display: none;
}

.contactFormContainer .formBg .colInput .select-items div:hover, .contactFormContainer .formBg .colInput .same-as-selected {
  background-color: rgba(128, 128, 128, 0.1);
  color: #E59445;
}

.contactFormContainer .formBg .colTextarea textarea {
  padding-top: 60px;
  padding: 60px 30px 20px;
  border: none;
  border-radius: 0;
  line-height: 35px;
}

.contactFormContainer .formBg .colTextarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormContainer .formBg .productConsult {
  margin-bottom: 31px;
  padding: 25px 20px 12px;
  background: #fff;
}

.contactFormContainer .formBg .productConsult .title {
  margin-bottom: 20px;
}

.contactFormContainer .formBg .productConsult .productRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactFormContainer .formBg .productConsult .productCol {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 15px;
  position: relative;
}

.contactFormContainer .formBg .productConsult .productImg {
  width: 100%;
  height: 140px;
  margin-bottom: 3px;
}

.contactFormContainer .formBg .productConsult .productImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactFormContainer .formBg .productConsult .productName {
  width: 100%;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-align: center;
  max-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contactFormContainer .formBg .productConsult .deleteBtn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DC1B23;
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.contactFormContainer .formBg .productConsult .deleteBtn:before, .contactFormContainer .formBg .productConsult .deleteBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

.contactFormContainer .formBg .productConsult .deleteBtn:before {
  width: 2px;
  height: 9px;
}

.contactFormContainer .formBg .productConsult .deleteBtn:after {
  width: 9px;
  height: 2px;
}

.contactFormContainer .formBg .btnRow .btnSubmit {
  width: 242px;
  height: 50px;
  border-radius: 0;
  background: #AF8977;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}

.contactFormContainer .formBg .btnRow .btnSubmit:hover .moreArrow {
  left: 10px;
}

.contactFormContainer .formBg .btnRow .btnSubmit .moreArrow {
  width: 53px;
  height: 7px;
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormContainer .formBg .btnRow .btnSubmit .moreArrow i {
  width: 53px;
  height: 7px;
}

.contactFormContainer .formBg .btnRow .btnSubmit .moreArrow i::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.contactFormContainer .decImg {
  position: absolute;
  bottom: -120px;
  right: -146px;
}

.contactBottom {
  margin-top: -80px;
  padding: 185px 0 133px;
  background: rgba(221, 27, 34, 0.93);
  position: relative;
}

.contactBottom .coverImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contactBottom .coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactBottom .infoContainer {
  max-width: 1146px;
  margin: 0 auto;
  padding-right: 172px;
  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;
  position: relative;
  z-index: 5;
}

.contactBottom .infoContainer .leftInfo {
  width: 470px;
  color: #fff;
}

.contactBottom .infoContainer .slogen {
  margin-bottom: 40px;
}

.contactBottom .infoContainer .content p {
  margin-bottom: 0;
}

.contactBottom .infoContainer .content p:last-child {
  margin-bottom: 0;
}

.contactBottom .infoContainer .rightLink ul li {
  width: 260px;
  height: 60px;
  margin-bottom: 23px;
  border: solid 1px #fff;
  font-family: 'Ubuntu';
  line-height: 58px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactBottom .infoContainer .rightLink ul li:last-child {
  margin-bottom: 0;
}

.contactBottom .infoContainer .rightLink ul li a {
  line-height: 58px;
  display: block;
}

.contactBottom .infoContainer .rightLink ul li i {
  margin-right: 12px;
  font-size: 20px;
  line-height: 58px;
  display: inline-block;
}

.contactBottom .infoContainer .rightLink ul li:hover {
  background: #fff;
  color: #DC1B23;
}

.contactBottom .decImg {
  width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.contactBottom .decImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactSendTop {
  margin-top: 80px;
  padding: 138px 0 142px;
  position: relative;
}

.contactSendTop .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contactSendTop .sendArticle {
  max-width: 885px;
  margin: 0 auto;
  border: dashed 1px #B7B7B7;
  padding: 100px 50px 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.contactSendTop .title {
  max-width: 550px;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

.contactSendTop .content {
  max-width: 550px;
  margin-bottom: 73px;
  letter-spacing: 0.3px;
  text-align: justify;
}

.contactSendTop .content p:last-child {
  margin-bottom: 0;
}

.contactSendTop .link {
  width: 242px;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #AF8977;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactSendTop .link:hover {
  background: #b7b7b7;
}

.contactSendTop .link a {
  display: block;
}

.contactSendBottom {
  margin-top: 0;
  padding-top: 146px;
  padding-bottom: 135px;
}

.contactSendBottom .infoContainer {
  max-width: 1030px;
  margin: 0 auto;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .contactBottom .infoContainer {
    padding-right: 120px;
  }
}

@media screen and (max-width: 991px) {
  .contactFormContainer .formBg .colInput {
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */
  }
  .contactFormContainer .formBg .colInput.customSelect select {
    /*hide original SELECT element: */
  }
  .contactFormContainer .formBg .productConsult .productCol {
    width: 50%;
  }
  .contactFormContainer .decImg {
    width: 300px;
    right: -80px;
    bottom: -150px;
  }
  .contactBottom .infoContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contactBottom .infoContainer .leftInfo {
    margin-bottom: 50px;
  }
  .contactBottom .infoContainer .rightLink {
    width: 100%;
  }
  .contactBottom .infoContainer .rightLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contactBottom .infoContainer .rightLink ul li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contactFormContainer .formBg {
    margin-top: 0;
    padding: 50px 50px 55px;
  }
  .contactFormContainer .formBg .colInput {
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */
  }
  .contactFormContainer .formBg .colInput.customSelect select {
    /*hide original SELECT element: */
  }
  .contactFormContainer .formBg .productConsult .productCol {
    width: 50%;
  }
  .contactFormContainer .decImg {
    display: none;
  }
  .contactBottom {
    padding-top: 150px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .contactBottom .infoContainer {
    padding-right: 0;
  }
  .contactBottom .infoContainer .leftInfo {
    width: 100%;
  }
  .contactBottom .infoContainer .rightLink ul li {
    width: 45%;
  }
  .contactSendBottom {
    padding-top: 100px;
  }
}

@media screen and (max-width: 575px) {
  .contactFormContainer .formBg {
    margin-top: 0;
    padding: 30px 30px 35px;
  }
  .contactFormContainer .formBg .formBox {
    margin-bottom: 20px;
  }
  .contactFormContainer .formBg .colInput {
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */
  }
  .contactFormContainer .formBg .colInput.customSelect select {
    /*hide original SELECT element: */
  }
  .contactFormContainer .formBg .productConsult {
    margin-bottom: 20px;
  }
  .contactBottom .infoContainer .slogen {
    line-height: 45px;
  }
  .contactBottom .infoContainer .rightLink ul li {
    width: 48%;
  }
  .contactSendTop {
    padding: 80px 0 80px;
  }
  .contactSendTop .sendArticle {
    padding: 80px 30px 80px;
  }
  .contactSendTop .content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 499px) {
  .contactFormContainer .formBg .formCol.col-8, .contactFormContainer .formBg .formCol.col-4 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .contactFormContainer .formBg .colInput {
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */
  }
  .contactFormContainer .formBg .colInput.customSelect select {
    /*hide original SELECT element: */
  }
  .contactFormContainer .formBg .productConsult .productCol {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .contactFormContainer .formBg .btnRow .btnSubmit {
    width: 100%;
  }
  .contactBottom .infoContainer .rightLink ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactBottom .infoContainer .rightLink ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactBottom .infoContainer .rightLink ul li:last-child {
    margin-bottom: 0;
  }
}

.privacyDoc {
  max-width: 1450px;
  margin: 76px auto 137px;
  border: dashed 1px #b7b7b7;
  padding: 93px 130px 113px;
}

.privacyEdit .docSection {
  margin-bottom: 72px;
}

.privacyEdit .docSection:last-child {
  margin-bottom: 0;
}

.privacyEdit .title {
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.privacyEdit .content {
  color: #656464;
  letter-spacing: 0.3px;
}

.privacyEdit .content p:last-child {
  margin-bottom: 0;
}

.privacyEdit ul li {
  padding-left: 23px;
  line-height: 30px;
  letter-spacing: 0.3px;
  position: relative;
}

.privacyEdit ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0083CA;
  position: absolute;
  top: 15px;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.privacyEdit ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .privacyDoc {
    padding: 80px 50px 80px;
    overflow: hidden;
  }
  .privacyEdit .docSection {
    margin-bottom: 50px;
  }
  .privacyEdit .docSection:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .privacyDoc {
    padding: 80px 30px 80px;
  }
}

@media screen and (max-width: 575px) {
  .privacyDoc {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 40px 20px 40px;
  }
  .privacyEdit .docSection {
    margin-bottom: 35px;
  }
  .privacyEdit .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .privacyEdit .content {
    font-size: 17px;
    line-height: 26px;
  }
  .privacyEdit ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .privacyEdit ul li::before {
    top: 11px;
  }
  .privacyEdit ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.errorSection {
  max-width: 1223px;
  margin: 80px auto 0px;
  padding: 188px 0 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.errorSection .leftNum {
  width: 630px;
  margin-top: 23px;
  position: relative;
}

.errorSection .leftNum .title {
  margin-bottom: 0;
  padding-top: 0px;
  font: 700 374px 'Ubuntu';
  line-height: 283px;
  color: #242425;
}

.errorSection .leftNum .decText {
  font: 400 51px 'Rock Salt';
  line-height: 51px;
  letter-spacing: 5px;
  color: #ECAD3F;
  position: absolute;
  top: 0;
  left: 0px;
}

.errorSection .leftNum .decText p {
  margin-bottom: 0;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.errorSection .rightDoc {
  width: 440px;
}

.errorSection .rightDoc .mainText {
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}

.errorSection .rightDoc .mainText p {
  margin-bottom: 0;
}

.errorSection .rightDoc .content {
  margin-bottom: 73px;
  margin-left: 5px;
  letter-spacing: 0.3px;
}

.errorSection .rightDoc .content a {
  color: #DC1B23;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.errorSection .rightDoc .content a:hover {
  opacity: 0.6;
}

.errorSection .rightDoc .link {
  width: 242px;
  height: 50px;
  margin-left: 5px;
  background: #AF8977;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  text-align: center;
}

.errorSection .rightDoc .link:hover .moreArrow {
  left: 10px;
}

.errorSection .rightDoc .link .moreArrow {
  width: 53px;
  height: 7px;
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.errorSection .rightDoc .link .moreArrow i {
  width: 53px;
  height: 7px;
}

.errorSection .rightDoc .link .moreArrow i::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (max-width: 1199px) {
  .errorSection .leftNum {
    width: 450px;
  }
  .errorSection .leftNum .title {
    font-size: 268px;
  }
  .errorSection .leftNum .decText {
    font-size: 40px;
    line-height: 40px;
    top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .errorSection {
    padding-top: 80px;
    padding-bottom: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .errorSection .leftNum {
    width: 100%;
    margin-bottom: 50px;
  }
  .errorSection .leftNum .title {
    font-size: 324px;
  }
  .errorSection .leftNum .decText {
    font-size: 45px;
    line-height: 45px;
    top: 15px;
  }
  .errorSection .rightDoc {
    width: 100%;
  }
  .errorSection .rightDoc .content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .errorSection .leftNum {
    margin-bottom: 40px;
  }
  .errorSection .leftNum .title {
    font-size: 250px;
    line-height: 200px;
  }
  .errorSection .leftNum .decText {
    font-size: 35px;
    line-height: 35px;
    top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .errorSection {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .errorSection .leftNum {
    margin-bottom: 40px;
  }
  .errorSection .leftNum .title {
    font-size: 170px;
    line-height: 130px;
  }
  .errorSection .leftNum .decText {
    font-size: 25px;
    line-height: 25px;
    top: -5px;
  }
  .errorSection .rightDoc .mainText {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .errorSection .rightDoc .content {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 374px) {
  .errorSection .rightDoc .mainText {
    font-size: 25px;
  }
}

/*----------福爾摩莎雪茄------------*/
.formosaBtn {
  width: 200px;
  height: 58px;
  padding: 4px;
  position: relative;
}

.formosaBtn .outerBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.formosaBtn .outerBox .verLine {
  width: 100%;
  height: calc(100% - 22px);
  border-left: solid 1px rgba(222, 168, 65, 0.5);
  border-right: solid 1px rgba(222, 168, 65, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.formosaBtn .outerBox .horiLine {
  width: calc(100% - 34px);
  height: 100%;
  border-top: solid 1px rgba(222, 168, 65, 0.5);
  border-bottom: solid 1px rgba(222, 168, 65, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.formosaBtn .outerBox .corner {
  width: 17px;
  height: 11px;
  position: absolute;
  overflow: hidden;
}

.formosaBtn .outerBox .corner::after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px rgba(222, 168, 65, 0.5);
  position: absolute;
}

.formosaBtn .outerBox .cornerTL {
  top: 0;
  left: 0;
}

.formosaBtn .outerBox .cornerTL::after {
  bottom: 0;
  right: -3px;
}

.formosaBtn .outerBox .cornerTR {
  top: 0;
  right: 0;
}

.formosaBtn .outerBox .cornerTR::after {
  bottom: 0;
  left: -3px;
}

.formosaBtn .outerBox .cornerBL {
  bottom: 0;
  left: 0;
}

.formosaBtn .outerBox .cornerBL::after {
  top: 0;
  right: -3px;
}

.formosaBtn .outerBox .cornerBR {
  bottom: 0;
  right: 0;
}

.formosaBtn .outerBox .cornerBR::after {
  top: 0;
  left: -3px;
}

.formosaBtn .innerBtn {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(222, 168, 65, 0.5);
  border-radius: 0;
  color: #fff;
  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;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}

.formosaBtn .innerBtn::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #DEA841), color-stop(65%, #D0952C), color-stop(#B17D24), color-stop(#C08B2E), to(#D8982F));
  background: linear-gradient(#DEA841 40%, #D0952C 65%, #B17D24, #C08B2E, #D8982F);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBtn .innerBtn:hover::before {
  opacity: 1;
}

.formosaBtn .innerBtn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formosaBtn .innerBtn .text {
  display: block;
}

.formosaBanner {
  width: 100%;
  height: 100vh;
  position: relative;
  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;
}

.formosaBanner .bannerSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.formosaBanner .bannerSlider .slick {
  width: 100%;
  height: 100%;
}

.formosaBanner .bannerSlider .slick .slick-list, .formosaBanner .bannerSlider .slick .slick-track {
  height: 100%;
}

.formosaBanner .bannerSlider .item {
  width: 100%;
  height: 100%;
}

.formosaBanner .bannerSlider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formosaBanner .outerLine {
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  border: solid 1px rgba(222, 168, 65, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.formosaBanner .langContainer {
  position: absolute;
  top: 72px;
  right: 68px;
}

.formosaBanner .langContainer .langBtn.formosaBtn .innerBtn.active .angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.formosaBanner .langContainer .langBtn.formosaBtn .innerBtn i {
  font-size: 20px;
  display: block;
}

.formosaBanner .langContainer .langBtn.formosaBtn .innerBtn .text {
  margin: 0 15px;
  display: block;
  letter-spacing: 0.5px;
}

.formosaBanner .langContainer .langBtn.formosaBtn .innerBtn .angle {
  width: 9px;
  height: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBanner .langContainer .langBtn.formosaBtn .innerBtn .angle::before {
  content: '';
  width: 5px;
  height: 5px;
  border: solid 1px #fff;
  position: absolute;
  bottom: 2px;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.formosaBanner .langContainer .langBox {
  height: 0;
  margin: 11px auto 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.formosaBanner .langContainer .langBox.heightAuto {
  height: auto;
}

.formosaBanner .langContainer .langBox .langNav {
  width: 160px;
  margin: 0 auto;
  height: auto;
  border: solid 1px rgba(222, 168, 65, 0.5);
}

.formosaBanner .langContainer .langBox ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBanner .langContainer .langBox ul li::after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(222, 168, 65, 0.5);
  position: absolute;
  left: 50%;
  bottom: -0.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.formosaBanner .langContainer .langBox ul li:hover {
  color: white;
}

.formosaBanner .langContainer .langBox ul li.active {
  color: #DEA841;
}

.formosaBanner .langContainer .langBox ul li a {
  display: block;
}

.formosaBanner .contentContainer {
  width: 100%;
  height: 100%;
  padding: 35px;
  position: relative;
}

.formosaBanner .contentContainer .contentSlick {
  width: 100%;
  height: 100%;
}

.formosaBanner .contentContainer .contentSlick .slick-track, .formosaBanner .contentContainer .contentSlick .slick-list {
  height: 100%;
}

.formosaBanner .contentContainer .item {
  width: 100%;
  height: 100%;
}

.formosaBanner .contentContainer .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formosaBanner .contentContainer .title {
  margin-bottom: 16px;
  font: 400 82px 'Anton';
  line-height: 82px;
  letter-spacing: 4px;
  color: #DEA841;
  text-transform: uppercase;
}

.formosaBanner .contentContainer .link {
  font: 300 26px 'Lato';
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #DEA841;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBanner .contentContainer .link:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.formosaBanner .contentContainer .link i {
  margin-left: 29px;
  font-size: 19px;
  line-height: 26px;
  display: block;
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: formosaBannerLinkAni 1.2s linear 0s infinite normal;
          animation: formosaBannerLinkAni 1.2s linear 0s infinite normal;
}

.formosaBanner .contentContainer .text {
  display: block;
}

.formosaBanner .sliderControl {
  width: calc(100% - 100px);
  max-width: 1520px;
  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;
  position: absolute;
  left: 50%;
  bottom: 132px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #DEA841;
}

.formosaBanner .sliderControl .prev, .formosaBanner .sliderControl .next {
  font-size: 12px;
  cursor: pointer;
}

.formosaBanner .sliderControl .prev i, .formosaBanner .sliderControl .next i {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBanner .sliderControl .prev {
  margin-right: 31px;
}

.formosaBanner .sliderControl .prev:hover i {
  left: -3px;
}

.formosaBanner .sliderControl .prev i {
  left: 0;
}

.formosaBanner .sliderControl .next {
  margin-left: 31px;
}

.formosaBanner .sliderControl .next:hover i {
  right: -3px;
}

.formosaBanner .sliderControl .next i {
  right: 0;
}

.formosaBanner .sliderControl .sliderNumContainer {
  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;
}

.formosaBanner .sliderControl .sliderNumContainer .numberCurrent {
  margin-right: 16px;
  font: 300 26px 'Lato';
  line-height: 26px;
}

.formosaBanner .sliderControl .sliderNumContainer .processLine {
  width: 68px;
  height: 1px;
  background: rgba(222, 168, 65, 0.5);
  position: relative;
}

.formosaBanner .sliderControl .sliderNumContainer .currentW {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #DEA841;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaBanner .sliderControl .sliderNumContainer .numberTotal {
  margin-left: 16px;
  font: 300 26px 'Lato';
  line-height: 26px;
}

.formosaAbout {
  position: relative;
  z-index: 5;
}

.formosaAbout .articleContainer {
  width: calc(100% - 100px);
  max-width: 1520px;
  margin: -96px auto 0;
  position: relative;
}

.formosaAbout .articleContainer .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 35px 35px 100px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 35px 35px 100px 0 rgba(0, 0, 0, 0.7);
}

.formosaAbout .articleContainer .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formosaAbout .articleContainer .articleBox {
  padding: 173px 88px 153px 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.formosaAbout .articleContainer .leftDoc {
  width: 392px;
  position: relative;
  z-index: 5;
}

.formosaAbout .articleContainer .leftDoc .title {
  margin-bottom: 13px;
  font: 400 60px 'Anton';
  line-height: 75px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #DEA841;
}

.formosaAbout .articleContainer .leftDoc .title .text {
  display: block;
}

.formosaAbout .articleContainer .leftDoc .slogen {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #EEC474;
}

.formosaAbout .articleContainer .leftDoc .content {
  margin-top: 96px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #fff;
}

.formosaAbout .articleContainer .leftDoc .content p:last-child {
  margin-bottom: 0;
}

.formosaAbout .articleContainer .leftDoc .contentBox {
  position: relative;
}

.formosaAbout .articleContainer .leftDoc .contentBox .contentItem {
  width: 100%;
  position: relative;
}

.formosaAbout .articleContainer .rightFeature {
  width: 411px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

.formosaAbout .articleContainer .rightFeature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formosaAbout .articleContainer .rightFeature ul li {
  width: 50%;
  margin-bottom: 11px;
}

.formosaAbout .articleContainer .rightFeature .item {
  width: 100%;
  height: 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formosaAbout .articleContainer .rightFeature .item::before, .formosaAbout .articleContainer .rightFeature .item::after {
  content: '';
  border-radius: 50%;
  border: solid 1px rgba(222, 168, 65, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaAbout .articleContainer .rightFeature .item::before {
  width: 172px;
  height: 172px;
}

.formosaAbout .articleContainer .rightFeature .item::after {
  width: 208px;
  height: 208px;
  opacity: 0;
}

.formosaAbout .articleContainer .rightFeature .img {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  position: relative;
}

.formosaAbout .articleContainer .rightFeature .img .usual {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaAbout .articleContainer .rightFeature .img .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaAbout .articleContainer .rightFeature .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.formosaAbout .articleContainer .rightFeature .subTitle {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #DEA841;
  position: relative;
}

.formosaAbout .waterImg {
  position: absolute;
  left: 51.5%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.formosaAbout .wineImgChannel {
  height: calc(100% + 100px);
  margin-top: -20px;
  position: absolute;
  left: 48.5%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.formosaAbout .wineImg {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.formosaLocation {
  width: 100%;
  height: 843px;
  margin-top: -87px;
  position: relative;
  z-index: 1;
}

.formosaLocation .title {
  font: 400 60px 'Anton';
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #DEA841;
}

.formosaLocation .bgSlider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.formosaLocation .bgSlider .slick {
  width: 100%;
  height: 100%;
}

.formosaLocation .bgSlider .slick .slick-list, .formosaLocation .bgSlider .slick .slick-track {
  height: 100%;
}

.formosaLocation .bgSlider .item {
  width: 100%;
  height: 100%;
}

.formosaLocation .bgSlider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formosaLocation .contentContainer {
  width: 820px;
  height: 100%;
  padding: 194px 135px 100px 105px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 3;
}

.formosaLocation .contentContainer .container {
  padding: 0;
}

.formosaLocation .contentContainer .title {
  margin-bottom: 68px;
  padding-left: 94px;
}

.formosaLocation .contentContainer .infoSlider .item {
  padding-left: 94px;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.formosaLocation .contentContainer .infoSlider .item.slick-current {
  padding-top: 33px;
  opacity: 1;
}

.formosaLocation .contentContainer .infoSlider .item.slick-current .name::before {
  width: 66px;
}

.formosaLocation .contentContainer .infoSlider .item.slick-current .itemContent {
  height: auto;
  opacity: 1;
}

.formosaLocation .contentContainer .infoSlider .name {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #DEA841;
  position: relative;
  cursor: pointer;
}

.formosaLocation .contentContainer .infoSlider .name::before {
  content: '';
  width: 0px;
  height: 1px;
  background: #DEA841;
  position: absolute;
  left: -94px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaLocation .contentContainer .infoSlider .itemContent {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.formosaLocation .contentContainer .infoSlider .intro {
  margin-bottom: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #fff;
  text-align: justify;
}

.formosaLocation .contentContainer .infoSlider .intro p:last-child {
  margin-bottom: 0;
}

.formosaLocation .contentContainer .infoSlider .infoContainer {
  margin-bottom: 51px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li {
  padding: 0 47px;
  color: #fff;
  position: relative;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li.time {
  width: 28.9%;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li.add {
  width: 39.4%;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li.tel {
  width: 31.7%;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li:first-child {
  padding-left: 0;
  padding-right: 0;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li:last-child {
  padding-right: 0;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li p {
  margin-bottom: 5px;
}

.formosaLocation .contentContainer .infoSlider .infoContainer ul li p:last-child {
  margin-bottom: 0;
}

.formosaLocation .contentContainer .infoSlider .infoTitle {
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.formosaLocation .contentContainer .infoSlider .infoContent {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
}

.formosaLocation .contentContainer .sliderControl {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.formosaLocation .contentContainer .sliderControl .prev, .formosaLocation .contentContainer .sliderControl .next {
  width: 80px;
  height: 80px;
  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;
  cursor: pointer;
}

.formosaLocation .contentContainer .sliderControl .prev {
  background: #DEA841;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaLocation .contentContainer .sliderControl .prev:hover {
  left: -5px;
}

.formosaLocation .contentContainer .sliderControl .prev .triangle {
  border-width: 5px 5px 5px 0;
  border-color: transparent #000 transparent transparent;
}

.formosaLocation .contentContainer .sliderControl .next {
  background: #000;
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaLocation .contentContainer .sliderControl .next:hover {
  right: -5px;
}

.formosaLocation .contentContainer .sliderControl .next .triangle {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #DEA841;
}

.formosaLocation .contentContainer .sliderControl .triangle {
  width: 0;
  height: 0;
  border-style: solid;
}

.formosaProduct {
  padding-top: 132px;
  padding-bottom: 125px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

@media (min-width: 1900px) {
  .formosaProduct .container {
    max-width: 1830px;
  }
}

.formosaProduct .title {
  margin-bottom: 12px;
  font-size: 60px;
  font-family: 'Anton';
  line-height: 60px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #DEA841;
}

.formosaProduct .slogen {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #EEC474;
}

.formosaProduct .productSlider {
  margin-top: 97px;
  margin-bottom: 36px;
  position: relative;
}

.formosaProduct .slick .slick-list {
  padding: 0 !important;
}

.formosaProduct .slick .item {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaProduct .slick .item.slick-current {
  margin-top: 0px;
}

.formosaProduct .slick .item.slick-current .img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.formosaProduct .slick .img {
  width: 300px;
  height: 290px;
  margin-bottom: 6px;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formosaProduct .slick .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.formosaProduct .slick .name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}

.formosaProduct .slick .content {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}

.formosaProduct .sliderControl .prev, .formosaProduct .sliderControl .next {
  width: 80px;
  height: 80px;
  border: solid 1px rgba(222, 168, 65, 0.5);
  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;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}

.formosaProduct .sliderControl .prev:hover, .formosaProduct .sliderControl .next:hover {
  background: #DEA841;
}

.formosaProduct .sliderControl .prev {
  left: 33.33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.formosaProduct .sliderControl .prev:hover .triangle {
  border-color: transparent #000 transparent transparent;
}

.formosaProduct .sliderControl .prev .triangle {
  border-width: 5px 5px 5px 0;
  border-color: transparent #DEA841 transparent transparent;
}

.formosaProduct .sliderControl .next {
  left: 66.66%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.formosaProduct .sliderControl .next:hover .triangle {
  border-color: transparent transparent transparent #000;
}

.formosaProduct .sliderControl .next .triangle {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #DEA841;
}

.formosaProduct .sliderControl .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}

.formosaProduct .moreBtn {
  width: 240px;
  margin: 0 auto 96px;
}

.formosaProduct .notice {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

footer.formosaFooter {
  height: 125px;
  margin-top: -125px;
  border-top: 1px solid rgba(222, 168, 65, 0.5);
  background: rgba(0, 0, 0, 0.6);
}

footer.formosaFooter .copyrightContainer {
  height: 65px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.8px;
}

footer.formosaFooter .copyrightContainer .container {
  height: 100%;
  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;
}

footer.formosaFooter .copyrightContainer .leftInfo {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.formosaFooter .copyrightContainer .comp {
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

footer.formosaFooter .copyrightContainer .comp::after {
  content: '';
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer.formosaFooter .copyrightContainer .copyright {
  padding-left: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

footer.formosaFooter .copyrightContainer .rightLink {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

footer.formosaFooter .copyrightContainer .rightLink a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer.formosaFooter .copyrightContainer .rightLink a:hover {
  color: #DEA841;
}

.formosaWarningNote {
  border-top: 1px solid rgba(99, 99, 103, 0.5);
  background: rgba(0, 0, 0, 0.8);
}

.formosaWarningNote .text {
  color: #fff;
}

@media screen and (max-width: 1499px) {
  .formosaAbout .articleContainer .articleBox {
    padding: 173px 50px 153px 60px;
  }
  .formosaAbout .waterImg {
    left: 50%;
    top: 52%;
  }
  .formosaAbout .wineImgChannel {
    width: 400px;
    height: calc(100% + 80px);
    margin-top: 0;
  }
  .formosaProduct .sliderControl .prev, .formosaProduct .sliderControl .next {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1299px) {
  .formosaAbout .articleContainer .articleBox {
    padding: 300px 60px 153px 80px;
  }
  .formosaAbout .waterImg {
    left: 50%;
    top: 35%;
  }
  .formosaAbout .wineImgChannel {
    width: 400px;
    height: 550px;
    margin-top: 0;
  }
  .formosaLocation {
    margin-top: -87px;
  }
  .formosaLocation .contentContainer {
    width: 750px;
    padding: 194px 100px 100px 70px;
  }
}

@media screen and (max-width: 1199px) {
  .formosaLocation {
    height: auto;
    margin-top: 0;
    padding-top: 80px;
  }
  .formosaLocation .title {
    margin-bottom: 50px;
    text-align: center;
  }
  .formosaLocation .bgSlider {
    padding: 0 70px;
    position: relative;
  }
  .formosaLocation .bgSlider .slick.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .formosaLocation .bgSlider .slick .slick-dots {
    bottom: -75px;
  }
  .formosaLocation .bgSlider .slick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 12px;
  }
  .formosaLocation .bgSlider .slick .slick-dots li.slick-active button::before {
    width: 10px;
    height: 10px;
    background: #DEA841;
  }
  .formosaLocation .bgSlider .slick .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    position: relative;
  }
  .formosaLocation .bgSlider .slick .slick-dots li button::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 1px #DEA841;
    background: transparent;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .formosaLocation .contentContainer {
    width: calc(100% - 140px);
    margin: 100px auto 0;
    padding: 50px 0px 80px 0px;
  }
  .formosaLocation .contentContainer .infoSlider .item {
    padding-left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .formosaLocation .contentContainer .infoSlider .item.slick-current {
    padding-top: 0px;
    opacity: 1;
  }
  .formosaLocation .contentContainer .infoSlider .item.slick-current .itemContent {
    opacity: 1;
  }
  .formosaLocation .contentContainer .infoSlider .name {
    cursor: default;
  }
  .formosaLocation .contentContainer .infoSlider .name::before {
    display: none;
  }
  .formosaLocation .contentContainer .infoSlider .itemContent {
    height: auto;
    opacity: 1;
  }
  .formosaLocation .contentContainer .infoSlider .infoContainer {
    margin-bottom: 0;
  }
  .formosaLocation .contentContainer .sliderControl {
    position: static;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .formosaLocation .contentContainer .sliderControl .prev, .formosaLocation .contentContainer .sliderControl .next {
    border: solid 1px rgba(222, 168, 65, 0.5);
  }
  .formosaLocation .contentContainer .sliderControl .prev:hover, .formosaLocation .contentContainer .sliderControl .next:hover {
    background: #DEA841;
  }
  .formosaLocation .contentContainer .sliderControl .prev {
    background: transparent;
    position: absolute;
    left: 0px;
    top: -70px;
  }
  .formosaLocation .contentContainer .sliderControl .prev:hover {
    left: 0;
  }
  .formosaLocation .contentContainer .sliderControl .prev:hover .triangle {
    border-color: transparent #000 transparent transparent;
  }
  .formosaLocation .contentContainer .sliderControl .prev .triangle {
    border-width: 5px 5px 5px 0;
    border-color: transparent #DEA841 transparent transparent;
  }
  .formosaLocation .contentContainer .sliderControl .next {
    background: transparent;
    position: absolute;
    right: 0px;
    top: -70px;
  }
  .formosaLocation .contentContainer .sliderControl .next:hover {
    right: 0;
  }
  .formosaLocation .contentContainer .sliderControl .next:hover .triangle {
    border-color: transparent transparent transparent #000;
  }
  .formosaLocation .contentContainer .sliderControl .next .triangle {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #DEA841;
  }
  .formosaLocation .contentContainer .sliderControl .triangle {
    width: 0;
    height: 0;
    border-style: solid;
  }
  .formosaProduct .slick .img {
    width: 210px;
    height: 203px;
  }
  .formosaProduct .sliderControl .prev {
    left: 32%;
  }
  .formosaProduct .sliderControl .next {
    left: 68%;
  }
}

@media screen and (max-width: 1099px) {
  .formosaAbout .articleContainer .articleBox {
    padding: 400px 40px 153px 40px;
  }
  .formosaAbout .wineImgChannel {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .formosaBanner .contentContainer .title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
  }
  .formosaBanner .sliderControl {
    width: calc(100% - 140px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 70px;
  }
  .formosaBanner .sliderControl .prev, .formosaBanner .sliderControl .next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px rgba(222, 168, 65, 0.5);
    text-align: center;
    line-height: 58px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .formosaBanner .sliderControl .prev:hover {
    background: #DEA841;
    color: #000;
  }
  .formosaBanner .sliderControl .prev:hover i {
    left: 0;
  }
  .formosaBanner .sliderControl .next:hover {
    background: #DEA841;
    color: #000;
  }
  .formosaBanner .sliderControl .next:hover i {
    right: 0;
  }
  .formosaBanner .sliderControl .sliderNumContainer {
    display: none;
  }
  .formosaAbout .articleContainer {
    width: 100%;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .formosaAbout .articleContainer .articleBox {
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .formosaAbout .articleContainer .leftDoc {
    width: 400px;
    margin-bottom: 60px;
  }
  .formosaAbout .articleContainer .leftDoc .title {
    margin-bottom: 5px;
    text-align: center;
  }
  .formosaAbout .articleContainer .leftDoc .slogen {
    text-align: center;
  }
  .formosaAbout .articleContainer .leftDoc .content {
    margin-top: 30px;
  }
  .formosaAbout .articleContainer .rightFeature {
    width: 400px;
    margin-top: 0;
  }
  .formosaAbout .wineImgChannel {
    height: 650px;
    margin-top: -80px;
  }
  .formosaLocation .bgSlider {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
  }
  .formosaLocation .contentContainer {
    width: 100%;
    max-width: 720px;
  }
  .formosaProduct {
    padding-bottom: 140px;
    background-attachment: scroll;
  }
  .formosaProduct .productSlider {
    margin-bottom: 12px;
  }
  .formosaProduct .slick .item {
    margin-top: 0;
  }
  .formosaProduct .slick .img {
    width: 210px;
    height: 203px;
  }
  .formosaProduct .sliderControl .prev {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .formosaProduct .sliderControl .next {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  footer.formosaFooter {
    height: 140px;
    margin-top: -140px;
  }
  footer.formosaFooter .copyrightContainer {
    height: auto;
    padding: 20px 0;
  }
  footer.formosaFooter .copyrightContainer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 20px;
  }
  footer.formosaFooter .copyrightContainer .leftInfo {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .formosaBanner .contentContainer .title {
    padding: 0 50px;
    line-height: 70px;
    text-align: center;
  }
  .formosaLocation .bgSlider {
    max-width: 540px;
  }
  .formosaLocation .bgSlider .slick .slick-dots {
    bottom: -55px;
  }
  .formosaLocation .contentContainer {
    max-width: 540px;
    padding-top: 0;
  }
  .formosaLocation .contentContainer .sliderControl .prev, .formosaLocation .contentContainer .sliderControl .next {
    width: 45px;
    height: 45px;
    top: -70px;
  }
  .formosaProduct {
    padding-bottom: 160px;
  }
  .formosaProduct .sliderControl .prev, .formosaProduct .sliderControl .next {
    width: 45px;
    height: 45px;
  }
  .formosaProduct .notice {
    font-size: 14px;
    line-height: 26px;
  }
  footer.formosaFooter {
    height: 160px;
    margin-top: -160px;
  }
  footer.formosaFooter .copyrightContainer .leftInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.formosaFooter .copyrightContainer .comp {
    padding-right: 0;
  }
  footer.formosaFooter .copyrightContainer .comp::after {
    display: none;
  }
  footer.formosaFooter .copyrightContainer .copyright {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .formosaBtn {
    padding: 3px;
    height: 51px;
  }
  .formosaBtn .outerBox .verLine {
    height: calc(100% - 20px);
  }
  .formosaBtn .outerBox .horiLine {
    width: calc(100% - 20px);
  }
  .formosaBtn .outerBox .corner {
    width: 10px;
    height: 10px;
  }
  .formosaBtn .outerBox .corner::after {
    content: '';
    width: 25px;
    height: 25px;
  }
  .formosaBtn .outerBox .cornerTL::after {
    bottom: 0;
    right: 0px;
  }
  .formosaBtn .outerBox .cornerTR::after {
    bottom: 0;
    left: 0px;
  }
  .formosaBtn .outerBox .cornerBL::after {
    top: 0;
    right: 0px;
  }
  .formosaBtn .outerBox .cornerBR::after {
    top: 0;
    left: 0px;
  }
  .formosaBanner .outerLine {
    width: calc(100% - 41px);
    height: calc(100% - 41px);
  }
  .formosaBanner .langContainer {
    top: 39px;
    right: 31px;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn {
    width: 67px;
    height: 42px;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn .innerBtn {
    padding: 0;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn .innerBtn i {
    font-size: 22px;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn .innerBtn i::before {
    position: relative;
    top: -2px;
    right: -1px;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn .innerBtn .text {
    display: none;
  }
  .formosaBanner .langContainer .langBtn.formosaBtn .innerBtn .angle {
    display: none;
  }
  .formosaBanner .langContainer .langBox .langNav {
    width: 47px;
  }
  .formosaBanner .contentContainer {
    margin-bottom: 31px;
  }
  .formosaBanner .contentContainer .title {
    padding: 0 30px;
    font-size: 44px;
    line-height: 50px;
  }
  .formosaBanner .contentContainer .link {
    font-size: 16px;
    line-height: 16px;
  }
  .formosaBanner .contentContainer .link i {
    margin-left: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .formosaBanner .sliderControl {
    width: calc(100% - 39px * 2);
    bottom: 52px;
  }
  .formosaBanner .sliderControl .prev, .formosaBanner .sliderControl .next {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
  .formosaAbout .articleContainer .articleBox {
    padding: 400px 0 80px;
  }
  .formosaAbout .articleContainer .leftDoc {
    width: 100%;
    max-width: 454px;
    margin-bottom: 76px;
    padding: 0 27px;
    overflow: hidden;
  }
  .formosaAbout .articleContainer .leftDoc .title {
    font-size: 42px;
    line-height: 52px;
  }
  .formosaAbout .articleContainer .leftDoc .slogen {
    font-size: 16px;
    line-height: 16px;
  }
  .formosaAbout .articleContainer .leftDoc .content {
    margin-top: 26px;
    line-height: 26px;
  }
  .formosaAbout .articleContainer .rightFeature {
    width: 100%;
    max-width: 454px;
    padding: 0 27px;
  }
  .formosaAbout .articleContainer .rightFeature ul li {
    margin-bottom: 0;
  }
  .formosaAbout .waterImg {
    width: 450px;
  }
  .formosaAbout .wineImgChannel {
    width: 300px;
    height: 600px;
  }
  .formosaLocation {
    padding-top: 56px;
  }
  .formosaLocation .title {
    margin-bottom: 33px;
    font-size: 42px;
    line-height: 42px;
  }
  .formosaLocation .bgSlider {
    height: 185px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .formosaLocation .bgSlider .slick .slick-dots {
    bottom: -44px;
  }
  .formosaLocation .contentContainer {
    margin-top: 94px;
    padding-bottom: 28px;
  }
  .formosaLocation .contentContainer .container {
    padding-left: 27px;
    padding-right: 27px;
  }
  .formosaLocation .contentContainer .infoSlider .name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
  }
  .formosaLocation .contentContainer .infoSlider .intro {
    margin-bottom: 10px;
    line-height: 26px;
  }
  .formosaLocation .contentContainer .infoSlider .infoContainer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formosaLocation .contentContainer .infoSlider .infoContainer ul li {
    padding: 19px 0;
  }
  .formosaLocation .contentContainer .infoSlider .infoContainer ul li.time, .formosaLocation .contentContainer .infoSlider .infoContainer ul li.add, .formosaLocation .contentContainer .infoSlider .infoContainer ul li.tel {
    width: 100%;
  }
  .formosaLocation .contentContainer .infoSlider .infoContainer ul li:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .formosaLocation .contentContainer .sliderControl .prev, .formosaLocation .contentContainer .sliderControl .next {
    width: 40px;
    height: 40px;
    top: -78px;
  }
  .formosaLocation .contentContainer .sliderControl .prev {
    left: 27px;
  }
  .formosaLocation .contentContainer .sliderControl .prev:hover {
    left: 27px;
  }
  .formosaLocation .contentContainer .sliderControl .next {
    right: 27px;
  }
  .formosaLocation .contentContainer .sliderControl .next:hover {
    right: 27px;
  }
  .formosaProduct {
    padding-top: 62px;
  }
  .formosaProduct .title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
  }
  .formosaProduct .slogen {
    font-size: 16px;
    line-height: 16px;
  }
  .formosaProduct .productSlider {
    margin-top: 59px;
  }
  .formosaProduct .slick .img {
    width: 195px;
    height: 189px;
  }
  .formosaProduct .sliderControl .prev, .formosaProduct .sliderControl .next {
    top: 29%;
  }
  .formosaProduct .moreBtn {
    width: 214px;
    margin-bottom: 57px;
  }
  .formosaProduct .notice {
    margin-bottom: 33px;
    text-align: justify;
  }
}

@media screen and (max-width: 499px) {
  .formosaProduct {
    padding-bottom: 180px;
  }
  footer.formosaFooter {
    height: 180px;
    margin-top: -180px;
  }
  footer.formosaFooter .copyrightContainer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer.formosaFooter .copyrightContainer .leftInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 449px) {
  .formosaAbout .articleContainer .articleBox {
    padding: 300px 0 69px;
  }
  .formosaAbout .articleContainer .leftDoc {
    width: 100%;
    max-width: 454px;
    padding: 0 27px;
    overflow: hidden;
  }
  .formosaAbout .articleContainer .leftDoc .title {
    font-size: 42px;
    line-height: 52px;
  }
  .formosaAbout .articleContainer .leftDoc .slogen {
    font-size: 16px;
    line-height: 16px;
  }
  .formosaAbout .articleContainer .leftDoc .content {
    line-height: 26px;
  }
  .formosaAbout .articleContainer .rightFeature {
    width: 100%;
    max-width: 454px;
    padding: 0 27px;
  }
  .formosaAbout .articleContainer .rightFeature .item {
    height: 165px;
  }
  .formosaAbout .articleContainer .rightFeature .item::before {
    width: 147px;
    height: 147px;
  }
  .formosaAbout .articleContainer .rightFeature .item::after {
    width: 147px;
    height: 147px;
  }
  .formosaAbout .articleContainer .rightFeature .item:hover::before {
    width: 147px;
    height: 147px;
  }
  .formosaAbout .articleContainer .rightFeature .item:hover::after {
    width: 165px;
    height: 165px;
  }
  .formosaAbout .waterImg {
    width: 300px;
    top: 16%;
    left: 57%;
  }
  .formosaAbout .wineImgChannel {
    width: 210px;
    height: 430px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 374px) {
  .formosaBanner .contentContainer .title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .formosaAbout .articleContainer .leftDoc {
    margin-bottom: 30px;
  }
  .formosaAbout .articleContainer .leftDoc .title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .formosaAbout .articleContainer .leftDoc .slogen {
    letter-spacing: -0.5px;
  }
  .formosaAbout .articleContainer .rightFeature .item {
    height: 130px;
  }
  .formosaAbout .articleContainer .rightFeature .item::before {
    width: 115px;
    height: 115px;
  }
  .formosaAbout .articleContainer .rightFeature .item::after {
    width: 115px;
    height: 115px;
  }
  .formosaAbout .articleContainer .rightFeature .item:hover::before {
    width: 115px;
    height: 115px;
  }
  .formosaAbout .articleContainer .rightFeature .item:hover::after {
    width: 130px;
    height: 130px;
  }
  .formosaAbout .articleContainer .rightFeature .item:hover .subTitle {
    margin-bottom: 15px;
  }
  .formosaAbout .waterImg {
    left: 50%;
  }
}

.defaultContainer {
  margin-top: 85px;
  padding: 50px 0 100px;
}

/*讓後臺模板嵌入的影片可以看到 配合bootstrap使用*/
.editor .embed-responsive .mce-preview-object {
  position: static;
}

/*編輯器裡的影片*/
.editor .editorVideo {
  width: 100%;
  max-width: 100%;
  height: 565px;
  border: none;
}

@media screen and (max-width: 1499px) {
  .editor .editorVideo {
    height: 511px;
  }
}

@media screen and (max-width: 1199px) {
  .editor .editorVideo {
    height: 430px;
  }
}

@media screen and (max-width: 991px) {
  .editor .editorVideo {
    height: 333px;
  }
}

@media screen and (max-width: 767px) {
  .editor .editorVideo {
    height: 253px;
  }
}

@media screen and (max-width: 450px) {
  .editor .editorVideo {
    height: 200px;
  }
}
