@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.error {
  color: red;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1.4rem;
}
.header-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hide-on-mobile {
  display: flex;
}
.hide-on-desktop {
  display: none;
}
figure {
  max-width: 100%;
}
.header-call {
  padding: 1rem;
  color: var(--Primary-800, #ef5627);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.4rem;
  border-radius: 22px;
  border: 1px solid var(--Primary-800, #ef5627);
  background: var(--white, #fff);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 700;
}
.header-call:hover {
  color: #ef5627;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ep-primary-btn.header-check {
  padding: 1rem 2rem;
  border-radius: 22px;
  background: var(--Primary-800, #ef5627);
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  transition: all 0.3s ease;
}
.ep-primary-btn.header-check:hover {
  transform: scale(1.1);
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

nav {
  width: 100%;
  height: 100%;
  height: 7rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
nav .navbar .nav-links {
  line-height: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .navbar .nav-links .sidebar-logo {
  display: none;
}
nav .navbar .bx-menu {
  display: none;
}
nav .navbar .links {
  display: flex;
  padding: 0;
  margin: 0;
}
nav .navbar .links .current-page {
  color: var(--Grey-800, #455064);
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 1.4rem;
  color: var(--Grey-900, #191a1c);
  font-weight: 600;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  font-size: 1.6rem;
}
nav .navbar .links li .arrow {
  /*background: red;
        */
  height: 100%;
  width: 2.2rem;
  line-height: 7rem;
  text-align: center;
  display: inline-block;
  color: var(--Gray-800, #040f3e);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 7rem;
  left: 0;
  line-height: 4rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0.4rem 0.4rem;
  display: none;
  z-index: 2;
  -webkit-border-radius: 0 0 0.4rem 0.4rem;
  -moz-border-radius: 0 0 0.4rem 0.4rem;
  -ms-border-radius: 0 0 0.4rem 0.4rem;
  -o-border-radius: 0 0 0.4rem 0.4rem;
}
nav .navbar .links li .sub-menu a {
  color: inherit;
  font-size: 1.5rem;
}
nav .navbar .links li .sub-menu li {
  padding: 0 2.2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  color: var(--Gray-800, #040f3e);
}
nav .navbar .links li .sub-menu li:hover {
  color: var(--Grey-800, #455064);
}
nav .navbar .links li .sub-menu .more-arrow {
  line-height: 4rem;
}
nav .navbar .links li:hover {
  color: var(--Grey-800, #455064);
}
nav .navbar .links li:hover .htmlcss-arrow,
nav .navbar .links li:hover .js-arrow {
  transform: rotate(180deg);
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
nav .navbar .logo a {
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .buy-now {
  padding: 1.4rem;
  border-radius: 6px;
  background: var(--Blue-800, #0074bd);
  color: #fff;
  text-decoration: none;
  color: var(--White, var(--Backgrounds-Primary, #fff));
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}
nav .navbar .buy-now:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media (max-width: 1200px) {
  header .over-nav {
    display: none;
  }
  body {
    padding-top: 7rem;
  }
  nav .navbar .bx-menu {
    display: block;
    font-size: 2.5rem;
    color: var(--Gray-800, #040f3e);
  }
  nav .navbar .links {
    display: block;
    margin-top: 2rem;
  }
  nav .navbar .links li .arrow {
    line-height: 4rem;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 50vw;
    width: 100%;
    background: #fff;
    line-height: 4rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  nav .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar .nav-links .sidebar-logo .logo-name {
    font-size: 2.5rem;
    color: #fff;
  }
  nav .navbar .nav-links .sidebar-logo i {
    font-size: 2.5rem;
    color: var(--Gray-800, #040f3e);
  }
  nav .navbar .links li nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu {
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
}

/* Đoạn code mới */

.normal-text {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
}

.normal-text.title {
  font-weight: 700;
}

.normal-text-second {
  color: var(--Gray-600, #575e7e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ep-list-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}

body {
  padding-top: 7rem;
}

.center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-gap {
  padding: 8rem 0;
}

.ep-title {
  color: var(--Gray-900, #030b2c);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 4rem;
}
.ep-title h1,
.ep-title h2 {
  color: var(--Gray-900, #030b2c);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}

.ep-title span,
.ep-title span h3 {
  color: var(--Gray-700, #363f65);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 1rem;
}
.ep-primary-btn {
  padding: 1rem 2rem;
  border-radius: 22px;
  background: var(--Blue-800, #ef5627);
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  transition: all 0.3s ease;
}
.ep-primary-btn:hover {
  transform: scale(1.1);
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ep-secondary-btn {
  padding: 1rem;
  color: var(--Primary-800, #ef5627);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.4rem;
  border-radius: 22px;
  border: 1px solid var(--Primary-800, #ef5627);
  background: var(--white, #fff);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 700;
}
.ep-secondary-btn:hover {
  color: #ef5627;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.eb-secondary-btn {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  border: 1px solid var(--Blue-800, #0074bd);
  background: var(--white, #fff);
  color: var(--Blue-800, #0074bd);

  line-height: 2.4rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.eb-secondary-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ep-secondary-btn.see-all{
	padding: 1rem 3rem;
}

#sec1 .sec1-box {
  border-radius: 6px;
  background: var(--Backgroud, #f0f1f4);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
#sec1 iframe {
  width: 98%;
  height: 36rem;
}

#sec2 {
  background: url(http://easybooks.vn/wp-content/uploads/2025/02/sec2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#sec2.section-gap {
  padding-bottom: 0;
}

#sec3 .icon-container i {
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: #0074bd;
}
#sec3 .icon-container i.active {
  transform: rotate(90deg);
}
#sec3 .faq-box.faqBoxActive {
  background: var(--Backgroud, #f0f1f4);
}
#sec3 .faq-box {
  display: flex;
  padding: 1.6rem 1.6rem 0.6rem 0;
  flex-direction: column;
  align-self: stretch;
  border-radius: 6px;
  height: 100%;
}
#sec3 .faq-box:hover {
  opacity: 0.8;
}
#sec3 .faq-box .faq-item {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec3 .faq-box .faq-question {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
#sec3 .faq-box .faq-question img {
  width: 40px;
}
#sec3 .faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-left: 2rem;
}
#sec3 .easy-img {
  display: none;
}
#sec3 .easy-img.active {
  display: block;
}

#sec4 {
  background: url(http://easybooks.vn/wp-content/uploads/2025/02/sec4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec4 .sec4-box {
  padding: 2.4rem 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--white, #fff);
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  height: 100%;
}
#sec4 .sec4-box:hover {
  border: 1px solid var(--Blue-800, #0074bd);

  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  cursor: pointer;
}
#sec4 .sec4-box hr {
  height: 1px;
  align-self: stretch;
  background: #b9b2b2;
}
#sec4 .sec4-box a {
  color: var(--Primary-800, #ef5627);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
}
#sec4 .sec4-box a:hover {
  color: red;
  text-decoration: underline;
}

#sec5 .scroller[data-animated="true"] {
  overflow: hidden;
}

#sec5 .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#sec5 .scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

#sec5 .scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

#sec5 .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

#sec5 .scroller[data-speed="fast"] {
  --_animation-duration: 40s;
}

#sec5 .scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

#sec5 .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

#sec5 .tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

#sec6 {
  background: var(--Backgroud, #f0f1f4);
  position: relative;
}
#sec6 .feedback-box {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--Gray-00, #fff);
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.04);
  height: 43rem;
}
#sec6 .feedback-box .feedback-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.2rem;
  border-radius: 8px;
  background: #fff;
  padding: 1.6rem;
  height: 100%;
}
#sec6 .feedback-box .feedback-info .feedback-main-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#sec6 .feedback-box .feedback-info .feedback-main-info .feedback-avt {
  width: 5rem;
}
#sec6 .feedback-box .feedback-info .feedback-main-info .feedback-main-info2 {
  display: flex;
  flex-direction: column;
}
#sec6 .feedback-box .feedback-info img {
  max-width: 30%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#sec6 .feedback-box .feedback-info .feedback-position {
  color: var(--Gray-700, #363f65);
  line-height: 1.8rem; /* 150% */
  font-size: 1.2rem;
}
#sec6 .feedback-box .feedback-info .feedback-detail {
  color: var(--Gray-900, #030b2c);
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.8rem; /* 175% */
  overflow: auto;
}
#sec6 .feedback-box .feedback-info .five-star {
  margin-top: auto;
}

#sec6 .swiper-horizontal > .feedback-pagination.swiper-pagination-bullets,
#sec6 .swiper-pagination-bullets.swiper-pagination-horizontal,
#sec6 .swiper-pagination-custom,
#sec6 .swiper-pagination-fraction {
  bottom: 3rem;
}
#sec6 .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
#sec6 span.swiper-pagination-bullet {
  background: #f8b19c;
}
#sec6 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
  border-radius: 500px;
  width: 24px;
}

#sec7 .swiper-horizontal > .news-pagination.swiper-pagination-bullets,
#sec7 .swiper-pagination-bullets.swiper-pagination-horizontal,
#sec7 .swiper-pagination-custom,
#sec7 .swiper-pagination-fraction {
  bottom: 3rem;
}
#sec7 .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
#sec7 span.swiper-pagination-bullet {
  background: #f8b19c;
}
#sec7 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
  border-radius: 500px;
  width: 24px;
}

#sec7 {
  position: relative;
}

#sec7 .outstanding-news-box {
  border-radius: 16px;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
#sec7 .outstanding-news-box .news-name {
  font-size: 2.4rem;
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#sec7 .outstanding-news-box .news-name a {
  color: var(--Gray-800, #040f3e);
}
#sec7 .outstanding-news-box .news-des {
  color: var(--Gray-600, #575e7e);
  font-weight: 500;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#sec7 .outstanding-news-box .news-des p {
  font-weight: 500;
}

#sec7 .outstanding-news-box .single-image {
  width: 100%;
}

#sec7 .outstanding-news-box .single-image img {
  transition: transform 0.5s ease;
}

#sec7 .outstanding-news-box .single-image:hover .single-avt {
  transform: scale(1.1);
}

#sec7 .outstanding-news-box .by-line {
  color: var(--Secondary-1, #172d58);
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
#sec7 .outstanding-news-box .by-line .news-author {
  color: var(--Secondary-1, #172d58);
  font-size: 1.6rem;
}
#sec7 .outstanding-news-box .by-line .news-datetime {
  color: var(--Gray-4, #9ba3b1);
  font-size: 1.6rem;
  font-weight: 500;
}

#sec7 .ep-primary-btn {
  margin-top: 4rem;
  display: inline-flex;
}

#sec8 {
  background: url(https://easypos.vn/wp-content/uploads/2025/04/Group-2609807.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec8 .ep-title {
  color: #fff;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
#sec8 .list-why {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
#sec8 .list-why li {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
#sec8 .list-why .normal-text-second {
  color: #fff;
}

#sec8 .form-register form {
  display: flex;
}

#sec8 .form-register .form-title {
  color: #fff;
  font-size: 1.8rem;
}
#sec8 .form-register .form-info {
  width: 90%;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
#sec8 .form-register .form-info .form-row input,
#sec8 .form-register .form-info .form-row select {
  padding: 0.8rem 0 0.8rem 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid var(--Gray-300, #e6e7ec);
  background: #fff;
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
#sec8 .ep-primary-btn {
  border: none;
  width: 100%;
  margin-top: 2rem;
}

#sec9 {
  background: var(--Backgroud, #f0f1f4);
}

#sec10 {
  background: url(https://easypos.vn/wp-content/uploads/2025/04/Group-2609807-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec10 .sec10-box {
  padding: 2rem 3rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
}
#sec10 .sec10-box:hover {
  border: 1px solid #ccc;
}
#sec10 .sec10-box .normal-text-second.phone {
  color: #fff;
  font-weight: 700;
}
#sec10 .sec10-box .normal-text-second {
  color: var(--Gray-400, #b1b5c3);
  font-weight: 400;
}
/* FAQ Styles */
#sec11 .faqq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

#sec11 .faqq-item {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#sec11 .faqq-question {
  padding: 20px;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 600;
  font-size: 16px;
}

#sec11 .faqq-question:hover {
  background-color: #e9ecef;
}

#sec11 .faqq-question.active {
  background-color: #007bff;
  color: white;
}

#sec11 .faqq-icon {
  transition: transform 0.3s ease;
  font-size: 14px;
}

#sec11 .faqq-question.active .faqq-icon {
  transform: rotate(180deg);
}

#sec11 .faqq-answer {
  display: none;
}

#sec11 .faqq-answer-content {
  padding: 20px;
  background-color: white;
  line-height: 1.6;
  color: #666;
  font-size: 16px;
}

#footer {
  padding: 6rem 0;
  background: url(http://easybooks.vn/wp-content/uploads/2025/02/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .logoes-footer {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
#footer .footer-col-left {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
#footer .footer-col-left .footer-slogan {
  color: var(--Blue-800, #0074bd);

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
}
#footer .footer-col-left .footer-info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#footer .footer-col-left .footer-info li, #footer .footer-col-left .footer-info li a {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: var(--Gray-700, #363f65);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
#footer .footer-col-left .footer-info li a:hover {
	color: #0d6efd;
}

#footer .all-product {
  border-radius: 6px;
  background: var(--Gray-300, #e6e7ec);
  color: var(--Gray-800, #040f3e);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  padding: 0.8rem 1.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#footer .all-product .all-product-show {
  position: absolute;
  background: #fff;
  bottom: 130%;
  left: 0;
  width: 100rem;
  padding: 3rem 5rem;
  border-radius: 10px;
  display: none;
  border: 1px solid #ccc;
}
#footer .all-product .all-product-show .all-product-box {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
#footer .all-product .all-product-show .all-product-box .all-product-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#footer
  .all-product
  .all-product-show
  .all-product-box
  .all-product-col
  .all-product-nav-title {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
}
#footer
  .all-product
  .all-product-show
  .all-product-box
  .all-product-col
  .list-software {
  display: flex;
  flex-direction: column;
}
#footer .all-product .all-product-show .software-row {
  padding: 1rem;
  gap: 2rem;
}
#footer .all-product .all-product-show .software-row:hover {
  background: var(--primary-5, #fdeee9);
}
#footer .all-product .all-product-show .software-row .software .software-title {
  color: var(--Gray-800, #040f3e);
}
#footer .all-product .all-product-show .software-row .software .software-des {
  color: var(--Gray-900, #030b2c);
  font-weight: 500;
}
#footer .arrow-up {
  transform: rotate(180deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#footer .arrow-down {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
#footer .footer-col-heading {
  color: var(--Gray-800, #040f3e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
#footer .list-title-footer {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#footer .list-title-footer li {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.4rem */
}
#footer .list-title-footer li a {
  color: var(--Gray-700, #363f65);
}
#footer .list-title-footer li:hover,
#footer .list-title-footer li a:hover {
  color: orangered;
}
#footer .footer-credit {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
#footer hr.footer-hr {
  margin: 3rem 0;
}
#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
#footer .footer-bottom .list-sns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer .footer-bottom .list-sns li {
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease;
}
#footer .footer-bottom .list-sns li:hover {
  transform: scale(1.1);
  border: 1px solid #ef5627;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#footer .footer-bottom .list-policy {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
#footer .footer-bottom .list-policy .seperate {
  width: 1px;
  height: 20px;
  background: var(--Gray-300, #e6e7ec);
}
#footer .footer-bottom .list-policy li a {
  color: var(--Gray-700, #363f65);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 142.857% */
}
#footer .footer-bottom .list-policy li a:hover {
  color: var(--Primary-800, #ef5627);
}
#footer .footer-bottom .list-sns li a img {
  padding: 1rem;
  border-radius: 34px;
  background: var(--Gray-300, #e6e7ec);
}
#footer .download {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.loading-form {
  display: none;
  align-items: center;
  justify-content: center;
}
.loading-form img {
  width: 6%;
}

.form-thankyou {
  font-size: 1.4rem;
  font-weight: 600;
  display: none;
  margin-top: 2rem;
}

/* End đoạn code mới */

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="medium"] {
  --_animation-duration: 30s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
  display: flex;
  justify-content: center;
  align-items: center;
}

#featured_section .featured {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#featured_section .featured-row {
  border-radius: 16px;
  background: #f0f1f3;
  padding: 4rem;
}
#featured_section .featured-row .featured-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--Grey-900, #313947);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
#featured_section .featured-row .normal-text {
  color: var(--Grey-800, #455064);
}
#featured_section .featured-row ul {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
#featured_section .featured-row ul li.normal-text {
  list-style: disc;
}
#featured_section .featured-row .pos-primary-btn {
  padding: 1.3rem 2rem;
}
#featured_section .featured-even-row .row {
  flex-direction: row-reverse;
}

#gold_featured .left-content {
  padding: 0 4rem;
}
#gold_featured .left-content .normal-text {
  color: #313947;
  margin-bottom: 1.6rem;
}
#gold_featured .left-content .pos-primary-btn {
  margin-top: 0.4rem;
}

.effective_sales {
  background: var(
    --Gradient-1,
    linear-gradient(180deg, #fff 0%, #f3fdff 67.5%)
  ) !important;
}
.effective_sales .pos-title {
  color: #0074bd !important;
  margin-bottom: 4rem !important;
}
.effective_sales .right-content {
  align-items: start;
}
.effective_sales .right-content .normal-text.title {
  color: #313947 !important;
}
.effective_sales .right-content .normal-text {
  color: #455064;
}

.gold-featured-detail .gold-featured-box {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  gap: 1.6rem;
  border-radius: 6px;
  background: var(
    --Gradient-1,
    linear-gradient(180deg, #fff 0%, #f3fdff 67.5%)
  );
}
.gold-featured-detail .gold-featured-box .normal-text {
  color: var(--Grey-800, #455064);
}
.gold-featured-detail .gold-featured-box .normal-text span {
  color: var(--Blue-800, #0074bd);
}

.xangdau_slogan {
  display: flex;
  flex-direction: column;
}
.xangdau_slogan li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

#featured_section.xangdau_solution .featured-row {
  background: none;
}
#featured_section.xangdau_solution .featured-row .featured-title {
  color: var(--Blue-800, #0074bd);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3.6rem */
  display: block;
}
#featured_section.xangdau_solution .featured-row .featured-title span {
  font-size: 1.6rem;
  color: #313947;
}

#petro_question {
  background: #f0f1f3;
}
#petro_question .faq-item {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#petro_question .faq-item:last-child {
  border-bottom: none;
}
#petro_question .faq-question {
  color: var(--gray-500, #6b7280);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#petro_question .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  color: var(--Gray-300, #626974);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.4rem */
}
#petro_question .faq-answer.active {
  margin-top: 2rem;
}
#petro_question .icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
#petro_question .icon-container i.active {
  transform: rotate(90deg);
}
#petro_question .faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#petro_question .faq-box {
  padding: 15px 20px;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid var(--Gray-5, #e9ebee);
  background: #fff;
}
#petro_question .faq-box:hover,
#petro_question .faq-box:active {
  border: 1px solid var(--BluePos-5, #0074bd);
}

.main-title {
  background-image: url(../img/titlebanner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16rem 0;
}
.main-title .pos-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 600;
}

.contact-form .form-register .form-box {
  display: flex;
  padding: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background: var(--Blue-800, #0074bd);
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
  width: 90%;
}
.contact-form .form-register .form-box .form-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.contact-form .form-register .form-box .form-info {
  width: 100%;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
.contact-form .form-register .form-box .form-info .form-row input,
.contact-form .form-register .form-box .form-info .form-row select,
.contact-form .form-register .form-box .form-info .form-row textarea {
  padding: 0.8rem 0 0.8rem 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid var(--Gray-300, #e6e7ec);
  background: #fff;
  color: var(--Gray-700, #363f65);
  font-size: 1.8rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.contact-form .contact-col-right {
  display: inline-flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
}
.contact-form .contact-col-right .footer-slogan {
  color: var(--Blue-800, #0074bd);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem; /* 133.333% */
}
.contact-form .contact-col-right .footer-info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-form .contact-col-right .footer-info li {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: var(--Gray-800, #040f3e);
  font-size: 1.6rem;
}
.contact-form .contact-col-right .contact-map {
  width: 80%;
}
.contact-form .contact-col-right .contact-map iframe {
  width: 100%;
  height: 30rem;
}

#pos_price .price-box {
  padding: 2.4rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 24.1px 0px rgba(49, 57, 71, 0.15);
}
#pos_price .price-box .pos-primary-btn {
  width: 100%;
  text-align: center;
}
#pos_price .price-box .name {
  color: var(--Grey-900, #313947);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.7rem */
}
#pos_price .price-box .price-money {
  color: var(--Grey-900, #313947);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 3rem;
  margin-top: 1.6rem;
}
#pos_price .price-box .price-money span {
  color: var(--Grey-700, #6a7383);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
#pos_price .note {
  color: #000;
  margin-top: 3rem;
}
#pos_price li.normal-text {
  color: var(--Grey-800, #455064);
}

#main-news-content .news-single-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid transparent;
  padding: 1rem;
}
#main-news-content .news-single-box:hover {
  border: 1px solid;
  padding: 1rem;
}
#main-news-content .news-single-box:hover .post-title {
  cursor: pointer;
  color: var(--Blue-800, #0074bd);
}
#main-news-content .news-single-box .a-single-image {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#main-news-content .news-single-box .a-single-image:hover {
  cursor: pointer;
}
#main-news-content .news-single-box .a-single-image:hover img {
  transform: scale(1.1);
}
#main-news-content .news-single-box .a-single-image img {
  transition: transform 0.5s ease;
}
#main-news-content .news-single-box .post-date {
  color: var(--Gray-700, #363f65);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#main-news-content .news-single-box .post-title {
  color: var(--Grey-900, #313947);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem; /* 133.333% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-news-content .news-single-box .post-summery {
  color: var(--Grey-800, #455064);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-news-content .news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#main-news-content .news-search-box {
  border-radius: 8px;
  background: var(--Primary-300, #fdeee9);
  padding: 1.6rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#main-news-content .news-search-box .title {
  color: var(--Secondary-1, #172d58);
  /* Body/16/Bo */
  font-size: 1.6rem;
}
#main-news-content .news-search-box input {
  color: var(--Gray-700, #6b7280);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  padding: 2rem;
}
#main-news-content .popular-box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#main-news-content .popular-box hr {
  stroke-width: 1px;
  stroke: var(--Primary-500, #bfc1db);
}
#main-news-content .news-popular-post {
  border-radius: 8px;
  background: var(--Primary-300, #fdeee9);
  padding: 1.6rem 3.2rem;
}
#main-news-content .news-popular-post .title {
  color: var(--Secondary-1, #172d58);
  /* Body/16/Bo */
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
#main-news-content .news-popular-post .popular-post-box {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
#main-news-content .news-popular-post .popular-post-box .popular-post-name {
  color: var(--Grey-900, #313947);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
#main-news-content .news-popular-post .popular-post-box .popular-post-date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--Gray-4, #9ba3b1);
  font-size: 1.2rem;
}

#main_single .bredcrumb {
  color: var(--Primary-800, #0074bd);
  font-size: 1.8rem;
}
#main_single .seperate-bredcrumb {
  background: var(--Primary-800, #0074bd);
  height: 0.2rem;
}
#main_single .single-title {
  margin-top: 2rem;
  color: #000;
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 700;
}
#main_single .single-date {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
#main_single .single-content p {
  color: #000;
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
#main_single .related-post .title {
  color: var(--Primary-2, #0074bd);
  font-size: 3rem;
  margin: 3rem 0;
  font-weight: 700;
}
#main_single .related-post .news-single-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#main_single .related-post .news-single-box .post-date {
  color: var(--Gray-700, #363f65);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#main_single .related-post .news-single-box .post-title {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
  font-weight: 600;
}
#main_single .related-post .news-single-box .post-summery {
  color: var(--Gray-700, #363f65);
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
#main_single .single-content {
  text-align: justify;
}
#main_single .single-content p {
  color: #343434;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
#main_single .single-content ul {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
#main_single .single-content ul li {
  list-style: disc;
  color: #343434;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
#main_single .single-content ul li a {
  color: #007bff !important;
}
#main_single .single-content ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#main_single iframe {
  max-width: 100%;
}
#main_single #toc_container {
  background-color: #fafafa;
  padding: 2rem;
  margin: 2rem 0;
}
#main_single #toc_container ul {
  margin-bottom: 0;
  margin-left: 1.6rem;
}
#main_single #toc_container .toc_list li {
  list-style: none;
}
#main_single #toc_container .toc_list li a {
  color: #000 !important;
  font-size: 1.6rem;
}
#main_single .single-content ul li span,
#main_single .single-content ol li span {
  color: #343434;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
#main_single .single-content p img {
  height: auto;
}
#main_single .single-content p span {
  color: #343434;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
#main_single .single-content a span {
  color: #007bff !important;
}
#main_single .single-content a span:hover {
  color: #0056b3;
  text-decoration: underline;
}
#main_single .single-content p span a,
#main_single blockquote a {
  color: #007bff;
}
#main_single .single-content p span a:hover,
#main_single blockquote a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#main_single .single-content blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
/*   margin-inline-start: 4rem; */
  /* margin-inline-end: 40px; */
  padding: 2rem 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 1.4rem;
  padding-right: 0.8rem;
  border-left-width: 5px;
  background: #f8e0b4;
}
#main_single .single-content blockquote p {
  margin: 0;
}
#main_single h1,
#main_single h1 span {
  font-size: 2.6rem;
  font-weight: bold !important;
  margin: 1.6rem 0;
}
#main_single h2,
#main_single h2 span {
  font-size: 2.4rem;
  font-weight: bold !important;
  margin: 1.6rem 0;
}
#main_single h3,
#main_single h3 span {
  font-size: 2rem;
  font-weight: bold !important;
  margin: 1.6rem 0;
}
#main_single h4,
#main_single h4 span {
  font-size: 2rem;
  font-weight: bold !important;
  margin: 1.6rem 0;
}
#main_single b,
#main_single strong {
}

/* Phân trang */
.quatrang {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.quatrang span {
  background: var(--Primary-800, #0074bd) !important;
  color: var(--white, #fff) !important;
}

.quatrang > .page-numbers {
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 1rem 1.8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(--Gray-300, #e6e7ec);
  color: var(--Gray-700, #363f65);
  text-align: center;
  font-size: 1.4rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.quatrang > .page-numbers:hover {
  background: var(--Primary-800, #0074bd) !important;
  color: var(--white, #fff) !important;
}

.gold-form-banner #form_bottom {
  background-image: url(https://easypos.vn/wp-content/uploads/2024/12/Group-2609691.png);
}

.petro-form-banner #form_bottom {
  background-image: url(https://easypos.vn/wp-content/uploads/2024/12/Group-2609692.png);
}
.pos_section {
    padding: 5rem 0;
  }
@media screen and (max-width: 1600px) {
  
  .section-gap {
    padding: 5rem 0;
  }
  .ep-list-btn {
    margin-top: 2rem;
    gap: 1rem;
  }
  #sec1 .sec1-box {
    padding: 1rem 0;
  }
  .ep-title,
  .ep-title h1,
  .ep-title h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  #slogan img {
    max-width: 60%;
  }
  nav .navbar .buy-now {
    padding: 1rem 1.4rem;
  }

  #featured_section .featured {
    gap: 5rem;
  }
  #featured_section.xangdau_solution .featured-row .featured-title {
    font-size: 1.8rem;
  }
  .main-title {
    padding: 10rem 0;
  }
  .contact-form .form-register form {
    display: flex;
    justify-content: center;
  }
  .contact-form .form-register .form-box {
    padding: 2.2rem;
    gap: 1rem;
  }
  .contact-form .form-register .form-box .form-title {
    font-size: 2rem;
  }
  .contact-form .form-register .form-box .form-info {
    padding: 1.6rem;
    gap: 1rem;
  }
  #pos_price .price-box .price-money {
    font-size: 2.8rem;
  }
  #espos_indexnews .news-box .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1400px) {
  #sec1 iframe {
    height: 31rem;
  }
  #sec4 .eb-list-btn {
    margin-top: 2rem;
  }
  #pos_price .price-box {
    padding: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #slogan .pos-title span {
    display: inline;
  }
  .hide-col-footer {
    display: none;
  }
  #featured_section .featured {
    gap: 3rem;
  }
  #featured_section .featured-row {
    padding: 2rem;
  }
  .gold-featured-detail .gold-featured-box {
    padding: 1rem;
  }
  .main-title .pos-title {
    font-size: 2.6rem;
  }
  #pos_price .price-box .price-money {
    font-size: 2rem;
  }
  nav .navbar .links li a {
    font-size: 1.6rem;
  }

  #sec7 .text-center {
    display: none;
  }

  .ep-title {
    font-size: 2.2rem;
  }

  #sec7 .outstanding-news-box {
    padding: 1.4rem 1.4rem 2rem 1.4rem;
  }
  #sec7 .outstanding-news-box .outstanding-news-detail .news-name {
    font-size: 2rem;
  }
  #footer .all-product .all-product-show {
    width: 90rem;
  }
  #sec6 .swiper-wrapper {
    align-items: center;
  }
  #sec6 .feedback-box {
    height: 100%;
  }
  #sec1 iframe {
    width: 100%;
    height: 40rem;
  }
  #sec3 .container .row {
    flex-direction: column-reverse;
  }
  #sec8 .form-register .form-info {
    width: 100%;
  }
  .header-btn {
    display: none;
  }
  #footer .footer-bottom {
    justify-content: center;
  }
  #footer .footer-bottom .list-policy {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pos_section {
    padding: 3rem 0;
  }
  nav .navbar .nav-links {
    max-width: 94vw;
  }
  #form_bottom .form-box {
    padding: 2rem;
  }
  #form_bottom .form-box .form-title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  #form_bottom .form-box .form-row {
    margin-bottom: 1rem;
  }
  #footer .footer-credit {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
    margin-top: 1.6rem;
  }
  #espos_indexnews .news-box .title {
    font-size: 2rem;
  }
  #gold_featured .left-content {
    padding: 0;
  }
  #petro_question .faq-question {
    font-size: 1.8rem;
  }
  .contact-form .form-register .form-box {
    width: 100%;
    padding: 1rem;
  }
  .contact-form .form-register .form-box .form-info {
    padding: 1rem;
  }
  .contact-form .form-register .form-box .form-title {
    font-size: 1.6rem;
  }

  #footer .all-product .all-product-show {
    width: 100%;
    padding: 0;
  }
  #footer .all-product .all-product-show .all-product-box {
    padding: 1rem;
  }
  #footer .all-product .all-product-show .all-product-box .all-product-col {
    gap: 0;
  }
  #footer .all-product .all-product-show .all-product-box {
    gap: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .header-logo-left {
    width: 12rem;
  }
  .section-gap {
    padding: 3rem 0;
  }
  #sec6 .swiper-horizontal > .feedback-pagination.swiper-pagination-bullets,
  #sec6 .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sec6 .swiper-pagination-custom,
  #sec6 .swiper-pagination-fraction,
  #sec7 .swiper-horizontal > .feedback-pagination.swiper-pagination-bullets,
  #sec7 .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sec7 .swiper-pagination-custom,
  #sec7 .swiper-pagination-fraction {
    bottom: 0.5rem;
  }
  .ep-title,
  .ep-title h1,
  .ep-title h2 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  #sec1 iframe {
    height: 24rem;
  }
  #footer hr.footer-hr {
    gap: 2rem;
  }
  #footer .footer-credit {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 500px) {
  #slogan img {
    max-width: 100%;
  }
  #form_bottom .form-box {
    padding: 1.4rem 1rem;
  }
  #featured_section .featured-row {
    padding: 1rem;
  }
  #featured_section .featured {
    gap: 1rem;
  }
  .pos-video-intro iframe {
    width: 100%;
    height: 24rem;
  }
  #main_single .single-title {
    font-size: 2.2rem;
  }
  .hide-mobile {
    display: none;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .ep-primary-btn div,
  .ep-second-btn div {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
  }
  .ep-title {
    font-size: 2rem;
  }

  .category #main-news-content .news-single-box .post-title {
    font-size: 1.8rem;
  }
  .category #main-news-content .news-single-box .post-summery {
    font-size: 1.4rem;
  }
  .category #main-news-content {
    padding: 2rem 0;
  }
  .tuvanngay {
    opacity: 0;
  }
  #pos_price .price-box .price-money {
    margin: 1rem 0;
  }
}

#powerful_assistant .normal-text.title span {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#powerful_assistant .normal-text.title,
.normal-text {
  font-size: 1.6rem;
}

#powerful_assistant .right-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.my-custom-class {
  border: none;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: #fc6921f0;
  animation: glow 0.8s infinite;
  transition: 0.5s;
  padding: 20px 40px;
  font-size: 24px;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}

.my-custom-class span {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  margin-right: 0px;
  transition: 0.3s;
  font-size: 16px;
}

.my-custom-class:hover {
  /*         transform: translateX(-20px)rotate(30deg); */
  border-radius: 5px;
  background-color: #fc6921f0;
  transition: 0.5s;
  cursor: pointer;
}

@keyframes glow {
  0% {
    box-shadow: 5px 5px 20px orange, -5px -5px 20px orange;
  }

  50% {
    /* box-shadow: 5px 5px 20px rgb(81, 224, 210), -5px -5px 20px rgb(81, 224, 210) */
    box-shadow: 5px 5px 20px orange, -5px -5px 20px orange;
  }

  /* 100% {
      box-shadow: 5px 5px 20px orange, -5px -5px 20px orange;
    } */
}
