:root {
  --grey: #5c5c5c;
  --transprant: #fff0;
  --green: #85a597;
  --white: white;
  --light-grey: #a2a2a2;
  --light-green: #cad9d2;
  --new-green: #a5e4b7;
  --white-25: #ffffff40;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--grey);
  letter-spacing: 2.4px;
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  font-family: Noto Serif TC, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif TC, sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif TC, sans-serif;
  font-size: 3.4vw;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif TC, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif TC, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--grey);
  text-decoration: none;
}

.all {
  padding-top: 100px;
  overflow: hidden;
}

.all.sticky-b {
  overflow: visible;
}

.top-banner {
  padding-bottom: 100px;
  overflow: hidden;
}

.home-banner {
  background-color: var(--transprant);
  height: auto;
}

.home-banner-mask {
  height: auto;
  padding-bottom: 40px;
}

.home-banner-slide {
  height: auto;
}

.home-banner-content-b {
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}

.container.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.container.header-container {
  padding-left: 40px;
  padding-right: 0%;
}

.home-slider-content-row {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-slider-content-title {
  z-index: 1;
  padding-top: 40px;
  position: relative;
}

.home-slider-content-title.second-row {
  margin-left: -1px;
  padding-top: 80px;
}

.home-slider-content-title.hidden {
  display: none;
}

.home-slider-content-title-b {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--green);
  color: var(--green);
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.home-slider-content-img {
  aspect-ratio: 16 / 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

.home-slider-content-img.home-slider-1 {
  background-image: url('../images/home-slider-bg32x.jpg');
}

.home-slider-content-img.home-slider-2 {
  background-image: url('../images/home-slider-bg22x.jpg');
}

.home-slider-content-img.home-slider-3 {
  background-image: url('../images/home-sentense-img32x.jpg');
}

.home-slider-content-subtitle {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -100px;
  margin-left: 60px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.home-slider-content-subtitle.payment-margin {
  margin-left: 320px;
}

.home-slider-content-subtitle.hidden {
  display: none;
}

.home-slider-content-subtitle-top-b {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  padding: 10px;
}

.home-slider-content-subtitle-bottom-b {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  margin-top: -1px;
  margin-left: 40px;
  padding: 10px;
}

.display-none {
  display: none;
}

.home-slider-content-img-b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: -40px;
  display: flex;
  position: relative;
}

.home-slider-content-img-b.two-row-title {
  margin-left: -120px;
}

.home-slider-payment-container {
  color: var(--grey);
  text-align: center;
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-payment-b {
  margin-top: 10px;
}

.slider-payment-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  margin: -5px;
  display: flex;
}

.slider-payment-col {
  width: 33.333%;
  padding: 5px;
}

.slider-payment-img {
  width: 100%;
}

.img-full {
  width: 100%;
  display: block;
}

.home-slider-content-payment {
  width: 100%;
  position: relative;
}

.section {
  padding-bottom: 100px;
}

.section.banner-margin {
  padding-bottom: 140px;
}

.section.footer {
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.home-sentense-b {
  width: 100%;
}

.home-sentense-row {
  display: flex;
}

.home-subscription-col {
  z-index: 1;
  width: 60%;
  position: relative;
}

.sentense-content-b {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.sentense-content-b.white {
  background-image: url('../images/pattern-white_1pattern-white.jpg'), linear-gradient(#eaf3ef, #eaf3ef);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.sentense-content {
  z-index: 1;
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.small-txt {
  font-size: 18px;
}

.home-sentense-img-b {
  width: 100%;
  height: 100%;
  padding-top: 70%;
  position: relative;
}

.home-sentense-tab-link-txt {
  opacity: 1;
  color: var(--white);
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.title-container {
  z-index: 1;
  color: var(--green);
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.title-txt {
  text-align: right;
  padding-left: 20px;
}

.title-txt.no-padding {
  padding-left: 0;
}

.title-border-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: -100%;
  display: flex;
}

.title-border-b.sentense-b {
  margin-left: 0%;
}

.title-border-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.title-border-line.green {
  background-color: var(--green);
}

.title-border-head {
  width: 25px;
}

.sentense-illustration-b {
  padding-bottom: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sentense-illustration {
  width: 200px;
}

.txt-grey {
  color: var(--grey);
}

.txt-light-grey {
  color: var(--light-grey);
}

.txt-white {
  color: var(--white);
}

.title-container-b {
  margin-left: 40px;
}

.section-title-container {
  z-index: 1;
  color: var(--green);
  flex: none;
  margin-left: 5%;
  display: inline-block;
  position: relative;
}

.home-news-section {
  margin-top: 20px;
  position: relative;
}

.home-news-slick-b {
  width: 100%;
  display: flex;
}

.home-news-content {
  opacity: .25;
  flex: none;
  width: 33.33%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-news-content.slick-current {
  opacity: 1;
  padding-top: 0;
}

.home-news-img-b {
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.img-cover.stick-top {
  object-position: 50% 0%;
}

.home-news-link-b {
  display: block;
}

.home-news-title-b {
  color: var(--green);
  text-align: center;
  margin-top: 20px;
}

.slick-slider-prev {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-slider-arrow-container {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slick-slider-arrow {
  flex: none;
  width: 12px;
}

.slick-slider-next {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.illustration-title-section {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.illustration-title-b {
  margin-left: 20px;
  margin-right: 5%;
}

.home-news-illustration-img-b {
  width: 200px;
}

.home-virtual-section {
  background-image: url('../images/home-virtual-illustration2.svg'), url('../images/home-virtual-illustration1.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 450px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.home-virtual-row {
  flex-flow: wrap;
  justify-content: center;
  height: 100%;
  margin-top: -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-virtual-col {
  border-right: 1px solid var(--light-green);
  align-self: stretch;
  width: 33.333%;
}

.home-virtual-b {
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-virtual-img-b {
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.home-virtual-title-b {
  color: var(--grey);
  text-align: center;
  flex: 1;
  margin-top: 40px;
}

.home-virtual-description-b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-b {
  border: 1px solid var(--green);
  color: var(--green);
  padding: 10px 20px;
}

.btn-b.white {
  border-color: var(--white);
  color: var(--white);
}

.btn-b.green {
  background-color: var(--green);
  color: var(--white);
}

.btn-b.subscription-bg {
  background-image: url('../images/bg-img.jpg');
  background-size: auto;
}

.btn-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-txt {
  font-weight: 500;
}

.btn-img {
  width: 35px;
  margin-left: 20px;
}

.home-bigbox-illustration-img-b {
  width: 200px;
}

.home-bigbox-row {
  background-image: url('../images/home-bigbox-img.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.home-bigbox-col {
  width: 33.33%;
}

.home-bigbox-conent-container {
  z-index: 1;
  background-color: #85a597f2;
  border-bottom: 3px solid #ffffff80;
  border-right: 3px solid #ffffff80;
  padding-top: 70%;
  position: relative;
}

.home-bigbox-conent-b {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-bigbox-conent {
  color: var(--white);
  text-align: center;
}

.home-bigbox-description-b {
  padding-top: 5px;
}

.home-bigbox-btn-b {
  opacity: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

.home-bigbox-img-b {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-bigbox-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home-bigbox-btn-container {
  margin-top: 20px;
}

.home-bigbox-mobile-section {
  display: none;
}

.home-bigbox-mobile-col {
  width: 100%;
}

.home-info-illustration-img-b {
  width: 150px;
}

.virtual-360-icon-b {
  width: 100%;
  position: absolute;
  inset: 50% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.virtual-360-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-info-tab {
  padding-top: 10px;
  display: none;
}

.home-info-tab-menu {
  flex-flow: wrap;
  display: flex;
}

.home-info-tab-link {
  border: 2px solid var(--new-green);
  background-color: var(--transprant);
  color: var(--grey);
  width: 33.33%;
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 40px 10px;
  transition: color .3s;
}

.home-info-tab-link:hover {
  color: var(--green);
}

.home-info-tab-link.w--current {
  background-color: var(--new-green);
}

.home-info-tab-link.w--current:hover {
  color: var(--grey);
}

.home-info-tab-content {
  padding-top: 80px;
  overflow: visible;
}

.home-info-content {
  flex: none;
  width: 100%;
}

.home-info-link-b {
  display: block;
}

.home-info-img-b {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.home-info-title-b {
  color: var(--grey);
  text-align: center;
  margin-top: 10px;
}

.home-info-title {
  font-size: 22px;
}

.home-info-tag-b {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-info-tag {
  background-color: var(--new-green);
  padding: 5px 20px;
}

.home-info-slider {
  background-color: var(--transprant);
  height: auto;
  margin-left: -1vw;
  margin-right: -1vw;
}

.home-info-mask {
  width: 100%;
}

.home-info-slide {
  width: 33.333%;
  padding-left: 1vw;
  padding-right: 1vw;
}

.home-info-slider-prev {
  width: auto;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.home-info-slider-nxt {
  width: auto;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.home-info-btn {
  text-align: center;
  margin-top: 40px;
}

.home-video-section {
  margin-top: -50px;
}

.home-video-top-illustration-b {
  margin-left: 5%;
}

.home-video-top-illustration {
  width: 220px;
}

.home-video-b {
  width: 100%;
  position: relative;
}

.home-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.home-video-content-container {
  background-color: #85a597cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-video-content-b {
  color: var(--white);
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.home-video-description-b {
  margin-top: 5px;
  font-size: 28px;
  line-height: 150%;
}

.home-video-btn-b {
  margin-top: 40px;
}

.home-video-illustration-inside-top-b {
  margin-top: 10px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-video-illustration-img1-b {
  width: 160px;
}

.home-video-illustration-inside-bottom-b {
  margin-bottom: 10px;
  margin-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-video-illustration-img2-b {
  width: 160px;
}

.home-audio-row {
  flex-flow: wrap;
  display: flex;
}

.home-audio-title-col {
  align-self: stretch;
  width: 20%;
  position: relative;
}

.home-audio-big-content-col {
  width: 80%;
  height: 100%;
}

.home-audio-content-container {
  padding-left: 40px;
}

.home-audio-content-b {
  border-top: 1px solid var(--light-green);
  color: var(--green);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-audio-content {
  margin-top: 40px;
}

.home-audio-content-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-audio-content-col {
  flex: none;
  align-self: stretch;
  width: 33.333%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-audio-content-link {
  border: 1px solid var(--grey);
  background-color: var(--white);
  height: 100%;
  padding: 10px;
  transition: background-color .3s, opacity .3s;
  display: block;
}

.home-audio-content-link:hover {
  background-color: var(--light-green);
  opacity: .75;
}

.home-audio-content-link-row {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-audio-content-icon {
  margin-right: 10px;
}

.home-audio-content-icon-img {
  width: 15px;
}

.home-audio-illustration-b {
  margin-left: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-audio-illustration-img {
  width: 150px;
}

.home-subscription-row {
  flex-flow: wrap;
  display: flex;
}

.home-subscription-content-b {
  border: 1px solid var(--green);
  background-image: url('../images/pattern-white_1pattern-white.jpg'), linear-gradient(#eaf3ef, #eaf3ef);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.home-subscription-content {
  z-index: 1;
  color: var(--white);
  padding-left: 40px;
  position: relative;
}

.home-subscription-illustration-b {
  padding-bottom: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-subscription-illustration {
  width: 200px;
}

.home-sentense-col {
  width: 50%;
}

.home-sentense-img {
  background-color: var(--green);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-sentense-img.img2 {
  background-image: url('../images/2.jpg');
}

.home-sentense-img.img3 {
  background-image: url('../images/3.jpeg');
}

.home-sentense-img.img4 {
  background-image: url('../images/home-sentense-img12x.jpg');
}

.home-sentense-img.img5 {
  background-image: url('../images/e88bc1_ef49d35f81f34db9a2cad15ae6a60c67~mv2_1e88bc1_ef49d35f81f34db9a2cad15ae6a60c67~mv2.avif');
}

.home-subscription-img-col {
  width: 60%;
  margin-left: -20%;
}

.home-subscription-img {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}

.home-subscription-icon-b {
  z-index: 1;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.home-subscription-icon-row {
  flex-flow: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-subscription-icon-col {
  width: 20%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-subscription-icon-img {
  width: 100%;
  max-width: 80px;
  transition: all .3s;
  display: block;
}

.home-subscription-icon-img:hover {
  transform: scale(1.1);
}

.home-subscription-content-container {
  height: 100%;
  padding-top: 80px;
}

.home-subscription-img-container {
  height: 100%;
  padding-bottom: 80px;
}

.home-support-row {
  flex-flow: wrap;
  display: flex;
}

.home-support-img-col {
  width: 60%;
  margin-right: -20%;
}

.home-support-img-container {
  height: 100%;
  padding-bottom: 80px;
}

.home-support-img-b {
  height: 100%;
}

.home-support-img {
  width: 100%;
  height: 100%;
  padding-top: 55%;
  position: relative;
}

.home-support-col {
  z-index: 1;
  width: 60%;
  position: relative;
}

.home-support-content-container {
  height: 100%;
  padding-top: 80px;
}

.home-support-content-b {
  border: 1px solid var(--green);
  background-image: url('../images/pattern-white_1pattern-white.jpg'), linear-gradient(#eaf3ef, #eaf3ef);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.home-support-content {
  z-index: 1;
  color: var(--white);
  padding-left: 40px;
  position: relative;
}

.home-support-illustration-b {
  padding-bottom: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-support-btn-b {
  z-index: 1;
  color: var(--white);
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.home-support-illustration {
  width: 200px;
}

.header {
  z-index: 999;
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: fixed;
}

.nav-link-col {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu-wrap {
  padding-top: 10px;
  padding-right: 40px;
}

.header-top-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-col-l {
  padding-right: 10px;
}

.header-top-b {
  background-color: var(--green);
  border-bottom-left-radius: 25px;
  padding: 10px 40px;
}

.header-top-btn-b {
  color: #fff;
  font-size: 1.5vw;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.header-top-btn-b:hover {
  color: var(--light-green);
}

.header-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-col-r {
  flex-flow: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.header-logo {
  max-width: 400px;
  transition: all .3s;
  display: block;
}

.header-logo:hover {
  transform: scale(1.05);
}

.header-top-b-border {
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link {
  color: var(--grey);
  padding: 0 0 10px;
  font-size: 1.5vw;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green);
}

.nav-link-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.header-top-col {
  padding-left: 10px;
  padding-right: 10px;
}

.header-top-lang-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.header-top-lang-col {
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
}

.nav-dropdown-b {
  display: block;
}

.header-content-dropdown-list {
  background-color: var(--transprant);
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 0 20px;
  right: 0%;
  overflow: hidden;
}

.dropdown-content-info-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  color: var(--grey);
  padding: 0;
  font-size: 18px;
  transition: color .3s;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--green);
}

.sticky-social-container {
  z-index: 990;
  position: fixed;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.sticky-social-b {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px;
  font-size: 20px;
}

.sticky-social-icon-b {
  margin-top: 20px;
}

.sticky-social-icon {
  width: 20px;
  margin-top: 20px;
  transition: all .3s;
  display: block;
}

.sticky-social-icon:hover {
  transform: scale(1.2);
}

.header-top-b-mobile {
  margin-right: -40px;
  padding: 10px 40px 10px 20px;
  display: none;
}

.nav-link-mobile-social-b {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.footer-top-col {
  border-bottom: 1px solid var(--light-green);
  background-color: var(--green);
  color: var(--white);
  border-top-left-radius: 25px;
  flex: none;
  width: 60%;
  max-width: 800px;
  padding: 20px 5% 20px 40px;
}

.footer-top-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-number-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-number-col {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-num-big-txt {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.footer-number-b {
  border-bottom: 1px solid var(--light-green);
  padding-bottom: 5px;
}

.footer-social-row {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  display: flex;
}

.footer-social-col {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-social-icon-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-social-icon-col {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-social-icon {
  width: 40px;
}

.footer-social-border {
  background-color: var(--light-green);
  width: 1px;
  height: 100%;
}

.footer-top-illustration-col {
  width: 40%;
  padding-left: 5%;
  padding-right: 10%;
}

.footer-top-illustration {
  z-index: 1;
  width: 100%;
  max-width: 400px;
  margin-bottom: -15px;
  position: relative;
}

.footer-social-link-b {
  color: var(--white);
  transition: opacity .3s;
  display: block;
}

.footer-social-link-b:hover {
  opacity: .6;
}

.footer-container-b {
  background-color: var(--green);
  padding-top: 20px;
  padding-bottom: 0;
}

.footer-info-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-info-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-address-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-address-col {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-logo {
  width: 150px;
}

.footer-address-info-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.footer-address-info-col {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-address-link-b {
  color: var(--white);
  font-size: 20px;
  transition: opacity .3s;
  display: block;
}

.footer-address-link-b:hover {
  opacity: .6;
}

.footer-address-info {
  width: 20px;
}

.footer-big-subscribe-row {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-big-subscribe-row.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-subscribe-b {
  background-color: var(--white);
  color: var(--green);
  width: 75%;
  max-width: 400px;
  padding: 20px;
}

.footer-subscribe-row {
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-subscribe-col {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 500;
}

.footer-subscribe-txt {
  font-size: 20px;
  font-weight: 400;
}

.text-block {
  padding-top: 5px;
}

.footer-subscribe-btn {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.footer-subscribe-img {
  width: 10px;
}

.footer-illustration-b {
  width: 20%;
  max-width: 100px;
}

.footer-subscribe-container {
  margin-bottom: -20px;
}

.footer-logo-info-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-big-subscribe-b {
  padding-bottom: 20px;
}

.footer-info-container {
  border-bottom: 1px solid #f8f8f833;
  padding-bottom: 20px;
}

.footer-page-link-container {
  color: var(--white);
  border-bottom: 1px solid #f8f8f833;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-page-row {
  flex-flow: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-page-col {
  width: 25%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-page-title {
  font-size: 22px;
  font-weight: 500;
}

.footer-page-link-b {
  padding-top: 20px;
}

.footer-page-link {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  transition: opacity .3s;
  display: block;
}

.footer-page-link:hover {
  opacity: .6;
}

.footer-social-icon-txt {
  font-size: 20px;
}

.footer-bottom-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-row {
  flex-flow: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-bottom-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.home-banner-prev-arrow {
  z-index: 5;
  width: 5%;
  inset: 30% auto auto 0%;
  transform: translate(0, -30%);
}

.home-banner-arrow-img {
  transform-style: preserve-3d;
  width: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-banner-nxt-arrow {
  z-index: 5;
  width: 5%;
  inset: auto auto 30% 0%;
  transform: translate(0, 30%);
}

.home-slider-num_wrapper {
  z-index: 5;
  width: 5%;
  display: block;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.home-slider-num {
  color: var(--green);
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 14px;
}

.home-slider-dot {
  display: none;
}

.banner-img-b {
  width: 100%;
  padding-top: 28%;
  position: relative;
}

.banner-title-b {
  z-index: 6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-title-col {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  padding: 10px;
}

.banner-title-col.subtitle {
  margin-top: -1px;
}

.banner-title-sec-col {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  margin-top: -1px;
  margin-left: 40px;
  padding: 10px;
}

.banner-illustration-b {
  z-index: 5;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-illustration-img {
  width: 200px;
}

.about-us-section {
  margin-top: 40px;
}

.about-us-row {
  margin-top: -10px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.about-us-col {
  width: 50%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us-img-b {
  width: 100%;
}

.about-us-illustration-b {
  width: 100%;
  padding-top: 10px;
}

.about-us-illustration-img {
  width: 80%;
  max-width: 500px;
  margin-left: auto;
}

.about-president-row {
  display: flex;
}

.about-president-col, .about-president-img-col {
  width: 50%;
}

.about-president-img-b {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-director-section {
  background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-director-illustration-img-b {
  width: 200px;
}

.about-director-row {
  flex-flow: wrap;
  display: flex;
}

.about-director-col {
  width: 33.33%;
}

.about-director-container {
  margin-top: -10px;
  padding: 20px;
}

.about-director-b {
  text-align: center;
  padding-top: 10px;
}

.banner-title-txt {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 150%;
}

.director-name {
  color: var(--green);
  font-size: 32px;
}

.about-director-img-b {
  border-radius: 50%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.about-contact-illustration-img-b {
  width: 240px;
}

.about-contact-section {
  background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-contact-row {
  flex-flow: wrap;
  display: flex;
}

.about-contact-col {
  width: 50%;
  padding: 40px;
}

.txt-green {
  color: var(--green);
}

.eng-txt {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.about-contact-b {
  padding-top: 40px;
  font-size: 22px;
}

.about-contact-content-b {
  padding-top: 20px;
}

.about-subcate-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.about-subcate-col {
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-subcate-content-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.about-subcate-content-col {
  padding-left: 5px;
  padding-right: 5px;
}

.about-subcate-bullet {
  background-color: var(--green);
  width: 10px;
  height: 1px;
}

.info-share-row {
  flex-flow: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.info-share-col {
  width: 33.33%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.info-share-img-b {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.info-share-b {
  width: 100%;
  display: block;
}

.info-share-title-b {
  text-align: center;
  padding-top: 10px;
}

.info-share-title {
  font-size: 24px;
  font-weight: 500;
}

.info-share-page-num-container {
  padding-top: 40px;
}

.info-share-page-num-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-share-page-num-row {
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.info-share-page-txt-b {
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  transition: opacity .3s;
}

.info-share-page-txt-b:hover {
  opacity: .75;
}

.info-share-page-txt-b.active {
  background-color: var(--green);
  color: var(--white);
}

.info-share-page-txt {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.info-share-page-txt-row {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-share-page-num-col {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.info-share-page-arrow {
  width: 10px;
}

.video-overlay-b {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-icon-img {
  width: 12.5%;
}

.video-popup {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: auto;
}

.popup-close-btn-b {
  cursor: pointer;
  width: 20px;
  margin-left: auto;
  margin-right: -20px;
  padding-bottom: 20px;
}

.video-popup-bg {
  opacity: .9;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-popup-b {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.video-b {
  z-index: 2;
  width: 100%;
  position: relative;
}

.video-title-b {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
}

.video {
  width: 100%;
  height: auto;
  padding-top: 56%;
}

.video-close-btn {
  width: 20px;
}

.video-popup-container {
  z-index: 999;
  opacity: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.info-share-btn-container {
  text-align: center;
  padding-top: 40px;
}

.info-share-video-b {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.video-btn {
  width: 50px;
  display: block;
}

.video-btn-b {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.banner-gradient-bg {
  z-index: 4;
  background-image: linear-gradient(180deg, var(--transprant) 60%, var(--white));
  position: absolute;
  inset: 0%;
}

.info-share-row-container {
  padding-top: 20px;
}

.info-share-illustration-img-b {
  width: 200px;
}

.info-share-container {
  padding-top: 40px;
}

.info-share-container.top-b {
  padding-top: 0;
}

.info-lightbox-img-b {
  width: 100%;
  padding-top: 62.5%;
  display: block;
  position: relative;
}

.info-share-detail-b {
  padding-top: 40px;
}

.subscribe-popup-container {
  z-index: 999;
  opacity: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.subscribe-popup-bg {
  opacity: .9;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.subscribe-popup {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: auto;
}

.subscribe-b {
  text-align: center;
  background-image: url('../images/pattern-white_1pattern-white.jpg'), linear-gradient(#eaf3ef, #eaf3ef);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 80px 40px;
}

.subscribe-description-b {
  padding-top: 20px;
}

.subscribe-btn-b {
  padding-top: 40px;
}

.subscribe-form-row {
  display: flex;
}

.subscribe-form-field-b {
  width: 100%;
  padding-right: 40px;
}

.subscribe-form-field {
  border: 1px solid var(--light-green);
  height: 100%;
  margin-bottom: 0;
  padding: 0 20px;
}

.subscribe-form-field:focus-visible, .subscribe-form-field[data-wf-focus-visible] {
  color: var(--grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.subscribe-form-field::placeholder {
  color: var(--light-green);
}

.hide {
  display: none;
}

.subscribe-form-btn-b {
  flex: none;
}

.subscribe-popup-b {
  z-index: 2;
  position: relative;
}

.title-border-line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.title-border-line-2.green {
  background-color: #85a597;
}

.section-title-container-2 {
  z-index: 1;
  color: #85a597;
  flex: none;
  margin-left: 5%;
  display: inline-block;
  position: relative;
}

.track-play-icon-b {
  width: 60px;
  height: 60px;
  position: relative;
}

.track-time {
  color: var(--light-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.track-title {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 26px;
}

.track {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.track-album {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
  transition: opacity .3s;
}

.track-album:hover {
  opacity: .51;
}

.true-media-player-track {
  display: none;
}

.thumbnail-wrapper {
  align-items: center;
  display: flex;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-media-player {
  z-index: 998;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.volume-bar-wrapper {
  cursor: pointer;
  background-color: #5c5c5c1a;
  width: 100px;
  height: 3px;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.progress-bar {
  background-color: var(--green);
  width: 50%;
  height: 3px;
  position: relative;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.volume-toggle {
  cursor: pointer;
  width: 20px;
  margin-right: 10px;
}

.media-info-album-txt {
  color: var(--green);
}

.volume-bar {
  background-color: var(--green);
  width: 50%;
  height: 3px;
}

.progress-bar-background {
  background-color: #5c5c5c33;
}

.elapsed {
  color: var(--green);
  flex-direction: row;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.true-progress-head {
  background-color: var(--green);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.media-player-bar-wrapper {
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  display: flex;
}

.duration {
  color: var(--green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.track-b {
  border-bottom: 1px solid var(--light-green);
  padding: 20px;
  transition: background-color .3s;
  position: relative;
}

.track-b:hover {
  background-color: var(--white);
}

.track-play-btn {
  width: 40px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.track-pause-btn {
  width: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.track-list-play-btn {
  position: absolute;
  inset: 0%;
}

.media-info-title {
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
}

.media-info-album-b {
  padding-top: 5px;
}

.media-player-close-b {
  cursor: pointer;
  width: 25px;
}

.track-icon {
  cursor: pointer;
}

.track-list {
  margin-top: -40px;
}

.track-list-pause-btn {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.audio-active-animation {
  opacity: 0;
  width: 20px;
  margin-right: 20px;
}

.track-active-bg {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.media-info-wrapper-mobile {
  display: none;
}

.info-fadeng-img-b {
  width: 100%;
  padding-top: 138%;
  position: relative;
  overflow: hidden;
}

.info-fadeng-date-txt {
  color: var(--green);
  font-size: 20px;
  line-height: 130%;
}

.info-fadeng-title {
  font-size: 24px;
  font-weight: 500;
}

.sticky-fadeng-container {
  z-index: 10;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: auto;
  position: sticky;
  top: 88px;
}

.info-share-fadeng-row {
  flex-flow: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.sticky-fadeng-row {
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  overflow: auto;
}

.sticky-fadeng-col {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-fadeng-arrow-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.sticky-fadeng-arrow-col {
  padding-left: 5px;
  padding-right: 5px;
}

.sticky-fadeng-arrow-img {
  width: 5px;
}

.sticky-fadeng-arrow-b {
  display: block;
}

.sticky-fadeng-form-list {
  margin-bottom: 0;
}

.sticky-fadeng-form {
  background-color: var(--transprant);
}

.sticky-fadeng-select {
  background-color: var(--green);
  color: var(--white);
  letter-spacing: 2.4px;
  background-image: url('../images/sticky-fadeng-dropdown-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 40px 5px 20px;
}

.support-section {
  background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.support-illustration-img-b {
  width: 240px;
}

.support-row {
  flex-flow: wrap;
  display: flex;
}

.support-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.support-detail-container {
  padding-top: 40px;
}

.support-detail-row {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.support-detail-col {
  padding-left: 5px;
  padding-right: 5px;
}

.support-detail-title {
  color: var(--green);
  font-weight: 600;
}

.support-detail-title-col {
  flex: none;
  padding-left: 5px;
  padding-right: 5px;
}

.support-detail-b {
  margin-top: -20px;
}

.support-qrcode-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.support-qrcode-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.support-qrcode-img-b {
  width: 100%;
}

.support-qrcode-b {
  text-align: center;
  padding-top: 10px;
}

.banner-subtitle-txt {
  font-size: 2.8vw;
  line-height: 150%;
}

.info-share-detail-container {
  margin-top: -40px;
}

.info-share-detail-div {
  padding-top: 40px;
}

.video-txt-b {
  padding-bottom: 10px;
}

.track-tab-b {
  width: 100%;
  padding-top: 40px;
}

.track-tab-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.track-tab-img-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.track-tab-col {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.track-tab-img-b {
  position: sticky;
  top: 100px;
}

.track-tab-img {
  width: 100%;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.track-collaspe-b {
  overflow: hidden;
}

.track-btn-b {
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  background-color: var(--green);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.track-btn-title {
  color: var(--white);
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.track-collaspe-btn {
  flex: none;
  width: 30px;
  margin-left: 10px;
}

.wechat-pop-b {
  z-index: 99;
  opacity: 0;
  margin-top: -130px;
  margin-left: -100px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wechat-pop-img-b {
  border-radius: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.wechat-pop-arrow {
  z-index: -1;
  width: 20px;
  margin-top: -10px;
  margin-left: auto;
  position: relative;
}

.wechat-pop-close-b {
  border: 1px solid var(--white);
  background-color: #73b292;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -15px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wechat-pop-close-img {
  width: 30px;
}

.about-president-img {
  background-color: var(--green);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/pattern_1pattern.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
}

.about-president-img._1 {
  background-image: url('../images/prev-president-img.jpg'), url('../images/pattern_1pattern.jpg');
}

.about-president-img._2 {
  background-image: url('../images/now-president-img.jpg'), url('../images/pattern_1pattern.jpg');
}

.tab-prev {
  z-index: 1;
  width: 40px;
  margin-left: -20px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.tab-next {
  z-index: 1;
  width: 40px;
  margin-right: -20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.home-sentense-tab-arrow-container {
  border: 1px solid var(--white);
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-info-tab-row {
  justify-content: center;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.home-info-tab-col {
  padding-left: 5px;
  padding-right: 5px;
}

.home-info-tab-icon {
  width: 25px;
  margin-top: 5px;
  position: relative;
}

.home-info-tab-icon-active, .home-info-tab-icon-hover {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-subtitle-txt {
  font-size: 3.1vw;
}

.home-tab-slider {
  background-color: var(--green);
  height: 100%;
}

.home-info-btn-row {
  flex-flow: wrap;
  display: flex;
}

.home-info-btn-link {
  border: 2px solid var(--new-green);
  background-color: var(--transprant);
  color: var(--grey);
  text-align: center;
  width: 33.33%;
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 40px 10px;
  font-size: 28px;
  transition: color .3s;
}

.home-info-btn-link:hover {
  color: var(--green);
}

.home-info-btn-link.w--current {
  background-color: var(--new-green);
}

.home-info-btn-link.w--current:hover {
  color: var(--grey);
}

.home-info-btn-b {
  padding-top: 10px;
}

.home-video-b2 {
  width: 100%;
  padding-top: 40%;
  position: relative;
}

.home-video2-container {
  padding-top: 40px;
}

.home-video2 {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-slider-btn-b {
  padding: 20px;
}

.home-subscription-btn-b {
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-sentense-tab-scroll-b {
  height: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  overflow: auto;
}

.share-btn-b {
  padding-bottom: 20px;
}

.share-icon-container {
  text-align: left;
  align-items: center;
  margin-top: 5px;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.share-icon-container:hover {
  color: var(--green);
}

.share-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.inline-b {
  display: inline-block;
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="track-collaspe-b"] {
  opacity: 0;
  height: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    letter-spacing: 6px;
    font-size: 44px;
  }

  .container, .container.no-padding {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container.header-container {
    padding-left: 60px;
  }

  .home-slider-content-subtitle {
    margin-right: 40px;
  }

  .section-title-container {
    margin-left: 7%;
  }

  .illustration-title-b {
    margin-right: 7%;
  }

  .home-virtual-section {
    background-size: 500px, 500px;
  }

  .home-virtual-b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-bigbox-conent-container {
    padding-top: 60%;
  }

  .home-info-slider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-info-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-video-top-illustration-b {
    margin-left: 7%;
  }

  .home-video {
    aspect-ratio: 16 / 7;
  }

  .home-audio-title-col {
    width: 25%;
  }

  .home-audio-big-content-col {
    width: 75%;
  }

  .home-audio-content-container {
    padding-left: 80px;
  }

  .home-audio-content-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-audio-content-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-subscription-icon-row {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-subscription-icon-col {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrap {
    padding-right: 60px;
  }

  .header-top-b {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-top-btn-b, .nav-link {
    font-size: 22px;
  }

  .footer-top-col {
    padding-right: 7%;
  }

  .footer-top-illustration-col {
    padding-left: 7%;
    padding-right: 10%;
  }

  .footer-address-row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .footer-address-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-big-subscribe-row.bottom {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer-subscribe-b {
    max-width: 350px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-banner-prev-arrow, .home-banner-nxt-arrow, .home-slider-num_wrapper {
    width: 7%;
  }

  .about-president-col {
    width: 62.5%;
  }

  .about-president-img-col {
    width: 37.5%;
  }

  .about-director-section {
    background-size: 500px, 500px;
  }

  .about-director-illustration-img-b {
    width: 250px;
  }

  .banner-title-txt {
    font-size: 40px;
  }

  .about-contact-illustration-img-b {
    width: 250px;
  }

  .about-contact-section {
    background-size: 500px, 500px;
  }

  .video-popup, .subscribe-popup {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-title-container-2 {
    margin-left: 7%;
  }

  .progress-bar {
    width: 0%;
  }

  .track-list {
    width: 100%;
  }

  .support-section {
    background-size: 500px, 500px;
  }

  .support-illustration-img-b {
    width: 250px;
  }

  .support-qrcode-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .support-qrcode-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-subtitle-txt {
    font-size: 34px;
  }

  .home-subtitle-txt {
    font-size: 44px;
  }

  .home-video2 {
    aspect-ratio: 16 / 7;
  }

  .home-slider-btn-b {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: 1.5px;
    font-size: 22px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .all {
    padding-top: 90px;
  }

  .top-banner {
    padding-bottom: 80px;
  }

  .container.header-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-slider-content-title-b {
    width: 60px;
    height: 60px;
  }

  .home-slider-content-subtitle.payment-margin {
    margin-left: 60px;
  }

  .home-slider-content-img-b {
    margin-left: -30px;
  }

  .home-slider-content-img-b.two-row-title {
    margin-left: -90px;
  }

  .home-slider-payment-container {
    margin-left: 50px;
    inset: 0% 0% auto auto;
  }

  .section {
    padding-bottom: 80px;
  }

  .section.banner-margin {
    padding-bottom: 120px;
  }

  .home-subscription-col {
    width: 70%;
  }

  .sentense-content-b.about-president {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sentense-illustration {
    width: 150px;
  }

  .home-news-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-news-title-b {
    margin-top: 10px;
  }

  .slick-slider-prev {
    margin-left: -10px;
  }

  .slick-slider-next {
    margin-right: -10px;
  }

  .home-news-illustration-img-b {
    width: 150px;
  }

  .home-virtual-section {
    background-size: 400px, 400px;
  }

  .home-bigbox-illustration-img-b {
    width: 150px;
  }

  .home-bigbox-desktop-section {
    display: none;
  }

  .home-bigbox-description-b {
    font-size: 20px;
  }

  .home-bigbox-mobile-section {
    display: block;
  }

  .home-bigbox-mobile-col {
    background-image: linear-gradient(#85a597cc, #85a597cc), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    border-bottom: 2px solid #ffffff80;
    border-right: 2px solid #ffffff80;
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-bigbox-mobile-col.bigbox1 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img1.jpg');
  }

  .home-bigbox-mobile-col.bigbox2 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img2.jpg');
  }

  .home-bigbox-mobile-col.bigbox3 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img3.jpg');
  }

  .home-bigbox-mobile-col.bigbox4 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img4.jpeg');
    background-position: 0 0, 50%;
  }

  .home-bigbox-mobile-col.bigbox5 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img5.jpg');
    background-position: 0 0, 50%;
  }

  .home-bigbox-mobile-col.bigbox6 {
    background-image: linear-gradient(#85a597e6, #85a597e6), url('../images/home-bigbox-img6.jpeg');
    background-position: 0 0, 50%;
  }

  .home-bigbox-mobile-btn-b {
    text-align: center;
  }

  .home-info-illustration-img-b {
    width: 100px;
  }

  .virtual-360-icon {
    width: 40px;
  }

  .home-info-tab-content {
    padding-top: 40px;
  }

  .home-info-title-b {
    margin-top: 10px;
  }

  .home-info-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-info-slide {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-info-slider-prev {
    margin-left: -10px;
  }

  .home-info-slider-nxt {
    margin-right: -10px;
  }

  .home-info-btn {
    margin-top: 20px;
  }

  .home-slider-content-subtitle-txt {
    font-size: 28px;
  }

  .home-video-section {
    margin-top: -20px;
  }

  .home-video-top-illustration {
    width: 160px;
  }

  .home-video-description-b {
    font-size: 26px;
    line-height: 150%;
  }

  .home-video-illustration-img1-b, .home-video-illustration-img2-b {
    width: 120px;
  }

  .home-audio-title-col {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .home-audio-big-content-col {
    width: 100%;
  }

  .home-audio-content-container {
    padding-left: 0;
  }

  .home-audio-content {
    margin-top: 20px;
  }

  .home-audio-illustration-b {
    position: static;
  }

  .home-audio-illustration-img {
    width: 80px;
  }

  .home-subscription-content-b {
    padding-right: 40px;
  }

  .home-subscription-illustration {
    width: 150px;
  }

  .home-subscription-img-col {
    width: 70%;
    margin-left: -40%;
  }

  .home-support-img-col {
    width: 70%;
    margin-right: -40%;
  }

  .home-support-col {
    width: 70%;
  }

  .home-support-content-b {
    padding-right: 40px;
  }

  .home-support-illustration {
    width: 150px;
  }

  .home-bigbox-mobile-row {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #fff0;
  }

  .nav-link-col {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrap {
    padding-top: 0;
    overflow: hidden;
  }

  .header-top-row {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon-b {
    width: 25px;
  }

  .header-top-b {
    display: none;
  }

  .header-top-btn-b {
    font-size: 2.5vw;
  }

  .header-row {
    height: 80px;
  }

  .nav-menu {
    background-color: var(--transprant);
    background-image: url('../images/bg-img.jpg');
    background-position: 0 0;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    padding-bottom: 40px;
    overflow: auto;
  }

  .header-logo {
    max-width: 45vw;
  }

  .header-top-b-border {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    color: #282828;
    text-align: left;
    padding: 20px 10px 20px 0;
    font-size: 2.5vw;
  }

  .nav-link-row {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5%;
    display: block;
  }

  .menu-icon-line {
    background-color: var(--green);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-top-col {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content-dropdown-list {
    padding: 0;
  }

  .dropdown-content-info-b {
    border-top: 1px solid #5c5c5c1a;
    padding-left: 0;
    padding-right: 10px;
  }

  .dropdown-content-info-b.last-menu {
    border-bottom: 1px solid #5c5c5c1a;
  }

  .nav-dropdown-link {
    color: #282828;
  }

  .line02 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sticky-social-container {
    display: none;
  }

  .header-top-b-mobile {
    background-color: var(--green);
    margin-right: 0%;
    padding: 20px 5%;
    display: block;
  }

  .nav-link-mobile-social-b {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-social-row {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    display: flex;
  }

  .mobile-social-col {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-social-icon {
    width: 6vw;
    display: block;
  }

  .footer-top-col {
    width: 70%;
  }

  .footer-top-illustration-col {
    width: 30%;
    padding-right: 5%;
  }

  .footer-info-col {
    width: 60%;
  }

  .footer-address-row {
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-address-col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-address-info-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer-address-info-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-logo-info-col {
    width: 40%;
  }

  .footer-bottom-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-bottom-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-banner-prev-arrow {
    width: 10%;
    inset: auto auto 0% 30%;
    transform: translate(0);
  }

  .home-banner-arrow-img {
    transform: rotateX(0)rotateY(-180deg)rotateZ(90deg);
  }

  .home-banner-nxt-arrow {
    width: 10%;
    inset: auto 30% 0% auto;
    transform: translate(0);
  }

  .home-slider-num_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    inset: auto auto 0% 50%;
    transform: translate(-50%);
  }

  .home-slider-num.total {
    order: 1;
  }

  .home-slider-num.single {
    order: -1;
  }

  .banner-illustration-img {
    width: 150px;
  }

  .about-us-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-us-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-president-row {
    flex-flow: wrap;
    margin-top: 40px;
  }

  .about-president-col {
    width: 100%;
  }

  .about-president-img-col {
    order: -1;
    width: 100%;
  }

  .about-president-img-b {
    padding-top: 75%;
  }

  .about-president-b {
    margin-top: -40px;
  }

  .about-director-section {
    background-size: 350px, 350px;
  }

  .about-director-illustration-img-b {
    width: 150px;
  }

  .banner-title-txt {
    font-size: 32px;
  }

  .about-contact-illustration-img-b {
    width: 200px;
  }

  .about-contact-section {
    background-size: 350px, 350px;
  }

  .about-contact-col {
    padding: 20px;
  }

  .info-share-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .info-share-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-share-title {
    font-size: 20px;
  }

  .popup-close-btn-b {
    margin-right: 0;
    padding-bottom: 10px;
    top: 1%;
    right: 6%;
  }

  .video-b {
    max-width: none;
  }

  .info-share-illustration-img-b {
    width: 150px;
  }

  .subscribe-form-field-b {
    padding-right: 20px;
  }

  .track-play-icon-b {
    flex: none;
    width: 40px;
    height: 40px;
  }

  .track-title {
    font-size: 22px;
  }

  .track-details-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .track-album {
    font-size: 16px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-album-txt {
    overflow: hidden;
  }

  .elapsed, .media-player-volume-wrapper {
    display: none;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .duration {
    display: none;
  }

  .track-icon {
    cursor: pointer;
    width: 18px;
  }

  .info-fadeng-date-txt {
    font-size: 16px;
    line-height: 130%;
  }

  .info-fadeng-title {
    font-size: 20px;
  }

  .sticky-fadeng-container {
    top: 80px;
  }

  .info-share-fadeng-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sticky-fadeng-select {
    letter-spacing: 1.5px;
  }

  .support-section {
    background-size: 350px, 350px;
  }

  .support-illustration-img-b {
    width: 200px;
  }

  .support-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-detail-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-subtitle-txt {
    font-size: 28px;
  }

  .track-tab-img-col {
    width: 35%;
  }

  .track-tab-col {
    width: 65%;
  }

  .track-tab-img-b {
    top: 90px;
  }

  .track-btn-title {
    font-size: 30px;
  }

  .track-collaspe-btn {
    width: 25px;
  }

  .about-president-img {
    position: absolute;
    inset: 0%;
  }

  .home-subtitle-txt {
    font-size: 32px;
  }

  .home-info-btn-link {
    font-size: 24px;
  }

  .home-sentense-tab-scroll-b {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 1px;
    font-size: 20px;
  }

  h2 {
    letter-spacing: 0;
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .all {
    padding-top: 75px;
  }

  .top-banner {
    padding-bottom: 40px;
  }

  .home-slider-content-title {
    padding-top: 0;
  }

  .home-slider-content-title.second-row {
    padding-top: 40px;
  }

  .home-slider-content-img {
    aspect-ratio: 6 / 5;
    min-height: 500px;
  }

  .home-slider-content-img.home-slider-1 {
    background-image: url('../images/home-slider-bg3-mobile2x.jpg');
  }

  .home-slider-content-img.home-slider-2 {
    background-image: url('../images/home-slider-bg2-mobile2x.jpg');
  }

  .home-slider-content-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .home-slider-content-subtitle.payment-margin {
    margin-left: 0;
  }

  .home-slider-content-img-b {
    margin-left: -40px;
  }

  .home-slider-content-img-b.two-row-title {
    margin-left: -105px;
  }

  .section {
    padding-bottom: 40px;
  }

  .section.banner-margin {
    padding-bottom: 80px;
  }

  .home-sentense-b {
    margin-top: -40px;
  }

  .home-sentense-row {
    flex-flow: column;
  }

  .home-subscription-col {
    order: 1;
    width: 100%;
  }

  .sentense-content-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sentense-illustration {
    width: 180px;
  }

  .home-news-slick-b.slick-item-list {
    width: 90vw;
    max-width: none;
  }

  .home-news-content {
    opacity: 1;
    padding-top: 0;
  }

  .slick-slider-prev {
    margin-left: -8px;
  }

  .slick-slider-arrow-container {
    width: 30px;
    height: 30px;
  }

  .slick-slider-next {
    margin-right: -8px;
  }

  .home-news-illustration-img-b {
    width: 120px;
  }

  .home-virtual-section {
    background-size: 350px, 350px;
    padding-top: 150px;
  }

  .home-virtual-col {
    border-right-style: none;
    width: 50%;
  }

  .home-virtual-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-virtual-title-b {
    margin-top: 20px;
  }

  .home-virtual-description-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-b {
    padding: 5px 15px;
  }

  .btn-b.subscription-bg {
    background-color: var(--white);
    background-image: none;
    background-size: auto;
    border-bottom-style: none;
  }

  .btn-img {
    width: 30px;
    margin-left: 10px;
  }

  .home-bigbox-illustration-img-b {
    width: 120px;
  }

  .home-bigbox-mobile-col {
    border-bottom-width: 2px;
    border-bottom-color: #ffffff80;
    border-right-style: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-info-illustration-img-b {
    width: 80px;
  }

  .home-info-tab-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-info-content {
    opacity: 1;
  }

  .home-info-slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-slider-content-subtitle-txt {
    font-size: 24px;
  }

  .home-video-top-illustration {
    width: 140px;
  }

  .home-video-illustration-inside-top-b {
    margin-right: 20px;
  }

  .home-video-illustration-img1-b {
    width: 100px;
  }

  .home-video-illustration-inside-bottom-b {
    margin-left: 20px;
  }

  .home-video-illustration-img2-b {
    width: 100px;
  }

  .home-audio-content-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-audio-content-col {
    width: 50%;
  }

  .home-subscription-content-b {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-subscription-illustration {
    width: 180px;
  }

  .home-sentense-col {
    width: 100%;
  }

  .home-sentense-col.last {
    order: 1;
  }

  .home-subscription-img-col {
    width: 100%;
    margin-left: 0%;
  }

  .home-subscription-icon-b {
    padding-top: 20px;
  }

  .home-subscription-content-container {
    padding-top: 0;
  }

  .home-subscription-img-container {
    padding-bottom: 0;
  }

  .home-support-img-col {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home-support-img-container {
    padding-bottom: 0;
  }

  .home-support-col {
    order: 1;
    width: 100%;
  }

  .home-support-content-container {
    padding-top: 0;
  }

  .home-support-content-b {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-support-btn-b {
    padding-top: 20px;
  }

  .home-support-illustration {
    width: 180px;
  }

  .nav-menu-wrap {
    padding-right: 0;
  }

  .header-top-btn-b {
    font-size: 24px;
    line-height: 130%;
  }

  .header-row {
    height: 70px;
  }

  .header-logo {
    max-width: 350px;
  }

  .nav-link {
    font-size: 24px;
    line-height: 130%;
  }

  .mobile-social-icon {
    width: 8vw;
    min-width: 40px;
  }

  .footer-top-col {
    width: 90%;
    padding-left: 5%;
  }

  .footer-top-row {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer-top-illustration-col {
    display: none;
  }

  .footer-info-col {
    width: 100%;
  }

  .footer-address-row {
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer-address-col {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-subscribe-txt {
    font-size: 18px;
  }

  .footer-logo-info-col {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-page-col {
    width: 50%;
  }

  .footer-page-link-b {
    padding-top: 10px;
  }

  .footer-bottom-container {
    border-top-color: #ffffff0d;
  }

  .footer-bottom-row {
    justify-content: center;
    margin-top: -5px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-bottom-link {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .banner-img-b {
    padding-top: 40%;
  }

  .banner-title-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-sec-col {
    margin-left: 20px;
  }

  .banner-illustration-img {
    width: 120px;
  }

  .about-us-row {
    flex-flow: wrap;
  }

  .about-us-col {
    width: 100%;
  }

  .about-president-row {
    margin-top: 20px;
  }

  .about-president-b {
    margin-top: -20px;
  }

  .about-director-section {
    background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-director-col {
    width: 50%;
  }

  .about-director-container {
    padding: 10px;
  }

  .banner-title-txt {
    font-size: 28px;
  }

  .about-contact-illustration-img-b {
    width: 180px;
  }

  .about-contact-section {
    background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-contact-col {
    width: 100%;
  }

  .about-contact-b {
    padding-top: 20px;
  }

  .info-share-col {
    width: 50%;
  }

  .video-btn {
    width: 40px;
  }

  .info-share-illustration-img-b {
    width: 120px;
  }

  .subscribe-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subscribe-btn-b {
    padding-top: 20px;
  }

  .subscribe-form-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .subscribe-form-field-b {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .subscribe-form-field {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .track-time {
    font-size: 14px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-album-txt {
    font-size: 14px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .track-play-btn, .track-pause-btn {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-info-title {
    font-size: 18px;
  }

  .audio-active-animation {
    margin-right: 10px;
  }

  .sticky-fadeng-container {
    top: 70px;
  }

  .sticky-fadeng-select {
    letter-spacing: 1px;
  }

  .support-section {
    background-image: url('../images/close-quote.svg'), url('../images/open-quote.svg');
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support-illustration-img-b {
    width: 180px;
  }

  .support-col {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-subtitle-txt {
    font-size: 24px;
  }

  .track-tab-row {
    justify-content: center;
    align-items: center;
  }

  .track-tab-img-col {
    width: 50%;
    padding-bottom: 20px;
  }

  .track-tab-col {
    width: 100%;
  }

  .track-tab-img-b {
    position: static;
  }

  .home-info-tab-row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .home-info-tab-col {
    padding-left: 2px;
    padding-right: 2px;
  }

  .home-info-tab-icon {
    margin-top: 3px;
  }

  .home-info-btn-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .home-video-content-title {
    font-size: 36px;
  }

  .home-slider-btn-b {
    padding-left: 0;
    padding-right: 0;
  }

  .home-subscription-btn-b {
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  .home-slider-content-title.second-row {
    padding-bottom: 0;
  }

  .home-slider-content-subtitle {
    margin-top: -60px;
    margin-left: 0;
  }

  .home-slider-content-img-b {
    margin-left: -45px;
  }

  .sentense-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-container {
    margin-bottom: 20px;
  }

  .sentense-illustration {
    width: 120px;
  }

  .title-container-b {
    margin-left: 20px;
  }

  .section-title-container {
    margin-bottom: 20px;
  }

  .home-virtual-col {
    width: 100%;
  }

  .home-virtual-b {
    padding-left: 0;
    padding-right: 0;
  }

  .home-info-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .home-info-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-slider-content-subtitle-txt {
    font-size: 20px;
  }

  .home-video {
    aspect-ratio: 1;
  }

  .home-video-description-b {
    font-size: 24px;
    line-height: 150%;
  }

  .home-video-btn-b {
    margin-top: 20px;
  }

  .home-video-illustration-inside-top-b, .home-video-illustration-inside-bottom-b {
    display: none;
  }

  .home-audio-content-row {
    margin-top: -10px;
  }

  .home-audio-content-col {
    width: 100%;
    padding-top: 10px;
  }

  .home-subscription-content-b {
    padding-right: 20px;
  }

  .home-subscription-content {
    padding-left: 20px;
  }

  .home-subscription-illustration {
    width: 120px;
  }

  .home-subscription-icon-b {
    padding-left: 20px;
  }

  .home-subscription-icon-col {
    width: 33.33%;
  }

  .home-support-content-b {
    padding-right: 20px;
  }

  .home-support-content, .home-support-btn-b {
    padding-left: 20px;
  }

  .home-support-illustration {
    width: 120px;
  }

  .header-top-row {
    margin-top: -5px;
  }

  .header-top-btn-b {
    font-size: 22px;
  }

  .nav-menu {
    overflow: auto;
  }

  .header-top-col {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-number-row, .footer-social-row {
    display: block;
  }

  .footer-social-col {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-social-icon {
    width: 25px;
  }

  .footer-social-border {
    width: 100%;
    height: 1px;
  }

  .footer-address-row {
    justify-content: center;
    align-items: center;
  }

  .footer-big-subscribe-row, .footer-big-subscribe-row.bottom {
    justify-content: center;
    align-items: flex-end;
  }

  .home-banner-prev-arrow {
    left: 20%;
  }

  .home-banner-nxt-arrow {
    right: 20%;
  }

  .banner-img-b {
    padding-top: 50%;
  }

  .banner-title-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-illustration-b {
    margin-right: 10px;
  }

  .banner-illustration-img {
    width: 100px;
  }

  .about-director-section {
    background-size: 200px, 200px;
  }

  .about-director-col {
    width: 100%;
  }

  .about-director-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-txt {
    font-size: 24px;
  }

  .about-contact-illustration-img-b {
    width: 160px;
  }

  .about-contact-section {
    background-size: 200px, 200px;
  }

  .info-share-col {
    width: 100%;
  }

  .subscribe-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-container-2 {
    margin-bottom: 20px;
  }

  .track-title {
    font-size: 20px;
  }

  .track-album {
    font-size: 16px;
  }

  .tl-track-time-wrapper, .media-info-wrapper {
    display: none;
  }

  .media-info-title {
    text-align: center;
  }

  .media-info-wrapper-mobile {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }

  .sticky-fadeng-row {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 14px;
  }

  .sticky-fadeng-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sticky-fadeng-arrow-row {
    font-size: 14px;
  }

  .sticky-fadeng-select {
    background-size: 30px;
    padding-right: 35px;
  }

  .support-section {
    background-size: 200px, 200px;
  }

  .support-illustration-img-b {
    width: 160px;
  }

  .support-qrcode-row {
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .support-qrcode-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .banner-subtitle-txt {
    font-size: 20px;
  }

  .track-tab-img-col {
    width: 80%;
  }

  .track-btn-b {
    padding: 10px;
  }

  .track-btn-title {
    font-size: 26px;
  }

  .track-collaspe-btn {
    width: 18px;
  }

  .tab-prev {
    width: 30px;
    margin-left: -15px;
  }

  .tab-next {
    width: 30px;
    margin-right: -15px;
  }

  .home-sentense-tab-arrow-container {
    width: 30px;
    height: 30px;
  }

  .home-subtitle-txt {
    font-size: 28px;
  }

  .footer-txt-unwrap {
    white-space: nowrap;
    font-size: 17px;
  }

  .home-video-b2 {
    padding-top: 55%;
  }

  .home-video2 {
    aspect-ratio: 1;
  }

  .home-video-content-title {
    font-size: 34px;
  }
}


