* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  color: #222;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #f8f8f8;
}
body.menu-open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #2F2E2E;
}
a:hover {
  color: #0234CC;
}

header {
  position: fixed;
  top: 0px;
  width: 100svw;
  height: 80px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 10;
}
header .container-fuild {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 4;
}
header .logo, header .login {
  background-color: hsla(0, 0%, 100%, 0.5);
  backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(17, 17, 17, 0.2117647059);
          box-shadow: 1px 1px 4px 0px rgba(17, 17, 17, 0.2117647059);
}

.logo {
  width: 250px;
  z-index: 4;
  letter-spacing: 1px;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a:hover {
  color: #111;
}
.logo span {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  list-style-type: none;
  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;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li a {
  padding: 8px;
}

.m-img {
  display: none;
}

.mb-menu-list {
  display: none;
}

.menu-bar-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-color: transparent;
  border-radius: 23px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.menu-bar-btn .bar {
  position: relative;
  display: block;
  margin: auto;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 2px;
  background-color: #030303;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-bar-btn .bar::after, .menu-bar-btn .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #030303;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.menu-bar-btn .bar::after {
  top: 8px;
}
.menu-bar-btn .bar.active {
  background: transparent;
}
.menu-bar-btn .bar.active::after, .menu-bar-btn .bar.active::before {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
.menu-bar-btn .bar.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-bar-btn .bar.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-bar-btn:hover {
  background: #f1f1f1;
}
.menu-bar-btn:hover .bar {
  color: #33AD3B;
}

.bannerArea {
  background-image: linear-gradient(122deg, #c8f999 0%, #FFF8F0 45% 45%, #acddef 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100svh;
}
.bannerArea .BN-text {
  position: absolute;
  font-weight: bold;
  top: 20%;
  left: 15%;
  letter-spacing: 2px;
  width: 100%;
  pointer-events: none;
  -webkit-animation: text-up 1s ease-in forwards;
          animation: text-up 1s ease-in forwards;
}
.bannerArea .title {
  background-image: none;
  padding: 15px 0;
  font-size: 64px;
  line-height: 1.2;
}
.bannerArea p {
  font-size: 28px;
  font-weight: 400px;
}

.mb-menu-list {
  display: none;
}

.en-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.title {
  font-size: 24px;
}

.cta-btn {
  background-color: #33AD3B;
  color: #fff;
  padding: 8px 24px;
  margin-top: 24px;
  display: inline-block;
  width: 168px;
  font-size: 18px;
  padding: 16px 44px;
  border-radius: 36px;
  border: 1px solid #33AD3B;
}
.cta-btn:hover {
  background-color: transparent;
  color: #33AD3B;
  -webkit-transition: 0.3 ease-in;
  transition: 0.3 ease-in;
}

.aboutArea {
  padding: 64px 0;
  padding-bottom: 25px;
  position: relative;
}
.aboutArea .container {
  position: relative;
}
.aboutArea .container::before {
  content: "";
  position: absolute;
  top: 15%;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}
.aboutArea p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.coreArea {
  padding: 64px 0;
  background-image: linear-gradient(347deg, #E0FFD5 0%, #c2e9fb 100%);
}
.coreArea .col-md-3 {
  padding: 16px;
}
.coreArea img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.text {
  line-height: 2em;
  color: #333333;
  padding-bottom: 34px;
  font-size: 15px;
}

.t-en {
  font-size: 36px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.t-en::after {
  content: "";
  background-color: #031c5d;
  width: 100%;
  height: 2px;
  display: block;
  margin: auto;
  margin-left: 32px;
}

.nowrap {
  white-space: nowrap;
}

.serviceArea {
  position: relative;
  margin-top: 40px;
  padding: 64px 48px;
}
.serviceArea .title {
  background-image: none;
  padding: 15px 0;
}
.serviceArea .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.serviceArea .service-info {
  position: absolute;
  backdrop-filter: blur(20px);
  background-color: hsla(0, 0%, 100%, 0.7);
  backdrop-filter: blur(20px);
  padding: 20px;
  width: 80%;
  height: 68px;
  border-radius: 16px;
  bottom: 20px;
  max-height: 85%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.serviceArea img {
  border-radius: 20px;
}
.serviceArea .it-title {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
}
.serviceArea .it-desc {
  height: 0;
  overflow-y: auto;
  opacity: 0;
}
.serviceArea .cta-btn {
  opacity: 0;
}
.serviceArea .service-item:hover .service-info {
  height: 100%;
}
.serviceArea .service-item:hover .it-desc {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  color: #444;
}
@media screen and (min-width: 768px) {
  .serviceArea .service-item:hover .it-desc {
    max-height: 48%;
  }
}
.serviceArea .service-item:hover .cta-btn {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}

.btn-warp {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.btn-warp a {
  color: #030303;
  border-radius: 0px;
  display: inline-block;
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-warp p {
  padding-top: 25px;
}

.page-cover img {
  width: 100%;
  height: auto;
}

.newsArea {
  padding: 64px 0;
  background-color: #F1EEEA;
}
.newsArea .news-item {
  background-color: #FFFFFF;
  padding: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
}
.newsArea .news-item .news-cover {
  width: 200px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.newsArea .news-item .news-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  max-width: 100%;
}
.newsArea .news-item .news-info {
  width: calc(100% - 220px);
}
.newsArea .news-item label, .newsArea .news-item .date {
  color: #33AD3B;
  margin-bottom: 8px;
}
.newsArea .news-item h3 {
  font-size: 20px;
}
.newsArea .news-item p {
  color: #555;
}
.newsArea .news-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(165, 165, 165, 0.37);
          box-shadow: 0 0 15px rgba(165, 165, 165, 0.37);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  .newsArea .en-title br {
    display: none;
  }
  .newsArea .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: unset;
  }
  .newsArea .news-item .news-info, .newsArea .news-item .news-cover {
    width: 100%;
  }
}

.newsCenter {
  background-color: unset;
}
.newsCenter .news-item {
  display: block;
  background-color: unset;
}
.newsCenter .news-item .news-cover {
  width: 100%;
  height: 225px;
}
.newsCenter .news-item .news-info {
  width: 100%;
}
.newsCenter .news-item label, .newsCenter .news-item .date {
  margin-top: 8px;
}

.newsPage .articleTitle {
  color: #33AD3B;
  font-size: 32px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 24px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.newsPage .date {
  color: #555555;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.newsPage .textEditor {
  padding: 48px 0 48px;
  color: #555555;
  line-height: 1.8;
}
.newsPage .share_bar {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsPage .share_bar .share_btn {
  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;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  padding: 8px;
  margin-right: 8px;
  width: 45px;
  height: 45px;
  color: #555555;
  font-size: 18px;
}
.newsPage h2 {
  font-size: 22px;
  color: #33AD3B;
  margin-top: 24px;
}
.newsPage h2::after {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  background-image: linear-gradient(268deg, #3b68f3 0%, #33AD3B 100%);
  margin: 16px 0 8px;
}
.newsPage img {
  border-radius: 20px;
}
@media screen and (max-width: 620px) {
  .newsPage .articleTitle {
    font-size: 28px;
    border-bottom: 1px solid #d8d8d8;
  }
  .newsPage .date {
    border-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  .newsPage .container {
    padding: 0 24px 24px;
  }
  .newsPage .topBox.newsArea {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.icon-item-list, .circle-item-list {
  overflow: hidden;
}
.icon-item-list .item, .circle-item-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #555555;
  margin: 16px 0;
}
.icon-item-list .item img, .circle-item-list .item img {
  max-height: 120px;
}
.icon-item-list .item .icon, .circle-item-list .item .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 16px;
}
.icon-item-list .item .circle-title, .circle-item-list .item .circle-title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: 400;
  width: 250px;
  height: 250px;
  background-image: linear-gradient(59deg, #E0FFD5 0%, #f8f8f8 35%, #f8f8f8 65%, #d5fff9 100%);
  color: #333333;
  border-radius: 100%;
  line-height: 1.5;
  margin-bottom: 24px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.icon-item-list .item .circle-title:after, .circle-item-list .item .circle-title:after {
  content: "";
  border: 1px solid #33AD3B;
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.icon-item-list .item .circle-title span, .circle-item-list .item .circle-title span {
  color: #33AD3B;
  width: 100%;
}
.icon-item-list .item p, .circle-item-list .item p {
  text-align: left;
  color: #555555;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.icon-item-list .item:hover .circle-title, .circle-item-list .item:hover .circle-title {
  background: #33AD3B;
  color: #fff;
}
.icon-item-list .item:hover .circle-title span, .circle-item-list .item:hover .circle-title span {
  color: #f8f8f8;
}
.icon-item-list .item:hover .circle-title:after, .circle-item-list .item:hover .circle-title:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.icon-item-list .item:hover p, .circle-item-list .item:hover p {
  color: #333333;
}

@media screen and (max-width: 600px) {
  .circle-item-list .item .circle-title {
    margin-right: 16px;
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
  .circle-item-list .item .circle-title:after {
    width: 120px;
    height: 120px;
  }
}
.process-list {
  text-align: left;
}
.process-list .step-num {
  border-radius: 8px;
  padding: 4px 8px;
  margin-right: 10px;
  background-color: #ccc;
  display: inline-block;
}
.process-list .process-btn {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.process-list .process-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.process-list .process-btn.active .step-num {
  background-color: #33AD3B;
  color: #fff;
}
.process-list .process-btn .process-text {
  padding-left: 50px;
  border: 0;
  display: none;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

@media screen and (min-width: 820px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.gotop {
  display: none;
  background-color: #5a5a5b;
  line-height: 40px;
  font-size: 16px;
  z-index: 100;
  position: fixed;
  right: 24px;
  bottom: 22px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}

.btn-login {
  background-color: #33AD3B;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #33AD3B;
}
.btn-login:hover {
  color: #33AD3B;
  background-color: #fff;
}

.form-control {
  line-height: 2;
}

.btn-lg {
  line-height: 36px;
}

.modal-content {
  border-radius: 20px;
  border: 0;
}

select .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.twzipcode {
  width: 100%;
}
.twzipcode select {
  line-height: 2;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  width: 49%;
  height: 46px;
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 120px 0;
  height: 50svh;
  min-height: 412px;
}
.bg p {
  color: #eee;
}

.bg-s {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 300px;
}
.bg-s h1 {
  margin-top: 80px;
}

.bg-soft-light {
  background-color: #333;
  background-blend-mode: soft-light;
}

.rounded-5 {
  border-radius: 1rem;
}

.Report-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1EEEA;
  padding: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Report-list li:nth-child(even) {
  background-color: #e6e6e6;
}
.Report-list .year {
  font-size: 20px;
  color: #33AD3B;
  font-weight: bold;
  border-right: 1px solid #ddd;
  padding-right: 8px;
  width: 150px;
  text-align: center;
}
.Report-list .month {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Report-list .month a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  opacity: 0.3;
  border: 1px solid #33AD3B;
  width: 56px;
  height: 56px;
  margin: 4px;
  pointer-events: none;
  font-weight: bold;
}
.Report-list .month .year-report {
  width: 90px;
  border-radius: 8px;
}
.Report-list .month .active {
  opacity: 1;
  color: #33AD3B;
  pointer-events: auto;
}
.Report-list .month .active:hover {
  background-color: #33AD3B;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .Report-list .year, .Report-list .year-report-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  .Report-list .year {
    border: 0;
  }
  .Report-list .month {
    width: 500px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .Report-list .month a {
    margin: 8px;
  }
  .Report-list .year-report-wrap {
    margin-top: 16px;
  }
}
@media screen and (max-width: 520px) {
  .Report-list .month {
    width: 320px;
  }
}

.core-list {
  padding: 48px 0;
}
.core-list > div {
  margin-bottom: 8px;
}
.core-list .card {
  background-color: transparent;
  border: 0;
  padding: 16px;
  border-radius: 20px;
  height: 100%;
}
.core-list .card img {
  margin: 0 0 24px 0;
}
.core-list .card h3 {
  font-size: 24px;
  height: 60px;
  color: #33AD3B;
  line-height: 1.2;
  margin-bottom: 8px;
}

.Ele_Purchase_btn, .Ele_Sales_btn {
  width: 150px;
  display: inline-block;
  margin: 8px;
  padding: 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
}

.Ele_Purchase_btn {
  background-color: #ff941b;
}

.Ele_Sales_btn {
  background-color: #0234CC;
}

.Ele_Sales_btn:hover {
  color: #ff941b;
}

.number-list .number-item {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 4px;
}
.number-list .num {
  color: #33AD3B;
  margin-right: 8px;
}
.number-list h3 {
  font-size: 20px;
  color: #33AD3B;
}
.number-list > div {
  border-radius: 12px;
  border-radius: 12px;
}

.footer {
  background: #fff;
  color: #999999;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .webname {
  font-size: 20px;
}
.footer .social-btn {
  padding: 20px 0 30px;
}
.footer .social-btn i {
  color: #333333;
}
.footer .social-btn a {
  display: inline-block;
  padding: 0 2px;
}
.footer .line-btn img, .footer .fb-btn img {
  width: 40px;
}
.footer .line-btn {
  margin-right: 4px;
}
.footer .fc-icon {
  margin-right: 8px;
  color: #999;
}
.footer .footer-logo {
  max-width: 100px;
}
.footer .footer-contact {
  font-size: 36px;
  color: #fff;
}
.footer .item {
  margin-bottom: 16px;
}
.footer .item-title {
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 12px;
}
.footer .icon-item a {
  font-size: 24px;
  margin-right: 8px;
}
.footer p {
  line-height: 1.3;
  padding-right: 5px;
  font-size: 15px;
}
.footer a {
  color: #333333;
}
.footer a:hover {
  color: #33AD3B;
}

.contact {
  padding: 32px 0;
}

.requre {
  color: #ff941b;
}

.contact-info {
  position: relative;
  background-color: #eee;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}
.contact-info .company {
  font-size: 20px;
  font-weight: bold;
}
.contact-info .company span {
  color: #33AD3B;
  display: block;
  margin-bottom: 4px;
}
.contact-info a {
  color: #777;
}
.contact-info .item {
  color: #777;
  margin-top: 4px;
  font-weight: bold;
}
.contact-info .item span {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.contact-info .add-icon {
  background-color: #030303;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: absolute;
  right: 24px;
  top: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-col {
  padding: 45px 0;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-col {
    padding: 15px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer-col-1 {
    width: 100%;
  }
  .col-md-2 {
    display: none;
  }
  .text-center-mb {
    text-align: center !important;
  }
  .contact-info {
    padding: 16px;
  }
  .contact-info .item span {
    margin-right: 4px;
  }
}
.copyright {
  color: #999999;
  font-size: 14px;
}
.copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright ul li {
  padding: 0 5px;
}
@media screen and (min-width: 600px) {
  .copyright ul {
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 8px;
  }
}

.navigation a {
  padding: 0px 15px;
}

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

.list-info {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.list-info img {
  width: 55px;
}

.mb-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100svw;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.nav-menu .menu-photo {
  opacity: 0;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.nav-menu .menu {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.nav-menu.in {
  background-image: linear-gradient(295deg, rgb(210, 242, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(238, 255, 218) 100%);
  padding: 120px 64px 64px;
  height: 100svh;
  opacity: 1;
  pointer-events: unset;
  overflow-y: scroll;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-menu.in .menu-photo {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: 1s 0.5s ease-out;
  transition: 1s 0.5s ease-out;
}
.nav-menu.in .menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: 0.4s 0.8s ease-out;
  transition: 0.4s 0.8s ease-out;
}

.menu {
  display: block;
  padding-left: 0px;
}

.menu li {
  width: 100%;
  padding: 0;
}
.menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
.menu li ul li {
  width: auto;
  margin-right: 24px;
}
.menu li ul li::before {
  content: "";
  content: "";
  background: #143190;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 18px;
  left: -5px;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu a .txt-lg {
  font-size: 36px;
}

.menu a span:hover:after {
  width: 100%;
}

.menu > a:hover {
  color: #030303;
  border-bottom: 0;
}

.menu li:after {
  display: none;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  margin-top: 8px;
  border-top: 1px solid #ddd;
}
.btn-wrap a {
  color: #364867;
  margin-right: 32px;
  font-size: 24px;
}

@media screen and (max-width: 1700px) {
  .serviceArea .it-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-menu.in {
    padding: 80px 16px 16px;
  }
  .nav-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-menu ul ul > li {
    width: 46%;
    margin-right: 0;
  }
  .bannerArea .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  body.menu-open {
    height: 100vh;
    overflow: hidden;
  }
  .container-lg {
    width: 100%;
    padding: 0px 15px;
  }
  .en-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .title {
    font-size: 18px;
    text-align: center;
  }
  .text {
    padding: 40px 10px;
    padding-top: 0px;
  }
  footer .footer-logo {
    height: 36px;
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer .info li {
    margin: 5px auto;
  }
  .bannerArea .BN-text {
    top: 13%;
    left: 0;
  }
  .bannerArea .title {
    font-size: 32px;
  }
  .bannerArea p {
    text-align: center;
    font-size: 18px;
  }
  .aboutArea {
    text-align: center;
    height: auto;
  }
  .aboutArea p {
    text-align: left;
  }
  .aboutArea .icon {
    width: 100px;
    height: 100px;
  }
  .aboutArea .about-title {
    font-size: 32px;
  }
  .aboutArea .text {
    padding-bottom: 10px;
  }
  .serviceArea .service-list li {
    border: 0;
    width: 50%;
  }
  .service-title {
    font-size: 20px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 200px;
  }
  .logo img {
    height: 27px !important;
  }
  .bannerArea .title {
    font-size: 32px;
  }
  .nav-menu {
    padding: 80px 16px 16px;
  }
  .nav-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-menu .menu a .txt-lg {
    font-size: 28px;
  }
  .nav-menu .btn-wrap a {
    font-size: 18px;
  }
  .serviceArea {
    padding: 48px 16px;
  }
  .serviceArea:after {
    height: 130px;
  }
  .serviceArea .service-list li {
    width: 100%;
  }
  .serviceArea .it-title {
    font-size: 18px;
  }
}
#landscape {
  display: none;
  position: fixed;
  width: 95%;
  height: 95svh;
  left: 2.5svw;
  top: 2.5svh;
  color: #0234CC;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background-color: hsla(0, 0%, 94.49%, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(17, 17, 17, 0.2117647059);
          box-shadow: 1px 1px 4px 0px rgba(17, 17, 17, 0.2117647059);
  z-index: 10;
  pointer-events: none;
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .landscape {
    display: block !important;
  }
  .portrait {
    display: none;
  }
  .bannerArea .BN-text {
    top: 18%;
    left: 8%;
  }
  .bannerArea .title {
    font-size: 28px;
    text-align: left;
  }
  .bannerArea p {
    text-align: left;
    font-size: 18px;
  }
}
#login {
  max-width: 600px;
  margin: 120px auto;
}

#Register {
  margin: 120px auto;
}

#login h1, #Register h1 {
  font-size: 28px;
  font-weight: 400;
}
#login .btn-tool, #Register .btn-tool {
  color: #0234CC;
}
#login select + select, #Register select + select {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #login .p-5, #Register .p-5 {
    padding: 1.5rem !important;
  }
  #login .p-3, #Register .p-3 {
    padding: 0rem !important;
  }
}

.modal {
  background-color: hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(20px);
}

.mb-3 {
  position: relative;
}

.showpsw {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  width: 45px;
  height: 45px;
  font-size: 22px;
  background: transparent;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
  direction: ltr;
}

input[type=date]::-webkit-datetime-edit {
  text-align: left;
}