@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #292929;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  word-break: break-all;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #F8F8F8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DCDCDC;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .header-div {
  background-color: #14411D;
  padding: 0;
}
header .header-div .block-outer {
  position: relative;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
header .header-div .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-div .block-outer .two-cols .col01 .brand a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
header .header-div .block-outer .two-cols .col01 .brand a img {
  height: 24px;
}
header .header-div .block-outer .two-cols .col02 {
  display: inline-flex;
  align-items: center;
}
header .header-div .block-outer .two-cols .col02 .navi ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .block-outer .two-cols .col02 .navi ul li {
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 21.5px 15px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a:hover {
  color: #fff;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a.disabled {
  cursor: default;
  color: #B3B3B3;
}
header .header-div .block-outer .two-cols .col02 .navi ul li {
  display: inline-block;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu {
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a {
  display: flex;
  align-items: center;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(./../images/icon_header_navi_arrow_up_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -3px;
  transition: 0.3s ease;
  opacity: 0.6;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translate(-50%);
  background-color: #0D1F13;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 11.5px 0;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box {
  padding: 5px;
  display: inline-flex;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a {
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a:after {
  transition: 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-5px) scaleX(0);
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a:hover {
  color: #fff;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0D1F13;
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translate(-50%);
  will-change: opacity;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover a {
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover a i {
  transform: rotate(180deg);
  opacity: 1;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover .sub-menu {
  display: flex;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover .sub-menu a:hover:after {
  transform: translateY(-5px) scaleX(1);
}
header .header-div .block-outer .two-cols .col02 .language i {
  display: inline-block;
  width: 20px;
  height: 64px;
  background-image: url(./../images/icon_globe_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 20px;
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu {
  position: absolute;
  width: 200vw;
  left: 87%;
  transform: translate(-50%);
  background-color: #0D1F13;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 6px 0;
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0D1F13;
  position: absolute;
  left: calc(50% + 10px);
  bottom: 64px;
  transform: translate(-50%);
  will-change: opacity;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu .box {
  padding: 5px;
  display: inline-flex;
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu .box a {
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
  display: block;
  font-size: 14px;
  color: #E5E7EB;
  padding: 10.5px 0;
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu .box a:after {
  transition: 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-5px) scaleX(0);
}
header .header-div .block-outer .two-cols .col02 .language .sub-menu .box a:hover {
  color: #fff;
}
header .header-div .block-outer .two-cols .col02 .language:hover .sub-menu {
  display: flex;
}
header .header-div .block-outer .two-cols .col02 .language:hover .sub-menu a:hover:after {
  transform: translateY(-5px) scaleX(1);
}

@media all and (max-width: 992px) {
  header .header-div {
    padding: 18px 0;
  }
  header .header-div .block-outer .two-cols .col02 {
    display: none;
  }
}
.toggle-btn {
  position: fixed;
  right: 20px;
  top: 16px;
  width: 16px;
  padding: 0;
  display: none;
  z-index: 10;
  background-color: transparent;
  border-radius: 0;
  height: 30px;
}
.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
}

.body_mobile_navi_active .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.body_mobile_navi_active .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body_mobile_navi_active .toggle-btn span:nth-child(3) {
  display: none;
}
.body_mobile_navi_active #mobile-nav {
  display: block;
}
.body_mobile_navi_active .overlap {
  display: block;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(255, 255, 255, 0);
  z-index: 98;
}

#mobile-nav {
  display: none;
}
#mobile-nav.active {
  display: block;
}
#mobile-nav {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 60px;
  width: 375px;
  height: calc(100% - 60px);
  background-color: #14411D;
  background-image: url(./../images/mobile_menu_deco.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#mobile-nav .block-outer {
  max-width: 100%;
  height: 100%;
  padding: 0 20px;
}
#mobile-nav .navi {
  margin-top: 15px;
}
#mobile-nav .navi ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-nav .navi ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding: 10px 0;
}
#mobile-nav .navi ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#mobile-nav .navi ul li a.disabled {
  cursor: default;
  color: #B3B3B3;
}
#mobile-nav .navi ul li.had-menu > a {
  display: flex;
  align-items: center;
  position: relative;
}
#mobile-nav .navi ul li.had-menu i {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_mobile_arrow_down_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#mobile-nav .navi ul li.had-menu .sub-menu {
  display: none;
  background-color: #0D1F13;
}
#mobile-nav .navi ul li.had-menu .sub-menu a {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#mobile-nav .navi ul li.had-menu .sub-menu a:hover {
  background-color: #0D1F13;
  color: #fff;
  text-decoration: underline;
}
#mobile-nav .navi ul li.had-menu.active i {
  transform: rotate(180deg);
}
#mobile-nav .navi ul li.had-menu.active .sub-menu {
  display: block;
}
#mobile-nav .language {
  position: relative;
}
#mobile-nav .language .globe {
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 2;
}
#mobile-nav .language i {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_mobile_arrow_down_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#mobile-nav .language .sub-menu {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-nav .language .sub-menu .box a {
  display: block;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding: 10px 0 10px 30px;
}
#mobile-nav .language .sub-menu .box a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#mobile-nav .language .sub-menu .box a.disabled {
  cursor: default;
  color: #B3B3B3;
}
#mobile-nav .language .sub-menu .box a:nth-child(2) {
  display: none;
}
#mobile-nav .language .sub-menu.active .box a i {
  transform: rotate(180deg);
}
#mobile-nav .language .sub-menu.active .box a:nth-child(2) {
  display: block;
}

.section-footer {
  background-color: #0D1F13;
  padding: 50px 0;
}
.section-footer .block-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-footer .footer-top {
  padding: 30px 0;
}
.section-footer .footer-top .three-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-footer .footer-top .three-cols .col01 {
  width: 30%;
}
.section-footer .footer-top .three-cols .col02 {
  width: 40%;
}
.section-footer .footer-top .three-cols .col02 .links {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.section-footer .footer-top .three-cols .col02 .links .item {
  /*width: 50%;*/
}
.section-footer .footer-top .three-cols .col02 .links .item:nth-child(1) {
  margin-right: 30px;
}
.section-footer .footer-top .three-cols .col02 .links .item a {
  font-size: 16px;
  font-weight: 350;
  color: #fff;
  display: block;
  padding: 5px 0;
}
.section-footer .footer-top .three-cols .col03 {
  width: 30%;
}
.section-footer .footer-top .brand img {
  height: 84px;
}
.section-footer .footer-top .links {
  display: flex;
  flex-wrap: wrap;
}
.section-footer .footer-top .links .link {
  width: 50%;
  color: #fff;
  font-size: 15px;
}
.section-footer .footer-top .links .link a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.section-footer .footer-top .info {
  color: #fff;
  font-size: 15px;
}
.section-footer .footer-top .info a {
  color: #fff;
}
.section-footer .footer-top .info i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-footer .footer-top .info .phone {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.section-footer .footer-top .info .phone i {
  background-image: url(./../images/icon_footer_phone_white.svg);
}
.section-footer .footer-top .info .email {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.section-footer .footer-top .info .email i {
  background-image: url(./../images/icon_footer_email_white.svg);
}
.section-footer .footer-top .info .address {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.section-footer .footer-top .info .address i {
  background-image: url(./../images/icon_footer_address_white.svg);
}
.section-footer .footer-bottom {
  margin-top: 30px;
}
.section-footer .footer-bottom .copyright-society-gotop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.section-footer .footer-bottom .copyright {
  text-align: center;
  color: #E5E7EB;
  font-size: 14px;
  font-weight: 300;
}
.section-footer .footer-bottom .copyright a {
  color: #E5E7EB;
}
.section-footer .footer-bottom .society-gotop {
  display: inline-flex;
  align-items: center;
}
.section-footer .footer-bottom .society-gotop i {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-footer .footer-bottom .society-gotop .facebook i {
  background-image: url(./../images/icon_facebook_white.svg);
}
.section-footer .footer-bottom .society-gotop .instagram i {
  background-image: url(./../images/icon_instagram_white.svg);
}
.section-footer .footer-bottom .society-gotop .gotop {
  font-size: 12px;
  color: #E5E7EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  min-width: 73px;
  min-height: 31px;
  text-align: center;
  margin-left: 15px;
}

.go-top {
  position: fixed;
  right: 0;
  top: 80%;
  display: inline-flex;
  align-items: center;
  background-color: #14411D;
  border-radius: 50px 0 0 50px;
  z-index: 10;
  width: 70px;
  height: 50px;
}
.go-top i {
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url(./../images/icon_gotop.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 992px) {
  .toggle-btn {
    display: inline-block;
  }
  .section-footer .footer-top .three-cols .col01 {
    width: 33.3333333333%;
  }
  .section-footer .footer-top .three-cols .col02 {
    width: 33.3333333333%;
  }
  .section-footer .footer-top .three-cols .col03 {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 767px) {
  .section-footer .footer-top .three-cols .col01 {
    width: 100%;
  }
  .section-footer .footer-top .three-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
  .section-footer .footer-top .three-cols .col03 {
    width: 100%;
    margin-top: 30px;
  }
}
@media all and (max-width: 640px) {
  #mobile-nav {
    width: 100%;
  }
  .section-footer .footer-bottom .copyright-society-gotop {
    display: block;
  }
  .section-footer .footer-bottom .copyright-society-gotop .copyright {
    width: 100%;
  }
  .section-footer .footer-bottom .copyright-society-gotop .society-gotop {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .go-top {
    width: 50px;
    height: 35px;
  }
  .go-top i {
    margin-left: 10px;
  }
}
main {
  padding-top: 64px;
}

.body-detail main {
  padding-top: 64px;
}

.block-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.block-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.block-title a {
  font-size: 14px;
  font-weight: 500;
  color: #14411D;
  display: inline-flex;
  align-items: center;
}
.block-title a i {
  background-image: url(./../images/icon_more_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.block-title a:hover {
  text-decoration: underline;
}

.block-breadcrumb {
  background-color: #E8ECEA;
  font-size: 14px;
  color: #4A5565;
  padding: 15px 0;
}
.block-breadcrumb i {
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url(./../images/icon_breadcrumb_arrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.block-breadcrumb span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.block-breadcrumb a {
  color: #4A5565;
  display: inline-block;
}
.block-breadcrumb a:hover {
  color: #14411D;
}
.block-breadcrumb b {
  color: #14411D;
}
.block-describe {
  background-color: #14411D;
}
.block-describe .info {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.block-describe .info h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
.block-describe .info p {
  color: #E5E7EB;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}

.block-tabs {
  background-color: #E8ECEA;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-tabs .tabs {
  padding: 15px 0;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.block-tabs .tabs a {
  font-size: 16px;
  color: #14411D;
  display: inline-block;
  border-radius: 100px;
  padding: 3px 15px;
  margin: 0 4px;
}
.block-tabs .tabs a.active, .block-tabs .tabs a:hover {
  background-color: #14411D;
  color: #fff;
}

.block-add-padding {
  padding: 80px 0;
}

.sub-block-tabs {
  background-color: #fff;
  padding: 15px 0;
}
.sub-block-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.sub-block-tabs .tabs a {
  font-size: 16px;
  font-weight: 500;
  color: #14411D;
  display: inline-block;
  padding: 0 20px;
  border-radius: 100px;
  margin: 0 4px;
}
.sub-block-tabs .tabs a.active, .sub-block-tabs .tabs a:hover {
  background-color: #14411D;
  color: #fff;
}

.news-box {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
}
.news-box:hover {
  background-color: #14411D;
}
.news-box a {
  display: block;
}
.news-box a:hover .img img {
  transform: scale(1.1);
}
.news-box a:hover .img:after {
  background: transparent;
}
.news-box a:hover .info {
  /*opacity: 0.5;*/
}
.news-box a:hover .info h3 {
  color: #fff;
}
.news-box a:hover .info p {
  color: #fff;
}
.news-box a:hover .date-more {
  /*opacity: 0.5;*/
  border-top: 1px solid #fff;
}
.news-box a:hover .date-more .date {
  color: #fff;
}
.news-box a:hover .date-more .more span {
  color: #fff;
}
.news-box a:hover .date-more .more span i {
  background-image: url(./../images/icon_small_more_white_01.svg);
}
.news-box .img {
  position: relative;
  overflow: hidden;
}
.news-box .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.news-box .img img {
  width: 100%;
  transition: 0.5s ease;
}
.news-box .img span {
  font-size: 12px;
  font-weight: 500;
  color: #14411D;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 2px 10px;
  z-index: 3;
}
.news-box .img span.red {
  background-color: rgba(214, 24, 25, 0.9);
  color: #fff;
}
.news-box .img .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 4;
}
.news-box .img .desc.desc-left-bottom {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.news-box .img .desc .big {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.news-box .img .desc .small {
  font-size: 18px;
  color: #fff;
}
.news-box .info {
  padding: 20px 20px 5px 20px;
}
.news-box .info h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
}
.news-box .info P {
  color: #6B7280;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .date-more {
  padding: 5px 0 30px 0;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-box .date-more .date {
  font-size: 12px;
  color: #6B7280;
}
.news-box .date-more .more span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #14411D;
}
.news-box .date-more .more span i {
  display: inline-block;
  background-image: url(./../images/icon_small_more_green_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.store-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
}
.store-box.store-box-red:hover .info {
  background-color: #D51619;
}
.store-box.store-box-orange:hover .info {
  background-color: #ED6E01;
}
.store-box:hover .info {
  background-color: #14411D;
}
.store-box:hover .info .icon i {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(./../images/icon_address_white.svg);
}
.store-box:hover .info .address h3 {
  color: #fff;
}
.store-box:hover .info .address p {
  color: #fff;
}
.store-box:hover .info .more span {
  color: #fff;
}
.store-box:hover .info .more i {
  background-image: url(./../images/icon_more_white.svg);
}
.store-box:hover .info .more .map {
  color: #fff;
  text-decoration: none;
}
.store-box:hover .info .more .map i {
  background-image: url(./../images/icon_map_white.svg);
}
.store-box:hover .info .more .map:hover {
  text-decoration: underline;
}
.store-box:hover .info .more .order {
  color: #fff;
  text-decoration: none;
}
.store-box:hover .info .more .order i {
  background-image: url(./../images/icon_order_white.svg);
}
.store-box:hover .info .more .order:hover {
  text-decoration: underline;
}
.store-box:hover .img {
  opacity: 0.5;
}
.store-box .info {
  width: calc(50% - 40px);
  background-color: #fff;
  padding: 20px;
}
.store-box .info a {
  display: block;
  position: relative;
}
.store-box .info .icon {
  position: relative;
}
.store-box .info .icon i {
  background-color: rgba(27, 67, 50, 0.1);
  background-image: url(./../images/icon_address_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.store-box .info .address {
  margin-top: 15px;
}
.store-box .info .address h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
}
.store-box .info .address p {
  font-size: 12px;
  color: #6B7280;
  margin-top: 10px;
}
.store-box .info .more {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.store-box .info .more span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #14411D;
}
.store-box .info .more span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_more_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.store-box .info .more .map {
  display: inline-flex;
  align-items: center;
  color: #14411D;
  font-size: 14px;
  text-decoration: none;
}
.store-box .info .more .map i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_map_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.store-box .info .more .order {
  display: inline-flex;
  align-items: center;
  color: #14411D;
  font-size: 14px;
  text-decoration: none;
}
.store-box .info .more .order i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_order_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.store-box .img {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.5s ease;
}
.store-box .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-news-list {
  padding: 80px 0;
}
.block-news-list .news-list-swiper .newsSwiper .swiper-wrapper {
  height: auto;
  padding-bottom: 40px;
}
.block-news-list .news-list-swiper .newsSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D1D5DC;
  border-radius: 100px;
}
.block-news-list .news-list-swiper .newsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #14411D;
}

.block-store-list {
  padding: 80px 0;
  position: relative;
}
.block-store-list .block-outer {
  z-index: 3;
}
.block-store-list .store-type-list {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.block-store-list .store-type-list .store-type-tab .box {
  display: inline-flex;
  border-radius: 100px;
  background-color: #E8ECEA;
  padding: 5px 2px;
}
.block-store-list .store-type-list .store-type-tab .box a {
  display: inline-block;
  font-size: 14px;
  color: #14411D;
  border-radius: 100px;
  padding: 0 10px;
  margin: 0 4px;
}
.block-store-list .store-type-list .store-type-tab .box a.active, .block-store-list .store-type-list .store-type-tab .box a:hover {
  background-color: #14411D;
  color: #fff;
}
.block-store-list .store-type-list .store-lists {
  margin-top: 20px;
}
.block-store-list .store-type-list .store-lists .list-items {
  display: none;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.block-store-list .store-type-list .store-lists .list-items.active {
  display: flex;
}
.block-store-list .store-type-list .store-lists .list-items .item {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
}

.looking-future {
  background-image: url(./../images/looking_future_photo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.looking-future .info {
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 390px;
}
.looking-future .info h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.looking-future .info p {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
}

.block-about-us {
  padding: 80px 0;
  background-color: #fff;
}
.block-about-us .info-amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.block-about-us .info-amount .info {
  width: 48%;
  padding-top: 30px;
}
.block-about-us .info-amount .info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #14411D;
  margin: 30px 0 15px 0;
}
.block-about-us .info-amount .info p {
  font-size: 16px;
  color: #6B7280;
}
.block-about-us .info-amount .amount {
  width: 48%;
  position: relative;
}
.block-about-us .info-amount .amount .slogan {
  position: absolute;
  left: 0;
  top: 0;
}
.block-about-us .info-amount .amount .img img {
  width: 100%;
}
.block-about-us .info-amount .amount .img .mobile {
  display: none;
}
.block-about-us .info-amount .amount .counter-list {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-about-us .info-amount .amount .counter-list .item {
  width: 33.3333333333%;
}
.block-about-us .info-amount .amount .counter-list .item .total {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #14411D;
}
.block-about-us .info-amount .amount .counter-list .item .desc {
  text-align: center;
  font-size: 14px;
  color: rgba(107, 114, 128, 0.9);
}

.block-brands-list {
  padding: 80px 0;
}
.block-brands-list .brands-list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  cursor: pointer;
}
.block-brands-list .brands-list .item .brand-logo {
  display: flex;
  flex-wrap: wrap;
}
.block-brands-list .brands-list .item .brand-logo .no {
  font-size: 24px;
  font-weight: 700;
  width: 50px;
}
.block-brands-list .brands-list .item .brand-logo .no.green {
  color: #1B4332;
}
.block-brands-list .brands-list .item .brand-logo .no.red {
  color: #D51619;
}
.block-brands-list .brands-list .item .brand-logo .no.orange {
  color: #ED6E01;
}
.block-brands-list .brands-list .item .brand-logo .logo-desc {
  width: calc(100% - 50px - 48px);
}
.block-brands-list .brands-list .item .brand-logo .logo-desc .logo.logo-1 img {
  height: 23px;
}
.block-brands-list .brands-list .item .brand-logo .logo-desc .logo.logo-2 img {
  height: 30px;
}
.block-brands-list .brands-list .item .brand-logo .logo-desc .logo.logo-3 img {
  height: 23px;
}
.block-brands-list .brands-list .item .brand-logo .logo-desc .desc {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.block-brands-list .brands-list .item .brand-logo .more {
  width: 48px;
}
.block-brands-list .brands-list .item .brand-logo .more i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(./../images/icon_open_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 100px;
}
.block-brands-list .brands-list .item .brand-logo .more i:hover {
  background-color: #F3F4F6;
}
.block-brands-list .brands-list .item .brand-info {
  /*display: flex;*/
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
.block-brands-list .brands-list .item .brand-info .img {
  width: 452px;
  overflow: hidden;
  border-radius: 16px;
}
.block-brands-list .brands-list .item .brand-info .img a {
  display: block;
}
.block-brands-list .brands-list .item .brand-info .img img {
  width: 100%;
  transition: 0.5s ease;
}
.block-brands-list .brands-list .item .brand-info .img:hover img {
  transform: scale(1.1);
}
.block-brands-list .brands-list .item .brand-info .info-more {
  padding-left: 50px;
  width: calc(100% - 452px - 50px);
}
.block-brands-list .brands-list .item .brand-info .info-more .info p {
  font-size: 16px;
  color: #1A1A1A;
}
.block-brands-list .brands-list .item .brand-info .info-more .more {
  margin-top: 15px;
}
.block-brands-list .brands-list .item .brand-info .info-more .more a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #1B4332;
}
.block-brands-list .brands-list .item .brand-info .info-more .more a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(./../images/icon_small_more_green_02.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.block-brands-list .brands-list .item .brand-info .info-more .more a:hover {
  text-decoration: underline;
}
.block-brands-list .brands-list .item.active {
  background-color: #fff;
  cursor: default;
}
.block-brands-list .brands-list .item.active .brand-logo .more i {
  cursor: default;
  border-radius: 100px;
  background-color: #14411D;
  background-image: url(./../images/icon_close_white.svg);
}
.block-brands-list .brands-list .item.active .brand-info {
  display: flex;
}

.block-news-list + .block-brands-list {
  padding-top: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #F3F4F6;
  font-size: 16px;
  font-weight: 500;
  color: #364153;
  margin: 0 5px;
}
.pagination a.active, .pagination a:hover {
  background-color: #1A4D2E;
  color: #fff;
}
.pagination a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination a.prev i {
  background-image: url(./../images/icon_pagination_prev_gray.svg);
}
.pagination a.prev:hover i {
  background-image: url(./../images/icon_pagination_prev_white.svg);
}
.pagination a.next i {
  background-image: url(./../images/icon_pagination_next_gray.svg);
}
.pagination a.next:hover i {
  background-image: url(./../images/icon_pagination_next_white.svg);
}

.section-home {
  background-color: #F8F9FA;
}
.section-home .block-banner-swiper {
  padding-top: 80px;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-wrapper {
  height: auto;
  padding-bottom: 40px;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-slide .img {
  overflow: hidden;
  border-radius: 24px;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-slide .img .mobile {
  display: none;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D1D5DC;
  border-radius: 100px;
}
.section-home .block-banner-swiper .bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #14411D;
}
.section-home .block-store-list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(./../images/store_deco_01.png);
  background-repeat: no-repeat;
  background-position: -200px calc(100% + 130px);
  z-index: 1;
}
.section-home .block-store-list:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(./../images/store_deco_02.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 130px) calc(100% + 100px);
  z-index: 2;
}
.section-home .block-store-list .store-swiper-outer {
  display: none;
}
.section-home .block-store-list .store-swiper-outer.active {
  display: block;
}
.section-home .block-store-list .store-swiper {
  display: none;
  margin-top: 20px;
}
.section-home .block-store-list .store-swiper .swiper-wrapper {
  height: auto;
  padding-bottom: 30px;
}
.section-home .block-store-list .store-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D1D5DC;
  border-radius: 100px;
}
.section-home .block-store-list .store-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #14411D;
}

.section-about-us .block-about-us-introduce {
  padding-top: 80px;
}
.section-about-us .block-about-us-introduce .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-about-us .block-about-us-introduce .two-cols .col01 {
  width: calc(55% - 30px);
  padding-right: 30px;
}
.section-about-us .block-about-us-introduce .two-cols .col01 .info h2 {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.section-about-us .block-about-us-introduce .two-cols .col01 .info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #14411D;
  margin: 30px 0 15px 0;
}
.section-about-us .block-about-us-introduce .two-cols .col01 .info p {
  font-size: 16px;
  color: #6B7280;
}
.section-about-us .block-about-us-introduce .two-cols .col01 .info h2 + p {
  margin-top: 20px;
}
.section-about-us .block-about-us-introduce .two-cols .col02 {
  width: 45%;
}
.section-about-us .block-about-us-introduce .two-cols .col02 .img {
  overflow: hidden;
  border-radius: 16px;
}
.section-about-us .block-about-us-introduce .two-cols .col02 .img img {
  width: 100%;
}
.section-about-us .block-about-us-development-history {
  padding: 80px 0;
}
.section-about-us .block-about-us-development-history .history-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.section-about-us .block-about-us-development-history .history-list {
  margin-top: 30px;
}
.section-about-us .block-about-us-development-history .history-list .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E5E7EB;
  padding: 20px 0;
}
.section-about-us .block-about-us-development-history .history-list .item .year {
  width: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #14411D;
}
.section-about-us .block-about-us-development-history .history-list .item .desc {
  width: calc(100% - 100px);
}
.section-about-us .block-about-us-development-history .history-list .item .desc h3 {
  font-size: 18px;
  font-weight: 500;
  color: #14411D;
}
.section-about-us .block-about-us-development-history .history-list .item .desc h3.orange {
  color: #ED6E01;
}
.section-about-us .block-about-us-development-history .history-list .item .desc h3.red {
  color: #D51619;
}
.section-about-us .block-about-us-development-history .history-list .item .desc p {
  font-size: 16px;
  color: #4A5565;
  margin-top: 5px;
}
.section-about-us .block-about-us-business-core {
  padding: 80px 0;
}
.section-about-us .block-about-us-core-values {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.section-about-us .block-about-us-core-values .history-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.section-about-us .block-about-us-core-values .history-title h3 {
  text-align: center;
  font-size: 16px;
  color: #4A5565;
}
.section-about-us .block-about-us-core-values .core-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section-about-us .block-about-us-core-values .core-list .item {
  width: 25%;
}
.section-about-us .block-about-us-core-values .core-list .item .img {
  text-align: center;
}
.section-about-us .block-about-us-core-values .core-list .item .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(27, 67, 50, 0.1);
  border-radius: 100px;
}
.section-about-us .block-about-us-core-values .core-list .item .desc {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.section-about-us .block-about-us-core-values .core-list .item .desc h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-about-us .block-about-us-core-values .core-list .item .desc p {
  text-align: center;
  font-size: 16px;
  color: #4A5565;
  margin-top: 5px;
}
.section-about-us .block-about-us-core-values .core-swiper {
  display: none;
  margin-top: 20px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-wrapper {
  height: auto;
  padding-bottom: 30px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-slide .box .img {
  text-align: center;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-slide .box .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(27, 67, 50, 0.1);
  border-radius: 100px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-slide .box .desc {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-slide .box .desc h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-slide .box .desc p {
  text-align: center;
  font-size: 14px;
  color: #4A5565;
  margin-top: 5px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D1D5DC;
  border-radius: 100px;
}
.section-about-us .block-about-us-core-values .core-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #14411D;
}
.section-about-us .block-about-us-brand-growth {
  padding: 80px 0;
}
.section-about-us .block-about-us-brand-growth h2 {
  font-size: 30px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-about-us .block-about-us-brand-growth P {
  font-size: 16px;
  color: #364153;
  margin-top: 10px;
}

.section-brand-story .block-brand-commitment {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.section-brand-story .block-brand-commitment .history-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.section-brand-story .block-brand-commitment .history-title h3 {
  text-align: center;
  font-size: 16px;
  color: #4A5565;
}
.section-brand-story .block-brand-commitment .commitment-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section-brand-story .block-brand-commitment .commitment-list .item {
  width: calc(33.3333333333% - 30px - 40px);
  border-radius: 16px;
  background-color: #fff;
  margin: 15px;
  padding: 20px;
}
.section-brand-story .block-brand-commitment .commitment-list .item .img {
  text-align: center;
}
.section-brand-story .block-brand-commitment .commitment-list .item .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(27, 67, 50, 0.1);
  border-radius: 100px;
}
.section-brand-story .block-brand-commitment .commitment-list .item .desc {
  margin-top: 15px;
}
.section-brand-story .block-brand-commitment .commitment-list .item .desc h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-brand-story .block-brand-commitment .commitment-list .item .desc p {
  text-align: center;
  font-size: 16px;
  color: #4A5565;
  margin-top: 5px;
}
.section-brand-story .block-brand-commitment .commitment-swiper {
  display: none;
  margin-top: 20px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-wrapper {
  height: auto;
  padding-bottom: 30px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box {
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  min-height: 200px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box .img {
  text-align: center;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(27, 67, 50, 0.1);
  border-radius: 100px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box .desc {
  margin-top: 15px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box .desc h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-slide .box .desc p {
  text-align: center;
  font-size: 14px;
  color: #4A5565;
  margin-top: 5px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D1D5DC;
  border-radius: 100px;
}
.section-brand-story .block-brand-commitment .commitment-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #14411D;
}

.section-news-list .block-news-list .list-items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.section-news-list .block-news-list .list-items .item {
  width: calc(33.3333333333% - 30px);
  padding: 15px;
}

.section-news-detail .block-news-detail {
  padding: 80px 0;
}
.section-news-detail .block-news-detail .tag span {
  font-size: 12px;
  font-weight: 500;
  color: #14411D;
  border-radius: 100px;
  background-color: #E8ECEA;
  padding: 2px 10px;
  display: inline-block;
}
.section-news-detail .block-news-detail .title {
  margin-top: 10px;
}
.section-news-detail .block-news-detail .title h2 {
  color: #0A0A0A;
  font-size: 36px;
  font-weight: 500;
}
.section-news-detail .block-news-detail .datetime {
  font-size: 16px;
  color: #6A7282;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  margin-top: 10px;
}
.section-news-detail .block-news-detail .photo {
  margin-top: 30px;
}
.section-news-detail .block-news-detail .photo img {
  width: 100%;
}
.section-news-detail .block-news-detail .detail {
  font-size: large;
}
.section-news-detail .block-news-detail .detail img {
  max-width: 100%;
  height: auto;
}
.section-news-detail .block-news-detail .detail big {
  font-size: larger;
}
.section-news-detail .block-news-detail .detail strong {
  font-weight: 700;
}
.section-news-detail .block-news-detail .detail em {
  font-style: italic;
}
.section-news-detail .block-news-detail .detail h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-news-detail .block-news-detail .detail h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .detail ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-news-detail .block-news-detail .back {
  text-align: center;
  margin-top: 50px;
}
.section-news-detail .block-news-detail .back a {
  color: #364153;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #F3F4F6;
  border-radius: 100px;
}
.section-news-detail .block-news-detail .back a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_back_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-news-detail .block-news-detail .back a:hover {
  background-color: #14411D;
  color: #fff;
}
.section-news-detail .block-news-detail .back a:hover i {
  background-image: url(./../images/icon_back_white.svg);
}

.section-store-list .block-store-list {
  background-color: #f8f9fa;
}
.section-store-list .block-store-list.before {
  background-image: none;
}
.section-store-list .block-store-list.after {
  background-image: none;
}
.section-store-list .block-store-list .brand span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 20px 0;
}
.section-store-list .block-store-list .brand .green {
  background-color: #14411D;
}
.section-store-list .block-store-list .brand .green img {
  height: 30px;
}
.section-store-list .block-store-list .brand .red {
  background-color: #D51619;
}
.section-store-list .block-store-list .brand .red img {
  height: 42px;
}
.section-store-list .block-store-list .brand .orange {
  background-color: #ED6E01;
}
.section-store-list .block-store-list .brand .orange img {
  height: 43px;
}
.section-store-list .block-store-list .list-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 20px;
}
.section-store-list .block-store-list .list-items .item {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
}

.section-contact .block-contact {
  padding: 80px 0 250px 0;
  position: relative;
}
.section-contact .block-contact .block-outer {
  z-index: 3;
}
.section-contact .block-contact:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(./../images/contact_deco_01.png);
  background-repeat: no-repeat;
  background-position: -100px calc(100% + 80px);
  z-index: 1;
}
.section-contact .block-contact:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(./../images/contact_deco_02.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) calc(100% + 100px);
  z-index: 2;
}
.section-contact .block-contact .two-cols {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.section-contact .block-contact .two-cols .col01 {
  width: calc(100% - 768px);
}
.section-contact .block-contact .two-cols .col01 .title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.section-contact .block-contact .two-cols .col01 .title .deco {
  display: none;
}
.section-contact .block-contact .two-cols .col01 .title .slogan {
  margin-top: 30px;
}
.section-contact .block-contact .two-cols .col02 {
  width: 768px;
}
.section-contact .block-contact .two-cols .col02 .info .box {
  background-color: #F8F9FA;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
}
.section-contact .block-contact .two-cols .col02 .info .box .img {
  width: 60px;
}
.section-contact .block-contact .two-cols .col02 .info .box .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E8ECEA;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc {
  width: calc(100% - 60px);
}
.section-contact .block-contact .two-cols .col02 .info .box .desc h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc h3.orange {
  color: #ED6E01;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc h3.red {
  color: #D51619;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc h3.green {
  color: #14411D;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc P {
  color: #4A5565;
  font-size: 16px;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc P a {
  color: #4A5565;
}
.section-contact .block-contact .two-cols .col02 .info .box .desc P a:hover {
  text-decoration: underline;
}
.section-contact .block-contact .two-cols .col02 .info .one-col {
  margin-bottom: 20px;
}
.section-contact .block-contact .two-cols .col02 .info .three-cols {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.section-contact .block-contact .two-cols .col02 .info .three-cols .box {
  width: calc(33.3333333333% - 20px - 36px);
  margin: 0 10px;
}

.section-investor .panel-list .item {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  padding: 30px;
  margin-bottom: 30px;
}
.section-investor .panel-list .item .panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-investor .panel-list .item .panel-heading .heading-title {
  width: calc(100% - 48px);
}
.section-investor .panel-list .item .panel-heading .heading-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-investor .panel-list .item .panel-heading .more {
  width: 48px;
}
.section-investor .panel-list .item .panel-heading .more i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(./../images/icon_open_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 100px;
}
.section-investor .panel-list .item .panel-heading .more i:hover {
  background-color: #F3F4F6;
}
.section-investor .panel-list .item.active .panel-heading .more i {
  border-radius: 100px;
  background-color: #14411D;
  background-image: url(./../images/icon_close_white.svg);
}
.section-investor .panel-list .item.active .panel-body {
  display: block;
}
.section-investor .panel-list .item .panel-body {
  display: none;
  margin-top: 20px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box {
  background-color: #F9FAFB;
  margin-bottom: 15px;
  border-radius: 4px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:last-child {
  margin-bottom: 0;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:hover {
  background-color: #1A4D2E;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:hover .deco i {
  background-image: url(./../images/icon_document_white.svg);
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:hover .event h4 {
  color: #fff;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:hover .event p {
  color: rgba(255, 255, 255, 0.6);
}
.section-investor .panel-list .item .panel-body .panel-event .event-box:hover .download i {
  background-image: url(./../images/icon_download_white.svg);
}
.section-investor .panel-list .item .panel-body .panel-event .event-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .deco {
  width: 20px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .deco i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_document_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .event {
  width: calc(100% - 20px - 20px - 20px);
  padding-left: 20px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .event h4 {
  font-size: 16px;
  color: #0A0A0A;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .event p {
  font-size: 14px;
  color: #6A7282;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .download {
  width: 20px;
}
.section-investor .panel-list .item .panel-body .panel-event .event-box .download i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_download_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .panel-list + .pagination {
  margin-top: 50px;
}
.section-investor .table + .pagination {
  margin-top: 50px;
}
.section-investor .block-basic-info .block-info .table {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.section-investor .block-basic-info .block-info .table .table-tr {
  display: flex;
  flex-wrap: wrap;
}
.section-investor .block-basic-info .block-info .table .table-header .table-tr {
  background-color: #1A4D2E;
}
.section-investor .block-basic-info .block-info .table .table-header .table-tr .table-td {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
}
.section-investor .block-basic-info .block-info .table .table-body .table-tr {
  border-bottom: 1px solid #E5E7EB;
}
.section-investor .block-basic-info .block-info .table .table-body .table-tr:last-child {
  border-bottom: none;
}
.section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td {
  font-size: 16px;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td:nth-child(1) {
  background-color: #F9FAFB;
  width: 250px;
}
.section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td:nth-child(2) {
  width: calc(100% - 280px - 30px);
}
.section-investor .block-organizational-structure .block-title {
  display: flex;
  align-items: center;
}
.section-investor .block-organizational-structure .block-title .zoom {
  display: none;
  align-items: center;
  font-size: 14px;
  color: #14411D;
}
.section-investor .block-organizational-structure .block-title .zoom i {
  display: inline-block;
  background-image: url(./../images/icon_zoom_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.section-investor .block-organizational-structure .block-structure .box {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 80px;
}
.section-investor .block-organizational-structure .block-structure .box img {
  max-width: 100%;
}
.section-investor .block-basic-info + .block-organizational-structure {
  padding-top: 0;
}
.section-investor .block-shareholder-info .block-info .remind-scroller {
  background-color: #1A4D2E;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 10px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-investor .block-shareholder-info .block-info .remind-scroller i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_scroll_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-investor .block-shareholder-info .block-info .table {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.section-investor .block-shareholder-info .block-info .table .table-tr {
  display: flex;
  flex-wrap: wrap;
}
.section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(1) {
  width: 70px;
}
.section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(2) {
  width: 120px;
}
.section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(3) {
  width: 120px;
}
.section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(4) {
  width: calc(100% - 100px - 150px - 150px - 250px - 30px);
}
.section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(5) {
  width: 220px;
}
.section-investor .block-shareholder-info .block-info .table .table-header .table-tr {
  background-color: #F9FAFB;
}
.section-investor .block-shareholder-info .block-info .table .table-header .table-tr .table-td {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr {
  border-bottom: 1px solid #E5E7EB;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr:last-child {
  border-bottom: none;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr .table-td {
  font-size: 16px;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr .table-td a {
  color: #1A4D2E;
  display: inline-flex;
  align-items: center;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr .table-td a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_download_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .block-shareholder-info .block-info .table .table-body .table-tr .table-td a:hover {
  text-decoration: underline;
}
.section-investor .block-important-news .important-list .item {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  margin: 15px 0;
}
.section-investor .block-important-news .important-list .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.section-investor .block-important-news .important-list .item a .news h3 {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-investor .block-important-news .important-list .item a .news p {
  font-size: 14px;
  color: #6A7282;
  margin-top: 10px;
}
.section-investor .block-important-news .important-list .item a .news {
  width: calc(100% - 80px);
}
.section-investor .block-important-news .important-list .item a .more {
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  color: #14411D;
}
.section-investor .block-important-news .important-list .item a .more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_small_more_green_02.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .block-important-news .important-list .item:hover {
  background-color: #1A4D2E;
}
.section-investor .block-important-news .important-list .item:hover .news h3 {
  color: #fff;
}
.section-investor .block-important-news .important-list .item:hover .news p {
  color: #fff;
}
.section-investor .block-important-news .important-list .item:hover .more {
  color: #fff;
}
.section-investor .block-important-news .important-list .item:hover .more i {
  background-image: url(./../images/icon_small_more_white_02.svg);
}
.section-investor .block-important-news .important-list + .pagination {
  margin-top: 50px;
}
.section-investor .block-important-news-detail .important-news-detail .detail-title {
  margin-top: 10px;
}
.section-investor .block-important-news-detail .important-news-detail .detail-title h2 {
  color: #0A0A0A;
  font-size: 36px;
  font-weight: 500;
}
.section-investor .block-important-news-detail .important-news-detail .detail-datetime {
  font-size: 16px;
  color: #6A7282;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  margin-top: 15px;
}
.section-investor .block-important-news-detail .important-news-detail .detail-content {
  margin-top: 40px;
}
.section-investor .block-important-news-detail .important-news-detail .detail-content p {
  font-size: 16px;
  color: #0A0A0A;
}
.section-investor .block-important-news-detail .back {
  text-align: center;
  margin-top: 50px;
}
.section-investor .block-important-news-detail .back a {
  color: #364153;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #F3F4F6;
  border-radius: 100px;
}
.section-investor .block-important-news-detail .back a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_back_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-investor .block-important-news-detail .back a:hover {
  background-color: #14411D;
  color: #fff;
}
.section-investor .block-important-news-detail .back a:hover i {
  background-image: url(./../images/icon_back_white.svg);
}
.section-investor .block-dividend-information .block-info .remind-scroller {
  background-color: #1A4D2E;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 10px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-investor .block-dividend-information .block-info .remind-scroller i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_scroll_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-investor .block-dividend-information .block-info .alert .box {
  background-color: #F8F9FA;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}
.section-investor .block-dividend-information .block-info .alert .box .icon {
  width: 35px;
}
.section-investor .block-dividend-information .block-info .alert .box .icon i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_alert_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .block-dividend-information .block-info .alert .box .info {
  width: calc(100% - 35px);
}
.section-investor .block-dividend-information .block-info .alert .box .info p {
  font-size: 16px;
}
.section-investor .block-dividend-information .block-info .table {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.section-investor .block-dividend-information .block-info .table .table-tr {
  display: flex;
  flex-wrap: wrap;
}
.section-investor .block-dividend-information .block-info .table .table-tr .table-td {
  width: calc(16.6666666667% - 30px);
}
.section-investor .block-dividend-information .block-info .table .table-header .table-tr {
  background-color: #F9FAFB;
}
.section-investor .block-dividend-information .block-info .table .table-header .table-tr .table-td {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr {
  border-bottom: 1px solid #E5E7EB;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr:last-child {
  border-bottom: none;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr .table-td {
  font-size: 16px;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr .table-td a {
  color: #1A4D2E;
  display: inline-flex;
  align-items: center;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr .table-td a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_download_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .block-dividend-information .block-info .table .table-body .table-tr .table-td a:hover {
  text-decoration: underline;
}
.section-investor .block-dividend-information .block-info .remark {
  font-size: 12px;
  color: #6A7282;
}
.section-investor .block-dividend-information .block-info .table + .remark {
  margin-top: 10px;
}
.section-investor .block-dividend-information .block-info .alert + .remind-scroller + .table-outer {
  margin-top: 20px;
}
.section-investor .block-monthly-revenue-info .block-info .remind-scroller {
  background-color: #1A4D2E;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 10px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-investor .block-monthly-revenue-info .block-info .remind-scroller i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_scroll_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-investor .block-monthly-revenue-info .block-info .table {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-tr {
  display: flex;
  flex-wrap: wrap;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-tr .table-td {
  width: calc(16.6666666667% - 30px);
}
.section-investor .block-monthly-revenue-info .block-info .table .table-tr .table-td .up {
  display: inline-block;
  color: #008236;
  font-size: 12px;
  background-color: #DCFCE7;
  border-radius: 4px;
  padding: 0 5px;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-tr .table-td .down {
  display: inline-block;
  color: #C10007;
  font-size: 12px;
  background-color: #FFE2E2;
  border-radius: 4px;
  padding: 0 5px;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-header .table-tr {
  background-color: #F9FAFB;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-header .table-tr .table-td {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr {
  border-bottom: 1px solid #E5E7EB;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr:last-child {
  border-bottom: none;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr .table-td {
  font-size: 16px;
  color: #0A0A0A;
  padding: 15px;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr .table-td a {
  color: #1A4D2E;
  display: inline-flex;
  align-items: center;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr .table-td a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_download_green.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-investor .block-monthly-revenue-info .block-info .table .table-body .table-tr .table-td a:hover {
  text-decoration: underline;
}
.section-investor .block-monthly-revenue-info .block-info .remark {
  margin-top: 20px;
}
.section-investor .block-monthly-revenue-info .block-info .remark p {
  color: #6A7282;
  font-size: 14px;
}

.anchor-id {
  position: relative;
  overflow: hidden;
  height: 1px;
}
.anchor-id div {
  height: 84px;
  position: relative;
  margin-top: -84px;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #106937;
  border-radius: 50%;
  animation: dotsAnimate 1.4s ease-in-out infinite both;
}
.loading .dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dots span:nth-child(3) {
  animation-delay: 0;
}
@keyframes dotsAnimate {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media all and (max-width: 1280px) {
  .section-contact .block-contact:before {
    background-size: 50vw;
    width: 70%;
  }
  .section-contact .block-contact:after {
    background-size: 25vw;
  }
}
@media all and (max-width: 1120px) {
  .block-about-us .info-amount {
    display: block;
  }
  .block-about-us .info-amount .info {
    width: 100%;
  }
  .block-about-us .info-amount .amount {
    width: 100%;
    margin-top: 30px;
  }
  .block-about-us .info-amount .amount .counter-list {
    bottom: 15%;
  }
  .block-about-us .info-amount .amount .slogan {
    top: 15px;
  }
  .section-contact .block-contact .two-cols {
    display: block;
  }
  .section-contact .block-contact .two-cols .col01 {
    width: 100%;
    text-align: center;
  }
  .section-contact .block-contact .two-cols .col01 .title h2 {
    text-align: left;
  }
  .section-contact .block-contact .two-cols .col01 .title .deco {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%;
  }
  .section-contact .block-contact .two-cols .col02 {
    width: 100%;
    margin-top: -10vw;
    position: relative;
    z-index: 2;
  }
  .section-store-list .block-store-list .list-items .item {
    width: calc(50% - 24px);
  }
  .section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(1) {
    width: 50px;
  }
  .section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(2) {
    width: 100px;
  }
  .section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(3) {
    width: 50px;
  }
  .section-investor .block-shareholder-info .block-info .table .table-tr .table-td:nth-child(4) {
    width: calc(100% - 80px - 130px - 80px - 250px - 30px);
  }
}
@media all and (max-width: 992px) {
  main {
    padding-top: 60px;
  }
  .body-detail main {
    padding-top: 60px;
  }
  .block-add-padding {
    padding: 50px 0;
  }
  .block-store-list {
    padding: 50px 0;
  }
  .block-about-us {
    padding: 50px 0;
  }
  .block-brands-list {
    padding: 50px 0;
  }
  .block-news-list {
    padding: 50px 0;
  }
  .section-contact .block-contact {
    padding: 50px 0;
  }
  .section-contact .block-contact:before {
    width: 0;
  }
  .section-contact .block-contact:after {
    width: 0;
  }
  .section-contact .block-contact .two-cols .col02 .info .three-cols {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .section-contact .block-contact .two-cols .col02 .info .three-cols .box {
    width: calc(100% - 36px);
    margin: 0 0 20px 0;
  }
  .block-brands-list .brands-list .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-brands-list .brands-list .item .brand-info {
    margin-top: 20px;
  }
  .block-brands-list .brands-list .item .brand-info .img {
    width: 100%;
    border-radius: 0;
  }
  .block-brands-list .brands-list .item .brand-info .info-more {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .section-brand-story .block-brand-commitment {
    padding: 50px 0;
  }
  .section-about-us .block-about-us-business-core {
    padding: 50px 0;
  }
  .section-about-us .block-about-us-core-values {
    padding: 50px 0;
  }
  .section-about-us .block-about-us-core-values .core-list .item {
    width: 50%;
    margin: 15px 0;
  }
  .section-about-us .block-about-us-brand-growth {
    padding: 50px 0;
  }
  .section-about-us .block-about-us-introduce {
    padding: 50px 0;
  }
  .section-about-us .block-about-us-development-history {
    padding: 50px 0;
  }
  .block-store-list .store-type-list .store-lists .list-items {
    margin-left: 0;
    margin-right: 0;
  }
  .block-store-list .store-type-list .store-lists .list-items .item {
    width: 100%;
    margin: 10px 0;
  }
  .section-about-us .block-about-us-introduce .two-cols {
    display: block;
  }
  .section-about-us .block-about-us-introduce .two-cols .col01 {
    width: 100%;
    padding-right: 0;
  }
  .section-about-us .block-about-us-introduce .two-cols .col01 .info h2 {
    font-size: 24px;
  }
  .section-about-us .block-about-us-introduce .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-home .block-banner-swiper {
    padding-top: 50px;
  }
  .section-investor .block-monthly-revenue-info {
    padding: 50px 0;
  }
  .section-investor .block-organizational-structure .block-structure .box {
    padding: 20px;
  }
}
@media all and (max-width: 820px) {
  .section-brand-story .block-brand-commitment .commitment-list .item {
    width: 100%;
    margin: 15px 0;
  }
  .section-news-list .block-news-list .list-items .item {
    width: calc(50% - 30px);
  }
  .section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td:nth-child(1) {
    width: calc(40% - 30px);
  }
  .section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td:nth-child(2) {
    width: calc(60% - 30px);
  }
}
@media all and (max-width: 767px) {
  .section-store-list .block-store-list .list-items .item {
    width: 100%;
  }
  .block-describe .info {
    min-height: 140px;
  }
  .block-describe .info h1 {
    font-size: 30px;
  }
  .block-describe .info p {
    font-size: 16px;
  }
  .block-title h2 {
    font-size: 24px;
  }
  .block-about-us .info-amount .amount .slogan {
    position: relative;
    text-align: center;
    margin: 30px 0;
    top: 0;
  }
  .block-about-us .info-amount .amount .img .web {
    display: none;
  }
  .block-about-us .info-amount .amount .img .mobile {
    display: block;
  }
  .block-about-us .info-amount .amount .counter-list {
    bottom: 10%;
  }
  .block-about-us .info-amount .amount .counter-list .item .total {
    font-size: 30px;
  }
  .block-about-us .info-amount .amount .counter-list .item .desc {
    font-size: 12px;
  }
  .block-about-us .info-amount .info {
    padding-top: 10px;
  }
  .block-about-us .info-amount .info h3 {
    font-size: 16px;
  }
  .looking-future .info h2 {
    font-size: 24px;
  }
  .looking-future .info p {
    font-size: 16px;
  }
  .section-about-us .block-about-us-brand-growth h2 {
    font-size: 24px;
  }
  .section-about-us .block-about-us-development-history .history-title h2 {
    font-size: 24px;
  }
  .section-about-us .block-about-us-development-history .history-list .item {
    display: block;
  }
  .section-about-us .block-about-us-development-history .history-list .item .year {
    width: 100%;
  }
  .section-about-us .block-about-us-development-history .history-list .item .desc {
    width: 100%;
  }
  .section-brand-story .block-brand-commitment .history-title h2 {
    font-size: 24px;
  }
  .section-home .block-banner-swiper .bannerSwiper .swiper-slide .img .web {
    display: none;
  }
  .section-home .block-banner-swiper .bannerSwiper .swiper-slide .img .mobile {
    display: block;
  }
  .section-home .block-store-list .store-lists {
    display: none;
  }
  .section-home .block-store-list .store-swiper {
    display: block;
  }
  .section-investor .block-monthly-revenue-info .block-info .remind-scroller {
    display: flex;
  }
  .section-investor .block-monthly-revenue-info .block-info .table-outer {
    overflow-x: auto;
  }
  .section-investor .block-monthly-revenue-info .block-info .table-outer .table {
    width: 820px;
    border-radius: 0 0 10px 10px;
  }
  .section-investor .block-monthly-revenue-info .block-info .remark p {
    font-size: 12px;
  }
  .section-investor .block-shareholder-info .block-info .remind-scroller {
    display: flex;
  }
  .section-investor .block-shareholder-info .block-info .table-outer {
    overflow-x: auto;
  }
  .section-investor .block-shareholder-info .block-info .table-outer .table {
    width: 820px;
    border-radius: 0 0 10px 10px;
  }
  .section-investor .panel-list .item {
    padding: 15px;
  }
  .section-investor .panel-list .item .panel-heading .heading-title h3 {
    font-size: 18px;
  }
  .section-investor .panel-list .item .panel-body .panel-event .event-box .event {
    width: calc(100% - 20px - 20px - 15px);
    padding-left: 15px;
  }
  .section-investor .panel-list .item .panel-body .panel-event .event-box .event h4 {
    font-size: 14px;
  }
  .section-investor .panel-list .item .panel-body .panel-event .event-box .event p {
    font-size: 12px;
  }
  .section-investor .block-important-news .important-list .item a {
    display: block;
  }
  .section-investor .block-important-news .important-list .item a .news {
    width: 100%;
  }
  .section-investor .block-important-news .important-list .item a .news h3 {
    font-size: 14px;
  }
  .section-investor .block-important-news .important-list .item a .news p {
    font-size: 12px;
  }
  .section-investor .block-important-news .important-list .item a .more {
    min-width: auto;
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .section-investor .block-basic-info .block-info .table .table-header .table-tr .table-td {
    font-size: 18px;
  }
  .section-investor .block-basic-info .block-info .table .table-body .table-tr .table-td {
    font-size: 14px;
  }
  .section-investor .block-important-news-detail .important-news-detail .detail-title h2 {
    font-size: 30px;
  }
  .section-investor .block-dividend-information .block-info .alert .box {
    padding: 15px;
  }
  .section-investor .block-dividend-information .block-info .alert .box .info P {
    font-size: 14px;
  }
  .section-investor .block-dividend-information .block-info .remind-scroller {
    display: flex;
  }
  .section-investor .block-dividend-information .block-info .table-outer {
    overflow-x: auto;
  }
  .section-investor .block-dividend-information .block-info .table-outer .table {
    width: 820px;
    border-radius: 0 0 10px 10px;
  }
  .section-investor .block-dividend-information .block-info .table .table-body .table-tr .table-td {
    font-size: 14px;
  }
  .section-investor .block-dividend-information .block-info .alert + .remind-scroller + .table-outer {
    margin-top: 0;
  }
  .section-investor .block-organizational-structure .block-title .zoom {
    display: inline-flex;
  }
}
@media all and (max-width: 640px) {
  .block-solution {
    padding: 40px 0;
  }
  .block-solution .solution-list {
    margin-top: 30px;
  }
  .block-solution .solution-list .item {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .block-store-list .store-type-list .store-type-tab .box {
    display: flex;
  }
  .looking-future .info {
    width: 100%;
    justify-content: flex-end;
  }
  .looking-future .info p {
    margin-bottom: 20px;
  }
  .store-box .info {
    width: calc(60% - 40px);
  }
  .store-box .img {
    width: 40%;
  }
  .block-about-us .info-amount .amount .counter-list {
    bottom: 5%;
  }
  .section-brand-story .block-brand-commitment .commitment-list {
    display: none;
  }
  .section-brand-story .block-brand-commitment .commitment-swiper {
    display: block;
  }
  .section-about-us .block-about-us-core-values .core-list {
    display: none;
  }
  .section-about-us .block-about-us-core-values .core-swiper {
    display: block;
  }
  .section-about-us .block-about-us-development-history .history-title h2 {
    font-size: 22px;
  }
  .block-tabs .tabs {
    margin-left: -2px;
    margin-right: -2px;
  }
  .block-tabs .tabs a {
    padding: 2px 12px;
    font-size: 14px;
    margin: 0 2px;
  }
  .section-news-list .block-news-list .list-items .item {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */