/* @font-face {
font-family: Roboto;
src: url("../fonts/Roboto-Regular.ttf");

} */
@font-face {
  font-family: "UTM Avo";
  src: url("../fonts/utm-avobold.ttf");
}

@font-face {
  font-family: "SFU Helvetica";
  src: url("../fonts/SFUHelveticaRegular.TTF");
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVNGilroy.otf");
}

@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times\ new\ roman.ttf");
  font-weight: 400;
}

@font-face {
  font-family: TimesNew-bold, Times, serif;
  src: url("../fonts/times-new-bold.ttf");
  font-weight: 600;
}


body {
  margin: 0;
  font-family: Times New Roman, Times, serif;
  font-weight: 300;
}

.bg-image-body {
  background-image: url('/assets/images/bg-body.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}

a {
  text-decoration: none;
}

.main {
  /* height: 100vh; */
  background: linear-gradient(0deg, rgba(0, 35, 47, 0.50) 35.53%, rgba(0, 27, 36, 0.54) 103.11%);
}

.main.app-hd {
  height: auto;
}

.m-auto {
  margin: auto;
}

.logo {
  padding-top: 30px;
  display: block;
}

.logo-center {
  display: flex;

}

.logo-w {
  max-width: 40%;
}

.thumb-logo {
  margin: auto;
}

.thumb-logo img {
  width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.box-download {
  margin-top: 10px;
}

.list-btn {
  display: flex;
  justify-content: center;
  gap: 140px;
}

.item-btn {
  flex: 1;
  max-width: 490px;
}

.btn-dowm {
  padding: 6px 16px;
  border-radius: 15px;
  border: 3px solid #00ABE5;
  background: rgba(217, 217, 217, 0.35);
  transition: background-color 0.3s, color 0.3s;
}

.btn-dowm:hover {
  border: 3px solid rgba(217, 217, 217, 0.7);
  ;
  background-color: #00ABE5;
  /* Màu nền khi hover */
  color: #fff;
  /* Màu chữ khi hover */
}

.btn-dowm:hover .icon-tb-download svg {
  display: inline-block;
  position: relative;
  animation: swing 2s infinite;
  transform-origin: center bottom;
}

.link-dowm {
  display: flex;
  justify-content: center;
}

.text-download {
  margin: 0;
  color: #FFF;
  font-family: Times New Roman, Times, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: auto;
}

.btn-down-left .icon-tb-download {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

.btn-down-left .icon-tb-download::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.67);
}

.btn-down-right .icon-tb-download {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}

.btn-down-right .icon-tb-download::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.67);
}

.icon-tb-download {
  max-height: 39px;
}

.icon-tb-download span svg {
  height: 100%;
  width: auto;
}

.dsth {}

.position-relative {
  position: relative;
}

.list-image-th {
  display: flex;
}

.dsth-cl {
  max-width: 50%;
  margin: auto;
}

.hd-taiapp {
  max-width: 40%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.main-app {
  margin-top: 20px;
}

.list-image-hd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.item-hd {
  width: 80%;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
    /* Góc xoay ban đầu */
  }

  20% {
    transform: rotate(15deg);
    /* Góc xoay dương */
  }

  40% {
    transform: rotate(-10deg);
    /* Góc xoay âm */
  }

  60% {
    transform: rotate(5deg);
    /* Góc xoay dương */
  }

  80% {
    transform: rotate(-5deg);
    /* Góc xoay âm */
  }

  100% {
    transform: rotate(0deg);
    /* Góc xoay ban đầu */
  }
}

.footer {
  background-color: #ffffff;
}

.box-partner {
  width: 100%;
  background: rgb(37, 169, 223);
  color: rgb(255, 255, 255);
  padding: 30px 0;
}

.partner {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-partner {
  display: block;
}

.sign-partner {
  display: flex;
}

.sign-text {
  margin: auto;
  font-size: 22px;
}

.sign-image {
  margin-left: 32px;
}

.sign-image img {
  width: 100%;
}

.right-partner {
  display: flex;
  align-items: center;
}

.link-partner {
  display: flex;
}

.villarreal {
  margin-left: 32px;
  margin-right: 32px;
  padding-right: 32px;
  position: relative;

}

.villarreal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ffffff;
}

.text-partner {
  margin-right: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-partner h3 {
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 700;
  font-family: TimesNew-bold, Times, serif;
}

.text-partner p {
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  text-transform: capitalize;
}

.title-info {
  display: flex;
  justify-content: center;
}

.title-info h3 {
  color: #02A9DC;
  font-family: Times New Roman, Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}

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

.col-info-4 .link-info {
  margin-bottom: 16px;
}

.link-info a {
  color: #02A9DC;

  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

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

.left-info {
  width: 42%;
}

.left-info img {
  margin-bottom: 16px;
  width: auto;
  max-width: 196px;
}

.left-info p {
  color: #02A9DC;
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

.right-info {
  display: flex;
  padding: 16.971px 0px 0px 0px;
  flex-direction: column;
  gap: 70px;
  text-align: right;
  align-items: flex-end;
}

.right-info h4 {
  color: #02A9DC;
  font-family: Times New Roman, Times, serif;
  font-size: 24.29px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0;
}

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

.list-mxh {
  display: flex;
  gap: 30px;
}

.item-lpfp h3 {
  color: #02A9DC;
  font-family: Times New Roman, Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

.title-supplier {
  display: flex;
}

.title-supplier h3 {
  margin: auto;
  color: #02A9DC;
  font-family: TimesNew-bold, Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-list-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  gap: 1px 12px;
}

.list-item {
  margin: 0.08rem 0.24rem;
}

.list-item .provider {
  width: 100%;
  height: auto;
}

.see-more,
.see-scope {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}

.lpfp {
  margin-top: 40px;
  padding-bottom: 40px;
}

.box-supplier {
  margin-top: 40px;
}

p {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .logo-w {
    max-width: 50%;
  }

  .box-download {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .list-btn {
    width: 100%;
    gap: 90px;
  }

  .text-download {
    font-size: 24px;
  }

  .dsth-cl {
    max-width: 60%;
  }

  .left-info {
    width: 50%;
  }

  .list-mxh {
    gap: 20px;

  }

  .item-lpfp img {
    max-width: 100%;
  }

  .link-partner img {
    max-width: 100%;
    max-height: 94px;
  }

  .right-info h4 {
    font-size: 18px;
  }

  .right-info {
    max-width: 35%;
  }

  .sign-text {
    font-size: 20px;
  }

  .text-partner h3 {
    font-size: 20px;
  }

  .right-partner {
    justify-content: space-between;
    align-items: center;
  }

  .link-partner {
    justify-content: space-between;
    align-items: center;
  }

  .sign-partner {
    justify-content: space-between;
    align-items: center;
  }

  .ok-vip {
    max-width: max-content;
  }

  .villarreal {
    margin-right: 20px;
    padding-right: 20px;
  }

}


@media screen and (max-width: 1024px) {

  .logo {
    padding-top: 40px;
  }

  .logo-w {
    max-width: 50%;
  }

  .box-download {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .list-btn {
    gap: 40px;
  }

  .text-download {
    font-size: 20px;
  }

  .dsth-cl {
    max-width: 80%;
  }

  .hd-taiapp {
    max-width: 100%;
  }

  .link-partner img {
    max-width: 100%;
    max-height: 70px;
  }

  .lpfp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 25%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .item-lpfp img {
    max-width: 100%;
  }

  .right-info h4 {
    font-size: 18px;
  }

  .right-info {
    max-width: 35%;
  }

  .sign-text {
    font-size: 16px;
  }

  .text-partner h3 {
    font-size: 16px;
  }

  .text-partner p {
    font-size: 16px;
  }

  .right-partner {
    justify-content: space-between;
    align-items: center;
  }

  .link-partner {
    justify-content: space-between;
    align-items: center;
  }

  .sign-partner {
    justify-content: space-between;
    align-items: center;
  }

  .villarreal {
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: auto;
    padding: 0 15px;
  }

  .logo {
    padding-bottom: 20px;
  }

  .logo-w {
    max-width: 90%;
  }

  .item-btn {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .box-download {
    display: block;
    margin-bottom: 0;
    order: 2;
    margin-top: 0;
  }

  .dsth {
    margin-top: 10px;
    order: 1;
  }

  .list-btn {
    display: block;
  }

  .icon-tb-download {
    order: 1;
  }

  .text-download {
    order: 2;
  }

  .btn-down-right .icon-tb-download {
    margin-left: 0;
    padding-left: 0;
    margin-right: 16px;
    padding-right: 16px;
  }

  .btn-down-right .icon-tb-download::before {
    top: 0;
    bottom: 0;
    right: 4px;
    left: unset;
  }

  .dsth-cl {
    max-width: 100%;
  }

  .hd-taiapp {
    left: 5%;
    transform: translateX(-2.5%);
  }

  .list-image-hd {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .item-hd {
    width: 100%;
  }

  .footer-main {
    background-image: url('/assets/images-footer/background-footer.jpg?v=1');
  }

  .footer {
    background-color: unset;
  }

  .info-Jun88 {
    display: none;
  }

  .box-partner {
    padding: 10px 0;
    background-color: unset;
  }

  .text-partner h3 {
    color: rgb(37, 171, 224);
  }

  .villarreal::before {
    width: 2px;
    background: rgb(0, 171, 229);
    top: 10%;
    bottom: 10%;
  }

  .text-partner p {
    font-size: 14px;
    color: rgb(37, 171, 224);
  }

  .villarreal .link-partner img {
    max-width: 50px;
  }

  .sign-text p {
    margin-top: 0;
    color: rgb(37, 171, 224);
  }

  .sign-image {
    max-width: 20%;
  }

  .box-info {
    display: none;
  }

  .partner {
    display: block;
    max-width: 100%;
    padding: 0 15px;
  }

  .sign-partner {
    justify-content: space-between;
  }

  .sign-text {
    margin: 0;
  }

  .right-partner {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
  }

  .link-partner {
    justify-content: space-between;
    align-items: center;
  }

  .villarreal {
    margin-left: 0;
  }

  .lpfp {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding-top: 34px;
    padding-bottom: 40px;
    gap: 8%;
  }

  .item-lpfp img {
    max-width: 100%;
  }

  .box-supplier {
    display: none;
  }

  .list-mxh {
    gap: 20px;
  }

  .item-lpfp h3 {
    font-size: 16px;
  }

  .partner-order {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 474px) {
  .sign-text {
    font-size: 14px;
  }

  .text-partner h3 {
    font-size: 14px;
  }

  .text-partner p {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .text-download {
    font-size: 18px;
  }

  .villarreal {
    margin-right: 10px;
    padding-right: 10px;
  }
}