.tabcontent-container .tab-head {
  margin-bottom: 50px;
}

.tabcontent-container .tab-head .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tabcontent-container .tab-head .nav .nav-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.tabcontent-container .tab-head .nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding: 11px 30px;*/
  padding: 0.5rem 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  background-color: #c4c4c4;
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, all .3s linear;
  transition: background .2s linear, all .3s linear;
  border-radius: 20px;
}

@media (min-width: 1500px) {
  html[lang="zh-CN"] .tabcontent-container .tab-head .nav .nav-item a,
  html[lang="zh-HK"] .tabcontent-container .tab-head .nav .nav-item a {
    min-width: 270px;
  }
}

.tabcontent-container .tab-head .nav .nav-item a:hover {
  background-color: #0D1D76;
  color: #fff;
}

.tabcontent-container .tab-head .nav .nav-item a.active {
  background-color: #0D1D76;
  color: #fff;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  html[lang="zh-CN"] .tabcontent-container .tab-head .nav .nav-item,
  html[lang="zh-HK"] .tabcontent-container .tab-head .nav .nav-item {
    width: 20% !important;
  }
  .tabcontent-container .tab-head .nav .nav-item {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .tabcontent-container .tab-head .nav .nav-item a {
    padding: 11px 15px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .tabcontent-container .tab-head .nav .nav-item a {
    padding: 11px 10px !important;
  }
}

@media screen and (max-width: 1520px) {
  .tabcontent-container .tab-head .nav .nav-item {
    width: 19%;
  }
  .tabcontent-container .tab-head .nav .nav-item a {
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 10px;
  }
  .tabcontent-container .tab-head .nav .nav-item:last-child a {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabcontent-container .tab-head .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabcontent-container .tab-head .nav .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px 10px 10px;
  }
  .tabcontent-container .tab-head .nav .nav-item:first-child {
    margin: 0 10px 10px 0px;
  }
  .tabcontent-container .tab-head .nav .nav-item:last-child {
    margin: 0 0px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .tabcontent-container .tab-head .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabcontent-container .tab-head .nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .tabcontent-container .tab-head .nav .nav-item a {
    margin-right: 0;
  }
}
/*# sourceMappingURL=common-tabcontent.css.map */