@font-face {
  font-family: "Roboto";
  src: url(../../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/Roboto/Roboto-Bold.ttf);
}
:root {
  --theme-color: #041332;
  --secondary-color: #011e48;
  --header-height: 110px;
}

.menu-btn {
  position: relative;
  width: 26px;
  height: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.menu-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #DFBB71;
  position: relative;
  transition: 0.3s;
  transform-origin: right;
}

.menu-btn .line1 {
  top: 5px;
}

.menu-btn .line2 {
  top: 12px;
}

.menu-btn .line3 {
  top: 19px;
}

.menu-btn.act .line1 {
  transform: rotate(-45deg);
}

.menu-btn.act .line2 {
  opacity: 0;
}

.menu-btn.act .line3 {
  transform: rotate(45deg);
}

.slick-slide {
  -webkit-transform: translate3d(0, 0, 0) !important;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, "Lucida Grande", sans-serif;
  overflow-x: hidden !important;
  background: #EDEDED;
}

.home {
  background: #ffffff;
}

h1 {
  font-family: trajan-pro-3, serif;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

ul.listDot {
  list-style: disc;
}

p {
  line-height: 28px;
}

sub {
  position: relative;
  top: 2px;
  font-size: 65%;
}

.slick-dots li button:before {
  font-size: 40px;
}

.container {
  max-width: 1770px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.btn-more {
  border: 2px solid #A58245;
  font-size: 18px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  padding: 13px 20px;
  display: block;
  color: #A58245;
  margin-top: 50px !important;
}

.btn-more:hover {
  background: #A58245;
  color: #ffffff;
}

.icon-navigate_before {
  position: absolute;
  left: -30px;
  top: 50%;
  cursor: pointer;
  z-index: 10;
}

.icon-navigate_next {
  position: absolute;
  right: -30px;
  top: 50%;
  cursor: pointer;
  z-index: 10;
}

.slick-arrow {
  font-family: "icomoon";
  font-size: 64px;
  color: rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.slick-arrow:hover {
  color: #000000;
  transition: 0.3s;
}

.slick-arrow.slick-disabled {
  cursor: inherit;
}

.slick-arrow:hover.slick-disabled {
  color: rgba(0, 0, 0, 0.25);
}

header {
  background-color: var(--theme-color);
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
header .logo {
  max-width: 110px;
}
header .homeStockWrapper {
  width: 100%;
  height: 27px;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 0;
  border-bottom: 1px solid #253449;
}
header .headerWrapper {
  position: relative;
  width: 100%;
  max-width: 1770px;
  padding: 30px 20px 0 20px;
  margin: 0 auto;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header iframe {
  width: 100%;
}

.stockquote {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
}

.stockquote .data {
  color: #ffffff;
}

.stockquote span {
  margin: 0 10px 0 0;
}

.stockquote .data .stockno {
  color: #DFBB71;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.stockquote .date {
  color: #ffffff;
}

.stockquote > div {
  margin-left: 0px;
}

.stockquote .remark,
.stockquote .remark a {
  color: rgba(255, 255, 255, 0.5);
}

.header-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: var(--header-height);
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content .nav a {
  color: #ffffff;
}
.header-content .nav .section-title {
  font-size: 13px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

header .nav .section-title {
  line-height: 34px;
  margin-bottom: 10px;
  position: relative;
}

header .nav .section-title .icon {
  margin: 0 3px;
}

header .nav-list {
  display: none;
}

header .nav-list li a {
  display: flex;
  white-space: nowrap;
}

header .nav ul li {
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  font-size: 13px;
}

header .nav ul li a {
  color: #ffffff;
}

.nav .section-title {
  text-transform: uppercase;
}

.lang {
  display: flex;
  align-items: center;
}
.lang .lang-icon {
  position: relative;
  max-width: 28px;
  padding: 3px;
}
.lang .lang-icon a {
  font-size: 32px;
  color: #DFBB71;
}
.lang ul {
  display: flex;
  position: absolute;
  right: 26px;
  top: -3px;
  visibility: hidden;
}
.lang ul a {
  color: #ffffff !important;
  font-size: 16px !important;
  display: block;
  padding: 10px;
}
.lang .lang-icon:hover ul {
  visibility: visible;
}
.lang a {
  color: #ffffff;
}

.stockquote-wrapper {
  width: 100%;
  height: 100%;
}

.homeBanner {
  height: 520px;
  width: 100%;
}
.homeBanner .banner {
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  position: relative;
}
.homeBanner .banner01 {
  background-image: url(../images/home/homebanner01-mobile.jpg);
}
.homeBanner .banner04 {
  background-image: url(../images/home/homebanner04-mobile.jpg);
}
.homeBanner .banner05 {
  background-image: url(../images/home/homebanner05-mobile.jpg);
}
.homeBanner .banner06 {
  background: url(../images/home/homebanner06.jpg);
}
.homeBanner .banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBanner .banner02 {
  background: #000000;
  display: flex;
  align-items: center;
}
.homeBanner .banner02 video {
  height: auto;
}
.homeBanner .banner02 .mobile {
  display: block;
}
.homeBanner .banner02 .desktop {
  display: none;
}
.homeBanner .banner03 {
  background: #ffffff;
  display: flex;
  align-items: center;
}
.homeBanner .banner03 .mobile {
  display: block;
}
.homeBanner .banner03 .desktop {
  display: none;
}
.homeBanner .banner06 {
  background: #1e0032;
}
.homeBanner .slick-dots {
  bottom: 50px;
}
.homeBanner .slick-dots li button:before {
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: rgba(0, 0, 0, 0);
}
.homeBanner .slick-dots li.slick-active button:before {
  color: white;
  border: 0;
  content: "";
  background: #ffffff;
}
.homeBanner .slick-dots li {
  margin: 0 10px;
}
.homeBanner .slick-arrow {
  color: rgba(255, 255, 255, 0.6);
}
.homeBanner .icon-navigate_before {
  left: 0;
}
.homeBanner .icon-navigate_next {
  right: 0;
}
.homeBanner .icon-navigate_before:before,
.homeBanner .icon-navigate_next:before {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}

.homeBanner .slick-dots li.slick-active button#slick-slide-control04:before {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.homeBanner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homeIntroWrapper {
  background: #EDEDED;
  padding: 50px 0;
}
.homeIntroWrapper h1 {
  font-size: 18px;
}
.homeIntroWrapper .homeIntro {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.homeIntroWrapper .intro-image {
  width: 100%;
  margin-bottom: 40px;
}
.homeIntroWrapper .intro {
  width: 100%;
}
.homeIntroWrapper .intro .content {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 25px 0;
  color: var(--secondary-color);
  text-align: justify;
}
.homeIntroWrapper .btn-more {
  margin: 0 auto;
}

.homeNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeNews .lcol {
  width: 100%;
}
.homeNews .rcol {
  width: 100%;
}
.homeNews .homeEventWrapper {
  padding: 60px 0px;
}
.homeNews .homeEventWrapper .btn-more {
  margin: 0 auto;
}
.homeNews .homeEvent {
  color: var(--secondary-color);
}
.homeNews .homeEvent .date {
  border: 7px solid #A58245;
  width: 140px;
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0;
  font-weight: bold;
  aspect-ratio: auto 1/1;
}
.homeNews .homeEvent .day {
  font-size: 24px;
}
.homeNews .homeEvent .month {
  font-size: 20px;
}
.homeNews .homeEvent .content {
  font-size: 16px;
  line-height: 28px;
  margin: 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
}
.homeNews .homeEvent .item {
  display: flex;
  align-items: center;
}
.homeNews .homeEvent .icon-navigate_before {
  top: calc(50% - 32px);
  left: -60px;
}
.homeNews .homeEvent .icon-navigate_next {
  top: calc(50% - 32px);
}

.homeAnnouncement {
  padding: 60px 0px;
}
.homeAnnouncement .announcement {
  margin: 0 -30px 30px -30px;
}
.homeAnnouncement .announcement .item {
  margin: 0 30px 30px 30px;
  background: #ffffff;
  box-shadow: 5px 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.homeAnnouncement .announcement .item a {
  display: block;
  color: var(--secondary-color);
}
.homeAnnouncement .announcement .image {
  max-height: 180px;
  overflow: hidden;
  border-right: 2px solid #ffffff;
}
.homeAnnouncement .announcement .date {
  font-size: 24px;
  font-weight: bold;
  color: #A58245;
  margin: 0 0 25px 0;
}
.homeAnnouncement .announcement .text {
  font-size: 16px;
  line-height: 28px;
  text-overflow: ellipsis;
  max-height: 210px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeAnnouncement .content {
  padding: 30px 20px 0px 20px;
  min-height: 270px;
  text-overflow: ellipsis;
  max-height: 200px;
}
.homeAnnouncement .btn-more {
  margin: 0 auto;
}

.homeIRWrapper {
  background: url(../images/home/bg-ir.png) no-repeat;
  background-position: top left;
}
.homeIRWrapper .homeIR {
  padding: 60px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeIRWrapper .homeReportsWrapper,
.homeIRWrapper .homeEventWrapper,
.homeIRWrapper .homeHighlightWrapper {
  width: 100%;
  margin-bottom: 60px;
}
.homeIRWrapper .homeIRimage {
  margin-bottom: 0;
}
.homeIRWrapper .homeHighlightWrapper .item {
  padding: 0;
}
.homeIRWrapper .homeHighlightWrapper .btn-more {
  margin: 0 auto;
}
.homeIRWrapper .homeReports {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.homeIRWrapper .homeReports .year {
  font-size: 48px;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  text-align: center;
  color: var(--secondary-color);
}
.homeIRWrapper .homeReports .cover {
  width: 80%;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.homeIRWrapper .homeReports .content {
  width: 100%;
  padding: 0 20px 0 30px;
  margin-top: 30px;
}
.homeIRWrapper .homeReports .content .link {
  font-size: 16px;
  display: block;
  color: var(--secondary-color);
  margin: 15px 0;
  text-align: center;
}
.homeIRWrapper .homeReports .btn-more {
  margin: 0 auto;
}
.homeIRWrapper .homeEventWrapper .btn-more {
  margin: 0 auto;
}
.homeIRWrapper .homeEvent {
  color: var(--secondary-color);
}
.homeIRWrapper .homeEvent .date {
  border: 7px solid #A58245;
  width: 140px;
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0;
  font-weight: bold;
}
.homeIRWrapper .homeEvent .day {
  font-size: 24px;
}
.homeIRWrapper .homeEvent .month {
  font-size: 20px;
}
.homeIRWrapper .homeEvent .content {
  font-size: 16px;
  margin: 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 2px;
}
.homeIRWrapper .homeEvent .item {
  display: flex;
  align-items: center;
}
.homeIRWrapper .homeEvent .icon-navigate_before {
  top: calc(50% - 32px);
  left: -60px;
}
.homeIRWrapper .homeEvent .icon-navigate_next {
  top: calc(50% - 32px);
}
.homeIRWrapper .homeIRimage {
  display: flex;
  align-items: center;
}

.homeMilestoneWrapper {
  padding: 50px 0;
}
.homeMilestoneWrapper .homeMilestoneSlick {
  max-width: 1920px;
  margin: 0 auto;
}
.homeMilestoneWrapper .homeMilestoneSlick .item {
  margin: 0 20px;
}
.homeMilestoneWrapper .homeMilestoneSlick .slick-list {
  padding: 0 !important;
  overflow: hidden !important;
}
.homeMilestoneWrapper .homeMilestoneSlick .slick-active p {
  visibility: hidden;
}
.homeMilestoneWrapper .homeMilestoneSlick .slick-center p {
  visibility: visible;
}
.homeMilestoneWrapper .btn-more {
  margin: 0 auto;
}
.homeMilestoneWrapper h1 {
  text-align: center;
}
.homeMilestoneWrapper .homeMilestoneCapion {
  max-width: 1150px;
  padding: 0 20px;
  margin: 40px auto 40px auto;
  text-align: center;
  line-height: 28px;
}

.homeMeritsWrapper {
  background: url(../images/home/bg-merits.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  padding: 60px 0px;
}
.homeMeritsWrapper h1 {
  color: #DFBB71;
}
.homeMeritsWrapper .homeMerits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ffffff;
}
.homeMeritsWrapper .homeMerits .item {
  width: 100%;
  margin-bottom: 40px;
}
.homeMeritsWrapper .homeMerits .icon {
  max-width: 48px;
}
.homeMeritsWrapper .homeMerits .title {
  font-size: 18px;
  padding: 0 15px;
  font-weight: bold;
}
.homeMeritsWrapper .homeMerits .titleWrapper {
  display: flex;
  align-items: center;
}
.homeMeritsWrapper .homeMerits ul.listDot {
  margin-left: 35px;
  margin-top: 25px;
}
.homeMeritsWrapper .homeMerits ul.listDot li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.homeMeritsWrapper .homeMerits ul.listDot li::before {
  color: #ffffff;
}
.homeMeritsWrapper .btn-more {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin: 0 auto;
}

.homeInvestorWrapper {
  padding: 60px 0px;
  background: url(../images/home/bg-merits.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.homeInvestorWrapper h1 {
  color: #DFBB71;
  width: 100%;
  margin-bottom: 50px;
}
.homeInvestorWrapper .content {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeInvestorWrapper .item {
  width: 100%;
  border-left: 1px solid #DFBB71;
  margin-bottom: 40px;
  padding: 0 20px;
}
.homeInvestorWrapper .item p {
  margin-bottom: 0;
  text-align: justify;
}
.homeInvestorWrapper .homeInvestorContainer {
  display: flex;
  justify-content: space-between;
  padding: 60px 0px;
  flex-wrap: wrap;
}
.homeInvestorWrapper .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}
.homeInvestorWrapper .btn-more {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin: 20px auto 0 auto !important;
}
.homeInvestorWrapper .slick-dots li.slick-active button:before {
  color: #ffffff;
}
.homeInvestorWrapper .slick-dots li button:before {
  color: #ffffff;
}

.homeEsgWrapper {
  background: #EDEDED;
  padding: 60px 0px;
}
.homeEsgWrapper p {
  max-width: 1150px;
  margin: 0 auto;
}
.homeEsgWrapper h1 {
  text-align: center;
}
.homeEsgWrapper .homeEsg {
  max-width: 1400px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homeEsgWrapper .homeEsg .item {
  margin: 0 20px 35px 20px;
  max-width: 100%;
}
.homeEsgWrapper .homeEsg .text {
  font-size: 14px;
  color: #5D5036;
  text-align: center;
  margin-top: 15px;
  line-height: 22px;
}
.homeEsgWrapper .homeEsg span {
  font-family: trajan-pro-3, serif;
  font-size: 17px;
  font-weight: 600;
}
.homeEsgWrapper .homeEsg .number {
  font-size: 24px;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
}
.homeEsgWrapper .homeEsg .icon-img img {
  max-height: 70px;
}
.homeEsgWrapper .btn-more {
  margin: 0px auto;
}

.homeCSRWrapper {
  background: #f9f9f9;
  padding: 60px 0px;
}
.homeCSRWrapper h1 {
  text-align: center;
}
.homeCSRWrapper p {
  max-width: 1150px;
  margin: 0 auto;
}
.homeCSRWrapper .homeCSR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.homeCSRWrapper .homeCSR .item {
  position: relative;
  width: 48%;
  margin: 0 0 20px 0;
}
.homeCSRWrapper .homeCSR .item .square {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 0 30px 0 20px;
  color: var(--secondary-color);
}
.homeCSRWrapper .homeCSR .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.homeCSRWrapper .homeCSR .square.education {
  background: url(../images/home/homecsr01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.homeCSRWrapper .homeCSR .square.communities {
  background: url(../images/home/homecsr02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.homeCSRWrapper .homeCSR .square.sports {
  background: url(../images/home/homecsr03.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.homeCSRWrapper .homeCSR .square.environment {
  background: url(../images/home/homecsr04.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.homeCSRWrapper .btn-more {
  margin: 0px auto;
}

.homePropertiesWrapper {
  background-image: url(../images/home/bg-properties.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0;
}
.homePropertiesWrapper .homePropertiesContainer {
  display: flex;
  position: relative;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 30px;
  min-height: 570px;
}
.homePropertiesWrapper .homePropertiesContainer h1 {
  width: 100%;
}
.homePropertiesWrapper .homePropertiesContainer .subTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.homePropertiesWrapper .homePropertiesContainer .content {
  width: 100%;
}
.homePropertiesWrapper .homePropertiesContainer .btn-more {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.homePropertiesWrapper .homePropertiesSlide {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 138px;
  overflow: hidden !important;
}
.homePropertiesWrapper .homePropertiesSlide .item {
  padding: 0 5px;
}

.homeAwardWrapper {
  background: #ffffff;
  padding: 60px 0px;
}
.homeAwardWrapper h1 {
  text-align: center;
}
.homeAwardWrapper p {
  max-width: 1150px;
  margin: 0 auto;
}
.homeAwardWrapper .homeAward {
  margin: 30px 0;
}
.homeAwardWrapper .homeAward .item {
  padding: 20px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  min-height: 170px;
}
.homeAwardWrapper .homeAward img {
  max-height: 130px;
}
.homeAwardWrapper .btn-more {
  margin: 0 auto;
}

footer {
  background: var(--theme-color);
}
footer .footerWrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer .logo {
  margin-bottom: 5px;
}
footer .logo img {
  max-width: 140px;
}
footer .footerContent {
  text-align: center;
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
footer .footerLink {
  display: flex;
}
footer .footerLink .footericon {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}
footer .footerLink .footericon img {
  max-height: 17px;
}
footer .footerLink a {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 10px;
}
footer .copyright {
  padding: 10px 0;
  color: #ffffff;
  font-size: 12px;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright span {
  display: block;
}
footer .footerSubscribe a {
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  display: flex;
  padding: 10px 25px;
  align-items: center;
  margin: 15px 0;
}
footer .footerSubscribe .icon {
  margin-right: 10px;
}
footer .footerSubscribe.mobile {
  display: block;
}
footer .footerSubscribe {
  display: none;
}

@media screen and (min-width: 768px) {
  header {
    position: fixed;
  }
  h1 {
    font-size: 32px;
  }
  .container {
    padding: 0 60px;
  }
  header .homeStockWrapper {
    left: inherit;
  }
  .homeBanner {
    height: 100vh;
    margin-top: 0px;
  }
  .homeBanner .banner {
    height: 100vh;
  }
  .homeBanner .banner01 {
    background-image: url(../images/home/homebanner01.jpg);
  }
  .homeBanner .banner04 {
    background-image: url(../images/home/homebanner04.jpg);
  }
  .homeBanner .banner05 {
    background-image: url(../images/home/homebanner05.jpg);
  }
  .homeBanner .banner02 {
    padding-top: 0;
  }
  .homeBanner .banner03 .mobile {
    display: none;
  }
  .homeBanner .banner03 .desktop {
    display: block;
  }
  .homeIntroWrapper .intro-image {
    padding: 0 30px;
  }
  .homeIntroWrapper .intro {
    padding: 0 30px;
  }
  .homeIntroWrapper .intro .cotent {
    font-size: 28px;
    line-height: 42px;
  }
  .homeAnnouncement {
    padding: 60px 30px;
  }
  .homeIRWrapper .homeIR {
    padding: 60px 30px;
  }
  .homeIRWrapper .homeReports .year {
    font-size: 42px;
    text-align: left;
  }
  .homeIRWrapper .homeReports .cover {
    width: 40%;
  }
  .homeIRWrapper .homeReports .content {
    width: 60%;
  }
  .homeIRWrapper .homeReports .content .link {
    text-align: left;
    font-size: 16px;
  }
  .homeIRWrapper .homeReports .btn-more {
    margin: 0;
  }
  .homeIRWrapper .homeEvent .content {
    max-width: 250px;
  }
  .homeIRWrapper .homeHighlightWrapper .item {
    padding: 0 20px;
  }
  .homeNews .homeEventWrapper {
    padding: 60px 30px;
  }
  .homeNews .homeEvent .content {
    max-width: 250px;
  }
  .homeMeritsWrapper {
    padding: 60px 30px;
  }
  .homeMeritsWrapper .homeMerits .item {
    width: 50%;
  }
  .homeMeritsWrapper .homeMerits ul.listDot li {
    margin-bottom: 30px;
  }
  .homeEsgWrapper {
    padding: 60px 30px;
  }
  .homeEsgWrapper .homeEsg .item {
    max-width: 220px;
  }
  .homeCSRWrapper {
    padding: 60px 30px;
  }
  .homeCSRWrapper .homeCSR .item {
    width: 48%;
  }
  .homePropertiesWrapper .homePropertiesContainer {
    padding: 50px;
  }
  .homeAwardWrapper {
    padding: 60px 30px;
  }
  .homeInvestorWrapper h1 {
    font-size: 32px;
  }
  .homeInvestorWrapper .homeInvestorContainer {
    padding: 20px 30px;
  }
  footer .copyright {
    font-size: 14px;
  }
  footer .copyright span {
    display: inline;
  }
  footer .footerLink .footericon img {
    max-height: 18px;
  }
  footer .footerLink a {
    font-size: 16px;
  }
  footer .footerSubscribe.mobile {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .homeCSRWrapper .homeCSR .item {
    width: 24%;
  }
  .homeIRWrapper .homeReportsWrapper,
  .homeIRWrapper .homeHighlightWrapper,
  .homeIRWrapper .homeIRimage {
    width: 48%;
    margin-bottom: 40px;
  }
  .homeIRWrapper .homeEventWrapper {
    width: 38%;
    margin-bottom: 40px;
  }
  .homeIRWrapper .homeIRimage {
    width: 57%;
    margin-bottom: 40px;
  }
  .homePropertiesWrapper .homePropertiesContainer {
    justify-content: space-between;
  }
  .homePropertiesWrapper .homePropertiesContainer h1 {
    width: 30%;
  }
  .homePropertiesWrapper .homePropertiesContainer .content {
    width: 65%;
  }
  .homeMeritsWrapper .homeMerits .title {
    font-size: 28px;
  }
  .homeMeritsWrapper .homeMerits .icon {
    max-width: 72px;
  }
  .homeInvestorWrapper h1 {
    width: 23%;
  }
  .homeInvestorWrapper .content {
    width: 72%;
  }
  .homeNews .lcol {
    width: 38%;
  }
  .homeNews .rcol {
    width: 60%;
  }
  footer .logo {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .homeInvestorWrapper h1 {
    font-size: 38px;
  }
  .homeInvestorWrapper .homeInvestorContainer {
    padding: 20px 30px;
  }
  .homeCSRWrapper .homeCSR .item {
    width: 24%;
  }
  .homeCSRWrapper .homeCSR .item .square {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1366px) {
  :root {
    --header-height: 100px;
  }
  .menu-btn-wrapper {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .header-content {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
  .top-menu-wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0 70px;
  }
  .top-nav {
    display: flex;
    justify-content: space-between;
  }
  header .nav {
    height: 52px;
    cursor: pointer;
    position: relative;
  }
  header .nav-list {
    position: absolute;
    min-width: 320px;
    width: 100%;
    top: 100%;
    left: -30px;
    padding: 30px 30px 20px;
    background-color: rgba(5, 29, 75, 0.8);
  }
  header .nav:hover .nav-list {
    display: block;
  }
  header .nav .nav-list li.act a {
    color: #DFBB71;
    font-weight: bold;
  }
  header .nav:hover .section-title a {
    color: #DFBB71;
  }
  header .nav:hover .section-title .icon {
    transform: rotate(180deg);
  }
  .lang-wrapper {
    height: 50px;
    align-self: flex-end;
  }
  header .headerWrapper {
    padding: 0 30px 0 30px;
  }
  header .homeStockWrapper {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #ffffff;
    height: 26px;
    flex-wrap: nowrap;
    max-width: 1135px;
    width: 100%;
  }
  .stockquote {
    display: flex;
    justify-content: flex-end;
  }
  .stockquote {
    flex-wrap: nowrap;
  }
  .stockquote > div {
    margin-left: 10px;
  }
  .stockquote .data .stockno {
    display: inline;
  }
  .homeIntroWrapper .intro-image {
    width: 50%;
    margin-bottom: 0;
  }
  .homeIntroWrapper .intro {
    width: 50%;
  }
  .homeIntroWrapper .btn-more {
    margin: 0;
  }
  .homeIRWrapper .homeEvent .content,
  .homeNews .homeEvent .content {
    font-size: 16px;
    line-height: 28px;
  }
  .homeIRWrapper .homeEvent .date,
  .homeNews .homeEvent .date {
    border: 10px solid #A58245;
  }
  .homeInvestorWrapper .item {
    width: 48%;
  }
  footer .footerSubscribe.mobile {
    display: none;
  }
  footer .footerSubscribe {
    display: block;
  }
  footer .footerContent {
    justify-content: flex-start;
    margin: 0 0;
  }
  footer .footerWrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1365px) {
  header .logo {
    max-width: 90px;
  }
  .header-content {
    position: fixed;
    right: 0;
    top: var(--header-height);
    width: 90%;
    max-width: 280px;
    height: calc(100% - var(--header-height));
    overflow-y: auto;
    background-color: rgba(5, 29, 75, 0.8);
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .header-content.act {
    transform: translateX(0);
  }
  .top-menu-wrapper {
    position: relative;
    padding: 30px 20px;
  }
  header .nav {
    margin-bottom: 20px;
  }
  .navWrapper {
    position: fixed;
    right: 0;
    max-width: 340px;
    top: var(--header-height);
  }
  header .nav.act .nav-list {
    display: block;
    padding-left: 20px;
    padding-top: 5px;
  }
  .stockquote .date {
    margin-top: 8px;
  }
  .stockquote .remark {
    margin-top: 8px;
  }
  .homeEventWrapper .homeEvent .date {
    max-width: 100px;
    width: 100%;
    height: 100px;
  }
  .homeEventWrapper .homeEvent .day {
    font-size: 24px;
  }
  .homeEventWrapper .homeEvent .month {
    font-size: 16px;
  }
  .homeAnnouncement .icon-navigate_next {
    right: 5px;
    top: 37%;
  }
  .homeAnnouncement .icon-navigate_before {
    left: 5px;
    top: 37%;
  }
}
@media screen and (min-width: 1600px) {
  header .homeStockWrapper {
    max-width: 1370px;
  }
  .homeMeritsWrapper .homeMerits .item {
    width: 24%;
  }
  .homeInvestorWrapper h1 {
    font-size: 52px;
  }
  h1 {
    font-size: 46px;
  }
  .homeIRWrapper .homeReports .year {
    font-size: 62px;
  }
  .homeAnnouncement .announcement .image {
    max-height: 220px;
  }
  .homeAnnouncement .announcement .text {
    max-height: 300px;
  }
}
@media screen and (min-width: 1900px) {
  header .homeStockWrapper {
    max-width: 1540px;
  }
}/*# sourceMappingURL=style.css.map */