* {
  box-sizing: border-box;
}
/*Header*/
div#sectionHeader {
  /* background: url(../images/pc/Line-Top.jpg) no-repeat top center; */
  background-color: white;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div#LogoCheck {
  z-index: 99999;
}
.logo_jw {
  margin: 0.1rem;
  text-align: center;
  z-index: 9999;
}
img.img_logo_jw {
  text-align: center;
  margin: 0 auto;
}
.fixheader {
  position: fixed;
  background: #ffffffde;
  transition: 1s;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
/*footer*/
.footer_section {
  /* background: rgba(0, 160, 218, 1); */
  background-image: linear-gradient(
    to top,
    rgba(0, 110, 172, 1),
    rgba(0, 60, 140, 1)
  );
  padding-top: 40px;
  color: #fff;
  position: relative;
  z-index: 0;
}
.footer__items {
  align-items: center;
  justify-content: center;
}
.footer h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
img.logo-foot {
  max-width: 210px;
}
.footer {
  padding-bottom: 25px;
}
.footer p {
  font-size: 18px;
}
.social-i i {
  font-size: 33px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 8px;
}
.social-i img {
  margin-top: -16px;
  padding: 0 8px;
}
.hotline-f a {
  color: #ffffff;
}
.mail-f a {
  color: #ffffff;
}
.fa-map-marker {
  font-size: 20px;
}
.fa-phone {
  font-size: 20px;
  padding-right: 10px;
}
.fa-envelope {
  font-size: 20px;
}
.logo__nsm__footer {
  padding-top: 15px;
}
.footer_section {
  padding-bottom: 35px;
}
.social__footer ul {
  display: flex;
}
.social__footer ul li {
  list-style: none;
  float: left;
  padding: 0px 5px;
}
.hotline-f a {
  padding-left: 0px;
}
.mail-f a {
  padding-left: 10px;
}
.address-f span {
  padding-left: 10px;
}
.address-f-2 span {
  padding-left: 10px;
}
p.cp__name {
  padding-left: 0;
}
/*footer*/
/* Call To Action Hotline Rung*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 92;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 100px;
  height: 100px;
  top: 2px;
  left: 1px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #c04242;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 75px;
  height: 75px;
  top: 14px;
  left: 14px;
  position: absolute;
  background-color: rgba(192, 66, 66, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #fff;
  width: 50px;
  height: 50px;
  top: 27px;
  left: 27px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 40px;
  height: 40px;
}
.hotline-bar {
  position: absolute;
  background: rgb(163 0 0 / 85%);
  height: 40px;
  width: 160px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
  background: #fff;
}
.hotline-bar:hover {
  background: rgb(163 0 0/85%);
}
.hotline-bar > a {
  color: #bd1a16;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: uppercase;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.pulse-btn {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: btnpulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: btnpulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: btnpulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: btnpulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  border-radius: 35px;
}
@keyframes btnpulse {
  100% {
    box-shadow: 0 0 0 20px rgba(146, 67, 132, 0);
  }
}

@media all and (max-width: 480px) {
  .footer__items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    --bs-gutter-x: 0;
  }
  .logo__footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .address__footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    width: 100%;
  }
  p.address-f {
    text-align: center;
    margin: 10px auto;
  }
  p.address-f-2 {
    text-align: center;
    margin: 10px auto;
  }
  p.hotline-f {
    margin: 10px auto;
  }
  p.mail-f {
    margin: 10px auto;
  }
  .logo__nsm__footer {
    padding-top: 0px;
  }
  .social__footer {
    width: 100%;
  }
  .social__footer ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .address-f span {
    font-size: 16px;
  }
  .address-f-2 span {
    font-size: 16px;
  }
  .social__footer {
    padding-left: 0;
  }
  .fa-envelope a {
    font-size: 16px;
  }
  .fa-envelope {
    font-size: 16px;
  }
  .fa-phone a {
    font-size: 16px;
  }
  .section-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-zalo {
    position: fixed;
    z-index: 100;
    bottom: 32%;
    left: 30px;
  }
  .hotline-phone-ring-wrap {
    bottom: 9%;
    left: 0;
    z-index: 9999;
  }
  .btn_fixed {
    bottom: 11%;
    z-index: 89;
  }
}
