.current-lang-kr{
  word-break: keep-all;
}
body{
  margin: 0;
  background-color: #fff;
  font-size: initial;
}
a {
  text-decoration: none !important;
  color: #000;
}
p{
  margin: 0;
}
/* flex 布局 */
.flex {
  display: flex;
}
.flex-warp{
  display: flex;
  flex-wrap: wrap;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-space-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.flex-between{
  display: flex;
  justify-content: space-between;
}
.flex-align-center{
  display: flex;
  align-items: center;
}
.flex-column{
  display: flex;
  flex-direction:column;
}
.flex-column-center{
  display: flex;
  flex-direction:column;
  align-items: center;
}
.flex-column-between{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;
}
.none {
  display: none;
}
/* 背景色 */
.bg-btn{
  background: #00AA76; 
}
.bg-white{
  background-color: #fff;
}
/* 字体大小颜色 */
.text-btn {
  color: #00AA76;
}
.text-dark{
  color:#1C1F25 !important;
}
.text-title{
  color: #1C1F25;
}
.text-desc7{
  color:rgba(28, 31, 37, .7)
}
.text-desc5{
  color:rgba(28, 31, 37, .5)
}
.text-desc6{
  color:rgba(28, 31, 37, .6)
}
.text-desc8{
  color:rgba(28, 31, 37, .8)
}
.text-desc9{
  color:rgba(28, 31, 37, .9)
}
.text-dark-desc7{
  color:rgba(0, 0, 0, .7)
}
.text-white{
  color: #fff;
}
.text-white4{
  color: rgba(255, 255, 255, .4);
}
.text-white6{
  color: rgba(255, 255, 255, .6);
}
.text-white7{
  color: rgba(255, 255, 255, .7);
}
.text-white8{
  color: rgba(255, 255, 255, .8);
}
.text-009265{
  color: #009265;
}
.text-595959{
  color: #595959;
}
.text-0A0A0B{
  color: #0A0A0B;
}
/* 字体 */
.font-bold{
  font-family: 'Gilroy-Bold';
}
.current-lang-vn .font-bold {
  font-family: 'Svn-Gilroy-Bold';
}
.current-lang-kr .font-bold {
  font-family: 'Kr-Noto-Bold';
}
.current-lang-hk .font-bold {
  font-family: 'Tc-Noto-Bold';
}
.current-lang-jp .font-bold {
  font-family: 'NotoSansJP-ExtraBold';
}
.font-Regular{
  font-family: 'Gilroy-Regular';
}
.current-lang-vn .font-Regular{
  font-family: 'Svn-Gilroy-Regular';
}
.current-lang-kr .font-Regular{
  font-family: 'Kr-Noto-Regular';
}
.current-lang-hk .font-Regular{
  font-family: 'Tc-Noto-Regular';
}
.current-lang-jp .font-Regular{
  font-family: 'NotoSansJP-Regular';
}
.font-Medium{
  font-family: 'Gilroy-Medium';
}
.current-lang-vn .font-Medium{
  font-family: 'Svn-Gilroy-Medium';
}
.current-lang-kr .font-Medium{
  font-family: 'Kr-Noto-Medium';
}
.current-lang-hk .font-Medium{
  font-family: 'Tc-Noto-Medium';
}
.current-lang-jp .font-Medium{
  font-family: 'NotoSansJP-Medium';
}
.font-Semibold{
  font-family: 'Gilroy-Semibold';
}
.current-lang-vn .font-Semibold{
  font-family: 'Svn-Gilroy-SemiBold';
}
.current-lang-kr .font-Semibold{
  font-family: 'Kr-Noto-Medium';
}
.current-lang-hk .font-Semibold{
  font-family: 'Tc-Noto-Medium';
}
.current-lang-jp .font-Semibold{
  font-family: 'NotoSansJP-SemiBold';
}
/* 按钮 */
.btn-link{
  display: inline-block;
  background: #00AA76;
  color: #FFFFFF;
  font-family: 'Gilroy-SemiBold';
  border-radius: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  padding: 0 40px;
  box-sizing: border-box;
  min-width: 200px;
}
.btn-link.btn-link-right{
  background: #fff;
  color: #00AA76;
  border: 1px solid #00AA76;
}
.btn-link.btn-link-right:hover {
  background: #fff;
}
.current-lang-hk .btn-link{
  font-family: 'Tc-Noto-Medium';
}
.current-lang-vn .btn-link{
  font-family: 'Svn-Gilroy-SemiBold';
}
.current-lang-kr .btn-link{
  font-family: 'Kr-Noto-Medium';
}
.btn-link:hover{
  text-decoration: none !important;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #00AA76;
}
.btn-disable{
  background-color: #D9D9D9 !important;
  cursor: auto !important;
}
/* blog 更多 */
.blog-more-btn{
  background: rgba(0,170,118,0.1);
  border: 1px solid rgba(0, 170, 118, 0.2);
  border-radius: 37.5px;
  color: #00AA76;
  line-height: 56px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  /* width: fit-content; */
  font-size: 18px;
}
.blog-more-btn:hover{
  background: rgba(0, 146, 101, 0.1);
  border: 1px solid rgba(0, 146, 101, 0.1);
  color: #009265;
}
.blog-more-btn a{
  color: #00AA76;
}

/* banner 字体 */
.text-difference{
  color: #fff;
  mix-blend-mode: difference;
  z-index: 9;
}

/* 字体大小 */
.font-80 {
  font-size: 80px;
  line-height: 80px;
}
.font-70 {
  font-size: 60px;
  line-height: 68px;
}
.font-14 {
  font-size: 14px;
}


/* 宽度 */
.lg-width{
  width: 1536px;
  margin: 0 auto;
}

/* 间距 */
.py-150{
  padding: 150px 0;
}
.py-120{
  padding: 120px 0;
}

/* 鼠标样式 */
.c-pointer{
  cursor: pointer;
}

/* 表单错误 */
.has-error input{
  border-color: #ff5555 !important;
}
.has-error .bootstrap-select .dropdown-toggle{
  border-color: #ff5555 !important;
}
.bg-center{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
.select-placeholder{
  opacity: 0.3;
  color: #1C1F25;
}
.help-block{
  color: #f00;
}
/* bootstrap */
.dropdown-toggle::after{
  display: none !important;
}
/* 顶部导航栏浮动间距 */
.header-top{
  padding-top: 92px;
}
/* checkbox 自定义样式 */
.beforCheckBox {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}
.beforCheckBox input{
  opacity: 0;
  -webkit-appearance:auto;
  cursor: pointer;
}
.has-success .beforCheckBox .show-box, .beforCheckBox input:checked + .show-box {
  background: #00AA76;
  border-color: #00AA76;
}

.beforCheckBox .show-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  background: white;
  pointer-events:none
}

.beforCheckBox .show-box:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* 表单样式 */
input, textarea{
  caret-color: #00AA76;
  -webkit-appearance: none;
  outline: none;
}
input:focus-visible{
  outline: #B0B0B0;
  border-color: #00AA76;
}
input:focus{
  border-color: #00AA76;
}
input::placeholder, textarea::placeholder{
  color:rgba(28, 31, 37, .5) !important
}
/*  */
.subscribe-error-tip-icon{
  font-size: 20px;
  color: #FF5748;
}
.subscribe-tip-error-icon{
  color: #FAAD14;
}
.btn:focus{
  box-shadow: none !important;
}
.form-control{
  border: 1px solid #DADCE0 !important;
  border-radius: 8px;
  caret-color:#009265 !important;
}
.form-control:focus{
  border-color: #00AA76 !important;
  box-shadow: none;
}
.btn-light{
  border: 1px solid #DADCE0 !important;
  background-color: #FFF !important;
}
.form-group .bootstrap-select .dropdown-toggle:focus{
  outline: transparent !important;
}
.show>.btn-light.dropdown-toggle:focus{
  box-shadow: none !important;
}
.show>.btn-light.dropdown-toggle{
  background: #fff !important;
}
.btn-light:hover, .btn-light:focus,.btn-light:not(:disabled):not(.disabled):active{
  background: #fff !important;
  border-color: #DFDFDF !important;
  box-shadow:none !important
}
.bootstrap-select .dropdown-toggle:focus{
  outline: auto !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder{
  color:rgba(28, 31, 37, 0.5) !important ;
}
/* 动画 */
@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); }
  to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
}

@keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); }
  to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
}
.fadeInUp { -webkit-animation-name: fadeinup; animation-name: fadeInUp; }
.animated { -webkit-animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-duration: 0.7s; animation-fill-mode: both; animation-timing-function:ease-out ; visibility: visible;}

/*Shadow scrolling  */
.shadowHidden{
  overflow: hidden;
  height: 100vh;
}
.button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
/* 视屏播放  */
.videoDialog{
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.videoDialog-box{
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 810px;
  height: 50%;
  height: 456px;
}
.videoDialog-close{
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  cursor: pointer;
  color: #161617;
}
/* input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
} */
input {
   background-color:#fff;
}
.dropdown-item:active{
  color: #212529;
  background-color: rgba(0, 170, 118, 0.08);
}
 /* 消息通知 */
.eeo-message{
  position: fixed;
  z-index: 10000;
  width: 100%;
  left: 0;
  right: 0;
  top: 110px;
}
.eeo-message-content{
  width: fit-content;
  max-width: 80%;
  padding: 8px;
  border-radius: 6px;
}
.eeo-message-icon{
  font-size: 20px;
  margin-right: 8px;
}
.eeo-messate-text{
  font-size: 14px;
  line-height: 22px;
}
.eeo-message-error .eeo-message-icon-success{
  display: none;
}
.eeo-message-error .eeo-message-content{
  background: #FFF0F0;
  border-radius: 6px;
  color: #E94040;
}
.eeo-message-success .eeo-message-icon-error{
  display: none;
}
.eeo-message-success .eeo-message-content{
  background: #E6F7F1;
  color: #00AA76;
}
/* cookie */
.cookie-policy{
  position: fixed;
  left: 0 ;
  right: 0;
  bottom: 24px;
}
.cookie-policy-content{
  position: relative;
  width: 1520px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 3px 8px 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.cookie-policy-close{
  position: absolute;
  right: 13px;
  top: 13px;
  color: rgba(28, 31, 37, 0.3);
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
}
.cookie-policy-text{
  font-size: 16px;
  line-height: 22px;
}
.cookie-policy-text a{
  color: #00AA76 !important;
  text-decoration: underline !important;
}
.cookie-policy-btn{
  background: #00AA76;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 0;
  cursor: pointer;
  border-radius: 46px;
  width: 190px;
  flex-shrink: 0;
  margin-left: 35px;
  text-align: center;
}
.current-lang-vn .cookie-policy-btn{
  width: 220px;
}
.current-lang-jp .cookie-policy-btn{
  width: 240px;
}
.cookie-policy-btn:hover{
  background: #009265;
}
input::-webkit-contacts-auto-fill-button {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
}
input:focus::-webkit-contacts-auto-fill-button{
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
}
/* 文章图片样式 */
.alignleft {
  display:inline;
  float:left;
  margin-right:1.625em;
}

.alignright {
  display:inline;
  float:right;
  margin-left:1.625em;
}

.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none !important;
}
.dropdown-item:hover,.dropdown-item.active{
  background-color: rgba(0, 170, 118, 0.08);
  color: #1C1F25;
}
.form-checkout{
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1920px){
  .cookie-policy-content{
    width: 1080px;
  }
  .py-150{
    padding: 120px 0;
  }
  .py-120{
    padding: 100px 0;
  }
  .lg-width{
    width: 1120px;
    margin: 0 auto;
  }
  .btn-link{
    border-radius: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0 24px;
    min-width: 180px;
  }
  .blog-more-btn{
    line-height: 54px;
    width: 180px;
  }
  /* 字体大小 */
.font-80 {
  font-size: 56px;
  line-height: 64px;
}
.font-70 {
  font-size: 48px;
  line-height: 52px;
}
  
}
@media screen and (max-width: 1200px){
  .cookie-policy-content{
    width: calc(100vw - 80px);
    max-width: 1080px;
    flex-direction: column;
  }
  .cookie-policy-btn{
    margin-top: 24px;
    margin-left: 0;
  }
  .header-top{
    padding-top: 92px;
  }
  .py-150{
    padding: 80px 0;
  }
  .py-120{
    padding: 80px 0;
  }
  .lg-width{
    width: 880px;
    margin: 0 auto;
  }
  .btn-link{
    border-radius: 56px;
    font-size: 16px;
    line-height: 56px;
  }
  /* 字体大小 */
.font-80 {
  font-size: 48px;
  line-height: 52px;
}
.font-70 {
  font-size: 40px;
  line-height: 40px;

}
.header-top{
  padding-top: 76px;
}
}
@media screen and (max-width: 960px){
  .py-150{
    padding: 60px 0;
  }
  .py-120{
    padding: 60px 0;
  }
  .lg-width{
    width: 688px;
  }
  .font-80 {
    font-size: 36px;
    line-height: 36px;
  }
  .font-70 {
    font-size: 32px;
    line-height: 36px
  }
  .animated {visibility: visible !important; }


  .videoDialog-box{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .py-150{
    padding: 60px 0;
  }
  .py-120{
    padding: 40px 0;
  }
  .lg-width{
    width: 100%;
  }
  .min-width{
    width: 540px !important;
  }
  .cookie-policy-content{
    width: calc(100% - 40px);
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 580px){
  .min-width{
    width: calc(100vw - 40px) !important;
    max-width: 540px;
  }
  .dropdown-menu{
    width: calc(100vw - 80px) !important;
    min-width: calc(100vw - 80px) !important;
    max-width: 540px;
  }
  .cookie-policy-btn{
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
  .current-lang-vn  .cookie-policy-btn{
    width: 100%;
  }
  .current-lang-jp  .cookie-policy-btn{
    width: 100%;
  }
}

