.tgs_box_fixRight {
  position: fixed;
  top: 150px;
  right: -140px;
  width: auto;
  transition: all 0.2s ease-in-out 0s;
  z-index: 999;
}

.tgs_box_call-left {
  left: -133px !important;
  right: unset !important;
}

.tgs_box_fixRight .tgs_box_content {
  background: #fff;
  padding: 10px;
  box-shadow: 10px 0px 30px #888888;
  border-radius: 10px 0 0 10px;
}

.tgs_box_fixRight .tgs_box_content a {
  text-decoration: none;
}

.tgs_box_fixRight .tgs_box_content .item {
  display: block;
  padding: 13px 10px 13px 47px;
  color: #111;
  font-size: 15px;
}

.tgs_box_fixRight .tgs_box_content .item:hover {
  color: #f16724;
}

.tgs_box_fixRight .tgs_box_content .item.item_1 {
  background: url("https://tgs.com.vn/wp-content/uploads/2021/01/rsz_zalo.png") no-repeat left;
}

.tgs_box_fixRight .tgs_box_content .item.item_2 {
  background: url("https://tgs.com.vn/wp-content/uploads/2021/01/messengericon.png") no-repeat left;
}

.tgs_box_fixRight .tgs_box_content .item.item_3 {
  background: url("https://tgs.com.vn/wp-content/uploads/2021/01/rsz_phone.png") no-repeat left;
}

.tgs_box_fixRight .tgs_box_content .item.item_4 {
  background: url("https://tgs.com.vn/wp-content/uploads/2021/01/profile-1.png") no-repeat left;
}

.tgs_box_call-left .tgs_box_content .item.item_1,
.tgs_box_call-left .tgs_box_content .item.item_2,
.tgs_box_call-left .tgs_box_content .item.item_3,
.tgs_box_call-left .tgs_box_content .item.item_4 {
  background-position: right !important;
}

.tgs_box_fixRight:hover {
  right: 0;
  transition: all 0.2s ease-in-out 0s;
}

.tgs_box_call-left:hover {
  left: 0 !important;
}

.tgs_box_call-left .tgs_box_content .item {
  padding: 13px 40px 13px 10px;
}

.tgs_box_call-left .tgs_box_content {
  border-radius: 0px 10px 10px 0px;
  box-shadow: -3px 0px 10px #bdb7b7;
}

@media (max-width: 549px) {
  .tgs_box_fixRight {
    display: none
  }
}