.header {
  padding-top: 40px;
}

.header .display-4 {
  font-family: "Verdana", sans-serif;
  background: linear-gradient(to right, #ff4335 0%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;

  -webkit-text-stroke: 1px #fff;

  filter: drop-shadow(0 0 4px #fff) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.6));
}

.btn-email {
  max-width: 272px;
  margin: auto;
  width: 100%;
  min-height: 60px;
  display: block;
}

.panner-content {
  display: flex;
  justify-content: space-between;
}

.image-center-iframe {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.pannel-left {
  width: 50%;
}

.pannel-right {
  width: 45%;
  background: transparent;
  position: relative;
}

.box-panel {
  max-height: 612px;
  min-height: 580px;
  padding: 20px 40px;
  background-image: url(./../images/layout-form.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-supporter .title {
  font-size: 26.5px;
  margin-bottom: 0px;
}

.image-content-size {
  max-height: 600px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: auto !important;
}

/* Bottom */
.btn-list {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.btn-list_link a {
  text-decoration: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.btn-thumb {
  max-width: 60px;
  width: 100%;
}

.btn-thumb img {
  border-radius: 10px;
}

.btn-name {
  font-size: 18px;
  text-align: center;
  color: #000000;
}

.footer-supporter .heightline {
  background: var(--Linear,
      linear-gradient(180deg,
        #e68910 -0.55%,
        #ff921b 18.06%,
        #ff7b27 47.38%,
        #ff5739 83.49%,
        #ff3849 109.45%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom-truy-cap {
  padding: 13px 4px !important;
}

.footer {
  padding-left: 35px;
  padding-right: 35px;
}

/* End Bottom */

/* WP BACK HOMEPAGE */
.wp-back {
  position: fixed;
  padding: 5px 12px;
  bottom: 20px;
  left: 20px;
  display: flex;
  background-color: hsl(37, 100%, 60%);
  align-items: center;
  gap: 7px;
  border-radius: 20px;
  font-size: 17px;
  text-decoration: none;
}

.wp-back:hover {
  outline: 1px solid #000;
}

.wp-back span {
  color: #fff;
}

.wp-back img {
  width: 16px;
  height: auto;
}

.linkhover {
  transition: 0.5s;
}

.linkhover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Media Screen */

@media screen and (max-width: 1440px) {
  .header-top h1 {
    font-size: 40px;
  }

  .image-content-size {
    max-height: 530px;
  }

  .panner-content {
    margin-top: 20px !important;
    gap: 40px !important;
  }

  .footer-supporter .title {
    font-size: 24px;
  }

  .btn-name {
    font-size: 16px;
  }

  .pannel-right {
    width: 45%;
    max-height: 700px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-content {
    padding: 2px 5px !important;
  }

  .text-btn-main {
    font-size: 16px !important;
  }

  .image-center {
    max-width: 530px;
  }

  .pannel-right .main {
    margin-top: 10px !important;
    min-height: 545px;
  }

  .bd-btn {
    margin-bottom: 4px !important;
  }

  .tab-content.active {
    max-height: 240px !important;
  }

  .bottom-truy-cap {
    width: 32% !important;
    padding: 10px 4px !important;
  }

  .bottom-truy-cap span {
    font-size: 13px !important;
  }

  .box-panel {
    max-height: 612px;
    min-height: 500px;
    padding: 15px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .header-top h1 {
    font-size: 35px;
  }

  .panner-content {
    margin-top: 0px !important;
  }

  .image-content-size {
    max-height: 450px;
  }

  .btn-email {
    max-width: 230px;
  }

  .btn-name {
    font-size: 14px;
  }

  .pannel-right {
    max-height: 630px;
    padding: 0 !important;
  }

  .pannel-right .main {
    min-height: 500px;
  }

  .footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .bottom-truy-cap {
    border-radius: 22px !important;
    padding: 10px 6px !important;
  }

  .link-redirect {
    margin-top: 12px !important;
    gap: 9px !important;
  }

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

  .btn-thumb {
    max-width: 45px;
  }

  .bottom-truy-cap {
    padding: 10px 4px !important;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding-top: 30px !important;
  }

  .image-content-size {
    max-height: 335px;
  }

  .btn-email {
    max-width: 200px;
    min-height: 50px;
  }

  .panner-content {
    gap: 15px !important;
  }

  .footer-supporter .title {
    font-size: 14.72px !important;
  }

  .custom-button.button1 {
    min-width: 90px !important;
    min-height: 77px !important;
  }

  .btn-name {
    font-size: 10px;
  }

  .item-tab {
    row-gap: 2px !important;
  }

  .bottom-truy-cap {
    padding: 4px 6px !important;
  }

  .bottom-truy-cap span {
    font-size: 9px !important;
  }

  .btn-thumb {
    max-width: 42px !important;
  }

  .text-btn-1 h2 {
    font-size: 15px !important;
  }

  .list-btn-funcion {
    gap: 1% !important;
  }

  .icon-btn-main {
    max-width: 35px !important;
    max-height: 35px !important;
  }

  .download-app-km {
    gap: 41px !important;
  }

  .text-btn-main {
    font-size: 13px !important;
  }

  .pannel-right .main {
    min-height: 385px;
  }
}

/* End Media Screen */

/* Box Iframe */

#btn-tawk-small,
#btn-reload {
  display: block;
  width: 35px;
  height: 35px;
  padding: 6px;
  background: var(--Linear,
      linear-gradient(180deg,
        #ff9a17 -0.55%,
        #ff921b 18.06%,
        #ff7b27 47.38%,
        #ff5739 83.49%,
        #ff3849 109.45%));
  fill: var(--Linear,
      linear-gradient(180deg,
        #ff9a17 -0.55%,
        #ff921b 18.06%,
        #ff7b27 47.38%,
        #ff5739 83.49%,
        #ff3849 109.45%));
  box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  right: -42px;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

#btn-tawk-small .btn-close {
  color: #fff;
}

#btn-reload {
  top: 60px;
}

#btn-reload img {
  width: 25px;
  height: 25px;
}

.image-center-iframe {
  max-width: 700px;
  height: 100% !important;
}

#show-iframe-open {
  max-width: 700px;
  border-radius: 20px;
  height: 100% !important;
  background-color: #fff;
}

#box-iframe,
.code-iframe {
  height: 100%;
  border-radius: 10px;
  max-height: 100%;
  min-height: 465px;
  position: relative;
}

.chat-dialog {
  width: 100%;
}

#box-iframe .chat-dialog {
  height: 100%;
}

.icon-freecode {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 120px;
  height: auto;
  z-index: 999;
}

.icon-freecode .icon-gift-code {
  width: 100%;
  height: auto;
}

.icon-close-gift-code {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -20px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .icon-freecode {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 90px;
  }
}

@media screen and (max-width: 1000px) {
  #btn-tawk-small {
    width: 30px;
    height: 30px;
    padding: 3px;
    right: -25px;
    top: -23px;
  }

  #btn-reload {
    top: -23px;
    height: 30px;
    width: 30px;
    right: 20px;
  }

  #btn-reload img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
  }
}

/* End Box Iframe */