[data-lang=vi] .resource-package-banner {
  background: url("../../img/home_new/resource-package/package-bg-vn.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  [data-lang=vi] .resource-package-banner {
    background: url("../../img/home_new/resource-package/package-bg-mobile-vn.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

[data-lang=th] .resource-package-banner {
  background: url("../../img/home_new/resource-package/package-bg-th.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  [data-lang=th] .resource-package-banner {
    background: url("../../img/home_new/resource-package/package-bg-mobile-th.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

[data-lang=ms] .resource-package-banner {
  background: url("../../img/home_new/resource-package/package-bg-ms.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  [data-lang=ms] .resource-package-banner {
    background: url("../../img/home_new/resource-package/package-bg-mobile-ms.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

.resource-package-banner {
  width: 100%;
  height: 400px;
  background: url("../../img/home_new/resource-package/package-bg.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-banner {
    height: 227px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-banner {
    height: 4.8rem;
    background: url("../../img/home_new/resource-package/package-bg-mobile.png") no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
}
.resource-package-banner .content-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .resource-package-banner .content-box {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.resource-package-banner-title {
  font-size: 68px;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-banner-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-banner-title {
    font-size: 0.6933333333rem;
    text-align: center;
    margin-top: 0.4533333333rem;
  }
}
.resource-package-banner-desc {
  font-size: 40px;
  margin-top: 10px;
  max-width: 700px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-banner-desc {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-banner-desc {
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0rem;
  }
}

.user-function-container {
  padding: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .user-function-container {
    padding: 0.6933333333rem 0.4rem 0rem;
  }
}
.user-function-container .content-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1280px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .content-box {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .content-box {
    width: 100%;
  }
}
.user-function-container .module-name {
  width: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .module-name {
    width: 268px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .module-name {
    width: 8.2666666667rem;
    font-size: 0.48rem;
  }
}
.user-function-container .user-function-list {
  margin-top: 28px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-list {
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 0.32rem;
  }
}
.user-function-container .user-function-item {
  width: 290px;
  height: 96px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #303030;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 26px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-item {
    width: 180px;
    height: 57px;
    font-size: 10px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-item {
    width: 9.2rem;
    height: 2.24rem;
    font-size: 0.4266666667rem;
  }
}
.user-function-container .user-function-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-item img {
    width: 30px;
    height: 30px;
  }
}
.user-function-container .user-function-collapse {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.user-function-container .user-function-detail {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.6933333333rem 0;
  }
}
.user-function-container .user-function-detail.expand {
  max-height: 1500px;
}
.user-function-container .user-function-detail-column {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 500px;
  padding: 24px 0 0 30px;
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-detail-column {
    padding: 16px 0 0 20px;
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column {
    border-radius: 0.1066666667rem;
    width: 100%;
    padding: 0rem;
    min-height: 0rem;
    overflow: hidden;
  }
}
.user-function-container .user-function-detail-column:not(:last-of-type) {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column:nth-child(3n-2) .user-function-detail-column-title {
    background: -webkit-linear-gradient(left, #069482 0%, #65d0c2 100%);
    background: -moz-linear-gradient(left, #069482 0%, #65d0c2 100%);
    background: -o-linear-gradient(left, #069482 0%, #65d0c2 100%);
    background: linear-gradient(90deg, #069482 0%, #65d0c2 100%);
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column:nth-child(3n-1) .user-function-detail-column-title {
    background: -webkit-linear-gradient(359.82deg, #3ea679 0.02%, #acdeb7 99.99%);
    background: -moz-linear-gradient(359.82deg, #3ea679 0.02%, #acdeb7 99.99%);
    background: -o-linear-gradient(359.82deg, #3ea679 0.02%, #acdeb7 99.99%);
    background: linear-gradient(90.18deg, #3ea679 0.02%, #acdeb7 99.99%);
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column:nth-child(3n) .user-function-detail-column-title {
    background: -webkit-linear-gradient(359.82deg, #7ab330 0.02%, #cceeaa 99.99%);
    background: -moz-linear-gradient(359.82deg, #7ab330 0.02%, #cceeaa 99.99%);
    background: -o-linear-gradient(359.82deg, #7ab330 0.02%, #cceeaa 99.99%);
    background: linear-gradient(90.18deg, #7ab330 0.02%, #cceeaa 99.99%);
  }
}
.user-function-container .user-function-detail-column-title {
  color: #303030;
  display: inline-block;
  font-size: 18px;
  font-stretch: normal;
  font-weight: bolder;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-detail-column-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column-title {
    margin-bottom: 0rem;
    font-size: 0.32rem;
    padding: 0.1866666667rem 0.32rem 0.16rem;
    color: #fff;
    display: block;
  }
}
.user-function-container .user-function-detail-column-title::after {
  background-color: #04bba5;
  content: "";
  display: block;
  height: 4px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column-title::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e4e7ed;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.user-function-container .user-function-detail-column-item {
  color: #303030;
  font-size: 14px;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .user-function-container .user-function-detail-column-item {
    font-size: 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column-item {
    padding: 0.1866666667rem 0.4rem;
    margin-top: 0rem;
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}
@media screen and (max-width: 767px) {
  .user-function-container .user-function-detail-column-item:nth-of-type(even) {
    background-color: #f8f9f9;
  }
}

.resource-package-container {
  padding: 63px 0 40px;
  background-color: #f7f8fa;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container {
    padding: 0 0 40px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container {
    background-color: #fff;
    padding: 0rem 0.4rem 0.6933333333rem;
  }
}
.resource-package-container .content-box {
  width: 1280px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .resource-package-container .content-box {
        width: 748px;
    }
}
@media screen and (max-width: 767px) {
  .resource-package-container .content-box {
    width: 100%;
  }
}
.resource-package-container .module-sub-name {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .resource-package-container .module-sub-name {
    font-weight: 400;
  }
}
.resource-package-container .resource-package-body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body {
    margin-top: 0.32rem;
  }
}
.resource-package-container .resource-package-body .currency-select-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-package-container .resource-package-body .currency-select-box .label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  margin-right: 15px;
  color: #606266;
}
.resource-package-container .resource-package-body .currency-select-box .select-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 8px 12px 7px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .currency-select-box .select-box {
    width: 155px;
    padding: 7px 10px;
  }
}
.resource-package-container .resource-package-body .currency-select-box .select-box:hover {
  border-color: #e4e7ed;
}
.resource-package-container .resource-package-body .resource-pack-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list {
    row-gap: 24px;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list {
    row-gap: 0.32rem;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    margin-top: 0.32rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item {
  width: 400px;
  height: 179px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px 20px 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 1px #f5f5f5;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item {
    width: 238px;
    height: 105px;
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item {
    width: 9.2rem;
    height: 4.7733333333rem;
    padding: 0.5333333333rem 0.5333333333rem 0.4rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item > div:not(.resource-package-item-title) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item > div:not(.resource-package-item-title) > div {
  max-width: 216px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item img {
  display: block;
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item img {
    width: 1.44rem;
    height: 1.44rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item-title {
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-title {
    font-size: 10px;
    margin-top: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-title {
    margin-top: 0.4533333333rem;
    font-size: 0.5333333333rem;
    line-height: 0.6933333333rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item-desc {
  height: 41px;
  font-size: 14px;
  line-height: 19px;
  color: #909399;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-desc {
    font-size: 8px;
    height: 20px;
    line-height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-desc {
    height: 1.0933333333rem;
    font-size: 0.3733333333rem;
    line-height: 0.5066666667rem;
    margin-top: 0.1066666667rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item-interval {
  font-size: 14px;
  line-height: 19px;
  color: #049381;
  text-align: right;
  margin-bottom: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-interval {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-interval {
    font-size: 0.3733333333rem;
    line-height: 0.5066666667rem;
    margin-bottom: -0.1333333333rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item-charge {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  color: #303030;
  text-align: right;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-charge {
    font-size: 17px;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-charge {
    height: 1.0666666667rem;
    line-height: 1.0666666667rem;
    font-size: 0.8rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item-currency {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-currency {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item-currency {
    font-size: 0.3733333333rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item .resource-package-login-btn {
  padding: 6px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item .resource-package-login-btn {
    padding: 4px 10px;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-list .resource-package-item .resource-package-login-btn {
    padding: 0.16rem 0.2666666667rem;
  }
}
.resource-package-container .resource-package-body .resource-pack-list .resource-package-item:hover {
  border-color: #049381;
  box-shadow: 0 8px 20px 0 rgba(4, 147, 129, 0.1);
}
.resource-package-container .resource-package-body .resource-pack-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .resource-package-container .resource-package-body .resource-pack-expand {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.32rem;
  }
}

.all-function-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 28px;
  font-size: 14px;
  color: #049381;
  border: 1px solid #049381;
  border-radius: 1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .all-function-btn {
    font-size: 10px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 767px) {
  .all-function-btn {
    padding: 0.1866666667rem 0.5333333333rem;
  }
}
.all-function-btn.expand img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.all-function-btn span {
  margin-right: 4px;
}
.all-function-btn img {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .all-function-btn img {
    width: 8px;
    height: 8px;
  }
}