/*css footer*/
.tg_footer_2024 {
  background: #f4f8fb;
  position: relative;
  margin: 50px 0px 0px 0px;
}

.tg_footer_2024 .tg_top_ft {
  padding: 40px 0px 20px 0px;
}

.tg_footer_2024 .tg_top_ft .ft_general {
  display: flex;
  gap: 100px;
}

.tg_footer_2024 .tg_top_ft .ft_left {
  width: 35%;
}

.tg_footer_2024 .tg_top_ft .ft_right {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}

.tg_footer_2024 .tg_top_ft .top_ft_detasilds {
  margin: 20px 0px 0px 0px;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_detailds {
  margin: 20px 0px 0px 0px;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info {
  position: relative;
  cursor: pointer;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info:before {
  position: absolute;
  content: "";
  background: url(../images/25072024-arr-ft.svg) no-repeat;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 0px;
}

.tg_footer_2024
  .tg_top_ft
  .top_ft_bg
  .top_ft_detailds.tg_current
  .top_ft_info:before {
  transform: rotate(90deg);
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info strong {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_widget {
  margin: 10px 0px 0px 0px;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_widget ul li {
  display: flex;
  gap: 10px;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 22px;
}
.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_widget ul li figure img {
  max-width: inherit;
}
.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_widget ul > li:last-child {
  margin: 0px;
}

.tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_widget ul li a {
  color: #131a1f;
}

.tg_footer_2024 .ft_menu ul {
  margin: 15px 0px 0px 0px;
}

.tg_footer_2024 .ft_menu ul li {
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0px 8px 0px;
}

.tg_footer_2024 .ft_menu ul > li:last-child {
  margin: 0px;
}

.tg_footer_2024 .ft_menu ul li a {
  color: #131a1f;
}

.tg_footer_2024 .ft_menu ul li a:hover {
  color: #0066b2;
}

.tg_footer_2024 .ft_title {
  font-weight: 600;
  text-transform: uppercase;
}

.tg_footer_2024 .tg_middle_ft .ft_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg_footer_2024 .family_mobile {
  display: none;
}

.tg_footer_2024 .family_site {
  position: relative;
}

.tg_footer_2024 .family_site .family_btn {
  color: rgb(19 26 31 / 70%);
  display: flex;
  gap: 5px;
  font-size: 12px;
}

.tg_footer_2024 .family_site .family_btn:after {
  content: "+";
}

.tg_footer_2024 .family_site .family_bg {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  position: absolute;
  width: 365px;
  left: -270px;
  bottom: 32px;
  display: none;
}

.tg_footer_2024 .family_site.tag_active .family_bg {
  display: block;
}

.tg_footer_2024 .family_site .family_bg strong {
  display: table;
  margin: 0px auto;
  text-align: center;
  font-weight: 600;
}

.tg_footer_2024 .family_site .family_bg ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  margin: 10px 0px 0px 0px;
}

.tg_footer_2024 .family_site .family_bg ul li img {
  height: 39px;
  object-fit: contain;
}

.tg_footer_2024 .tg_right_ft {
  padding: 20px 0px;
}

.tg_footer_2024 .tg_right_ft .ft_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg_footer_2024 .tg_right_ft .ft_general .ft_left {
  font-size: 12px;
  line-height: 20px;
}

.tg_footer_2024 .ft_social ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tg_footer_2024 .ft_social ul li a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0066b2;
  transition: all 0.3s;
  background: transparent;
}

.tg_footer_2024 .ft_social ul li a:hover {
  background: #0066b2;
}

.tg_footer_2024 .ft_social ul li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.tg_footer_2024 .ft_social ul > li:nth-child(1) a:before {
  content: url(../images/25072024-fb-blue.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(1) a:hover:before {
  content: url(../images/25072024-fb-white.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(2) a:before {
  content: url(../images/25072024-ytb-blue.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(2) a:hover:before {
  content: url(../images/25072024-ytb-white.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(3) a:before {
  content: url(../images/25072024-zalo-blue.svg);
  top: 45%;
}

.tg_footer_2024 .ft_social ul > li:nth-child(3) a:hover:before {
  content: url(../images/25072024-zalo-white.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(4) a:before {
  content: url(../images/25072024-tiktok-blue.svg);
}

.tg_footer_2024 .ft_social ul > li:nth-child(4) a:hover:before {
  content: url(../images/25072024-tiktok-white.svg);
}
.tg_middle_ft .ft_general {
  padding: 20px 0px;
  border-top: 1px solid rgb(0 102 178 / 20%);
  border-bottom: 1px solid rgb(0 102 178 / 20%);
}
.tg_footer_2024 .tg_middle_ft .ft_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tg_footer_2024 .tg_list_patvn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tg_footer_2024 .tg_list_patvn figure {
  mix-blend-mode: multiply;
}
.tg_footer_2024 .tg_list_patvn figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_footer_2024 .ft_title_mobile {
  display: none;
}
/*end css footer rau*/
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_footer_2024 .ft_title.ft_title_mobile::before {
    display: none;
  }
  .tg_footer_2024 .ft_title.family_mobile {
    display: block;
    pointer-events: none;
  }
  .tg_footer_2024 .family_desktop {
    display: none;
  }
  .tg_footer_2024 .tg_top_ft .ft_general .ft_left > figure {
    text-align: center;
    margin: 0 0 30px 0px;
  }

  .tg_footer_2024 .tg_top_ft .ft_general {
    flex-direction: column;
    gap: 19px;
  }

  .tg_footer_2024 .tg_top_ft .ft_left {
    width: 100%;
  }

  .tg_footer_2024 .tg_top_ft .ft_right {
    flex-direction: column;
    display: flex;
    width: 100%;
  }

  .tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info strong {
    text-transform: inherit;
  }

  .tg_footer_2024 .ft_menu ul {
    display: none;
  }

  .tg_footer_2024 .ft_title {
    text-transform: inherit;
    position: relative;
    display: block;
  }

  .tg_footer_2024 .ft_title::before {
    position: absolute;
    content: "";
    background: url(../images/25072024-arr-ft.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 0px;
  }

  .tg_footer_2024 .ft_menu.tg_current .ft_title::before {
    transform: rotate(90deg);
  }

  .tg_footer_2024 .tg_middle_ft {
    flex-direction: column;
  }
  .tg_footer_2024 .tg_middle_ft .ft_general {
    justify-content: center;
  }

  .tg_footer_2024 .family_mobile {
    display: block;
  }

  .tg_footer_2024 .family_site {
    margin: 0px 0px 0px auto;
  }

  .family_site .family_btn {
    font-size: 12px;
    line-height: 24px;
  }

  .family_site .family_bg {
    left: -300px;
  }

  .tg_footer_2024 .tg_right_ft .ft_general {
    flex-direction: column;
    gap: 15px;
  }

  .tg_footer_2024 .tg_right_ft .ft_general .ft_left span {
    font-size: 12px;
    line-height: 24px;
    color: #131a1f;
  }

  .tg_footer_2024 .tg_right_ft .ft_right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tg_footer_2024 .ft_title.ft_title_mobile::before {
    display: none;
  }
  .tg_footer_2024 .ft_title.family_mobile {
    display: block;
    pointer-events: none;
  }
  .tg_footer_2024 .family_desktop {
    display: none;
  }
  .tg_footer_2024 .tg_top_ft .ft_general .ft_left > figure {
    text-align: center;
    margin: 0 0 30px 0px;
  }

  .tg_footer_2024 .tg_top_ft .ft_general {
    flex-direction: column;
    gap: 19px;
  }

  .tg_footer_2024 .tg_top_ft .ft_left {
    width: 100%;
  }

  .tg_footer_2024 .tg_top_ft .ft_right {
    flex-direction: column;
    display: flex;
    width: 100%;
  }

  .tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info:before {
  }

  .tg_footer_2024 .tg_top_ft .top_ft_bg .top_ft_info strong {
    text-transform: inherit;
  }

  .tg_footer_2024 .ft_menu ul {
    display: none;
  }

  .tg_footer_2024 .ft_title {
    text-transform: inherit;
    position: relative;
    display: block;
  }

  .tg_footer_2024 .ft_title::before {
    position: absolute;
    content: "";
    background: url(../images/25072024-arr-ft.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 0px;
  }

  .tg_footer_2024 .ft_menu.tg_current .ft_title::before {
    transform: rotate(90deg);
  }

  .tg_footer_2024 .tg_middle_ft {
    flex-direction: column;
  }
  .tg_footer_2024 .tg_middle_ft .ft_general {
    justify-content: center;
  }

  .tg_footer_2024 .family_mobile {
    display: block;
  }

  .tg_footer_2024 .family_site {
    margin: 0px 0px 0px auto;
  }

  .tg_footer_2024 .family_site .family_btn {
    font-size: 12px;
    line-height: 24px;
  }

  .tg_footer_2024 .family_site .family_bg {
    left: -300px;
  }

  .tg_footer_2024 .tg_right_ft .ft_general {
    flex-direction: column;
    gap: 15px;
  }

  .tg_footer_2024 .tg_right_ft .ft_general .ft_left span {
    font-size: 12px;
    line-height: 24px;
    color: #131a1f;
  }

  .tg_footer_2024 .tg_right_ft .ft_right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
