.box_form {
    width: 300px;
    position: fixed;
    bottom: 0px;
    right: 100px;
    background: #fff;
    box-shadow: 0px 0px 5px #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    overflow: hidden;
        z-index: 999;
}
.box_form .close {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    opacity: 1;
    font-size: 13px;
    width: 23px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid  #deb3b3;
}
.logo-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box_form .gform_wrapper label.gfield_label{
  display: none !important;
}
.box_form .title-support {
    background: #DE1918;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.Descript_Support {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 5px 12px;
}
.mobile_info .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}
.box_form.active {
    height: auto;
}
.mobile_info ul.list_info {
    position: fixed;
    z-index: 9;
    bottom: 80px;
    right: 10px;
    display: flex;
    flex-direction: column;
}
.mobile_info ul.list_info li.item a span {
    font-size: 18px;
    position: absolute;
    width: max-content;
    right: 100%;
    height: 36px;
    background: #0084ff;
    color: #fff;
    padding: 0 25px;
    top: 4px;
    display: flex;
    align-items: center;
    border-radius: 7px;
}
.mobile_info ul.list_info li.item a{
  display: block;
  width: 100%;
  height: 100%;
}
.mobile_info ul.list_info li.item {
    width: 45px;
    height: 45px;
    background: url('../images/call.png') #0084ff;
    border-radius: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-bottom: 10px;
}
.mobile_info ul.list_info li.item.item-phone{
  background: url('../images/mail.png') #ff6600;
   background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 3px 10px #888;
}
.mobile_info ul.list_info li.item.item-zalo{
     background: url('../images/zalo1.png') #ff6600;
   background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 3px 10px #888;
}
.cy_hungvan_footer {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  background: #4caf50;
  background: -moz-linear-gradient(90deg, #4caf50 0%, #097903 100%);
  background: -webkit-linear-gradient(90deg, #4caf50 0%, #097903 100%);
  background: -ms-linear-gradient(90deg, #4caf50 0%, #097903 100%);
  color: white; }
  .cy_hungvan_footer .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .cy_hungvan_footer a {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .cy_hungvan_footer a:hover {
      color: #ffc107; }
  .cy_hungvan_footer .col-footer {
    margin-bottom: 20px; }
  .cy_hungvan_footer .col-xs-6 {
    padding: 0px !important; }
  .cy_hungvan_footer .footer-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold; }
    .cy_hungvan_footer .footer-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 128px;
      border-top: 1px solid #fff; }
    @media (max-width: 1366px) {
      .cy_hungvan_footer .footer-title {
        font-size: 18px; } }
    .cy_hungvan_footer .footer-title--comname {
      font-size: 26px;
      font-weight: 800;
      text-align: center; }
      .cy_hungvan_footer .footer-title--comname:after {
        right: 0;
        margin: 0 auto; }
  .cy_hungvan_footer .info {
    margin-bottom: 10px;
    line-height: 1.7; }
    .cy_hungvan_footer .info span + span {
      display: block; }
    .cy_hungvan_footer .info a + a:before {
      content: " - ";
      color: #fff; }
  .cy_hungvan_footer .logo-footer img {
    max-height: 205px;
    display: block;
    margin: 0 auto; }
  .cy_hungvan_footer .diachi {
    position: relative;
    padding: 30px 0 10px; }
  .cy_hungvan_footer .footer p {
    color: #fff;
    border-top: 1px solid #048600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 12px 0; }
  .cy_hungvan_footer .dk .nut {
    position: relative; }
    .cy_hungvan_footer .dk .nut i {
      position: absolute;
      right: 13px;
      font-size: 169%;
      color: #C75814;
      top: 20px; }
  .cy_hungvan_footer .dk input {
    width: 100%;
    padding: 10px 32px;
    border-radius: 8px;
    border: 0;
    margin: 10px 0;
    color: black; }
    .cy_hungvan_footer .dk input::placeholder {
      color: brgb(55, 55, 55); }
  .cy_hungvan_footer .menu li a {
    color: #fff; }
  .cy_hungvan_footer .gform_wrapper {
    margin-bottom: 0; }
    .cy_hungvan_footer .gform_wrapper .gform_footer input[type=submit] {
      width: 100%;
      margin: 0 16px 0 0;
      text-transform: uppercase;
      color: white;
      padding: 10px;
      display: block;
      background: #c75814;
      margin: 10px 0;
      border-radius: 14px;
      text-align: center; }
  .cy_hungvan_footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 36px;
    margin: 0;
    padding: 0 10px;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .cy_hungvan_footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0; }
  .cy_hungvan_footer .gform_wrapper .gform_footer input[type=submit] {
    height: 39px;
    padding: 0 10px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #b10000;
    background: -moz-linear-gradient(90deg, #b10000 0%, #ea151e 100%);
    background: -webkit-linear-gradient(90deg, #b10000 0%, #ea151e 100%);
    background: -ms-linear-gradient(90deg, #b10000 0%, #ea151e 100%); }
  .cy_hungvan_footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
    .cy_hungvan_footer .gform_wrapper ul.gform_fields li.gfield .gfield_label {
      display: none; }
    .cy_hungvan_footer .gform_wrapper ul.gform_fields li.gfield .ginput_container_email {
      position: relative; }
      .cy_hungvan_footer .gform_wrapper ul.gform_fields li.gfield .ginput_container_email input[type="text"] {
        height: 36px;
        margin: 0;
        padding: 0 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }

@media (max-width: 1719px) {
  .cy_hungvan_footer {
    font-size: 16px;
    line-height: 1.6; }

  .cy_hungvan_footer .logo-footer img {
    max-height: 175px; }

  .cy_hungvan_footer .footer-title--comname {
    font-size: 20px; } }

/*# sourceMappingURL=css.css.map */
