@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --fonts9: 9px;
  --fonts12: 12px;
  --fonts13: 13px;
  --fonts14: 14px;
  --fonts15: 15px;
  --fonts16: 16px;
  --fonts18: 18px;
  --fonts20: 20px;
  --fonts22: 22px;
  --fonts24: 24px;
  --fonts25: 25px;
  --fonts26: 26px;
  --fonts28: 28px;
  --fonts30: 30px;
  --fonts31: 31px;
  --fonts32: 32px;
  --fonts34: 34px;
  --fonts35: 35px;
  --fonts36: 36px;
  --fonts38: 38px;
  --fonts40: 40px;
  --fonts42: 42px;
  --fonts44: 44px;
  --fonts45: 45px;
  --fonts46: 46px;
  --fonts48: 48px;
  --fonts50: 50px;
  --fonts54: 54px;
  --fonts55: 55px;
  --fonts56: 56px;
  --fonts58: 58px;
  --fonts60: 60px;
  --fonts62: 62px;
  --fonts64: 64px;
  --fonts65: 65px;
  --fonts68: 68px;
  --fonts74: 74px;
  --fonts75: 75px;
  --fonts78: 78px;
  --fonts80: 80px;
  --fonts92: 92px;
  --fonts100: 100px;
  --fonts120: 120px;
  --fonts140: 140px;
  --fonts130: 130px;
  --fonts150: 150px;
  --fonts160: 160px;
  --fonts170: 170px;
  --fonts180: 180px;
  --fonts220: 220px;
}

* {
  font-family: "Noto Sans TC", sans-serif;
}

/* etfIntroRow setting
************************/
.etfIntroRow .etfIntroInner .introHighlightRow dl dd {
  min-height: 150px;
}
@media screen and (max-width: 500px) {
  .etfIntroRow .etfIntroInner .introHighlightRow dl dd {
    min-height: auto;
  }
}

/* whyIndiaIndexRow Setting
************************/
.whyIndiaIndexRow .whyIndiaIndexInner .whyIndiaIndexContentRow .coreRow ul li:before {
  top: 12px;
}
@media screen and (max-width: 768px) {
  .whyIndiaIndexRow .whyIndiaIndexInner .whyIndiaIndexContentRow .coreRow ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .whyIndiaIndexRow .whyIndiaIndexInner .whyIndiaIndexContentRow .coreRow ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .whyIndiaIndexRow .whyIndiaIndexInner .whyIndiaIndexContentRow .tblGroupRow .tblGroup dl dt {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .whyIndiaIndexRow .whyIndiaIndexInner .whyIndiaIndexContentRow .tblGroupRow .tblGroup dl dd {
    width: 30%;
  }
}

.AMCProductRow .AMCProductInner .productlisting a dl dd .arrow {
  top: 7px;
  right: -5px;
}/*# sourceMappingURL=tc-sharestyles.css.map */