@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../Inter/Inter-Regular-9.otf"); }
@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  src: url("../Inter/Inter-Black-3.otf"); }
@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../Inter/Inter-Bold-4.otf"); }
@font-face {
  font-family: "Regular";
  font-display: swap;
  src: url("../Inter/Inter-Regular-9.otf"); }
@font-face {
  font-family: "Bold";
  font-display: swap;
  src: url("../Inter/Inter-Bold-10.otf"); }
@font-face {
  font-family: "Regular_Medium";
  font-display: swap;
  src: url("../Inter/Inter-Regular_Medium-8.otf"); }
@font-face {
  font-family: "Regular_Bold";
  font-display: swap;
  src: url("../Inter/Inter-Regular_Bold-4.otf"); }
body {
  margin: 0px;
  color: #262933;
  font-family: Inter; }

.container {
  background-color: white;
  padding-top: 80px; }

a {
  text-decoration: none; }

.lang-container {
  position: relative;
  display: flex;
  cursor: pointer;
  height: 80px;
  align-items: center; }
  .lang-container .lang-title {
    font-size: 15px;
    margin-left: 8px;
    margin-right: 4px;
    color: #0F0F0F; }
  .lang-container .lang-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease; }
  .lang-container .rotate {
    transform: rotate(-180deg); }
  .lang-container .lang-list {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 166px;
    height: auto;
    display: none;
    background-color: white;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .lang-container .lang-list a {
      display: flex;
      align-items: center;
      gap: 5px; }
      .lang-container .lang-list a.lang_click {
        height: 40px;
        line-height: 40px;
        color: #565E70;
        padding-left: 15px;
        box-sizing: border-box;
        width: 100%; }
        .lang-container .lang-list a.lang_click:hover {
          background: rgba(6, 90, 254, 0.05); }
        .lang-container .lang-list a.lang_click img {
          width: 20px;
          height: 20px; }
        .lang-container .lang-list a.lang_click span {
          font-family: RegularC;
          font-weight: 400;
          font-size: 14px;
          color: #262933;
          line-height: 20px;
          text-align: left;
          font-style: normal; }
    .lang-container .lang-list:hover {
      display: flex;
      flex-direction: column; }

.right-bottom-container {
  display: flex;
  bottom: 100px;
  align-items: center;
  flex-direction: column;
  right: 100px;
  position: fixed; }
  .right-bottom-container .right-bottom-container-platform {
    display: flex;
    flex-direction: column;
    width: 48px;
    height: 116px;
    background: #FFFFFF;
    margin-bottom: 12px;
    box-shadow: 0px 0px 10px 0px rgba(38, 92, 162, 0.2);
    border-radius: 26px;
    align-items: center;
    justify-content: center;
    gap: 12px; }
    .right-bottom-container .right-bottom-container-platform .right-bottom-whatsapp {
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .right-bottom-container .right-bottom-container-platform .right-bottom-whatsapp:hover {
        content: url(../img/index/ic_index_top_wahtsapp_hover.png); }
    .right-bottom-container .right-bottom-container-platform .right-bottom-skype {
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .right-bottom-container .right-bottom-container-platform .right-bottom-skype:hover {
        content: url(../img/index/ic_index_top_skype_hover.png); }

.whatsapp-tip {
  position: fixed;
  bottom: 130px;
  right: 170px;
  display: none;
  align-items: center; }

.skype-tip {
  position: fixed;
  bottom: 80px;
  right: 170px;
  display: none;
  align-items: center; }

.platform-tip-container {
  display: flex;
  background-color: white;
  width: 316px;
  position: relative;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(38, 92, 162, 0.2);
  filter: blur(0px); }

.whatsapp-link:hover .whatsapp-tip {
  display: flex; }

.right-shape {
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2; }

.platform-tip-a-container {
  margin-top: 6px;
  display: flex;
  align-items: center;
  width: 100%; }

.platform-tip-a-container a {
  white-space: normal;
  word-wrap: break-word;
  color: #006FFF;
  width: 90%;
  font-size: 12px;
  line-height: 18px; }

.platform-tip-a-container img {
  width: 22px;
  height: 22px;
  margin-left: 9px;
  cursor: pointer; }

.platform-tip-title-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

.platform-tip-title-container img {
  width: 20px;
  height: 20px; }

.platform-tip-desc {
  font-size: 12px;
  color: #6B7280;
  line-height: 18px; }

.p-tip .platform-tip-container {
  display: flex;
  align-items: center;
  flex-direction: row; }
  .p-tip .platform-tip-container .l-qrcode {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    margin-right: 10px; }
    .p-tip .platform-tip-container .l-qrcode img {
      width: 100%;
      height: 100%; }
  .p-tip .platform-tip-container .r-text {
    display: flex;
    flex-direction: column; }
    .p-tip .platform-tip-container .r-text .platform-tip-title {
      font-family: Regular_Bold;
      font-weight: normal;
      font-size: 12px;
      color: #262933;
      line-height: 18px;
      text-align: left;
      font-style: normal;
      margin-bottom: 8px; }
    .p-tip .platform-tip-container .r-text .platform-tip-desc {
      font-family: Regular;
      font-weight: 400;
      font-size: 12px;
      color: #6B7280;
      line-height: 18px;
      text-align: left;
      font-style: normal; }

@media screen and (max-width: 700px) {
  .right-bottom-container {
    right: 20px; }

  .whatsapp-tip {
    right: 90px; }

  .skype-tip {
    right: 90px; } }
.ani-el {
  opacity: 0;
  transform: translate(0px, 120px);
  transition: transform 1200ms, opacity 1000ms; }

.ani-el.visible {
  opacity: 1;
  transform: translate(0px, 0px); }

/*# sourceMappingURL=common.css.map */
