@font-face {
  font-family: "FZNewKai-Z03S, FZNewKai-Z03S-Regular";
  src: url("../../css/global/FZNewKai/FZXKTJW.woff2") format("woff2"), url("../../css/global/FZNewKai/FZXKTJW.woff") format("woff"), url("../../css/global/FZNewKai/FZXKTJW.eot"), url("../../css/global/FZNewKai/FZXKTJW.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******** Not edit in here *********/
html,
body {
  font-size: 16px;
  scroll-behavior: smooth;
}

html:lang(cn) body,
html:lang(hk) body {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

html:lang(en) body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #fff;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 64rem) {
  html {
    font-size: 58%;
  }
}

@media screen and (max-width: 61.938rem) {
  html {
    font-size: 55%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
}

.container {
  padding: 0 15px;
}

@media (min-width: 62rem) {
  .container {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 75rem) {
  .container {
    max-width: 118rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 87.5rem) {
  .container {
    max-width: 137rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 95.625rem) {
  .container {
    max-width: 160rem;
    width: 100%;
    margin: 0 auto;
  }
}

.inner-content {
  margin: 5rem 0 10rem 0;
}

@media screen and (max-width: 75rem) {
  .inner-content {
    margin: 4rem 0 8rem 0;
  }
}

@media screen and (max-width: 48rem) {
  .inner-content {
    margin: 5rem 0;
  }
}

/******** Not edit in here *********/
a:hover {
  text-decoration: none;
}

@-webkit-keyframes headerFix {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFix {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes headerFixReverse {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes headerFixReverse {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

a:hover {
  text-decoration: none;
}

@keyframes headerFix {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFixReverse {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

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

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

.image-hover-effect {
  overflow: hidden;
}

.image-hover-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.image-hover-effect:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

section {
  margin-bottom: 100px;
}

@media (max-width: 1025px) {
  section {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  section {
    margin-bottom: 30px;
  }
}

section.banner {
  margin-bottom: 5rem;
}

.site-header .container {
  height: 100%;
}

@media (max-width: 1200px) {
  .site-header .container {
    max-width: none;
  }
}

body .header {
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  z-index: 20;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body .header .row-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 9.2rem;
  margin: 0;
}

body .header .row-top .brand-logo {
  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;
}

body .header .row-top .logo {
  width: 100%;
}

@media (max-width: 600px) {
  body .header .row-top .logo {
    max-width: 100px !important;
  }
}

body .header .row-top .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  body .header .row-top .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .header .row-top .off-canvas {
  display: none;
}

@media (max-width: 1025px) {
  body .header .row-top .off-canvas {
    position: relative;
    display: block;
    z-index: 5;
  }
}

body .header .row-top .icon-qr {
  position: relative;
  margin-left: 3rem;
  cursor: pointer;
}

body .header .row-top .icon-qr .qr-code-header {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  padding: 0.1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .header .row-top .icon-qr:hover .qr-code-header {
  top: 6rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1000px) and (max-width: 1140px) {
  body .header .row-top .icon-qr {
    margin-left: 1rem;
  }
}

@media (max-width: 350px) {
  body .header .row-top .icon-qr {
    display: none;
  }
}

@media (min-width: 1025px) {
  body .header .row-top .wrap-tools {
    display: none;
  }
}

@media (max-width: 1025px) {
  body .header .row-top {
    height: 100%;
  }
  body .header .row-top .menu-header {
    display: none;
  }
}

@media (max-width: 1024px) {
  body .header .row-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

body .header .wrap-right {
  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;
  height: 100%;
}

@media (max-width: 1025px) {
  body .header .wrap-right {
    width: auto;
  }
}

body .header .wrap-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.6rem;
  cursor: pointer;
}

body .header .wrap-search i {
  font-size: 2.4rem;
  color: #fff;
  margin-left: 1.5rem;
}

body .header .wrap-search .wrap-search-field {
  background: #fff;
  width: 100px;
  right: 0px;
  position: absolute;
  top: -20%;
  margin-top: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #eee;
  height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
}

body .header .wrap-search .wrap-search-field .wrap-inner-search {
  padding-right: 4rem;
}

body .header .wrap-search .wrap-search-field .search_box_input {
  font-size: 15px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0 1rem;
}

body .header .wrap-search .wrap-search-field::-webkit-input-placeholder {
  /* Edge */
  color: #eee;
}

body .header .wrap-search .wrap-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eee;
}

body .header .wrap-search .wrap-search-field::-ms-input-placeholder {
  color: #eee;
}

body .header .wrap-search .wrap-search-field::placeholder {
  color: #eee;
}

body .header .wrap-search .search_box_btn {
  position: relative;
  right: 10px;
  height: 32px;
  width: 40px;
  background: none;
  border: 0;
  outline: none;
  position: relative;
  z-index: 2;
}

@media (max-width: 1025px) {
  body .header .wrap-search .search_box_btn {
    height: 3rem;
  }
}

body .header .wrap-search.search-on .wrap-search-field {
  width: 36rem;
  visibility: visible;
  opacity: 1;
}

body .header .wrap-search.search-on .search_box_btn i {
  color: #000;
}

body .header .wrap-qr {
  position: relative;
  margin-right: 2.5rem;
  cursor: pointer;
}

body .header .wrap-qr .wrap-popup-qr {
  display: none;
  position: absolute;
  top: 170%;
  left: 50%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .header .wrap-qr .wrap-popup-qr .inner-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .header .wrap-qr .wrap-popup-qr .inner-popup p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

body .header .wrap-qr .wrap-popup-qr .inner-popup:before {
  display: block;
  position: absolute;
  top: -16px;
  left: 45%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1100px) {
  body .header .wrap-qr {
    display: none;
  }
}

body .header .wrap-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .header .wrap-tools.wrap-tools-left .language {
  margin-left: 0;
  margin-right: 2rem;
}

body .header .wrap-tools.wrap-tools-right .btn-menu-offcanvas {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .header .wrap-lang {
  position: relative;
  margin-right: 1rem;
  padding-left: 3rem;
}

body .header .wrap-lang > a {
  color: #999;
}

body .header .wrap-lang i {
  font-size: 2.6rem;
  color: #fff;
  margin-left: .1rem;
}

body .header .wrap-lang .language {
  position: absolute;
  left: 30px;
  background: #fff;
  padding-top: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .header .wrap-lang .language a {
  display: block;
  font-size: 1.4rem;
  padding: .6rem 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .header .wrap-lang .language a:hover {
  color: #006EBD;
}

body .header .wrap-lang .lang-list {
  background: #f3f3f3;
  padding-top: 1rem;
  width: 60px;
  text-align: center;
}

body .header .wrap-lang .lang-list a {
  display: block;
  color: #288e45;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .header .wrap-lang .lang-list a:hover {
  color: #fff;
  background-color: #288e45;
}

body .header .wrap-lang:hover .language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1025px) {
  body .header .wrap-lang {
    margin-right: 10rem;
  }
}

@media (max-width: 600px) {
  body .header .wrap-lang {
    margin-right: 50px;
  }
}

@media (max-width: 400px) {
  body .header .wrap-lang {
    margin-right: 35px;
  }
}

@media (max-width: 350px) {
  body .header .wrap-lang {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  body .header.header-mobile-center .brand-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

body .header.base-sticky.headroom--unpinned, body .header.base-sticky.headroom--pinned.headroom--not-top {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  body .header.base-sticky.headroom--top {
    position: absolute;
    width: 100%;
  }
}

body .header.dynamic-sticky.headroom--pinned {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

body .header.dynamic-sticky.headroom--pinned.headroom--top {
  position: static;
}

body .header.dynamic-sticky.headroom--unpinned {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

body .header.headroom--not-top {
  height: 92px;
}

@media (max-width: 1025px) {
  body .header {
    position: relative;
    height: 7.5rem;
    padding: 0 1rem;
  }
  body .header:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    background-color: #c8161e;
  }
}

@media (max-width: 600px) {
  body .header {
    height: 50px;
  }
  body .header:after {
    width: 70px;
    height: 50px;
  }
}

.menuicon-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
  cursor: pointer;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.menuicon-label .line-top {
  width: 20px;
  height: 2px;
  margin-left: 15px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

.menuicon-label .line-middle {
  width: 20px;
  height: 2px;
  margin-left: 15px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

.active-menu .menuicon-label .line-middle {
  display: none;
}

.menuicon-label .line-bottom {
  width: 20px;
  height: 2px;
  margin-left: 15px;
  background: #fff;
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s, -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

.btn-menu-offcanvas {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}

.btn-menu-offcanvas i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 2.8rem;
}

.btn-menu-offcanvas .menuicon-label {
  opacity: 1;
  visibility: visible;
}

.btn-menu-offcanvas.active-menu .menuicon-label {
  opacity: 0;
  visibility: hidden;
}

.btn-menu-offcanvas.active-menu i {
  opacity: 1;
  visibility: visible;
}

.background-opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

body.open-search .background-opacity {
  opacity: 1;
  visibility: visible;
}

.banner {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .container-fluid {
  height: 100%;
}

.banner .wrap-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.5rem;
}

.banner .wrap-content .content {
  width: 65%;
}

.banner .wrap-content .content h2 {
  position: relative;
  font-size: 5.2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  padding-bottom: 2rem;
  margin-bottom: 13rem;
}

.banner .wrap-content .content h2:before {
  position: absolute;
  top: -4.5rem;
  left: 0;
  display: block;
  background: url("/media/srehrlhu/site_line.png") no-repeat center;
  background-size: cover;
  content: '';
  width: 25.7rem;
  height: 6px;
}

@media (max-width: 800px) {
  .banner .wrap-content .content h2:before {
    top: -16px;
  }
}

@media (max-width: 1200px) {
  .banner .wrap-content .content h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 600px) {
  .banner .wrap-content .content h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.banner .wrap-content .content .content-description {
  max-width: 90%;
}

@media (max-width: 600px) {
  .banner .wrap-content .content {
    width: 100%;
  }
}

.banner .wrap-content .ticker-tools {
  width: 40%;
}

@media (max-width: 1300px) {
  .banner .wrap-content .ticker-tools {
    width: 55%;
  }
}

@media (max-width: 600px) {
  .banner .wrap-content .ticker-tools {
    width: 100%;
  }
}

.banner .wrap-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 6rem;
  color: #9A9A9A;
  max-width: 65rem;
}

@media (max-width: 600px) {
  .banner .wrap-content p {
    font-size: 1.4rem;
  }
}

.banner .wrap-content .stock-quote {
  min-width: 50rem;
  text-align: center;
  background-color: #000;
  opacity: .8;
  padding: 3%;
}

.banner .wrap-content .stock-quote h3 {
  color: #fff;
  font-size: 2.5rem;
}

.banner .wrap-content .stock-quote p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}

.banner .wrap-content .stock-quote img {
  width: 100%;
}

@media (max-width: 1000px) {
  .banner .wrap-content .stock-quote {
    min-width: unset;
  }
}

@media (max-width: 600px) {
  .banner .wrap-content {
    padding: 15px;
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.home .banner .wrap-content {
    margin-left: -15px;
  }
}

.banner .banner-wrap {
  position: relative;
}

.banner .banner-wrap.dot-false .swiper-pagination {
  display: none;
}

.banner .banner-wrap.arrow-false .swiper-button-next,
.banner .banner-wrap.arrow-false .swiper-button-prev {
  display: none;
}

@media (min-width: 1200px) {
  .banner .banner-wrap.banner-fullpage-true .swiper-slide {
    height: 90vh !important;
  }
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-weight: bold;
}

.banner .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #288e45;
  opacity: .8;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  color: #fff;
  z-index: 1;
  opacity: .3;
}

@media (max-width: 600px) {
  .banner .swiper-button-prev,
  .banner .swiper-container-rtl .swiper-button-next,
  .banner .swiper-button-next,
  .banner .swiper-button-prev,
  .banner .swiper-button-next.swiper-button-disabled,
  .banner .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
}

.banner .swiper-button-prev:hover,
.banner .swiper-container-rtl .swiper-button-next:hover,
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover,
.banner .swiper-button-next.swiper-button-disabled:hover,
.banner .swiper-button-prev.swiper-button-disabled:hover {
  opacity: 1;
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next {
  right: 30px;
}

.banner .container {
  position: absolute;
  top: 0;
  padding: 0;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1025px) {
  .banner .container {
    right: 0;
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .banner .container {
    padding: 0;
  }
}

.banner .ticker-chart,
.banner .stock-quote {
  height: auto;
  min-height: 22.5rem;
  margin-left: auto;
}

.banner .ticker-chart iframe,
.banner .stock-quote iframe {
  min-height: 22.5rem;
}

@media (max-width: 600px) {
  .banner .ticker-chart,
  .banner .stock-quote {
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}

.banner .ticker-chart {
  width: 100%;
}

.banner .stock-quote {
  width: 25rem;
}

@media (max-width: 1000px) {
  .banner .stock-quote {
    width: auto;
  }
}

.banner.childpage-banner .wrap-content {
  width: 100%;
}

@-webkit-keyframes loop {
  0%,
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50%,
  66% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes loop {
  0%,
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50%,
  66% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/* Add some content at the bottom of the video/page */
.background-video {
  position: relative;
  /* Style the video: 100% width and height to cover the entire window */
}

.background-video #myVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.homepage-layout .banner {
  position: relative;
}

.homepage-layout .banner:after {
  position: absolute;
  top: 10%;
  left: 46.5%;
  content: '';
  width: 14rem;
  height: 14rem;
  background: url("/media/mz3ezukk/circle.png") center no-repeat;
  background-size: cover !important;
  -webkit-animation: circle 8s linear infinite;
          animation: circle 8s linear infinite;
  z-index: 1;
}

@media (max-width: 1025px) {
  .homepage-layout .banner:after {
    display: none;
  }
}

.homepage-layout .wrap-content {
  width: auto;
  text-align: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homepage-layout .wrap-content .content {
  width: 100%;
}

.homepage-layout .wrap-content .wrap-link-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%;
  margin-top: auto;
}

.homepage-layout .wrap-content .wrap-link-socials .link-social {
  font-family: 'Cenotaph';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006EBD;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homepage-layout .wrap-content .wrap-link-socials .link-social:after {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homepage-layout .wrap-content .wrap-link-socials .link-social:hover::after {
  width: 100%;
}

.homepage-layout .wrap-content .wrap-link-socials .link-social:after {
  background-color: #006EBD;
}

@media (max-width: 900px) {
  .homepage-layout .wrap-content .wrap-link-socials {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .homepage-layout .wrap-content .wrap-link-socials {
    width: 100%;
  }
}

body .childpage-content:not(.homepage-layout) .childpage-banner.banner .swiper-slide .content {
  width: 100%;
}

@media (max-width: 800px) {
  body .childpage-content:not(.homepage-layout) .childpage-banner.banner .swiper-slide {
    min-height: 28rem !important;
  }
}

@media (max-width: 1600px) {
  body .childpage-content:not(.homepage-layout) .childpage-banner.banner .swiper-slide {
    min-height: unset;
  }
  body .homepage-layout .childpage-banner.banner .swiper-slide {
    min-height: 40rem;
  }
  body .section.homepage .swiper-slide {
    min-height: 80vh;
  }
}

.menu-header {
  height: 100%;
}

.menu-header > .ul-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.menu-header > .ul-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (min-width: 1000px) and (max-width: 1140px) {
  .menu-header > .ul-menu > li {
    margin: 0 10px !important;
  }
}

html[lang="en"] .menu-header > .ul-menu > li {
  width: 16rem;
}

@media (max-width: 1600px) {
  html[lang="en"] .menu-header > .ul-menu > li {
    width: 14rem;
  }
}

@media (max-width: 1400px) {
  html[lang="en"] .menu-header > .ul-menu > li {
    width: auto;
    margin: 0 15px;
  }
}

.menu-header > .ul-menu > li > a {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1500px) {
  html[lang="en"] .menu-header > .ul-menu > li > a {
    font-size: 1.6rem;
  }
}

.menu-header > .ul-menu > li.active > a::after {
  width: 100%;
}

.menu-header > .ul-menu > li:first-child {
  margin-left: 0;
}

.menu-header > .ul-menu > li:last-child {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .menu-header > .ul-menu > li {
    width: 12rem;
  }
}

@media (max-width: 1250px) {
  .menu-header > .ul-menu > li {
    width: 10rem;
  }
}

@media (max-width: 1100px) {
  .menu-header > .ul-menu > li {
    width: 9.8rem;
  }
}

.menu-header > .ul-menu li.level-3 ul {
  display: none !important;
}

.menu-header .menu-pc > li > ul {
  max-width: 23rem;
}

.menu-header .menu-pc > li li .open-sub {
  display: none;
}

.menu-header .menu-pc li.level-4 li {
  display: none;
}

.menu-header .menu-pc li.back {
  display: none;
}

.menu-header .multi-level.level-2 {
  position: relative;
}

.menu-header .multi-level.level-2 > a {
  position: relative;
  z-index: 3;
}

.menu-header .multi-level.level-2 > .ul-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  border-top: 4px solid #288d27;
  left: 0;
  padding-top: 6.5rem;
  padding-bottom: 1rem;
  width: 100%;
  min-width: 12rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html[lang="en"] .menu-header .multi-level.level-2 > .ul-menu {
  min-width: 16rem;
}

.menu-header .multi-level.level-2 > .ul-menu > li {
  color: #000;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-header .multi-level.level-2 > .ul-menu > li a {
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-header .multi-level.level-2 > .ul-menu > li:last-child {
  border-bottom: none;
}

.menu-header .multi-level.level-2 > .ul-menu > li:hover a {
  color: #288e45;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3 {
  position: relative;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3 .ul-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  background-color: #fff;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3 .ul-menu > li {
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3 .ul-menu > li a {
  color: #0A2fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3 .ul-menu > li:hover {
  background-color: #fff;
}

.menu-header .multi-level.level-2 > .ul-menu li.level-3:hover .ul-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-header .multi-level.level-2 > .ul-menu:before {
  position: absolute;
  display: block;
  content: '';
  top: -1.4rem;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0 0 0 -7px;
  border: 7px dashed transparent;
  border-bottom: 7px solid rgba(0, 160, 233, 0.7);
}

@media (max-width: 1600px) {
  .menu-header .multi-level.level-2 > .ul-menu {
    min-width: 13rem;
  }
}

.menu-header .multi-level.level-2:hover .ul-menu {
  opacity: 1;
  visibility: visible;
}

.menu-header .multi-level.level-2 > .open-sub {
  display: inline-block;
  width: 0;
}

.menu-header .multi-level.level-2 > .open-sub i {
  margin-left: 0.5rem;
  font-size: 1.6rem;
  color: #006EBD;
}

@media (min-width: 1025px) {
  .menu-header .multi-level.level-2 > .open-sub i {
    display: none;
  }
}

.header .menu-mobile {
  overflow: hidden;
  margin-right: -3rem;
}

.header .menu-mobile > ul.menu-responsive {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin-left: auto;
}

.header .menu-mobile > ul.menu-responsive::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.header .menu-mobile .menu-responsive {
  display: none;
  padding: 0;
  width: 100%;
  list-style: none;
  background-color: #C8161E;
  position: relative;
  height: 100vh;
}

.header .menu-mobile .menu-responsive ul {
  float: none;
  height: auto;
}

.header .menu-mobile .menu-responsive li.level-3 .open-sub,
.header .menu-mobile .menu-responsive li.level-3 ul {
  display: none !important;
}

.header .menu-mobile .menu-responsive li.level-3 a {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  padding: 10px;
  border-top: 1px solid #de7378;
  background: #b20008;
}

.header .menu-mobile .menu-responsive li.level-3 a span {
  margin: 0;
}

.header .menu-mobile .menu-responsive .ul-menu {
  list-style: none;
  display: none;
}

.header .menu-mobile .menu-responsive > .menu-item {
  position: relative;
}

.header .menu-mobile .menu-responsive > .menu-item:not(.hassub) .open-sub {
  display: none;
}

.header .menu-mobile .menu-responsive > .menu-item.hassub .open-sub {
  position: absolute;
  top: 0;
  right: .5rem;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.header .menu-mobile .menu-responsive > .menu-item.hassub .open-sub i {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header .menu-mobile .menu-responsive > .menu-item.hassub.open > .open-sub i {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.header .menu-mobile .menu-responsive a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 4.5rem;
  text-align: left;
  color: #fff;
  position: relative;
  border-bottom: .1rem solid #eee;
}

.header .menu-mobile .menu-responsive a span {
  margin-left: 20px;
}

@media (max-width: 1025px) {
  .header .menu-mobile .menu-responsive {
    width: 22rem;
  }
}

.header.menu-mobile-off-canvas .menu-mobile {
  padding: 0 20px;
  width: 100%;
  list-style: none;
  background-color: #2370d5;
  position: fixed;
  height: calc(100% - 7.5rem);
  left: 0;
  top: 7.5rem;
  padding-top: 1rem;
  -webkit-transform: translateX(103%);
          transform: translateX(103%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 10;
}

.header.menu-mobile-off-canvas .menu-mobile.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive ul {
  float: none;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive .back {
  position: relative;
  background: #367ad4;
  margin-top: 20px;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive .back a {
  color: #fff !important;
  font-size: 14px;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive .back svg {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive .ul-menu {
  list-style: none;
  position: fixed;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #2370d5;
  left: 0;
  -webkit-transform: translateX(103%);
          transform: translateX(103%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive > .menu-item {
  position: relative;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive > .menu-item:not(.hassub) .open-sub {
  display: none;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive > .menu-item.hassub .open-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive > .menu-item.hassub .open-sub i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive > .menu-item.hassub.open .ul-menu {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 0 1.5rem;
  line-height: 5rem;
  text-align: left;
  color: #fff;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.menu-mobile-off-canvas .menu-mobile .menu-responsive a span {
  color: #fff;
}

.header body {
  position: relative;
}

.header body.open-menu .background-opacity {
  opacity: 1;
  visibility: visible;
}

.header body.open-offcanvas .off-canvas {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.page-navigation .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-navigation .breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

.page-navigation .breadcrumb li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

.page-navigation .breadcrumb li:after {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  content: ">";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-navigation .breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-navigation .breadcrumb li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .page-navigation .breadcrumb {
    display: none;
  }
}

.page-navigation {
  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;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .page-navigation {
    margin-bottom: 3rem;
  }
}

.page-navigation .page-title {
  position: relative;
  padding: 3rem;
}

.page-navigation .page-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #288e45;
}

@media (max-width: 1025px) {
  .page-navigation .page-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .page-navigation .page-title {
    padding: 1.5rem;
  }
}

.page-navigation .tab-head {
  position: relative;
  width: 100%;
}

.page-navigation .tab-head ul li {
  position: relative;
  padding: 3rem;
}

@media (max-width: 480px) {
  .page-navigation .tab-head ul li {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .page-navigation .tab-head ul li:lang(en) {
    max-width: 30rem;
  }
}

.page-navigation .tab-head ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #9A9A9A;
}

.page-navigation .tab-head ul li a.active {
  color: #000000;
}

.page-navigation .tab-head ul li a.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #288e45;
}

@media (max-width: 600px) {
  .page-navigation .tab-head ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1025px) {
  .page-navigation .tab-head ul li {
    margin-bottom: 3rem;
    padding: 1rem;
    z-index: 2;
  }
}

@media (max-width: 600px) {
  .page-navigation .tab-head ul li {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-navigation .tab-head ul li {
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
  }
  .page-navigation .tab-head ul li:first-child {
    padding-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 1025px) {
  .page-navigation .tab-head {
    width: 100%;
  }
  .page-navigation .tab-head:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 3rem;
    z-index: 1;
  }
}

@media (max-width: 1025px) {
  .page-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 480px) {
  section.banner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 48rem) {
  .inner-content {
    margin-top: 3rem;
  }
}

.site-footer {
  padding: 1% 4.5%;
  background: #464543;
}

.site-footer .footer-wrapper {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1025px) {
  .site-footer .footer-wrapper {
    display: block;
  }
}

.site-footer .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .col-left .copyright {
  color: #fff;
  opacity: .7;
  font-size: 12px;
  line-height: 1.5;
}

.site-footer .col-left .wrap-inner-left .wrap-other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .col-left .wrap-inner-left .wrap-other-links span, .site-footer .col-left .wrap-inner-left .wrap-other-links a {
  color: #fff;
  opacity: .7;
  font-size: 12px;
  line-height: 1.5;
}

.site-footer .col-left .wrap-inner-left .wrap-other-links span {
  margin: 0 5px;
}

.site-footer .col-left .wrap-quick-link-area {
  margin-left: 6rem;
}

@media (max-width: 1200px) {
  .site-footer .col-left .wrap-quick-link-area {
    display: none;
  }
}

.site-footer .col-left .quicklink .icon {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  margin-left: 30px;
  color: #333;
  font-size: 16px;
}

.site-footer .col-left .quicklink .icon img {
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  padding: 0.1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-footer .col-left .quicklink .icon:hover img {
  top: -10rem;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1600px) {
  .site-footer .col-left {
    margin-bottom: 1rem;
  }
}

.site-footer .col-right .ul-menu,
.site-footer .col-right .open-sub {
  display: none;
}

.site-footer .col-right > .menu-pc.ul-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-footer .col-right > .menu-pc.ul-menu li a {
  position: relative;
  margin-left: 6rem;
  display: inline-block;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-footer .col-right > .menu-pc.ul-menu li a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  left: -30px;
  top: 50%;
  margin-top: -5px;
  background: #fff;
}

@media (max-width: 1300px) {
  .site-footer .col-right > .menu-pc.ul-menu li a:after {
    left: -10px;
  }
}

.site-footer .col-right > .menu-pc.ul-menu li a:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  .site-footer .col-right > .menu-pc.ul-menu li a {
    font-size: 12px;
    margin-left: 2rem;
  }
}

.site-footer .col-right > .menu-pc.ul-menu li:first-child a::after {
  display: none;
}

@media (max-width: 1200px) {
  .site-footer .col-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .site-footer {
    padding: 20px;
  }
}

.ir-contact .page-title {
  display: none;
}

.ir-contact .inner-content {
  padding: 0;
}

.contact-us-section {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 481px) and (max-width: 992px) {
  .contact-us-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.contact-us-section .map-wrapper {
  width: 80%;
  padding-right: 1.5rem;
}

@media (min-width: 320px) and (max-width: 1280px) {
  .contact-us-section .map-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.contact-us-section .qr-section {
  width: 20%;
}

@media (min-width: 320px) and (max-width: 1280px) {
  .contact-us-section .qr-section {
    width: 100%;
    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;
    margin-top: 3rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section .qr-section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact-us-section .qr-section .top-qr,
.contact-us-section .qr-section .middle-qr {
  margin-bottom: 4rem;
}

@media (min-width: 481px) and (max-width: 992px) {
  .contact-us-section .qr-section .top-qr,
  .contact-us-section .qr-section .middle-qr {
    margin-bottom: 0;
    width: 33.33333%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section .qr-section .top-qr,
  .contact-us-section .qr-section .middle-qr {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .contact-us-section .qr-section .bottom-qr {
    width: 33.33333%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section .qr-section .bottom-qr {
    width: 50%;
  }
}

.contact-us-section .qr-section .qr-code {
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-section .qr-section .qr-code img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-section .qr-section p {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #000000;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.contact-us-section .title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .contact-us-section .title {
    font-size: 3.2rem;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .contact-us-section .email {
    margin-bottom: 3rem;
  }
}

.contact-us-section .email p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section .email p {
    font-size: 1.4rem;
  }
}

.contact-us-section .email p a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-section .email p a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.contact-us-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-us-container .map-section {
  width: 100%;
}

.contact-us-container .map-section .tab-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 6rem;
  width: calc(100% - 53.5rem);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  width: 100%;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media (max-width: 1023px) {
  .contact-us-container .map-section .tab-wrapper {
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    max-width: 100%;
    max-height: 6rem;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-bottom: 3rem;
  }
}

.contact-us-container .map-section .tab-wrapper .tab {
  height: 6rem;
  min-width: 150px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-container .map-section .tab-wrapper .tab {
    min-width: 140px;
  }
}

.contact-us-container .map-section .tab-wrapper .tab:hover .tablinks {
  border: 0.1rem solid #288e45;
  color: #ffffff;
  background: #288e45;
}

.contact-us-container .map-section .tab-wrapper .tab .tablinks {
  width: 100%;
  padding: 0 1.5rem;
  height: 100%;
  background: #fff;
  border: 0.1rem solid #288e45;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  color: #288e45;
}

.contact-us-container .map-section .tab-wrapper .tab .tablinks.active {
  border: 0.1rem solid #288e45;
  color: #ffffff;
  background: #288e45;
}

.contact-us-container .map-section .tab-wrapper .tab .tabcontent {
  display: none;
}

.contact-us-container .map-section .iframe-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 30rem;
}

@media (min-width: 1023px) and (max-width: 1280px) {
  .contact-us-container .map-section .iframe-address {
    min-height: 40rem;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .contact-us-container .map-section .iframe-address {
    min-height: 50rem;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .contact-us-container .map-section .iframe-address {
    min-height: 50rem;
  }
}

.contact-us-container .map-section .iframe-address .map {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.contact-us-container .map-section .iframe-address .info-wrapper {
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-height: 15rem;
  -webkit-transform: translate(5%, 60%);
          transform: translate(5%, 60%);
  z-index: 9;
}

@media (min-width: 1280px) {
  .contact-us-container .map-section .iframe-address .info-wrapper {
    max-width: 37rem;
    -webkit-transform: translate(20%, 60%);
    transform: translate(20%, 60%);
  }
}

@media (max-width: 1279px) {
  .contact-us-container .map-section .iframe-address .info-wrapper {
    max-height: unset;
    max-width: 30rem;
    -webkit-transform: translate(20%, 80%);
    transform: translate(20%, 80%);
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .contact-us-container .map-section .iframe-address .info-wrapper {
    padding: 0;
    min-height: 0;
    margin-bottom: 3rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-container .map-section .iframe-address .info-wrapper {
    -webkit-transform: translate(5%, 10%);
            transform: translate(5%, 10%);
    max-width: 24rem;
  }
}

.contact-us-container .map-section .iframe-address .info-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact-us-container .map-section .iframe-address .info-wrapper .mapboxgl-map {
  width: 100% !important;
}

.contact-us-container .map-section .iframe-address .info-wrapper #embedMap {
  width: 100% !important;
}

.contact-us-container .map-section .iframe-address .info-wrapper .box-info {
  background: #fff;
  max-width: 38.5rem;
  z-index: 4;
  width: 100%;
  max-width: 100%;
}

.contact-us-container .map-section .iframe-address .info-wrapper .box-info .list-info {
  padding: 3rem;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 992px) {
  .contact-us-container .map-section .iframe-address .info-wrapper .box-info .list-info {
    padding: 1.5rem;
  }
}

.contact-us-container .map-section .iframe-address .info-wrapper .box-info .list-info .item .address-info > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.4rem;
  color: #000000;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contact-us-container .map-section .iframe-address .info-wrapper .box-info .list-info .item .address-info > p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.contact-us-section.active-tab-1 .iframe-address .map-1.active {
  display: block;
}

.contact-us-section.active-tab-1 .info-1 {
  display: block;
}

.contact-us-section.active-tab-1 .info-2 {
  display: none;
}

.contact-us-section.active-tab-2 .iframe-address .map-2.active {
  display: block;
}

.contact-us-section.active-tab-2 .info-1 {
  display: none;
}

.contact-us-section.active-tab-2 .info-2 {
  display: block;
}

.MicrosoftMap {
  z-index: 3;
}

.MicrosoftMap .NavBar_Container {
  display: none;
}

.MicrosoftMap .Infobox {
  -webkit-transform: translate(-11rem, 23rem);
          transform: translate(-11rem, 23rem);
}

@media (max-width: 480px) {
  .MicrosoftMap .Infobox {
    -webkit-transform: translate(-11rem, 18rem);
            transform: translate(-11rem, 18rem);
  }
}

.MicrosoftMap .Infobox .infobox-body {
  max-height: 100% !important;
}

.MicrosoftMap .Infobox .infobox-body .infobox-info {
  padding: 3rem;
  max-height: 100%;
}

@media (min-width: 320px) and (max-width: 600px) {
  .MicrosoftMap .Infobox .infobox-body .infobox-info {
    padding: 1.5rem;
  }
}

.MicrosoftMap .Infobox .infobox-body .infobox-info div {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #656565;
}

.MicrosoftMap .NavBar_Container {
  position: absolute;
  right: 3rem !important;
  bottom: 3rem !important;
  inset: auto 3rem 3rem auto !important;
  width: 4rem;
  z-index: 1001;
  pointer-events: auto;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonContainerWrapper,
.MicrosoftMap .NavBar_Container .bm_LocateMeControl {
  display: none;
}

@media (max-width: 480px) {
  .investor-contact .page-navigation {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .investor-contact #email-alert {
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .stock-information .page-navigation {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .stock-information #total-shareholder-return {
    margin-top: 3rem;
  }
}

.investor-contact .page-navigation {
  margin-bottom: 0;
}

.investor-contact #ir-calendar,
.investor-contact #email-alert {
  margin-top: 6rem;
}

.investor-contact #email-alert {
  padding: 1.4286em 0;
}

.corporate-gocernance-container {
  max-width: 132.6rem;
  margin: 0 auto;
}

.corporate-gocernance-container .page-desc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin-bottom: 8rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .corporate-gocernance-container .page-desc p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 3rem;
  }
}

.corporate-gocernance-container .document-list .item {
  margin-bottom: 4rem;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* Underline From Center */
}

.corporate-gocernance-container .document-list .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #288e45;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.corporate-gocernance-container .document-list .item:hover::before {
  left: 0;
  right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .corporate-gocernance-container .document-list .item {
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
  }
}

.corporate-gocernance-container .document-list .item .icon img {
  width: 4.8rem;
  height: 4.8rem;
}

.corporate-gocernance-container .document-list .item .title {
  margin-left: 4rem;
}

.corporate-gocernance-container .document-list .item .title a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: #000000;
}

@media (max-width: 768px) {
  .corporate-gocernance-container .document-list .item .title a {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .corporate-gocernance-container .document-list .item .title a {
    font-size: 1.8rem;
  }
}

.corporate-gocernance-container .document-list .item:last-child {
  margin-bottom: 0;
}

.prospectus-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .prospectus-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.prospectus-container .photo, .prospectus-container .info {
  width: 50%;
}

@media (max-width: 767px) {
  .prospectus-container .photo, .prospectus-container .info {
    width: 100%;
  }
}

.prospectus-container .photo {
  text-align: center;
}

@media (max-width: 1199px) {
  .prospectus-container .photo {
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .prospectus-container .photo {
    margin-bottom: 4rem;
    padding-right: 0;
  }
}

.prospectus-container .photo img {
  width: 100%;
  max-width: 50.6rem;
  height: auto;
  margin: auto;
}

@media (min-width: 481px) and (max-width: 767px) {
  .prospectus-container .photo img {
    max-width: 30rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .prospectus-container .photo img {
    max-width: 25rem;
  }
}

.prospectus-container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .prospectus-container .info {
    padding-left: 5%;
  }
}

@media (max-width: 991px) {
  .prospectus-container .info {
    padding-left: 0;
  }
}

.prospectus-container .info .title, .prospectus-container .info .desc, .prospectus-container .info .info-link {
  width: 100%;
}

.prospectus-container .info .title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 2rem;
}

.prospectus-container .info .desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #333333;
  margin-bottom: 10rem;
}

@media (max-width: 1199px) {
  .prospectus-container .info .desc {
    margin-bottom: 7rem;
  }
}

@media (max-width: 991px) {
  .prospectus-container .info .desc {
    margin-bottom: 4rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .prospectus-container .info .desc {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.prospectus-container .info .info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 480px) {
  .prospectus-container .info .info-link {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.prospectus-container .info .info-link .link-button {
  background: #288E45;
  border-radius: 2.75rem;
  width: 13.7rem;
  height: 4.4rem;
  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;
}

.prospectus-container .info .info-link .link-button a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #FFFFFF;
}

.prospectus-container .info .info-link .read {
  margin-right: 0;
}

@media (min-width: 481px) {
  .prospectus-container .info .info-link .read {
    margin-right: 6rem;
  }
}

section.region-section {
  margin-top: 10rem;
}

@media (max-width: 1200px) {
  section.region-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

section.region-section .wrap-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}

section.region-section .wrap-section .col-left {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1200px) {
  section.region-section .wrap-section .col-left {
    width: 100%;
  }
}

section.region-section .wrap-section .col-left p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 2rem;
}

section.region-section .wrap-section .col-right {
  width: 60%;
  max-width: 82rem;
  padding-right: 3rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1200px) {
  section.region-section .wrap-section .col-right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5rem;
    padding-right: 0;
  }
}

section.region-section .wrap-section .col-right .welcome-text {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  color: #ea9329;
}

section.region-section .wrap-section .col-right .welcome-title {
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 1rem;
  color: #000000;
  border-bottom: 1px solid #9a9a9a;
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
}

@media (max-width: 480px) {
  section.region-section .wrap-section .col-right .welcome-title {
    font-size: 3.2rem;
  }
}

section.region-section .wrap-section .col-right .welcome-title::after {
  content: "";
  background: #288e45;
  max-width: 13.5rem;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.region-section .wrap-section .col-right .welcome-content {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #333333;
}

@media (min-width: 320px) and (max-width: 480px) {
  section.region-section .wrap-section .col-right .welcome-content {
    font-size: 14px;
  }
  section.region-section .wrap-section .col-right .welcome-content:lang(cn), section.region-section .wrap-section .col-right .welcome-content:lang(hk) {
    text-align: justify;
  }
}

section.region-section .wrap-section .col-right .redirect-btn {
  min-height: 6rem;
  max-width: 20.6rem;
  background: #ea9329;
  border-radius: 3rem;
  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;
  margin-top: 10rem;
}

@media (max-width: 1200px) {
  section.region-section .wrap-section .col-right .redirect-btn {
    margin-top: 5rem;
  }
}

section.region-section .wrap-section .col-right .redirect-btn a {
  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;
  height: 100%;
  width: 100%;
  min-height: 6rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  padding: 0 0.5rem;
}

@media (max-width: 1600px) {
  section.region-section .wrap-section {
    gap: 5rem;
  }
}

@media (max-width: 1400px) {
  section.region-section .wrap-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

@media (max-width: 1025px) {
  section.region-section {
    margin-top: 5rem;
  }
}

@media (max-width: 600px) {
  section.region-section {
    margin-top: 3rem;
  }
}

section.quick-links-section {
  background-size: cover !important;
  padding: 8rem 0 7rem 0;
  text-align: center;
}

section.quick-links-section h3.title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5rem;
}

@media (max-with: 767px) {
  section.quick-links-section h3.title {
    font-size: 3.2rem;
  }
}

section.quick-links-section .quicklink {
  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;
}

section.quick-links-section .quicklink .item-icon {
  min-width: 25rem;
  max-width: 25rem;
  margin-bottom: 1rem;
}

@media (max-width: 1500px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: 20rem;
  }
}

@media (max-width: 1400px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: 40rem;
  }
}

@media (max-width: 1380px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: 30rem;
  }
}

@media (min-width: 1201px) and (max-width: 1280px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: 32rem;
  }
}

@media (max-width: 1200px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: 25rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 600px) {
  section.quick-links-section .quicklink .item-icon {
    min-width: unset;
    max-width: unset;
    width: 50%;
  }
}

@media (max-width: 1500px) {
  section.quick-links-section .quicklink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.quick-links-section .quicklink .icon {
  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;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 2rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.quick-links-section .quicklink .icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 600px) {
  section.quick-links-section .quicklink .icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

section.quick-links-section .quicklink .icon img {
  width: 100%;
  max-width: 6rem;
  height: 100%;
  max-height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.quick-links-section .quicklink .title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  height: 7.2rem;
}

@media (max-width: 600px) {
  section.quick-links-section .quicklink .title {
    font-size: 1.7rem;
  }
}

section.email-alert {
  text-align: center;
}

section.email-alert h3.title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1rem;
}

.childpage-content.investor-relations .childpage-banner.banner {
  margin-bottom: 0;
}

.childpage-content.investor-relations .ticket-scroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  height: 4rem;
  margin-top: -4rem;
}

.childpage-content.investor-relations .ticket-scroll iframe {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

@media (max-width: 600px) {
  .childpage-content.investor-relations .ticket-scroll iframe {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.sitemap-container ul li a {
  color: #0a2333;
}

.sitemap-container .level-2 {
  margin-bottom: 1rem;
}

.sitemap-container .level-2 > a > span {
  font-weight: bold;
  color: #0a2333;
}

.sitemap-container .level-2 > ul {
  padding: 0 2rem;
}

.sitemap-container .level-3 {
  padding: 0.5rem 0;
}

.sitemap-container .level-3 > ul {
  padding: 0 2rem;
}

.sitemap-container .page-title {
  text-align: left;
  margin-bottom: 55rem;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 3.6rem;
}

.sitemap-container .page-title:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 15rem;
  height: 0.4rem;
  z-index: -1;
}

.esg-reports-box .tab-head {
  margin-bottom: 7.2rem;
}

.esg-reports-box .tab-head .nav {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media (max-width: 384px) {
  .esg-reports-box .tab-head .nav {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.esg-reports-box .tab-head .nav .nav-item {
  width: 97px;
  height: 40px;
  border: 1px solid #288e45;
  margin-right: 4rem;
}

@media (max-width: 384px) {
  .esg-reports-box .tab-head .nav .nav-item {
    margin-right: 0;
    margin-bottom: 2rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.esg-reports-box .tab-head .nav .nav-item:last-child {
  margin-right: 0;
}

.esg-reports-box .tab-head .nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 1.6rem;
  color: #288e45;
  width: 100%;
  max-width: 97px;
  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;
}

.esg-reports-box .tab-head .nav .nav-item .active {
  background: #288e45;
  color: #ffffff;
}

.esg-reports-box .tab-content .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.esg-reports-box .tab-content .active .report-item .photo {
  margin-bottom: 2rem;
}

.esg-reports-box .tab-content .active .report-item .photo img {
  width: 100%;
  max-width: 37rem;
  border: 1px solid #288e45;
}

.esg-reports-box .tab-content .active .report-item .report-title {
  text-align: center;
}

.esg-reports-box .tab-content .active .report-item .report-title a {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  color: #000000;
  text-align: center;
}

.esg-reports-box .custom-tab-year .year-content .year-contents {
  display: none;
}

.esg-reports-box .custom-tab-year .year-content .year-contents.d-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .esg-reports-box .custom-tab-year .year-content .year-contents.d-block {
    display: block !important;
  }
}

.esg-reports-box .custom-tab-year .year-content .year-contents .report-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;
}

@media screen and (max-width: 767px) {
  .esg-reports-box .custom-tab-year .year-content .year-contents .report-item {
    margin-bottom: 1.5rem;
  }
}

.esg-reports-box .custom-tab-year .year-content .year-contents .report-item .photo {
  margin-bottom: 2rem;
}

.esg-reports-box .custom-tab-year .year-content .year-contents .report-item .report-title a {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  color: #000000;
  text-align: center;
}

.esg-reports-box .custom-tab-year .year-content .year-contents .report-item img {
  width: 100%;
  max-width: 37rem;
  max-height: 50rem;
  border: 1px solid #288e45;
}

.esg-reports-box .custom-tab-year .list-year {
  margin-bottom: 5rem;
}

.esg-reports-box .custom-tab-year .list-year > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.esg-reports-box .custom-tab-year .list-year > ul .year-item {
  width: 97px;
  height: 40px;
  border: 1px solid #288e45;
  cursor: pointer;
  margin-right: 4rem;
}

.esg-reports-box .custom-tab-year .list-year > ul .year-item.active {
  background: #288e45;
  pointer-events: none;
}

.esg-reports-box .custom-tab-year .list-year > ul .year-item.active .year {
  color: #ffffff;
}

.esg-reports-box .custom-tab-year .list-year > ul .year-item .year {
  font-weight: 400;
  font-size: 1.6rem;
  color: #288e45;
  width: 100%;
  max-width: 97px;
  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;
}

@media (max-width: 480px) {
  .financial-and-esg-reports .page-navigation {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .financial-and-esg-reports #financial-reports,
  .financial-and-esg-reports #esg-reports {
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .announcements .page-navigation {
    margin-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=main.css.map */