/*Footer*/
footer {
  width: 100%;
  height: 665px;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  position: relative;
  background: #000000 url(../images/footerbg.png) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100; }
  footer .container {
    max-width: 78%;
    padding: 0px;
    justify-content: space-between;
    flex: 1 1 0%;
    display: flex; }
  footer .backtoTop {
    position: absolute;
    width: 132px;
    height: 132px;
    left: 50%;
    margin-left: -66px;
    margin-top: -66px;
    top: 0%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    footer .backtoTop:after {
      width: 100%;
      height: 100%;
      display: block;
      background: url(../images/scroll_arrowbg.png) center center no-repeat;
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      animation: rotate 3s linear infinite; }
    footer .backtoTop span {
      width: 52px;
      height: 52px;
      display: block;
      background: url(../images/backtotop_arrow.png) center center no-repeat; }
  footer .logo {
    width: 280px; }
    footer .logo img {
      width: 248px;
      height: 90px;
      object-fit: contain; }
    footer .logo p.slogan {
      font-size: 20px;
      font-weight: bold;
      line-height: 32px;
      color: #fff;
      margin-top: 40px; }
  footer .footorNav {
    display: flex;
    gap: 100px; }
    footer .footorNav .navItem {
      color: #fff;
      margin-bottom: 10px; }
      footer .footorNav .navItem h5 {
        font-size: 20px;
        color: #fff;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 30px; }
        footer .footorNav .navItem h5 a {
          color: #fff; }
      footer .footorNav .navItem .submenuCon li {
        font-size: 16px;
        color: #fff;
        margin-bottom: 16px;
        line-height: 24px; }
      footer .footorNav .navItem .submenuCon a {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        opacity: 0.6; }
        footer .footorNav .navItem .submenuCon a:hover {
          color: #fff;
          overflow: inherit; }
    footer .footorNav .navItem:last-child {
      margin-right: 0px; }
  footer .qrcodeGroup .qrcodeInner {
    text-align: center;
    width: 156px;
    height: 210px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    footer .qrcodeGroup .qrcodeInner img {
      width: 142px;
      height: 142px;
      object-fit: contain; }
    footer .qrcodeGroup .qrcodeInner p {
      font-size: 14px;
      color: #fff;
      opacity: .6;
      margin-top: 20px; }
  footer .copyRight {
    height: 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .copyRight .container {
      justify-content: center; }
    footer .copyRight .linkGroup {
      display: flex; }
      footer .copyRight .linkGroup a {
        font-size: 14px;
        color: #fff;
        padding: 0px 12px;
        opacity: 0.6;
        font-weight: 400; }

@media only screen and (max-width: 1680px) {
  footer {
    height: 620px;
    padding-top: 120px; }
  footer .logo p.slogan {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px; }
  footer .copyRight {
    height: 120px; } }

@media only screen and (max-width: 1480px) {
  footer .footorNav {
    gap: 60px; } }

@media only screen and (max-width: 1366px) {
  footer {
    width: 100%;
    height: 600px;
    padding-top: 120px; }
  footer .footorNav {
    gap: 40px; }
  footer .logo {
    width: 240px; }
  footer .logo img {
    width: 210px;
    height: 80px;
    object-fit: contain; }
  footer .logo p.slogan {
    font-size: 16px;
    line-height: 28px; }
  footer .footorNav .navItem .submenuCon li {
    font-size: 14px; } }

@media only screen and (max-width: 1280px) {
  footer .container {
    padding: 0px; }
  footer .footorNav {
    display: flex;
    gap: 40px; } }

@media only screen and (max-width: 1024px) {
  footer .footorNav {
    gap: 20px; } }

@media only screen and (max-width: 959px) {
  footer {
    height: 540px; }
  footer .container {
    padding: 0px;
    max-width: 90%; }
  footer .footorNav {
    gap: 20px; }
  footer .footorNav .navItem h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px; }
  footer .footorNav .navItem .submenuCon a {
    font-size: 14px;
    line-height: 18px; }
  footer .qrcodeGroup .qrcodeInner img {
    width: 90px;
    height: 90px; }
  footer .qrcodeGroup .qrcodeInner p {
    width: 80%; }
  footer .logo {
    width: 160px; }
  footer .logo img {
    width: 160px;
    height: 64px; }
  footer .logo p.slogan {
    font-size: 13px;
    line-height: 21px;
    margin-top: 20px; } }

@media only screen and (max-width: 820px) {
  footer {
    height: auto;
    border: none;
    padding-top: 80px; }
  footer .container {
    max-width: 90%;
    padding: 0px;
    flex-direction: column; }
  footer .logo {
    height: 76px;
    display: flex;
    align-items: center;
    flex: auto;
    padding: 0px 16px;
    display: none; }
  footer .logo img {
    width: 180px; }
  footer .logo p.slogan {
    display: none; }
  footer .footorNav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0px; }
  footer .footorNav .navItem {
    width: 100%;
    padding: 16px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0px; }
  footer .footorNav .navItem li {
    padding: 12px 0px;
    line-height: 1; }
  footer .footorNav .navItem .submenuCon {
    margin-top: 12px;
    display: none; }
  footer .footorNav .navItem h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    line-height: 22px; }
  footer .footorNav .navItem h5 a {
    color: #fff;
    font-weight: 400; }
  footer .footorNav .navItem h5 span {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer; }
    footer .footorNav .navItem h5 span i {
      opacity: .5;
      transition: all 0.4s ease; }
  footer .footorNav .navItem h5 span.on i {
    transform: rotate(0deg);
    opacity: 1; }
  footer .footorNav .navItem h5 i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    background: url(../images/dropmenu_arrow_mob.svg) center center no-repeat;
    background-size: 16px 16px;
    transform: rotate(180deg);
    opacity: .5;
    transition: all 0.4s ease; }
  footer .footorNav .navItem .submenuCon li {
    font-size: 13px;
    margin-bottom: 0px; }
  footer .footorNav .navItem .submenuCon a {
    color: #fff; }
  footer .qrcodeGroup {
    margin: 0 auto;
    margin-top: 40px; }
  footer .qrcodeGroup .qrcodeInner {
    height: 160px; }
  footer .qrcodeGroup .qrcodeInner img {
    width: 100px;
    height: 100px; }
  footer .copyRight .linkGroup {
    display: inline-block;
    text-align: center; }
  footer .copyRight {
    flex-direction: column;
    padding: 16px 16px;
    height: auto; }
  footer .copyRight .linkGroup a:nth-of-type(2) {
    border-right: 0px; }
  footer .copyRight .copyTxt {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 22px; } }
