.carousel-port__title {
  margin-bottom: 20px;
}
.carousel-port__title h2 > a {
  color: #333;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  text-decoration: unset;
  border-bottom: 5px solid #0b702f;
  padding-bottom: 5px;
}

.carousel-port__content {
  position: relative;
}
.carousel-port__content .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.12));
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-port__content .section-news-products__arrow-left {
  left: -20px;
  background: url(/images/btn_prev2.webp?c80ffad69dcb3d6784bfc92fb2df3a9b);
}
.carousel-port__content .section-news-products__arrow-right {
  right: -20px;
  background: url(/images/btn_prev.webp?e4a4b8d1af427969a273419dae158b67);
}
.carousel-port__content .autoplay .slick-list .slick-track .post .post-content {
  margin: 15px;
}
.carousel-port__content .autoplay .slick-list .slick-track .post .post-content a {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .carousel-port__content .autoplay .slick-list .slick-track .post .post-content a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.carousel-port__content .autoplay .slick-list .slick-track .post .post-content a > img {
  width: calc(100% - 2px) !important;
  border-radius: 5px;
  margin-bottom: 15px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .carousel-port__content .autoplay .slick-list .slick-track .post .post-content a > img {
    max-height: 230px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1440px) {
  .section-news-products__arrow-left {
    display: none !important;
  }

  .section-news-products__arrow-right {
    display: none !important;
  }
}
.content-consultants__image {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.content-consultants__image img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .content-consultants__image img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .content-consultants .content-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-consultants .content-pc {
    display: none;
  }
}
.content-consultants__text a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-decoration: unset;
}
.content-consultants .contact {
  margin-top: 8px;
}
.content-consultants .contact p a span {
  color: #636363;
  font-size: 16px;
  padding: 3px 0 3px 25px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .content-consultants .contact p a span {
    font-size: 17px;
    padding: 3px 0 3px 30px;
  }
}
@media (max-width: 768px) {
  .content-consultants .contact__mess {
    display: none;
  }
}
.content-consultants .contact__mess span {
  background: url(/images/mess.png?6ce917ccc8801f4784411e480611a984) no-repeat left center;
}
@media (min-width: 768px) {
  .content-consultants .contact__mobile {
    display: none;
  }
}
.content-consultants .contact__mobile--zalo {
  margin-bottom: 8px;
}
.content-consultants .contact__mobile--zalo span {
  background: url(/images/zalo.png?3b2646c932dbea833f050f0378c3368f) no-repeat left center;
  background-size: 25px;
}
.content-consultants .contact__mobile--call span {
  background: url(/images/call_now.png?f7ed498f1c66f23e43f3fc83bc3bc7e3) no-repeat left center;
  background-size: 25px;
}
.blog-by-expert .post-expert {
  box-shadow: 0 4px 10px 0 #00000014;
}
.blog-by-expert .post-expert_data {
  padding: 10px;
}
.blog-by-expert .post-expert_image {
  max-width: 300px;
  margin-right: 10px;
  padding: 20px;
}
.blog-by-expert .post-expert_image img {
  width: 100%;
}
@media (max-width: 768px) {
  .blog-by-expert .post-expert_image {
    margin-right: unset;
  }
}
.blog-by-expert .post-expert_data-title span {
  color: #333;
  position: relative;
  padding-left: 20px;
}
.blog-by-expert .post-expert_data-title span::before {
  background: url(/images/tick.png?dae903c8a76ec6fadc80a29d650686c0);
  background-size: 15px 15px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.list-post-expert {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  font-weight: 900;
  padding: 0 0 7px 0;
  border-bottom: 2px solid var(--color-custom-primary);
  margin: 15px 0;
}

.blog-by-expert .pagination ul {
  justify-content: center;
}
.post-detail .post-detail__title h1 {
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-detail .post-detail__body {
  overflow: hidden;
  text-align: justify;
}
.post-detail .post-detail__body table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
.post-detail .post-detail__body table tbody,
.post-detail .post-detail__body table td,
.post-detail .post-detail__body table tfoot,
.post-detail .post-detail__body table th,
.post-detail .post-detail__body table thead,
.post-detail .post-detail__body table tr {
  border-width: 1px;
  padding: 10px;
}
.post-detail .post-detail__body h3,
.post-detail .post-detail__body h4,
.post-detail .post-detail__body h5,
.post-detail .post-detail__body h6,
.post-detail .post-detail__body p,
.post-detail .post-detail__body select,
.post-detail .post-detail__body textarea {
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-detail .post-detail__body h2 a {
  font-size: 24px !important;
  font-weight: 700 !important;
}
.post-detail .post-detail__body figure {
  width: 100% !important;
}
.post-detail .post-detail__body iframe {
  width: 100%;
  border: none;
}
.post-detail .post-detail__body .embed-video {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.post-detail .post-detail__body .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.post-detail .post-detail__body img {
  height: auto;
  max-width: 100%;
}
.post-detail .post-detail__body img .centered {
  display: block;
  margin: 0 auto 10px;
}
.post-detail .post-detail__body h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
  color: var(--color-custom-primary);
}
.post-detail .post-detail__body h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
.post-detail .post-detail__body p {
  margin: 0 0 15px;
  text-align: left;
  font-size: 17px;
}
.post-detail .post-detail__body strong {
  font-weight: 700;
}
.post-detail .post-detail__body b {
  font-weight: 700;
}
.post-detail .post-detail__body ol {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}
.post-detail .post-detail__body ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}
.post-detail .post-detail__body ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
  font-size: 17px;
}
.post-detail a {
  color: #0d72c7;
  text-decoration: none;
}
.post-detail p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-detail #toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 15px;
  width: 100%;
  overflow: hidden;
}
.post-detail #toc_container .toc_title {
  text-align: center;
  margin-bottom: 0;
}
.post-detail #toc_container .toc-toggle {
  font-size: 0.875rem;
  color: #0d72c7;
  cursor: pointer;
  margin-left: 5px;
}
.post-detail #toc_container .toc_list {
  display: none !important;
  padding-bottom: 0;
  margin-top: 15px;
}
.post-detail #toc_container .toc_list.show {
  display: block !important;
}
.post-detail .post-expert {
  background: #f9fbff;
}
.post-detail .post-expert_data {
  padding: 10px;
}
.post-detail .post-expert_image {
  width: 10%;
  margin-right: 10px;
}
.post-detail .post-expert_image img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .post-detail .post-expert_image {
    width: 22%;
  }
}
.post-detail .post-expert_data-title span {
  color: #333;
  position: relative;
  padding-left: 20px;
}
.post-detail .post-expert_data-title span::before {
  background: url(/images/tick.png?dae903c8a76ec6fadc80a29d650686c0);
  background-size: 15px 15px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

a:visited {
  color: #0d72c7;
  text-decoration: none;
}

.post-note a {
  color: #0d72c7;
  text-decoration: none;
}
.post-note p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-detail .post-detail__title h1 {
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-detail .post-detail__body {
  overflow: hidden;
  text-align: justify;
}
.post-detail .post-detail__body .answer {
  padding: 5px 15px;
  border-radius: 3px;
  background: var(--color-custom-primary);
  color: #fff;
  display: inline-block;
}
.post-detail .post-detail__body table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}
.post-detail .post-detail__body table tbody, .post-detail .post-detail__body table td, .post-detail .post-detail__body table tfoot, .post-detail .post-detail__body table th, .post-detail .post-detail__body table thead, .post-detail .post-detail__body table tr {
  border-width: 1px;
}
.post-detail .post-detail__body h2, .post-detail .post-detail__body h2 a, .post-detail .post-detail__body h2 a:visited, .post-detail .post-detail__body h3, .post-detail .post-detail__body h4, .post-detail .post-detail__body h5, .post-detail .post-detail__body h6, .post-detail .post-detail__body p, .post-detail .post-detail__body select, .post-detail .post-detail__body textarea {
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-detail .post-detail__body img {
  height: auto;
  max-width: 100%;
}
.post-detail .post-detail__body img .centered {
  display: block;
  margin: 0 auto 10px;
}
.post-detail .post-detail__body h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
  color: var(--color-custom-primary);
}
.post-detail .post-detail__body h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
.post-detail .post-detail__body p {
  margin: 0 0 15px;
  text-align: left;
  font-size: 17px;
}
.post-detail .post-detail__body strong {
  font-weight: 700;
}
.post-detail .post-detail__body b {
  font-weight: 700;
}
.post-detail .post-detail__body ol {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}
.post-detail .post-detail__body ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}
.post-detail .post-detail__body ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
  font-size: 17px;
}
.post-detail a {
  color: #0d72c7;
  text-decoration: none;
}
.post-detail p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

a:visited {
  color: #0d72c7;
  text-decoration: none;
}

.post-note a {
  color: #0d72c7;
  text-decoration: none;
}
.post-note p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.featured-post {
  margin-bottom: 30px;
  /*width: 539px;*/
}
.featured-post a {
  text-decoration: none !important;
}
.featured-post .featured-post__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  background-image: linear-gradient(to right, var(--color-custom-primary), var(--color-custom-primary));
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 20% 4px;
  padding-bottom: 1px;
}
.featured-post .featured-post__title a {
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
}
.featured-post .featured-post__image {
  margin: 15px 0 30px;
}
.featured-post .featured-post__image img {
  max-width: 100%;
}
.featured-post .featured-post__list_item {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.featured-post .featured-post__list_item .col-4 {
  padding-left: 0;
}
.featured-post .featured-post__list_item img {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-post .featured-post__list_item .item_title {
  line-height: 22px;
  margin: 0 0 10px;
}
.featured-post .featured-post__list_item .item_title a {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  display: block;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-post .featured-post__list_item .item_description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-post .featured-post__readmore {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  background-color: #ffffff;
  font-weight: 700;
  border: 2px solid var(--color-custom-primary);
  border-radius: 30px;
  padding: 12px 25px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .featured-post .featured-post__readmore {
    padding: 8px 13px;
  }
}
.featured-post .featured-post__readmore:hover {
  color: #ffffff;
  background-color: var(--color-custom-primary-hover);
  border: 2px solid var(--color-custom-primary-hover);
}
.readmore {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  max-width: 150px;
  width: 100%;
}

.featured-product {
  text-align: center;
}
.featured-product__title {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 900;
}
.featured-product__image {
  display: block;
  margin-bottom: 10px;
}
.featured-product__desc {
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.featured-product__desc p {
  max-width: 500px;
}
.featured-slider .slick-track {
  display: flex;
}
.featured-slider__main {
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.featured-slider__main--slider-single {
  background-color: #fff;
}
.featured-slider__main img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.featured-slider__thumb {
  margin: 0 -7px;
}
.featured-slider__thumb .slick-list {
  margin: 0 -7px;
}
.featured-slider__thumb--item {
  margin: 0 7px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #eee;
}
.featured-slider__thumb--item img {
  height: 80px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .featured-slider__thumb--item img {
    height: 60px;
  }
}
.featured-slider__thumb--item.slick-current {
  border: 1px solid var(--color-custom-primary);
}
.featured-slider .featured-slider__main--slider-single, .featured-slider__thumb {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  overflow: hidden;
}
.featured-slider .featured-slider__main--slider-single {
  height: 260px;
}
.featured-slider__thumb {
  height: 80px;
}
.featured-slider .featured-slider__main--slider-single.slick-initialized, .featured-slider__thumb.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: unset;
}
.fit-consult__left--title {
  font-size: 24px;
  background-color: #037e2e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.fit-consult__left--content__item {
  display: flex;
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
  align-items: start;
}
.fit-consult__left--content__item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  background-color: #037e2e;
  height: 1px;
}
.fit-consult__left--content__item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 100%;
  bottom: 96%;
  background-color: #037e2e;
  border-radius: 50%;
}
.fit-consult__left--content__item img {
  max-width: 70px;
  width: 100%;
  margin-right: 30px;
}
.fit-consult__left--content__item p {
  color: #037e2e;
  font-weight: 600;
  font-size: 25px;
}
.fit-consult__left--content__item span {
  font-size: 20px;
}
.fit-consult__right {
  background-color: #e0f8c6;
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fit-consult__right--title {
  font-size: 25px;
  color: #037e2e;
  text-align: center;
}
.fit-consult__right button {
  color: #fff;
  background-color: #037e2e;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  padding: 5px 30px;
}
.fit-consult__right--form {
  width: 80%;
}
@media (min-width: 768px) {
  #footer-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer-mobile {
    display: block;
  }
}
#footer-mobile {
  bottom: 0;
  position: fixed;
  float: left;
  width: 100%;
  left: 0;
  background: var(--color-custom-primary);
  z-index: 999;
}
#footer-mobile .footer-mobile__item {
  float: left;
  border-right: 1px solid #fff;
  text-align: center;
}
#footer-mobile .footer-mobile__item:last-child {
  border-right: none;
}
#footer-mobile .footer-mobile__main img {
  width: 100%;
  margin-top: 2px;
}
#footer-mobile .footer-mobile__main__title {
  line-height: inherit;
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}
.footer {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer {
    margin-bottom: 1.5rem;
  }
}
.footer__logo {
  text-align: center;
}
.footer_title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.footer p {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer__column-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer__column-2 {
    margin-bottom: 20px;
  }
}
.form-comment .form-comment__choice-comment {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.form-comment .form-comment__choice-comment .choice-post {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-comment .form-comment__choice-comment li.choice-facebook {
  background: #466498;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-comment .form-comment__choice-comment li {
  float: left;
  width: 50%;
  padding: 10px 0;
  background: #f57503;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  list-style-type: none;
}
.form-comment .popup-comment {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
}
.form-comment .box-comment {
  position: fixed;
  width: 500px;
  background: #fff;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
  z-index: 3000;
}
@media (max-width: 500px) {
  .form-comment .box-comment {
    width: 85%;
  }
}

.form-comment__form .popup-comment {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
}
.form-comment__form .box-comment {
  position: fixed;
  width: 500px;
  background: #fff;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
  z-index: 3000;
}
@media (max-width: 500px) {
  .form-comment__form .box-comment {
    width: 85%;
  }
}
.form-comment__form #comment {
  height: 90px;
  margin: 10px 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  float: left;
}
.form-comment__form #submit-comment {
  background: #1c9046;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
}
.form-comment__form #submit-form-comment {
  background: #1c9046;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
}

.close-popup-comment {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -21px;
  top: -21px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  margin: 0 !important;
}

.popup-comment p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.popup-comment input[type=text] {
  margin: 0px 0px 10px 0;
  padding: 10px;
  width: 100%;
  float: left;
  background: #fff;
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #ddd;
}

.list-comments {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
  line-height: 1.618;
}
.list-comments a {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.618;
  color: #333;
}

.list-comments__list li {
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
  font-weight: 400;
}
.list-comments__list li .list-comments__list__comment-avatar {
  background-color: #fff;
  float: left;
  margin: 5px 10px 10px 0px;
  border: 1px solid #ddd;
  padding: 4px;
}
.list-comments__list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.list-comments__list .list-comments__list__comment-avatar {
  background-color: #fff;
  float: left;
  margin: 5px 10px 10px 0px;
}

.ping-list li {
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
  font-weight: 400;
}

.list-comments__list__comment {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.list-comments__list__comment-author {
  font-weight: bold;
  color: var(--color-custom-primary);
  margin-bottom: 0;
}
.list-comments__list__comment-author .says {
  font-weight: normal;
  color: #333;
}

.list-comments__list__comment-time {
  font-size: 12px;
  margin: 0 0 5px;
}
.list-comments__list__comment-time a {
  color: #666;
}

.list-comments__list__comment-content {
  padding-left: 70px;
}
.list-comments__list__comment-content p {
  font-size: 17px;
  margin: 0 0 15px;
}

.list-comments__list__comment-reply {
  font-size: 15px;
  font-weight: 400;
}
.list-comments__list__comment-reply .comment-reply-link {
  background: var(--color-custom-primary);
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 5px;
  border: none;
}

.question-form {
  margin: unset;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.question-form input {
  box-shadow: none;
  border-radius: 5px;
  height: 45px;
  color: #555;
}
.question-form input:hover {
  box-shadow: none;
  border-color: #e1e1e1;
}
.question-form input:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.question-form textarea {
  box-shadow: none;
  border-radius: 5px;
  color: #555;
}
.question-form textarea:hover {
  box-shadow: none;
  border-color: #e1e1e1;
}
.question-form textarea:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.question-form__form__col {
  margin-top: 15px;
}
.section-review-product {
  margin: 30px 0;
  margin-bottom: 0;
}
.section-review-product__head {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-panax-secondary-3);
  position: relative;
}
.section-review-product__head::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--color-custom-primary);
}
.section-review-product__form-review {
  margin-bottom: 20px;
}
.section-review-product__form-review--list-stars-model .five-star span {
  font-size: 2rem;
  font-weight: bold;
}
.section-review-product__form-review--list-stars-model .five-star .star_item {
  transform: scale(1.2);
  transform-origin: left;
  margin-left: 5px;
}
.section-review-product__form-review--list-stars-model .label-title {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section-review-product__form-review--btn-open-review {
    margin-top: 20px;
  }
}
.section-review-product .star-model-list__item {
  margin-bottom: 4px;
}
.section-review-product .star-model-list__item:last-child {
  margin-bottom: 0;
}
.section-review-product .star-model-list__item p:first-child {
  max-width: 80px;
  width: 100%;
}
.section-review-product .star-model-list__item .progress {
  max-width: 365px;
  width: 100%;
  height: 18px;
  margin: 0 25px;
}
.section-review-product__list-review .section-review-product__head {
  margin-bottom: 15px;
}
.section-review-product__list-review--item {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-review-product__list-review--item:last-child {
  margin-bottom: 0;
}
.section-review-product__list-review--item__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-review-product__list-review--item__head .customer-name {
  font-weight: 600;
  color: var(--color-custom-primary);
  margin-right: 5px;
}
.section-review-product__list-review--item__head .stars {
  margin-right: 5px;
  margin-bottom: 5px;
}
.section-review-product__list-review--item__head .customer-review-product {
  font-weight: 600;
}
.section-review-product__list-review--item__images img {
  width: auto;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
}

.product-detail__review {
  padding: 25px 0;
}
.product-detail__review--head {
  margin-bottom: 23px;
}
.product-detail__review--head h4,
.product-detail__review--head h2 {
  color: var(--color-panax-secondary-3);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .product-detail__review--head h4,
.product-detail__review--head h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .product-detail__review--head h4,
.product-detail__review--head h2 {
    margin-bottom: 0;
  }
}
.product-detail__review--head__detail {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDE5C7;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail {
    display: block;
    margin-bottom: 10px;
  }
}
.product-detail__review--head__detail .statistical {
  padding-right: 60px;
  margin-right: 29px;
  border-right: 1px solid #FEEDE2;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .statistical {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .product-detail__review--head__detail .statistical {
    margin-bottom: 4px;
  }
}
.product-detail__review--head__detail .statistical .stars {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .statistical .stars {
    margin-bottom: 0;
  }
}
.product-detail__review--head__detail .statistical .stars span {
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 700;
  margin-right: 11px;
}
.product-detail__review--head__detail .statistical .stars div {
  display: flex;
}
.product-detail__review--head__detail .statistical .count-rating {
  font-size: 0.875rem;
  opacity: 40%;
}
.product-detail__review--head__detail .ratings {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .ratings {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .ratings__item {
  display: flex;
  align-items: center;
}
.product-detail__review--head__detail .ratings__item--stars {
  margin-right: 20px;
  width: 90px;
}
.product-detail__review--head__detail .ratings__item--stars svg {
  margin-right: -4px;
}
.product-detail__review--head__detail .ratings__item--process {
  position: relative;
  height: 5px;
  width: 158px;
  margin-right: 10px;
}
.product-detail__review--head__detail .ratings__item--process::before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #1A202C3D;
  opacity: 24%;
  z-index: 1;
}
.product-detail__review--head__detail .ratings__item--process::after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: var(--w-process);
  background-color: var(--color-primary);
  z-index: 2;
}
.product-detail__review--head__detail .image-review {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .image-review {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .image-review a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}
.product-detail__review--head__detail .image-review img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .review-action {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .review-action button {
  display: flex;
  align-items: center;
  padding: 10px 42px;
}
.product-detail__review--head__detail .review-action button span:first-child {
  margin-right: 8px;
}
.product-detail__review--head__filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter {
    align-items: center;
  }
}
.product-detail__review--head__filter > span {
  font-weight: 600;
  color: var(--color-panax-secondary-3);
  margin-right: 25px;
  font-size: 1rem;
}
.product-detail__review--head__filter .filter-ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings {
    display: none;
  }
}
.product-detail__review--head__filter .filter-ratings__row2 {
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.product-detail__review--head__filter .filter-ratings button {
  background-color: transparent;
  border: #8A8A8A;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 11px 24px;
  border: 1px solid #8A8A8A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings button {
    margin-bottom: 8px;
  }
}
.product-detail__review--head__filter .filter-ratings button span {
  display: flex;
}
.product-detail__review--head__filter .filter-ratings button.active {
  background-color: var(--color-panax-secondary-3);
  color: #fff;
}
.product-detail__review--head__filter .filter-ratings-mobile-wrapper {
  display: flex;
  width: 100%;
}
.product-detail__review--head__filter .filter-ratings-mobile {
  display: none;
  margin: auto;
  margin-right: 5px;
}
.product-detail__review--head__filter .filter-ratings-mobile:first-child {
  width: 40%;
}
.product-detail__review--head__filter .filter-ratings-mobile:last-child {
  width: 60%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings-mobile {
    display: block;
  }
}
.product-detail__review--head__filter .filter-ratings-mobile select {
  padding: 10px 20px;
  padding-right: 40px;
  min-width: unset;
}
.product-detail__review--head__filter .filter-ratings-mobile svg {
  right: 20px;
}
.product-detail__review--body .list-customer-review-item {
  margin-top: 12px;
}
.product-detail__review--body .customer-review-item-border {
  height: 1px;
  background-image: linear-gradient(90deg, var(--color-panax-secondary-3), var(--color-panax-secondary-3) 75%, transparent 75%, transparent 100%);
  background-size: 15px 1px;
  border: none;
  width: 100%;
}
.product-detail__review--body .customer-review-item {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.product-detail__review--body .customer-review-item:last-child {
  border-bottom: none;
}
.product-detail__review--body .customer-review-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.product-detail__review--body .customer-review-item__avt {
  margin-right: 20px;
}
.product-detail__review--body .customer-review-item__avt.default-avt {
  max-width: 40px;
  width: 100%;
  height: 40px;
  background: var(--color-panax-secondary-3);
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.product-detail__review--body .customer-review-item__avt.default-avt span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
}
.product-detail__review--body .customer-review-item__content {
  font-size: 0.875rem;
}
.product-detail__review--body .customer-review-item__content--name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail__review--body .customer-review-item__content--name > span {
  font-weight: 700;
  margin-right: 8px;
}
.product-detail__review--body .customer-review-item__content--name > p {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--name > p span:first-child {
  display: flex;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--stars {
  margin-bottom: 1px;
}
.product-detail__review--body .customer-review-item__content--stars svg {
  margin-right: -2px;
}
.product-detail__review--body .customer-review-item__content--time {
  font-weight: normal !important;
}
.product-detail__review--body .customer-review-item__content--comment {
  font-size: 1rem;
  margin-bottom: 3px;
}
.product-detail__review--body .customer-review-item__content--images {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__review--body .customer-review-item__content--images a {
  display: flex;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--images img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .product-detail__review--body .customer-review-item__content--images img {
    height: auto !important;
    width: 50px;
  }
}
.product-detail__review--body .panax-pagination li {
  cursor: pointer;
  margin-right: 5px !important;
}
.product-detail__review--body .panax-pagination li.page-current a {
  color: #fff !important;
}

.global-star {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(0.8);
  transform-origin: left;
}

.global-star .star_item {
  width: 127px;
  height: 20px;
}

.global-star .star_1 {
  background-size: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-hotline {
  justify-content: end;
}

.header > div > div {
  display: flex;
  align-items: center;
}
.header > div .image-box {
  text-align: start;
}
@media (max-width: 768px) {
  .header > div .image-box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header > div {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    overflow: hidden;
  }
}
.header ul {
  list-style: none;
}
.header .pane-mobile {
  padding-top: 0;
  padding-bottom: 0;
}
.header .pane-mobile > div {
  display: flex;
  align-items: center;
}
.header.show-menu {
  position: relative;
  z-index: 9999;
}
.hot-line p {
  margin-bottom: 0;
}
.hot-line__img {
  margin-right: 10px;
  max-width: 40px;
}
.hot-line__content p {
  font-size: 1.1875rem;
  margin-bottom: -7px;
}
.hot-line__content--phone {
  font-size: 28px;
  font-weight: 900;
}
.hot-line__content--subtext {
  font-style: italic;
}

@media (max-width: 768px) {
  .header .hot-line__content p {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .header .hot-line__content--phone {
    font-size: 1.1875rem;
  }
}
.image-box {
  max-width: 100%;
  text-align: center;
}
.image-box img {
  max-width: 100%;
}
.list-post-no-image-wrapper__list > ul {
  padding-left: unset;
}
.list-post-no-image-wrapper__list > ul > li {
  list-style-position: inside;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.list-post-no-image-wrapper__list > ul > li > span {
  margin-left: -15px;
}
.list-post-no-image-wrapper__list > ul > li > span > a {
  color: #333;
  text-decoration: none;
}
.list-post-no-image-wrapper__list > ul > li::marker {
  color: var(--color-custom-primary);
  font-size: 21px;
}
.list-post-no-image-wrapper__list--box {
  text-align: end;
}
.list-post-no-image-wrapper__list--btn {
  color: var(--color-custom-primary);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.list-post-no-image-wrapper .icon > ul li {
  background: url(/images/dauhoi.webp?545df83956b05c879c7eed154c06fad6) no-repeat left top 10px;
  list-style-type: none;
  line-height: 21px;
  padding: 7px 0;
  margin: 10px 0;
  padding-left: 30px;
}
.list-post-no-image-wrapper .border-radius > ul li {
  border-bottom: 1px dashed #908c8c;
}
.list-post-no-image-wrapper__title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  font-weight: 900;
  padding: 0 0 7px 0;
  border-bottom: 2px solid var(--color-custom-primary);
  margin-bottom: 10px;
}
.blog-category__heading {
  border-bottom: 1px solid var(--color-custom-primary);
  padding-bottom: 9px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  font-weight: 900;
  text-decoration: none;
  line-height: 1.5;
}
.blog-category__entry-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
}
.blog-category__link {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000 !important;
  padding: 0;
  text-decoration: none;
}
.blog-category__article {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.blog-category__article img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
  padding: 0;
  border: 1px solid #f2f2f2;
  margin-bottom: 0;
  border-radius: 12px;
}
.blog-category__article .item_description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #868686;
  font-size: 0.875rem;
}

.blog-by-category .panax-post-item__img {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-by-category .panax-post-item__img {
    margin-bottom: 20px;
  }
}
.blog-by-category .panax-post-item__category {
  margin-bottom: 0;
}
.blog-by-category .pagination {
  display: block;
}
.blog-by-category .pagination ul {
  justify-content: center;
}
.blog-by-category__list-post {
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .blog-by-category__list-post .blog-category__article--head {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .blog-by-category__list-post .blog-category__article .entry-image-link img {
    max-width: 272px;
    height: 272px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-by-category__list-post .blog-category__article:first-child .entry-image-link img {
    max-width: 475px;
    height: 475px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .blog-by-category .blog-category__article .item_description {
    margin-bottom: 5px;
  }
}
.product-item {
  border-radius: 5px;
}
.product-item__info--desc {
  color: var(--color-custom-secondary);
  font-size: 0.875rem;
  font-weight: 600;
}
.product-item__info--rate {
  font-size: 0.875rem;
  color: var(--color-text-dark);
  font-weight: 600;
}
.product-item__info__title {
  font-weight: 600;
  color: var(--color-custom-primary) !important;
  margin-bottom: 4px;
  display: block;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  text-decoration: none;
}
.product-item__info--price {
  display: flex;
}
.product-item__image {
  margin-bottom: 20px;
}
.product-item__image img {
  width: 100%;
  border-radius: 5px;
}

.price {
  color: var(--color-custom-primary-hover);
  font-weight: 700;
  font-size: 1rem;
  margin-right: 8px;
  margin-bottom: 0.5rem;
}

.variant {
  color: var(--color-text-dark);
  font-weight: 600;
  opacity: 40%;
  margin-bottom: 0.5rem;
}
.list-question__head {
  background-color: var(--color-custom-primary);
  padding: 10px;
}
.list-question__head--title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid;
  display: inline;
}
.list-question__body {
  border: 1px solid #d9dcda;
}
.list-question__body--item {
  display: flex;
  align-items: start;
  padding: 15px;
}
.list-question__body--item__number {
  margin-right: 20px;
}
.list-question__body--item__number span {
  font-size: 1rem;
  color: #fff;
  background: #1c9046;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-question__body--item__info {
  font-size: 1.0625rem;
}
.list-question__body--item__info--question {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-question__body--item__info p > a {
  color: black;
  font-weight: bold;
  text-decoration: none !important;
}
.list-question__body--item__info p:hover a {
  color: var(--color-custom-primary);
  text-decoration: none !important;
}
.list-question__body--item__info--question-desc {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.list-question__body--item__info--question-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 90%;
}
.list-question__body--item__info--question-desc__a {
  font-style: italic;
  font-size: 0.875rem;
  color: #0d72c7;
  width: -moz-max-content;
  width: max-content;
}
.list-question__body--item__info--view-answer {
  font-size: 0.875rem;
  color: #248bda;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-question__body--item__info--view-answer svg {
  width: 20px;
  height: 20px;
  fill: #0d72c7;
  margin-bottom: 7px;
  margin-right: 7px;
}
.list-question__body--item:nth-child(even) {
  background-color: #f7f8f9;
}
.wrapper-list-video {
  position: relative;
}
.wrapper-list-video .list-video__arrow-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.wrapper-list-video .list-video__arrow-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.wrapper-list-video:hover .arrow-slider {
  background-color: white;
}

.arrow-slider {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.12));
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-video {
  margin: 0 -8px;
}
.list-video__item {
  position: relative;
  margin: 0 8px;
  cursor: pointer;
}
.list-video__item .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.list-video__item:hover .icon-play {
  width: 55px;
  height: 55px;
}
.list-video__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.25);
}
.star_item {
  width: 127px;
  height: 20px;
}

.main-product {
  margin: 24px 0;
}
@media (max-width: 768px) {
  .main-product {
    margin: 10px 0;
  }
}
.main-product .main-product-video-btn img {
  height: 100%;
}
.main-product .video-embed {
  width: 100%;
  box-sizing: border-box;
  height: unset !important;
}
@media (max-width: 992px) {
  .main-product .video-embed {
    height: 100% !important;
  }
}
.main-product .item-video {
  position: relative;
}
.main-product .item-video .main-product-video-btn {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.main-product .slider-single,
.main-product .main-product__top--left__thumb {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  overflow: hidden;
}
.main-product__top--right {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .main-product__top--right {
    padding-left: 0;
  }
}
.main-product__top--right__find-store {
  padding-left: 5px;
}
.main-product__top--right__buy {
  padding-right: 5px;
}
.main-product .slider-single {
  height: 500px;
}
@media (max-width: 768px) {
  .main-product .slider-single {
    height: 350px;
  }
}
.main-product .main-product__top--left__thumb {
  height: 130px;
}
.main-product .slider-single.slick-initialized,
.main-product .main-product__top--left__thumb.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: unset;
}
.main-product .slick-track {
  display: flex;
}
.main-product .border-bottom-dash {
  border-bottom: 2px dashed #c0c0bf;
  line-height: 31px;
}
.main-product .item-short-desc {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-product .item-short-desc {
    scroll-margin-top: 90px;
  }
}
.main-product__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}
.main-product__register-symbol {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -1rem;
}
.main-product__top {
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .main-product__top {
    display: flex;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .main-product__top {
    margin-bottom: 50px;
  }
}
.main-product__top--left {
  padding: 0;
}
@media (min-width: 768px) {
  .main-product__top--left {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 768px) {
  .main-product__top--left {
    margin-bottom: 10px;
  }
}
.main-product__top--left__main {
  cursor: pointer;
  padding: 16px 0;
  padding-top: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main-product__top--left__main {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .main-product__top--left__main .slick-slide {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .main-product__top--left__main .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.main-product__top--left__main img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  border-radius: 0.375rem;
}
@media (max-width: 768px) {
  .main-product__top--left__main img {
    width: 315px;
    height: 280px;
  }
}
.main-product__top--left__main--arrow {
  width: 30px !important;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.main-product__top--left__main .arrow-prev {
  left: 0;
}
.main-product__top--left__main .arrow-next {
  right: 0;
}
@media (max-width: 768px) {
  .main-product__top--left__thumb {
    display: none !important;
  }
}
.main-product__top--left__thumb .slick-track {
  justify-content: space-between;
}
.main-product__top--left__thumb .slick-list {
  margin: 0 -8px;
}
.main-product__top--left__thumb--item {
  cursor: pointer;
  margin: 0 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.main-product__top--left__thumb--item img {
  width: 100%;
  height: 145px;
  -o-object-fit: fill;
     object-fit: fill;
  margin: auto;
  border-radius: 0.375rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-product__top--left__thumb--item img {
    height: auto;
  }
}
.main-product__top--left__thumb--item.slick-current {
  border-radius: 0.375rem;
}
.main-product__top--right__title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
}
@media (max-width: 768px) {
  .main-product__top--right__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.main-product__top--right__stars-review {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-product__top--right__stars-review {
    flex-wrap: wrap;
  }
}
.main-product__top--right__stars-review--stars {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}
.main-product__top--right__stars-review--stars .star_item {
  width: 127px;
  height: 20px;
}
.main-product__top--right__stars-review--stars .star_1 {
  background-size: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-product__top--right__stars-review--rating {
  color: #838383;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .main-product__top--right__stars-review--rating {
    padding-top: 4px;
  }
}
.main-product__top--right__variants--item {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .main-product__top--right__variants--item {
    margin-bottom: 0;
  }
}
.main-product__top--right__variants--item ul {
  list-style: none;
}
.main-product__top--right__variants--item ul .variant-item-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-panax-secondary-3);
}
@media (max-width: 768px) {
  .main-product__top--right__variants--item ul .variant-item-value {
    font-size: 1rem;
  }
}
.main-product__top--right__variants--item ul .variant-item-value--compare {
  text-decoration: line-through;
  color: #C4C4C4;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .main-product__top--right__variants--item ul .variant-item-value--compare {
    font-size: 14px !important;
  }
}
.main-product__top--right__variants--item ul .save-price {
  margin-left: 15px;
}
@media (max-width: 460px) {
  .main-product__top--right__variants--item ul .save-price {
    margin-left: 0;
  }
}
.main-product__top--right__variants--item ul svg {
  width: 7px;
  height: 7px;
}
.main-product__top--right__variants--item ul .save-price {
  padding: 1px 10px;
}
.main-product__top--right__short-desc-2--item {
  margin-bottom: 10px;
}
.main-product__top--right__info-service {
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
}
.main-product__top--right__hotline a, .main-product__top--right__buy a, .main-product__top--right__find-store a {
  font-size: 1.4375rem;
  font-weight: bold;
}
.main-product__top--right__hotline a svg, .main-product__top--right__buy a svg, .main-product__top--right__find-store a svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .main-product__top--right__hotline a svg, .main-product__top--right__buy a svg, .main-product__top--right__find-store a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .main-product__top--right__hotline a, .main-product__top--right__buy a, .main-product__top--right__find-store a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .main-product__top--right__hotline a span, .main-product__top--right__buy a span, .main-product__top--right__find-store a span {
    text-transform: unset !important;
  }
}
.main-product__bottom {
  padding: 0;
}
@media (max-width: 768px) {
  .main-product__bottom {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .main-product__bottom .main-product__bottom-wrapper {
    border: 1px solid #cfcfcf;
    padding-top: 20px;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
.main-product__bottom--tab-panel {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-product__bottom--tab-panel {
    display: flex;
    justify-content: center;
    padding: 0;
    top: 55px;
  }
}
.main-product__bottom--tab-panel .tab-panel-item {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-product__bottom--tab-panel .tab-panel-item {
    width: 50%;
    margin-bottom: 0;
  }
}
.main-product__bottom--tab-panel .tab-panel-item:last-child {
  margin-bottom: 0;
}
.main-product__bottom--tab-panel .tab-panel-item a {
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .main-product__bottom--tab-panel .tab-panel-item__product-name:not(.active) {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
  }
  .main-product__bottom--tab-panel .tab-panel-item__product-name:not(.active) a {
    color: #000 !important;
  }
}
@media (max-width: 768px) {
  .main-product__bottom--tab-panel .tab-panel-item__product-name {
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 100%;
    font-size: 0.8rem;
    max-height: 40px;
  }
}
@media (max-width: 768px) {
  .main-product__bottom--tab-panel .tab-panel-item__product-name.active a {
    color: #fff !important;
  }
}
.main-product__bottom--tab-panel .tab-panel-item__list {
  display: flex;
  flex-direction: column;
}
.main-product__bottom--tab-panel .tab-panel-item__list a {
  font-size: 1.25rem;
  color: #000;
  padding: 5px 0;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-product__bottom--tab-panel .tab-panel-item__list a:hover {
  color: var(--color-custom-primary);
}
.main-product__bottom--tab-panel .tab-panel-item:nth-child(odd) a {
  border-top-left-radius: 0.375rem;
}
.main-product__bottom--tab-panel .tab-panel-item:nth-child(even) a {
  border-top-right-radius: 0.375rem;
}
.main-product__bottom--tab-content {
  max-height: 700px;
  overflow: hidden;
}
.main-product__bottom--tab-content h3 {
  font-size: 1.25rem;
}
.main-product__bottom--tab-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .main-product__bottom--tab-content {
    max-height: 500px;
  }
}
.main-product__bottom--tab-content.show-full {
  max-height: none !important;
}
.main-product__bottom--info-more {
  position: relative;
}
.main-product__bottom--info-more div,
.main-product__bottom--info-more a {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-product__bottom--info-more div span,
.main-product__bottom--info-more a span {
  color: var(--color-panax-secondary);
  margin-right: 13px;
  font-style: italic;
  text-decoration: underline;
}
.main-product__bottom--info-more div.active,
.main-product__bottom--info-more a.active {
  display: flex;
}
.main-product__bottom--info-more--more {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21.88%, rgba(255, 255, 255, 0.95) 45.31%, #ffffff 67.71%, #ffffff 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  height: 68px;
  align-items: center;
}
.main-product__bottom--info-more #info_more {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .main-product__bottom--info-more #info_more {
    left: 0;
  }
}
.main-product .embed-video {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.main-product .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .show-mobile {
    display: block;
  }
}

.show-pc {
  display: block;
}
@media (max-width: 768px) {
  .show-pc {
    display: none;
  }
}

.main-product-video-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}

.product-detail__detail--variants_list {
  display: flex;
  flex-wrap: wrap;
}

.variant-item {
  position: relative;
  background-color: transparent;
  color: #8A8A8A;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  margin-top: 0.5rem;
}

.variant-item.active {
  color: var(--color-custom-primary);
  border: 1px solid var(--color-custom-primary);
}

.product-detail__detail--variants_price {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-detail__detail--variants_price {
    margin-bottom: 10px;
  }
}
.product-detail__detail--variants_price span {
  margin-right: 10px;
}
.product-detail__detail--variants_price p {
  font-weight: 700;
  color: var(--color-custom-primary);
  font-size: 2.5rem;
  line-height: 56px;
  margin-top: 5px;
}
.product-detail__detail--variants_price .btn-add-to-cart {
  background-color: var(--color-custom-primary);
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-detail__detail--variants_price .btn-add-to-cart {
    width: 100%;
  }
}

.vd:hover {
  background: #D6600B;
  color: #fff;
}

.quantity__form {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-panax-secondary-3);
  border-radius: 24px;
  width: -moz-min-content;
  width: min-content;
  padding: 4px 8px;
}
.quantity__form .quantity__form--button {
  background-color: transparent;
  border: none;
  display: flex;
  cursor: pointer;
  padding: 11px 7px;
}
.quantity__form input {
  border: none;
  width: 40px;
  font-weight: 600;
  background: transparent;
  text-align: center;
  height: 100%;
}
.quantity__form input[type=number] {
  -moz-appearance: textfield;
}
.quantity__form button {
  font-size: 20px;
  font-weight: 900;
}
.quantity__form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.video-btn {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.panax-product-detail__price--compare-price {
  text-decoration: line-through;
  color: #C4C4C4;
  font-size: 18px;
  font-weight: 600;
}
.panax-product-detail__list-action {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .panax-product-detail__list-action {
    margin-bottom: 15px;
  }
}
.panax-product-detail__button {
  border: none;
  border-radius: 30px;
  padding: 8px 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .panax-product-detail__button {
    font-size: 14px;
  }
}
.panax-product-detail__short-desc .short-desc-item {
  margin-bottom: 20px;
}
.panax-product-detail__infomation .wrapper-service .service__info--title {
  font-size: 1rem;
  font-weight: 400;
}
.panax-product-detail__infomation .service__image {
  margin-bottom: 10px;
}
.panax-product-detail__infomation--condition-ship {
  background-color: #F6F6F8;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media (max-width: 768px) {
  .panax-product-detail__infomation--condition-ship {
    margin-bottom: 10px;
  }
}
.panax-product-detail__infomation--condition-ship span,
.panax-product-detail__infomation--condition-ship b {
  width: 100%;
}
@media (max-width: 768px) {
  .panax-product-detail__infomation--condition-ship ul li {
    font-size: 14px;
  }
}

.panax-product-content__title {
  font-size: 24px;
  color: var(--color-panax-secondary-3);
  font-weight: 600;
}
@media (max-width: 768px) {
  .panax-product-content__title {
    font-size: 18px;
  }
}
.panax-product-content__body {
  padding: 0 70px;
  max-height: 700px;
  overflow: hidden;
}
.panax-product-content__body img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .panax-product-content__body {
    max-height: 500px;
    padding: 0 10px;
  }
}
.panax-product-content__body table thead tr th {
  background: var(--color-panax-secondary-3);
  color: #fff;
}
.panax-product-content__body.show-full {
  max-height: none !important;
}
.main-menu {
  position: relative;
}
@media (max-width: 768px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  padding-left: 0;
}
.main-menu__content {
  display: flex;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .main-menu__content {
    overflow: auto;
  }
}
.main-menu__content > li {
  margin: auto;
  padding: 15px 0;
}
.main-menu__content .has-sub-menu {
  position: relative;
}
.main-menu__content .has-sub-menu:hover .main-menu__content--sub {
  display: block !important;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.main-menu__content .has-sub-menu:hover .main-menu__content--sub li.has-sub-menu > ul {
  display: none !important;
}
.main-menu__content .has-sub-menu:hover .main-menu__content--sub li.has-sub-menu:hover > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  display: block !important;
}
.main-menu__content li a {
  display: block;
  padding: 13px 22px;
  font-size: 1rem;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
.main-menu__content--sub {
  position: absolute;
  padding: 10px;
  display: none;
}
.main-menu__content--sub li a {
  padding: 10px;
}
.main-menu .form-search {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu .form-search input {
  background: #FFFFFF;
  border: 2px solid rgba(247, 250, 252, 0.64);
  border-radius: 32px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}
.main-menu .form-search button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.main-menu__content,
.main-menu__content--sub {
  list-style: none;
  margin-bottom: 0;
}

.main-menu-mobile {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .main-menu-mobile {
    display: block;
    height: 100%;
  }
}
.main-menu-mobile__drawer {
  position: fixed;
  height: 100%;
  top: 0;
  right: -500px;
  transition: all 0.3s ease;
  z-index: 99;
  width: 70%;
}
.main-menu-mobile__drawer--logo {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.main-menu-mobile__drawer--menu__content {
  padding-left: 0;
}
.main-menu-mobile__drawer--menu__content > li {
  padding: 10px 15px;
  border-bottom: 1px solid #d6d6d6;
}
.main-menu-mobile__drawer--menu__content > li a,
.main-menu-mobile__drawer--menu__content > li span {
  font-size: 1rem;
  font-weight: 700;
}
.main-menu-mobile__drawer--menu__content > li img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-menu-mobile__drawer--menu__content .main-menu-mobile__drawer--menu__content--sub {
  display: none;
}
.main-menu-mobile__drawer--menu__content > li.has-sub-menu.active .main-menu-mobile__drawer--menu__content--sub {
  display: block;
}
.main-menu-mobile__drawer--menu__content > li.has-sub-menu.active li.has-sub-menu > ul {
  display: none !important;
}
.main-menu-mobile__drawer--menu__content > li.has-sub-menu.active li.has-sub-menu.active > ul {
  display: block !important;
}
.main-menu-mobile__drawer--menu__content > li.has-sub-menu.active li.has-sub-menu.active > .expand-sub-sub-item {
  transform: rotate(180deg);
}
.main-menu-mobile__drawer--menu__content > li.has-sub-menu.active .expand-sub {
  transform: rotate(180deg);
}
.main-menu-mobile__drawer--menu__content--sub {
  padding-top: 5px;
  padding-left: 15px;
}
.main-menu-mobile__drawer--menu__content--sub li {
  padding: 3px 0px;
}
.main-menu-mobile__drawer.active {
  right: 0;
}
.main-menu-mobile__pane {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.main-menu-mobile__pane--hamburger {
  padding: 10px;
  margin-left: -10px;
}
.main-menu-mobile__pane--close {
  display: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 34px;
  padding: 5px;
}
.main-menu-mobile__pane--close span {
  margin-bottom: 2px;
}
.main-menu-mobile__pane--close.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu-mobile__pane--diemban {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.main-menu-mobile__pane--diemban svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-menu-mobile__pane--diemban a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
}
.main-menu-mobile__icon {
  max-width: 40px;
}

.has-sub-menu li a {
  font-size: 0.95rem;
}

.sticky-menu {
  position: fixed;
  top: 0;
  z-index: 99;
}
.new-footer {
  width: 100%;
}
.new-footer__item {
  padding: 15px 15px;
}
.new-footer__item--container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.new-footer__item--container .footer-policy-col {
  width: 50%;
}
.new-footer__item--container .footer-form-register {
  width: 390px;
}
.new-footer__item--container .footer-form-register__input-phone {
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  box-shadow: unset !important;
  height: 40px;
  padding: 10px 18px;
  text-overflow: ellipsis;
}
.new-footer__item--container .footer-form-register__btn-register {
  align-items: center;
  border-radius: 0 5px 5px 0 !important;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 110px;
  padding: 0 13px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.new-footer__item--container .footer-logo img {
  width: 180px;
}
.new-footer__item--container .footer-text-title {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
}
.footer-info > .new-footer__item--container {
  align-items: center;
}
.footer-policy > .new-footer__item--container {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .new-footer__item {
    padding: 15px 10px;
  }
  .new-footer__item--container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-direction: column;
  }
  .new-footer__item--container .footer-policy-col {
    width: 100%;
  }
  .footer-policy > .new-footer__item--container {
    row-gap: 24px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .new-footer__item .footer-form-register {
    width: 100%;
  }
}
.order-form {
  margin: unset;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.order-form .product-name {
  background-color: var(--primary_color);
  color: white;
  text-align: center;
}
.order-form .product-info {
  font-size: 19px;
}
.order-form .product-info__item__title {
  font-weight: 700;
  margin: unset;
}
.order-form .product-info__item__info {
  list-style: none;
  padding: unset;
}
.order-form .product-info__item__advanced-info {
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  margin-left: 25px;
}
.order-form input {
  box-shadow: none;
  border-radius: 5px;
  height: 35px;
  color: #555;
}
.order-form input:hover {
  box-shadow: none;
  border-color: #e1e1e1;
}
.order-form input:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.order-form textarea {
  box-shadow: none;
  border-radius: 5px;
  color: #555;
}
.order-form textarea:hover {
  box-shadow: none;
  border-color: #e1e1e1;
}
.order-form textarea:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.order-form__form {
  margin-bottom: 15px;
}
.order-form__form__address {
  margin-top: 15px;
}
.order-form__form__col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.order-form__table-product {
  border-radius: 5px;
}
.order-form__table-product th {
  border-color: #C5DEDE;
}
.order-form__table-product td {
  border-color: #C5DEDE;
}
.order-form__table-product__item {
  margin-bottom: 5px;
}
.order-form__table-product__item td {
  height: 47px;
}
.order-form__table-product__item td:first-child {
  height: 40px;
}

#captcha {
  min-height: 200px;
}

@media only screen and (max-width: 600px) {
  .order-form {
    margin: unset;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
  }
  .order-form .product-name {
    text-align: left;
  }
  .order-form .col-product-price {
    display: none;
  }
  .order-form .product-info {
    font-size: 19px;
  }
  .order-form .product-info__item__title {
    font-weight: 700;
    margin: unset;
  }
  .order-form .product-info__item__info {
    list-style-type: disc;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
  }
  .order-form .product-info__item__info li {
    font-size: 0.875rem;
  }
  .order-form .product-info__item__info li span {
    font-size: 0.875rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) and (max-width: 375px) {
  .order-form .product-info__item__info li {
    font-size: 1rem;
  }
  .order-form .product-info__item__info li span {
    font-size: 0.8125rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .order-form .product-info__item__advanced-info {
    float: right;
    padding: 0 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .order-form input {
    box-shadow: none;
    border-radius: 5px;
    height: 45px;
    color: #555;
  }
  .order-form input:hover {
    box-shadow: none;
    border-color: #e1e1e1;
  }
  .order-form input:focus {
    box-shadow: none;
    border-color: #e1e1e1;
  }
}
@media only screen and (max-width: 600px) {
  .order-form textarea {
    box-shadow: none;
    border-radius: 5px;
    color: #555;
  }
  .order-form textarea:hover {
    box-shadow: none;
    border-color: #e1e1e1;
  }
  .order-form textarea:focus {
    box-shadow: none;
    border-color: #e1e1e1;
  }
}
@media only screen and (max-width: 600px) {
  .order-form__form__col {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media only screen and (max-width: 600px) {
  .order-form__table-product {
    margin-top: 15px;
    border-radius: 5px;
  }
  .order-form__table-product th {
    border-color: #C5DEDE;
  }
  .order-form__table-product td {
    border-color: #C5DEDE;
  }
  .order-form__table-product__item {
    margin-bottom: 5px;
  }
  .order-form__table-product__item td {
    height: 47px;
  }
  .order-form__table-product__item td:first-child {
    height: 40px;
  }
}
.order-form__table-product__item td:first-child {
  font-weight: 700;
}
.panax-about-sub {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .panax-about-sub {
    display: block;
    margin-bottom: 40px;
  }
}
.panax-about-sub__title {
  width: 20%;
}
@media (max-width: 768px) {
  .panax-about-sub__title {
    width: 100%;
  }
}
.panax-about-sub__title--small {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: black;
}
@media (max-width: 768px) {
  .panax-about-sub__title--small {
    font-size: 14px;
  }
}
.panax-about-sub__title--big {
  font-size: 2.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.panax-about-sub__content {
  margin-right: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .panax-about-sub__content {
    display: block;
    width: 100%;
  }
}
.panax-about-sub__content--prev {
  left: -8px;
}
@media (max-width: 768px) {
  .panax-about-sub__content--prev {
    left: 3px;
  }
}
.panax-about-sub__content--next {
  right: -8px;
}
@media (max-width: 768px) {
  .panax-about-sub__content--next {
    right: 3px;
  }
}
.panax-about-sub__iframe {
  width: 50%;
}
@media (max-width: 768px) {
  .panax-about-sub__iframe {
    width: 100%;
  }
}
.panax-about-sub__blogs-slider {
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .panax-about-sub__blogs-slider {
    margin: 0 -5px;
  }
}
@media (min-width: 768px) {
  .panax-about-sub__blogs-slider {
    max-width: 370px;
  }
}
.panax-about-sub__blogs-slider--item {
  margin: 0 8px;
}
.panax-about-sub__blogs-slider--item img {
  margin-bottom: 5px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.panax-about-sub__blogs-slider--item p {
  color: #000;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .panax-about-sub .embed-video {
    padding-top: 50%;
  }
}
.panax-about {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .panax-about__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .panax-about__top--featured-img {
    margin-bottom: 10px;
  }
}
.panax-about__top--featured-post {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.panax-about__top--featured-post img {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .panax-about__top--featured-post img {
    display: none;
  }
}
.panax-about__top--featured-post p {
  margin-bottom: 0;
}
.panax-about__top--featured-post a {
  color: var(--color-panax-primary-2);
  position: relative;
  display: inline-block;
  font-style: italic;
}
.panax-about__top--featured-post a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: var(--color-panax-primary-2);
}
.panax-about__center {
  max-width: 800px;
  margin: 0 -16px;
  position: absolute;
  bottom: 48px;
  right: 0;
}
@media (max-width: 992px) {
  .panax-about__center {
    position: unset;
    margin-top: 20px;
  }
}
.panax-about__center--post-slider {
  max-height: 150px;
}
.panax-about__center--post-slider .slick-dots {
  border: 1px solid #d9d9d9;
  bottom: -48px;
}
@media (max-width: 768px) {
  .panax-about__center--post-slider .slick-dots {
    bottom: -38px;
  }
}
.panax-about__center--post-slider .post-slider {
  background-color: #efefef;
  padding: 8px;
  margin: 0 16px;
}
.panax-about__center--post-slider .post-slider img {
  margin-right: 20px;
  height: 100%;
  max-height: 136px;
  width: auto;
}
.panax-about__center--post-slider .post-slider p {
  color: #000;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.panax-banner {
  margin-bottom: 60px;
}
.panax-banner__head--subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: black;
  margin-bottom: 2px;
}
.panax-banner__head--title {
  font-size: 2.5rem;
}
.panax-banner__desc {
  font-size: 0.875rem;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .panax-banner__desc {
    text-align: start !important;
    font-size: 1rem;
  }
}
.wrapper-panax-list-featured-product {
  position: relative;
}

.panax-list-featured-product-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .panax-list-featured-product-arrow {
    display: none !important;
  }
}

.panax-list-featured-product-prev {
  right: 102%;
}

.panax-list-featured-product-next {
  left: 102%;
}

.panax-list-featured-product {
  margin: 0 -16px;
}

@media (max-width: 768px) {
  .panax-list-featured-product .slick-list {
    padding: 0 35% 0 0 !important;
  }
}

.panax-product-item {
  padding: 0 16px;
}
.panax-product-item__top {
  margin-bottom: 13px;
  position: relative;
}
.panax-product-item__top--img {
  background-color: #e9e9e9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 25px;
  width: 270px;
  height: 270px;
}
@media (max-width: 1024px) {
  .panax-product-item__top--img {
    width: unset;
    height: unset;
  }
}
@media (max-width: 768px) {
  .panax-product-item__top--img {
    padding: 10px;
    width: 240px;
    height: 240px;
  }
}
.panax-product-item__top--img .product-fearured-image {
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .panax-product-item__top--img .product-fearured-image {
    max-height: 197px;
  }
}
.panax-product-item__top .list-badge {
  position: absolute;
  left: 8px;
  top: 8px;
}
.panax-product-item__top .list-badge .panax-badge-item {
  position: relative;
}
.panax-product-item__top .list-badge .panax-badge-item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
.panax-product-item__top .list-badge .panax-badge-item-new {
  color: #a31126;
}
.panax-product-item__top .list-badge .panax-badge-item-compare {
  color: #fff;
}
.panax-product-item__bottom--name {
  margin-bottom: 5px;
}
.panax-product-item__bottom--name__name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.25rem;
  min-height: 48px;
}
@media (max-width: 768px) {
  .panax-product-item__bottom--name__name {
    font-size: 1.25rem;
  }
}
.panax-product-item__bottom--name__name a {
  color: #5B5B5B !important;
}
.panax-product-item__bottom--name__short {
  font-family: "Roboto", sans-serif;
  color: #5b5b5b;
}
@media (max-width: 768px) {
  .panax-product-item__bottom--name__short {
    font-size: 16px;
  }
}
.panax-product-item__bottom--stars-sold {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .panax-product-item__bottom--price {
    align-items: end !important;
  }
}
.panax-product-item__bottom--price .panax-price-result {
  color: #5b5b5b;
  font-weight: 600;
}
@media (max-width: 768px) {
  .panax-product-item__bottom--price .panax-price-result {
    font-size: 14px;
  }
}
.panax-product-item__bottom--price .panax-price-compare {
  color: #dbb48e;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .panax-product-item__bottom--price .panax-price-compare {
    font-size: 14px;
  }
}
.panax-product-item .panax-stars p,
.panax-product-item .panax-count p {
  color: #cac7c7;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .panax-product-item .panax-stars p,
.panax-product-item .panax-count p {
    font-size: 14px;
  }
}

.panax-product-detail__featured .panax-global-title {
  font-family: "Inter", sans-serif;
  color: #003B34;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .panax-product-detail__featured .panax-global-title {
    font-weight: 1.125rem;
  }
}
.panax-footer {
  display: flex;
}
@media (max-width: 768px) {
  .panax-footer {
    display: block;
  }
}
.panax-footer__img {
  margin-right: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .panax-footer__img {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.panax-footer__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .panax-footer__img img {
    height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.panax-footer__content {
  width: 100%;
}
.panax-footer__content--list-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  margin-bottom: 50px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .panax-footer__content--list-menu {
    max-width: unset;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .panax-footer__content--list-menu {
    max-width: 100%;
  }
}
.panax-footer__content--wrapper-main {
  padding: 15px 45px;
  background-color: #000;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .panax-footer__content--wrapper-main {
    padding: 15px;
  }
}
.panax-footer__content--main {
  max-width: 550px;
}
.panax-footer__content--main__head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.panax-footer__content--main__head--sub-title {
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.panax-footer__content--main__info {
  color: var(--color-panax-primary-2);
}
.panax-footer__content--main__info--name {
  font-size: 1rem;
  margin-bottom: 10px;
}
.panax-footer__content--main__info--hotline {
  color: var(--color-panax-primary-2);
}
.panax-footer__content--wrapper-bottom {
  padding: 15px 45px;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .panax-footer__content--wrapper-bottom {
    padding: 15px;
  }
}
.panax-footer__content--bottom {
  position: relative;
  max-width: 70%;
}
@media (max-width: 768px) {
  .panax-footer__content--bottom {
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .panax-footer__content--bottom {
    max-width: 100%;
  }
}
.panax-footer__content--bottom__tmp {
  position: absolute;
  top: -30px;
  left: 0px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #ededed;
}
.panax-footer__content--bottom__head {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.panax-footer__content--bottom__head--title {
  color: #d9d9d9;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .panax-footer__content--bottom__head--title {
    font-size: 0.875rem;
  }
}
.panax-footer__content--bottom__end span {
  color: #d9d9d9;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .panax-footer__content--bottom__end span {
    font-size: 0.625rem;
  }
}

.panax-menu-item__name {
  font-weight: 600;
  font-size: 1rem;
}
.panax-menu-item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.panax-menu-item ul li {
  margin-bottom: 4px;
}
.panax-menu-item ul li a {
  font-size: 0.875rem;
}
.panax-menu-item ul li a svg {
  margin-right: 5px;
  min-width: 25px;
}
.panax-list-post {
  margin-bottom: 60px;
}
.panax-list-post__head {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .panax-list-post__head {
    margin-bottom: 15px;
  }
}
.panax-list-post__head--title {
  font-size: 2.5rem;
}
.panax-list-post__body .slick-list {
  margin: 0 -15px;
}

.panax-post-item {
  margin: 0 15px;
}
.panax-post-item__img {
  display: block;
  margin-bottom: 16px;
}
.panax-post-item__img img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
.panax-post-item__category {
  background-color: var(--color-panax-primary-2);
  padding: 5px 10px;
  border-radius: 15px 0px 15px 0px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}
.panax-post-item__name {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panax-post-item__short-desc {
  font-size: 0.875rem;
  color: #868686;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.panax-list-product .panax-product-item {
  padding: 0;
}
@media (max-width: 768px) {
  .panax-list-product .panax-product-item {
    margin-bottom: 24px;
  }
}
.panax-list-product .panax-product-item__top--img {
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .panax-list-product .panax-product-item__top--img {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .panax-list-product .panax-product-item__top--img img {
    max-height: 180px;
  }
}
@media (max-width: 768px) {
  .panax-list-product__categories {
    display: none;
    margin-bottom: 20px;
  }
}
.panax-list-product__categories--content {
  background-color: #E9E9E9;
  border-radius: 15px;
  padding: 20px 0;
}
.panax-list-product__categories--content a {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #757575;
}
.panax-list-product__categories--content a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.panax-list-product__categories--content a.active {
  color: var(--color-panax-primary) !important;
}
.panax-list-product__content--main {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .panax-list-product__content--main {
    margin-bottom: 20px;
  }
}
.panax-menu-categories {
  background-color: #E9E9E9;
  border-radius: 15px;
}
.panax-menu-categories__title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #003B34;
}
.panax-menu-categories__body {
  padding: 20px;
  padding-top: 5px;
}
.panax-menu-categories__body--item {
  display: flex;
  align-items: center;
}
.panax-menu-categories__body--item span {
  color: #757575;
  font-size: 0.875rem;
  margin-right: 10px;
}
.panax-menu-categories__body--item a {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.panax-scan-code {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .panax-scan-code {
    margin-bottom: 35px;
  }
}
.panax-scan-code .bg-gray {
  background-color: #E9E9E9;
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 768px) {
  .panax-scan-code__info {
    margin-bottom: 20px;
  }
}
.panax-scan-code__info--title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .panax-scan-code__info--title {
    font-size: 1.25rem;
  }
}
.panax-scan-code__info--subtitle {
  font-size: 1.125rem;
  font-family: "Roboto", Inter;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .panax-scan-code__info--subtitle {
    font-size: 0.875rem;
  }
}
.panax-scan-code__info--desc {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .panax-scan-code__guide {
    margin-bottom: 20px;
  }
}
.panax-scan-code__guide--title {
  text-align: center;
}
.panax-scan-code__scan-code--title {
  text-align: center;
}
.panax-scan-code__scan-code .btn-scan-code {
  background-color: #fff;
  font-size: 14px;
  padding: 9px 57px;
  border-radius: 0;
  border: 0;
}
.panax-scan-code__scan-code input {
  border-radius: 0;
}
.panax-scan-code__scan-code input::-moz-placeholder {
  color: #E9E9E9;
}
.panax-scan-code__scan-code input::placeholder {
  color: #E9E9E9;
}
.panax-scan-code__scan-code--mess {
  text-align: center;
  margin-top: 16px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panax-scan-code__scan-code--mess svg {
  margin-bottom: 7px;
}
.panax-scan-code__scan-code--mess b {
  color: #003B34;
}
.panax-scan-code__scan-code--mess a {
  color: #05971C;
}
.panax-travel {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .panax-travel {
    margin-bottom: 40px;
  }
}
.panax-travel__banner {
  position: relative;
}
@media (max-width: 768px) {
  .panax-travel__banner {
    margin-bottom: 25px;
  }
}
.panax-travel__banner--title {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .panax-travel__banner--title {
    top: 30px;
  }
}
.panax-travel__banner--title__sub {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: black;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .panax-travel__banner--title__sub {
    font-size: 0.875rem;
  }
}
.panax-travel__banner--title__main {
  font-size: 48px;
}
@media (max-width: 768px) {
  .panax-travel__banner--title__main {
    font-size: 1.25rem;
  }
}
.panax-travel__banner--time {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.panax-travel__body {
  display: flex;
  align-items: start;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.panax-travel__body .panax-slider-arrow {
  top: 50%;
}
.panax-travel__body .panax-slider-arrow--prev {
  left: 0;
}
.panax-travel__body .panax-slider-arrow--next {
  right: 30px;
}
@media (max-width: 992px) {
  .panax-travel__body .panax-slider-arrow--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .panax-travel__body {
    display: block;
    margin-top: unset;
  }
}
@media (min-width: 768px) {
  .panax-travel__body--slider {
    max-width: 880px;
    width: 100%;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .panax-travel__body--slider {
    margin-bottom: 20px;
  }
}
.panax-travel__body--slider .slick-list {
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .panax-travel__body--slider .slick-list {
    margin: 0 -8px;
  }
}
.panax-travel__body--slider__item {
  position: relative;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .panax-travel__body--slider__item {
    max-width: 272px;
  }
}
@media (max-width: 768px) {
  .panax-travel__body--slider__item {
    margin: 0 8px;
  }
}
.panax-travel__body--slider__item img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .panax-travel__body--slider__item img {
    height: 150px;
  }
}
.panax-travel__body--slider__item p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 5px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .panax-travel__body--slider__item p {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) {
  .panax-travel__body--end {
    max-width: calc(100% - 880px);
  }
}
@media (max-width: 992px) {
  .panax-travel__body--end {
    margin-top: 30px;
  }
}
.panax-travel__body--end img {
  margin-bottom: 32px;
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  min-width: 900px;
}
#popup #form-popup-submit {
  background-color: #00000000;
  border-color: #00000000;
  width: 100%;
  color: #00000000;
}
#popup .close {
  height: 30px;
  width: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  line-height: 1.2;
  background-color: #000000;
  transition: transform 0.3s ease;
}
#popup .close:hover,
#popup .close:focus {
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.2);
}
#popup img {
  width: 100%;
}
#popup .popup__content {
  padding: 0 5%;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  width: 45%;
}
#popup .popup__form input {
  border-radius: 20px;
}
#popup .popup__title {
  /*position: fixed;*/
  width: 100%;
  /*transform: translate(-50%, -50%);*/
}
#popup .popup__title h2 {
  color: #c34646;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
#popup .popup__countdown {
  /*position: fixed;*/
  width: 100%;
  bottom: 0;
  left: 50%;
  padding-bottom: 1.7rem;
  /*transform: translate(-50%, -50%);*/
}
#popup .popup__countdown ul {
  padding: 0;
  margin: 0;
}
#popup li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 0 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #000000;
  color: #fff;
}
#popup li span {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
}

.overlay-body-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 498;
}

.overlay-body-popup::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: #000000;
  opacity: 0.5;
  z-index: 10;
}

@media (max-width: 1536px) {
  #popup .popup__countdown {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .mb-3 {
    margin-bottom: 0.5rem !important;
  }

  #popup {
    width: 80%;
    top: 45%;
    padding: 0;
    min-width: 320px;
  }
  #popup .popup__countdown {
    padding-bottom: 0.5rem;
  }
  #popup li {
    font-size: 14px !important;
    padding: 0 0.5em;
  }
  #popup li span {
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 1;
  }
  #popup .popup__title h2 {
    font-size: 0.8rem;
  }
  #popup .popup__content {
    width: 85%;
    right: 0;
    bottom: 5px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #popup .popup__form input {
    line-height: 0.5;
  }
}
.main-product-info {
  width: 100%;
}
.main-product-info p {
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.main-product-info img {
  width: 100%;
  height: auto;
}
.main-product-info__row-header {
  justify-content: space-between;
}
.main-product-info__content {
  background: #f7f7f9;
  padding: 20px;
}
.main-product-info__content--header__text-title span {
  font-weight: bold;
}
.main-product-info__content--body {
  width: 100%;
}
.main-product-info__content--body__image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-product-info__content--body__text .text-info ul > li {
  color: #333;
  list-style-type: auto;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  padding-bottom: 12px;
}
.main-product-info__content--body__text .text-info ul > li span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #202124;
}
.main-product-info__content--body__text .text-info ul > li::marker {
  font-size: 41px;
  color: #2ab1aa;
  left: -30px;
}
.main-product-info__content--body__text .text-info ul > li:last-child {
  border-bottom: none;
}
.main-product-info__content--body__text .text-info .btn-dathang {
  color: #fff;
  background: #fb5b0b;
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  margin: 10px 0;
  cursor: pointer;
}
.main-product-info__content--body__text .text-info .btn-dathang a {
  color: #fff;
  text-decoration: none;
}
.questions-featured--title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  font-weight: 900;
  padding: 0 0 7px 0;
  border-bottom: 2px solid var(--color-custom-primary);
  margin-bottom: 10px;
}
.questions-featured--title-group {
  font-size: 1rem;
  color: var(--color-custom-primary);
  font-weight: 700;
  padding: 0 0 7px 0;
  margin-bottom: 0px;
}
.questions-featured .accordion-button {
  background-color: var(--background-color);
  color: var(--question-color);
  padding: 10px 15px;
}
.questions-featured .accordion-button svg {
  transition: all 0.3s ease;
}
.questions-featured .accordion-button:not(.collapsed) {
  background-color: var(--active-background-color);
}
.questions-featured .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.questions-featured .accordion-button:focus {
  box-shadow: unset;
}
.questions-featured .accordion-button::after {
  display: none;
}
.questions-featured .accordion-collapse {
  background-color: var(--background-color-answer);
  color: var(--answer-color);
}
.questions-featured .accordion-body {
  padding-top: 12px;
  padding-bottom: 12px;
}
.questions-featured .accordion-body p {
  margin-bottom: 0;
}
.wrapper-service {
  padding: 20px 0;
  position: relative;
}
.wrapper-service .service__info--title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wrapper-service .service__info--title {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .wrapper-service .service__info--desc {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper-service #wrapper_service_1495::after {
    display: none;
  }
}
ul.bannerSlider {
  padding: 0;
  list-style: none;
}

.bannerSlider {
  height: auto;
  margin-bottom: 0;
}
.bannerSlider .slick-slide {
  position: relative;
}
.bannerSlider .slide__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .banner-slider {
    min-height: 150px;
    max-height: 500px;
  }
}
.slider-card {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.slider-card .title-header {
  color: var(--color-custom-primary) !important;
  margin-bottom: 20px;
  font-size: 18px;
}
.slider-card__btn {
  z-index: 99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.12));
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .slider-card__btn {
    display: none !important;
  }
}
.slider-card .slider-card-btn-left {
  left: -10px;
}
.slider-card .slider-card-btn-right {
  right: -10px;
}
.slider-card .slider-list-card {
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .slider-card .slider-list-card {
    margin: 0 -12px;
  }
}
.slider-card .slider-list-card .slick-track {
  display: flex;
}
.slider-card .slider-list-card__item {
  max-height: -moz-max-content;
  max-height: max-content;
  margin: 0 15px;
  padding: 10px !important;
  height: auto;
}
.slider-card .slider-list-card__item--image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-card .slider-list-card__item--image img {
  max-height: 166px;
}
.slider-card .slider-list-card__item--content {
  margin-top: 10px;
}
.slider-card .slider-list-card__item--content__title {
  width: 100%;
  display: inline-block;
  word-break: break-word;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
.slider-card .slider-list-card__item--content__title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #ffde59;
  text-align: left;
  margin-bottom: 0;
}
.slider-card .slider-list-card__item--content__title p {
  color: #ffde59;
}
.slider-card .slider-list-card__item--content__text {
  width: 100%;
  display: inline-block;
  word-break: break-word;
  background-size: cover;
  background-position: center center;
}
.slider-card .slider-list-card__item--content__text em {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: white;
  text-align: left;
}
.slider-card .slider-list-card-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}
.slider-card .slider-list-card-horizontal__item {
  border-radius: unset;
  padding: 10px !important;
}
.slider-card .slider-list-card-show-image {
  margin: 0 -10px;
}
.slider-card .slider-list-card-show-image__item {
  padding: 0 10px !important;
}
@media (max-width: 768px) {
  .slider-card .slider-list-card-show-image__item img {
    width: 100% !important;
  }
}
.slider-card .horizontal-item-title {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .slider-card .horizontal-item-title {
    text-align: center;
  }
}
.slider-card .horizontal-item-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: unset !important;
}
.slider-card .horizontal-item-title em {
  color: white;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
  padding-bottom: 12px;
}
.slider-card .content-image img {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
  border: 5px solid #f6abb4;
}
.slider-card .list-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
.slider-card .list-content .content-text p {
  font-size: 20px;
  color: var(--color-custom-primary) !important;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.slider-card .list-content .content-text span {
  font-weight: unset !important;
  font-size: 14px;
  color: #B4B4B4;
}
.slider-card .list-content .content-text em {
  font-size: 14px;
  color: #000;
}
.slider-card .title-header {
  font-weight: 900;
  text-transform: uppercase;
}
.slider-card .slick-dots li.slick-active button:before {
  color: #24598F;
}
.slider-card .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slider-card .slick-dots li {
  margin: 0 0.25rem;
}
.slider-card .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #b7b7b7;
  text-indent: -9999px;
}
.slider-card .slick-dots li.slick-active button {
  background-color: #24598F;
}

.bannerSlider {
  position: relative;
}
.bannerSlider .slick-dots {
  list-style: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 7px 23px;
}
@media (max-width: 768px) {
  .bannerSlider .slick-dots {
    bottom: 0;
  }
}
.bannerSlider .slick-dots li {
  margin-right: 14px;
  display: flex;
}
.bannerSlider .slick-dots li:last-child {
  margin-right: 0;
}
.bannerSlider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  border: none;
}
.bannerSlider .slick-dots .slick-active button {
  background-color: #000;
}
.social-media {
  width: 100%;
  margin: 10px;
}
@media (max-width: 768px) {
  .social-media {
    margin-bottom: 16px;
  }
}
.social-media__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 4px;
}
.social-media__item {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  justify-content: center;
}
