.footer{
    background-color: #fff !important;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.footer .container{
    max-width: 1400px !important;
}
.footer-text, .footer-text a{
    color: black;
    font-size: 20px;
    font-family: 'Noto Sans Sc', sans-serif;
}
html[lang="zh-Hant"] .footer-text, html[lang="zh-Hant"] .footer-text a{
    font-family: 'Noto Sans Tc', sans-serif !important;
}
html[lang="en"] .footer-text, html[lang="en"] .footer-text a{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.review-date
{
    color: black;
}
footer {
  padding: 39px 20px;
  background-color: var(--odp-bg-footer);
  z-index: 0;
}
footer.sticky {
  position: fixed;
  bottom: 0;
  z-index: 101;
  width: calc( 100% - 0rem );
}
footer *, footer a {
  color: var(--odp-white);
}
footer a {
  white-space: nowrap;
}
footer a:hover{
    text-decoration: underline;
}
.footer-img a{
    width: auto;
    margin-left: 28px;
}
.footer-img > div > a:first-child img {
  height: 57px;
}
.footer-img > div > a:last-child img {
    height: 40px;
}
.content{
  height: 100%;
 }
 .back-to-top-c{
  width: 100%; 
  height: 90px;
  background-color: white;

}
.back-to-top-i{
  width: 48px;
  height: 48px;
  bottom: 15px;
  right: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  visibility: hidden;
}
.back-to-top-i img{
    margin:0 !important;
}
.at-bottom .back-to-top-i{
    bottom: 154px;
}
.home .float-cal{
    display: none;
}
.float-cal{
    width: 192px;
    height: 110px;
    display: block;
    position: fixed;
    left: 27px;
    bottom: 75px;
    z-index: 10;
}
.at-bottom .float-cal{
    bottom: 145px;
}
.float-cal:before{
    position: relative;
    left: 0;
    bottom: 15px;
    content:"";
    display: block;
    width: 95%;
    height: 95%;
    background-size: cover !important;
    background: url("../images/visual/img-cals.svg") no-repeat center;
    z-index: 10;
}
 .float-cal:hover span, .float-cal:focus span{
    opacity: 1;
}
.float-cal span{
    width: 149px;
    height: 49px;
    background: url("../images/visual/bg-chatbox.svg") no-repeat center;
    display: flex;
    justify-content: center;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    font-size: 0;
    top: -60px;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: 0.2s all ease;
    z-index: 5;
}
html[lang="en"] .float-cal span{
    background-image: url("../images/visual/bg-chatbox-en.svg");
}
html[lang="zh-Hans"] .float-cal span{
    background-image: url("../images/visual/bg-chatbox-sc.svg");
}

.back-to-top-i.show{
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  visibility: visible;
}

.credit-logo{
    display: flex;
    justify-content: end;
    align-items: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width:992px) {
    .credit-logo{
        justify-content: center;
        column-gap: 28px;
    }
    .back-to-top-i{
        bottom: 15px;
    }
    .at-bottom .back-to-top-i{
        bottom: 210px;
    }
    .float-cal{
        bottom: 70px;
    }
    .at-bottom .float-cal{
        bottom: 270px;
    }
    .footer-text, .footer-text a {
        color: black;
        font-size: 16px;
    }
    .shortcut-wrap{
        margin-bottom: 205px !important;
    }
}

@media only screen and (max-width:767px) {
    .shortcut-wrap{
        margin-bottom: 0 !important;
    }
    .footer-img a{
        margin-left: 0;
    }
    footer{
        padding-bottom: 100px;
    }
    .footer-img > div > a:last-child img{
        margin-right: 0;
    }
    .float-cal{
        width: 300px;
        height: 71px;
        left: 0;
        bottom: 0;
    }
    .at-bottom .float-cal{
        bottom: 0;
    }
    .float-cal:before{
        width: 96px;
        height: 56px;
        bottom: 0;
        left: 17px;

    }
    .float-cal span{
        opacity: 1 !important;
        background-image: linear-gradient(to right, #B52400 , #CC4C02) !important;
        left: 0;
        bottom: 0;
        top: unset;
        border-radius: 0 60px 0 0;
        width: 100%;
        line-height: 49px;
        text-align: left;
        padding-left: 126px;
        display: block;
        color: #fff;
        box-shadow: 0 -8px 6px rgba(0,0,0,0.08);
        font-size: 16px;
    }
    .float-cal span > img{
        display: none;
    }
    .footer-text{
      text-align: center;
    }
    .footer-img{
      text-align: center;

    }
    .back-to-top-i{
      bottom: 16px;
      right: 24px;
      position: fixed;
      cursor: pointer;
      z-index: 99;
      visibility: hidden;
      color: white;
      padding: 0px;
        width: 48px;
        height: 48px;
    }
    .at-bottom .back-to-top-i{
        bottom: 16px;
    }
    .back-to-top-i img{
        width: 100%;
    }
}