.fancybox_hp .fancybox_general {
  position: relative;
}
.fancybox_hp .wrap_figure figure {
  height: 100vh;
  border-radius: 0px 0px 28px 28px;
}
.fancybox_hp .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 28px 28px;
}
.fancybox_hp .text_widget .tg_container {
  max-width: 1050px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  display: flex;
  align-items: center;
}
.fancybox_hp .text_widget .fancybox_ct {
  max-width: 530px;
  width: 100%;
}
.fancybox_hp .text_widget .fancybox_ct figure {
  display: flex;
  justify-content: center;
  margin: 0px 0px 20px 0px;
}
.fancybox_hp .text_widget .explore_now_btn {
  display: flex;
  justify-content: center;
  margin: 40px 0px 0px 0px;
}
.fancybox_hp .text_widget .explore_now_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--sub-orange);
  border-radius: 90px;
  padding: 8px 17px;
  color: var(--white);
  font-weight: 500;
}
.fancybox_hp .fancybox_circle {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -118.5px;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.fancybox_hp .fancybox_circle figure {
  display: flex;
  justify-content: center;
  position: relative;
  animation: logo 2000ms infinite;
  border-radius: 50%;
}
.qoute_hp {
  position: relative;
}
.qoute_hp::before {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-circle-right-bg.png) no-repeat;
  background-size: cover;
  max-width: 335px;
  width: 100%;
  height: 727px;
  top: 0px;
  right: 0px;
}
.qoute_hp .tg_container {
  max-width: 1050px;
}
.qoute_hp .qoute_general {
  padding: 160px 0px 80px 0px;
  border-bottom: 1px solid #dadada;
}
.qoute_hp .qoute_btn {
  margin: 40px 0px 0px 0px;
}
.model_hp {
  position: relative;
}
.model_hp::before {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-circle-left-bg.png) no-repeat;
  background-size: cover;
  max-width: 280px;
  width: 100%;
  height: 561px;
  top: 0px;
  left: 0px;
}
.model_hp .tg_inter_title {
  justify-content: center;
  gap: 0;
  max-width: 840px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.model_hp .tg_inter_title .ct_left h2:after {
  content: url(../images/thinhvuong-title-vignette.png);
  display: block;
  text-align: center;
}
.model_hp .model_general {
  margin: 24px 0px 0px 0px;
}
.model_hp .model_ct figure {
  width: 208px;
  height: 208px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #d9d9d9;
  transition: all 0.5s;
  margin: 0px auto;
}
.model_hp .model_ct figure:hover {
  border: 1px solid var(--orange);
}
.model_hp .model_ct figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.model_hp .model_ct figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}
.model_hp .model_ct figure a::before {
  position: absolute;
  content: "";
  background: #00000033;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  width: 90%;
  height: 90%;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.model_hp .model_ct figure a::after {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-model-plus-icon.png) no-repeat;
  max-width: 56px;
  width: 100%;
  height: 54px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.model_hp .model_ct figure a:hover::before,
.model_hp .model_ct figure a:hover::after {
  opacity: 1;
  visibility: visible;
}
.model_hp .model_ct strong {
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 17px 0px 0px 0px;
}
.model_hp .model_ct strong a {
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  transition: all 0.5s;
}
.model_hp .model_ct strong a:hover {
  color: var(--orange);
}
.setup_hp {
  background: #f6f3f3;
}
.setup_hp .setup_general {
  margin: 24px 0px 0px 0px;
}

.setup_hp .setup_general .product_price .ct_left {
  display: none;
}

.setup_hp .setup_btn p {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}
.setup_hp .setup_btn .tg_bg_btn {
  margin: 24px 0px 0px 0px;
}
.banner_hp figure {
  height: 330px;
  border-radius: 16px;
}
.banner_hp figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.knowledge_hp .knowledge_general {
  margin: 24px 0px 0px 0px;
}
.product_hp .tg_border_btn {
  margin: 40px 0px 0px 0px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .product_style2 .product_banner figure {
    height: 300px;
  }
  .qoute_hp::before,
  .model_hp::before {
    display: none;
  }
  .fancybox_hp .wrap_figure figure {
    height: 600px;
  }
  .fancybox_hp .text_widget .fancybox_ct {
    max-width: 400px;
    padding: 0px 0px 0px 60px;
  }
}
@media (max-width: 1024px) {
  .model_hp .swiper-slide-active {
    transform: scale(1.35) !important;
  }
  .qoute_hp::before {
    display: none;
  }
  .model_hp::before {
    display: none;
  }
  .fancybox_hp .fancybox_circle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .knowledge_hp {
    padding: 0px 0px 80px 0px;
  }
  .product_hp .tg_border_btn {
    margin: 24px 0px 0px 0px;
  }
  .setup_hp .setup_btn .tg_bg_btn {
    margin: 16px 0px 0px 0px;
  }
  .setup_hp .setup_btn p {
    font-size: 20px;
    line-height: 28px;
  }
  .model_hp .swiper-slide-active .model_ct strong a {
    font-size: 16px;
    line-height: 24px;
  }
  .model_hp .swiper-slide-active .model_ct strong {
    display: block;
    margin: 10px 0px 0px 0px;
  }
  .model_hp .model_ct strong {
    display: none;
  }
  .model_hp .model_bg {
    padding: 60px 0px 50px 0px;
  }
  .model_hp .model_general {
    margin: 0px;
  }
  .model_hp .swiper-slide-active .model_ct figure {
    padding: 8px;
    border: 1px solid var(--orange);
  }
  .model_hp .model_ct figure {
    width: 190px;
    height: 190px;
    padding: 0px;
    border: none;
  }
  .qoute_hp .qoute_btn {
    margin: 24px 0px 0px 0px;
  }
  .qoute_hp .qoute_general {
    padding: 60px 0px;
  }
  .fancybox_hp .wrap_figure figure {
    height: 400px;
  }
  .fancybox_hp .text_widget .explore_now_btn {
    margin: 24px 0px 0px 0px;
  }
  .fancybox_hp .text_widget .fancybox_ct {
    max-width: 300px;
    width: 100%;
    padding: 0px 0px 0px 56px;
  }
}
@media (max-width: 767px) {
  .knowledge_hp .knowledge_general {
    margin: 16px 0px 0px 0px;
  }
  .banner_hp figure {
    height: 130px;
  }
  .product_hp .tg_border_btn {
    margin: 24px 0px 0px 0px;
  }
  .setup_hp .setup_btn .tg_bg_btn {
    margin: 10px 0px 0px 0px;
  }
  .setup_hp .setup_btn p {
    font-size: 14px;
    line-height: 22px;
  }
  .setup_hp .setup_general {
    margin: 12px 0px 0px 0px;
  }
  .thinhvuong_website .swiper-pagination {
    margin: 0px;
  }
  .model_hp .swiper-slide-active .model_ct strong {
    display: block;
    margin: 0px;
    font-weight: 500;
  }
  .model_hp .swiper-slide-active .model_ct strong a {
    font-size: 12px;
    line-height: 22px;
  }
  .model_hp .model_ct strong {
    display: none;
  }
  .model_hp .model_bg {
    padding: 30px 0px 30px 0px;
  }
  .model_hp .model_general {
    margin: 0px;
  }
  .model_hp .model_ct figure a::before {
    display: none;
  }
  .model_hp .swiper-slide-active .model_ct figure {
    padding: 5px;
    border: 1px solid var(--orange);
  }
  .model_hp .model_ct figure {
    width: 90px;
    height: 90px;
    padding: 0px;
    border: none;
  }
  .fancybox_hp .text_widget .fancybox_ct figure {
    margin: 0px 0px 12px 0px;
  }
  .fancybox_hp .text_widget .explore_now_btn {
  justify-content: flex-start;    
  }
  .fancybox_hp .text_widget .explore_now_btn a{
           padding: 0;
        color: var(--white);
        font-weight: 500;
        font-size: 12px;
        border: none;
        animation: logo 2000ms infinite;
  }
  .fancybox_hp .text_widget .fancybox_ct {
    max-width: 190px;
    padding: 30px 0px 0px 15px;
  }
  .qoute_hp .qoute_general {
    padding: 30px 0px;
  }
  .qoute_hp .qoute_btn {
    margin: 16px 0px 0px 0px;
  }
  .fancybox_hp .wrap_figure figure {
    height: 320px;
  }
  .model_hp .tg_inter_title .ct_left h2:after {
    content: url(../images/thinhvuong-title-vignette-mobile.png) !important;
    display: block;
  }
}
/* end css rau */
