/* btn-contact */
.widget.sec_widget.height-bubble{
    transition: all 0.5s;
  }
  .icon-bubble.sec_widget.facebook {
    width: 15px;
  }
  .height-bubble{
    height: 360px !important;
  }
  .show-x{
    display: block !important;
    opacity: 1 !important;
  }
  .hiden-bubble{
    display: none !important;
  }
  a {
    text-decoration: none;
  }
  
  .bubble.sec_widget.help {
    cursor: pointer;
  }
  
  .bubble.sec_widget.phone {
    background-color: #f14545;
  }
  .bubble.sec_widget.help {
    cursor: pointer;
  }
  
  .bubble.sec_widget.fb {
    background-color: #4460a0;
  }
  
  .bubble.sec_widget.line {
    background-color: #50af33;
  }
  
  .bubble.sec_widget.ig {
    background-color: #d3007e;
  }
  .bubble img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .x.sec_widget {
    display: none;
    opacity: 0;
    color: #fff;
    font-size: 20px;
  }
  .bubble.sec_widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-top: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffcd95;
  }
  
  .widget.sec_widget {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* btn-contact */