.page {
  min-height: 300px;
}

.page-faq {
  margin-bottom: 20px;
}
.page-faq .product-fpt-with-stick-tab {
  margin-bottom: 25px;
}
.page-faq .faq-title {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
.page-faq .faq {
  margin-bottom: 7px;
}
.page-faq .faq h4 {
  color: #000;
  padding: 12px 20px;
  font-size: 18px;
  margin-bottom: 0;
  background: var(--bg);
  cursor: pointer;
  border-radius: 5px;
}
.page-faq .faq.active h4 {
  background: var(--mainColor);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.page-faq .faq .content {
  display: block;
  border: 1px solid #acacac;
  padding: 15px 20px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.page-faq .faq .content p {
  margin-bottom: 0;
  font-size: 16px;
}
.page-faq .contact {
  margin-bottom: 20px;
  border-radius: 5px;
}
.page-faq .contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.page-faq .contact h4:before {
  background: var(--mainColor);
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  bottom: -5px;
  height: 3px;
  display: block;
  z-index: 1;
  width: 40%;
}
.page-faq .contact .content-form {
  display: block;
  margin-bottom: 10px;
}
.page-faq .contact .group_contact {
  border-radius: 0 0 10px 10px;
}
.page-faq .contact .group_contact input,
.page-faq .contact .group_contact textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  font-size: 14px;
  border-radius: 8px;
}
.page-faq .contact .group_contact input {
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
}
.page-faq .contact .group_contact textarea {
  padding: 10px 20px;
  height: 77px;
  border: 1px solid #e6e6e6;
}
.page-faq .contact .group_contact .btn-lienhe {
  background: var(--mainColor);
  color: #fff;
  border: initial;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 8px;
}
.page-faq .contact .group_contact .btn-lienhe:hover {
  background-color: var(--hover);
}

.section_flash_banner {
  margin-bottom: 30px;
}

.count-down {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.count-down .title {
  font-size: 40px;
  display: block;
  font-weight: 700;
}
.count-down .title-timer {
  font-size: 40px;
  font-weight: bold;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--hover);
  color: #fff;
}
@media (max-width: 991px) {
  .count-down .title-timer {
    font-size: 24px;
  }
}
.count-down .timer-view {
  display: inline;
  width: 100%;
  text-align: center;
}
.count-down .timer-view .block-timer {
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: var(--mainColor);
  margin: 0 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
}
.count-down .timer-view .block-timer b {
  font-size: 30px;
  margin-right: 5px;
}
.count-down .timer-view .block-timer p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .count-down .timer-view .block-timer {
    font-size: 14px;
  }
}
.count-down .timer-view:first-child {
  margin-left: 0;
}
.count-down .timer-view > span {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  color: #000;
}

.section_flash_product {
  margin-bottom: 30px;
}
.section_flash_product .bg-thumb {
  background: var(--bg);
  padding: 20px;
  border-radius: 15px;
}
.section_flash_product .bg-thumb .swiper-slide {
  display: flex;
  height: auto;
}
.section_flash_product .bg-thumb .product-action {
  border-radius: 10px;
  overflow: hidden;
}
.section_flash_product .bg-thumb .product-action .product-info {
  padding: 10px 10px;
}
.section_flash_product .bg-thumb .style-button {
  background: #fff;
  color: #000;
}
.section_flash_product .bg-thumb .style-button:hover {
  color: var(--mainColor);
}

.section_chinhsach {
  margin-bottom: 80px;
}
.section_chinhsach .background-thumb {
  background: var(--bg);
}
@media (max-width: 991px) {
  .section_chinhsach .row {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .section_chinhsach .col-fix:nth-child(1),
  .section_chinhsach .col-fix:nth-child(2) {
    margin-bottom: 10px !important;
  }
}
.section_chinhsach .item {
  display: flex;
}
.section_chinhsach .item .icon {
  min-width: 50px;
}
.section_chinhsach .item .icon img {
  max-width: 50px;
}
@media (max-width: 991px) {
  .section_chinhsach .item .icon img {
    max-height: inherit;
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .section_chinhsach .item .icon img {
    max-height: inherit;
    max-width: 30px;
  }
}
.section_chinhsach .item .text {
  color: #000;
  padding-left: 10px;
}
.section_chinhsach .item .text .title {
  display: block;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section_chinhsach .item .text .title {
    font-size: 14px;
  }
}

.section_about_1 {
  margin-bottom: 80px;
}
.section_about_1 .title-index {
  text-align: left;
  margin-bottom: 50px;
}
.section_about_1 .title-index .title-name {
  padding-left: 20px;
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.section_about_1 .title-index .title-name:after {
  left: 0;
}
.section_about_1 .right .title-index {
  margin-bottom: 0px;
  margin-top: 50px;
}

.section_thongke {
  padding: 50px 0;
  margin-bottom: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.section_thongke:before {
  background-color: #000000;
  opacity: 0.7;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.section_thongke .item {
  display: flex;
  align-items: center;
  border-right: 1px solid #797979;
  justify-content: center;
  position: relative;
  width: 100%;
}
.section_thongke .item:last-child {
  border-right: 0;
}
@media (max-width: 991px) {
  .section_thongke .item {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_thongke .item:nth-child(3),
  .section_thongke .item:nth-child(4) {
    margin-bottom: 0px;
  }
  .section_thongke .item:nth-child(2),
  .section_thongke .item:nth-child(4) {
    border-right: 0;
  }
}
.section_thongke .item .content {
  text-align: center;
}
.section_thongke .item .content .num {
  font-size: 48px;
  line-height: 54px;
  display: inline-block;
  font-weight: bold;
  color: var(--hover);
  display: block;
}
@media (max-width: 767px) {
  .section_thongke .item .content .num {
    font-size: 30px;
  }
}
.section_thongke .item .content .title {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  .section_thongke .item .content .title {
    font-size: 16px;
  }
}

.section_360 {
  margin-bottom: 80px;
}
.section_360 #tabs {
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.section_360 #tabs button {
  padding: 10px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.section_360 #tabs button.active,
.section_360 #tabs button:hover {
  background: var(--mainColor);
}
.section_360 #tabs button img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.section_360 #viewer {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: transparent !important;
}
.section_360 #viewer canvas {
  border-radius: 10px;
}

.section_doingu {
  margin-bottom: 80px;
}
.section_doingu .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.section_doingu .item .image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bg);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.section_doingu .item .thumb-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  /* width: 100%; */
  right: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.section_doingu .item .thumb-content .title {
  display: inline-block;
  background: var(--mainColor);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
.section_doingu .item .thumb-content .content {
  background: #fff;
  padding: 10px;
  border-radius: 0px 5px 5px 5px;
}
.section_doingu .item .thumb-content .content span {
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.section_doingu .item:hover .image:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section_doingu .item:hover .thumb-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
