#footer_center .prm_content.less {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer_center .title_block {
  height: 55px;
}
#footer_center #contact_info a:hover {
  color: #009491;
}

#footer_bottom .polar_logo {
  width: 60px;
  height: 60px;
}

#member_popup,
#gdpr_popup,
#language_popup {
  display: none;
  font-size: 1.25rem;
}

#latest_news_popup .modal-body {
  font-size: 1.25rem;
}

#live_now,
#scroll_top,
#subscribe_btn,
#contact_prm,
#message {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
#live_now .fab,
#live_now .fas,
#live_now .far,
#scroll_top .fab,
#scroll_top .fas,
#scroll_top .far,
#subscribe_btn .fab,
#subscribe_btn .fas,
#subscribe_btn .far,
#contact_prm .fab,
#contact_prm .fas,
#contact_prm .far,
#message .fab,
#message .fas,
#message .far {
  font-size: 2rem;
}

#live_now {
  bottom: 300px;
  opacity: 1;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
#live_now:hover {
  border-radius: 0px;
}
#live_now .live_btn_text {
  bottom: 58px;
  right: -5px;
  width: 120px;
  font-size: 1.25rem;
}
#live_now .live_btn_text::after {
  content: "";
  position: fixed;
  bottom: 342px;
  right: 2.5rem;
  border-width: 10px;
  border-style: solid;
  border-color: #dc3545 transparent transparent transparent;
}
#live_now .live_content {
  bottom: -30px;
  right: 58px;
  display: none;
  width: 350px;
}
#live_now .live_content .card-body {
  height: 165px;
  overflow: hidden;
  overflow-y: auto;
}
#live_now:hover .live_content {
  display: block;
}

#scroll_top {
  bottom: 230px;
  opacity: 0.6;
}
#scroll_top:hover {
  opacity: 1;
}

#subscribe_btn {
  bottom: 160px;
  opacity: 0.6;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #DD9F60;
}
#subscribe_btn .subscribe_now_name {
  display: none;
}
#subscribe_btn:hover {
  opacity: 1;
  width: 200px;
}
#subscribe_btn:hover .subscribe_now_name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

#contact_prm {
  bottom: 90px;
  opacity: 0.6;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
#contact_prm .contact_prm_name {
  display: none;
}
#contact_prm:hover {
  opacity: 1;
  width: 200px;
}
#contact_prm:hover .contact_prm_name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

#message {
  bottom: 20px;
  opacity: 0.6;
}
#message:hover {
  opacity: 1;
}
#message img {
  padding: 1rem;
}

@media (max-width: 991.98px) {
  #footer_center .prm_content.less {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #footer_center .prm_taiwan_logo {
    width: 50%;
  }
  #footer_center .title_block {
    height: 30px;
  }
  #footer_bottom .polar_logo {
    width: 30px;
    height: 30px;
  }
  #member_popup,
#gdpr_popup,
#language_popup {
    font-size: 1rem;
  }
  #ad_popup img {
    max-width: 100%;
  }
  #latest_news_popup .modal-body {
    font-size: 1rem;
  }
  #live_now,
#scroll_top,
#subscribe_btn,
#contact_prm,
#message {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #live_now .fab,
#live_now .fas,
#live_now .far,
#scroll_top .fab,
#scroll_top .fas,
#scroll_top .far,
#subscribe_btn .fab,
#subscribe_btn .fas,
#subscribe_btn .far,
#contact_prm .fab,
#contact_prm .fas,
#contact_prm .far,
#message .fab,
#message .fas,
#message .far {
    font-size: 1.5rem;
  }
  #live_now {
    bottom: 268px;
  }
  #live_now .live_btn_text {
    bottom: 38px;
    right: -5px;
    width: 100px;
    font-size: 1rem;
  }
  #live_now .live_btn_text::after {
    content: "";
    position: fixed;
    bottom: 240px;
    right: 1.5rem;
  }
  #live_now .live_content {
    bottom: -30px;
    right: 38px;
    display: none;
    width: 300px;
  }
  #scroll_top {
    bottom: 218px;
  }
  #subscribe_btn {
    bottom: 168px;
  }
  #subscribe_btn:hover {
    width: 200px;
  }
  #contact_prm {
    bottom: 118px;
  }
  #contact_prm:hover {
    width: 200px;
  }
  #message {
    bottom: 68px;
  }
  #message img {
    padding: 0.5rem;
  }
}