@charset "UTF-8";
@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-MediumItalic.eot");
  src: url("../font/googlesansfont/GoogleSans-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-MediumItalic.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-MediumItalic.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-MediumItalic.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-MediumItalic.svg#GoogleSans-MediumItalic")
      format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-Medium.eot");
  src: url("../font/googlesansfont/GoogleSans-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-Medium.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-Medium.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-Medium.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-Medium.svg#GoogleSans-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-Regular.eot");
  src: url("../font/googlesansfont/GoogleSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-Regular.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-Regular.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-Regular.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-Regular.svg#GoogleSans-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-BoldItalic.eot");
  src: url("../font/googlesansfont/GoogleSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-BoldItalic.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-BoldItalic.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-BoldItalic.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-BoldItalic.svg#GoogleSans-BoldItalic")
      format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-Italic.eot");
  src: url("../font/googlesansfont/GoogleSans-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-Italic.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-Italic.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-Italic.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-Italic.svg#GoogleSans-Italic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesansfont/GoogleSans-Bold.eot");
  src: url("../font/googlesansfont/GoogleSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../font/googlesansfont/GoogleSans-Bold.woff2") format("woff2"),
    url("../font/googlesansfont/GoogleSans-Bold.woff") format("woff"),
    url("../font/googlesansfont/GoogleSans-Bold.ttf") format("truetype"),
    url("../font/googlesansfont/GoogleSans-Bold.svg#GoogleSans-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans";
}
body {
  color: #474748;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
/* Header */

/* header */
.header {
  background: #fff;
  height: 65px;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 20px;
  }
  .header .container {
    flex-direction: row-reverse;
  }
}
.header.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
}
.header .header__logo {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 150px;
  flex-basis: 150px;
}
.header .cart__login__search {
  min-width: 150px;
  flex-basis: 150px;
}
.header .cart__login__search .list__icon {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
}
.header .cart__login__search .list__icon li a {
  padding: 5px;
  font-size: 18px;
  color: #000;
  transition: 0.25s;
}
.header .cart__login__search .list__icon li a:hover {
  color: #ff5722;
}
.header .menu__horizontal {
  /* width: 100%; */
  position: initial;
  justify-content: center;
  display: flex;
  align-items: center;
}
.header .menu__horizontal .menu__horizontal__wrapper {
  overflow: hidden;
  max-height: 65px;
}
.header .menu__horizontal .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.header .menu__horizontal .menu__horizontal__btn {
  display: none;
}
@media (max-width: 767px) {
  .header .menu__horizontal .menu__horizontal__btn {
    display: none;
  }
}
.header .menu__horizontal .menu__horizontal__btn .menuBtn__wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.header .menu__horizontal .menu__horizontal__btn .menu__prev,
.header .menu__horizontal .menu__horizontal__btn .menu__next {
  width: 35px;
  height: 35px;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.25s;
}
.header .menu__horizontal .menu__horizontal__btn .menu__prev:hover,
.header .menu__horizontal .menu__horizontal__btn .menu__next:hover {
  color: #ff5722;
}
.header .menu__horizontal .menu__horizontal__btn button.disabled {
  cursor: default;
  opacity: 0.25;
}
.header__menu .main__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .header__menu .main__menu {
    position: fixed;
    top: 65px;
    left: 0;
    height: 75%;
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
  }
  .header__menu .main__menu.open {
    transform: translateY(0);
  }
}
.header__menu .main__menu > .menu__item {
  position: initial;
}
@media (max-width: 767px) {
  .header__menu .main__menu > .menu__item {
    border-bottom: 1px solid #eee;
  }
}
.header__menu .main__menu > .menu__item > .menuItem__link {
  display: flex;
  align-items: center;
  height: 65px;
  padding: 1rem;
}
@media (max-width: 767px) {
  .header__menu .main__menu > .menu__item > .menuItem__link {
    padding: 1rem 2rem 1rem 1rem;
    font-weight: 500;
  }
}
.header__menu .main__menu .menu__item:hover .mega__menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 767px) {
  .header__menu .main__menu > .menu__item:not(.visible-row):hover > .sub__menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
.header__menu .menu__item {
  position: relative;
}
@media (min-width: 768px) {
  .header__menu .menu__item:hover > .sub__menu {
    opacity: 1;
    visibility: visible;
  }
  .header__menu .menu__item:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 768px) {
  .header__menu .menu__item .sub__menu--right .expand-btn:after,
  .header__menu .menu__item .sub__menu--left .expand-btn:after {
    right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .header__menu .sub__menu {
    position: absolute;
    top: calc(100% + 2px);
    width: 190px;
    padding: 5px 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .header__menu .sub__menu .menuItem__link {
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }
  .header__menu .sub__menu .menuItem__link.expand-btn::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .header__menu .sub__menu {
    display: none;
    position: relative;
    z-index: 999;
    top: 0;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
  }
  .header__menu .sub__menu .menu__item {
    border-bottom-color: #ececec;
  }
}
.header__menu .sub__menu--right {
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .header__menu .sub__menu--right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1rem;
  }
  .header__menu .sub__menu--right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 17px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
}
.header__menu .sub__menu--left {
  top: 0;
  left: -100%;
}
@media (max-width: 767px) {
  .header__menu .sub__menu--left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1rem;
  }
  .header__menu .sub__menu--left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 17px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
}
.header__menu .menuItem__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  transition: 0.25s;
  color: #040f3e;
  font-weight: 500;
}
.header__menu .menuItem__link:hover {
  color: #ff5722;
}
@media (max-width: 768px) {
  .header__menu .menuItem__link.expand-btn::after {
    right: 15px;
  }
}
.header__menu ul li {
  list-style: none;
  transition: 0.3s ease;
}
.header__menu ul li a {
  position: relative;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .header__menu .menu__item:has(.mega__menu) {
    position: inherit !important;
  }
}
@media (min-width: 768px) {
  .header__menu .mega__menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 767px) {
  .header__menu .mega__menu {
    position: relative;
    display: none;
    padding-left: 0;
    padding: 0;
  }
}
.header__menu .megaMenu__wrap {
  padding: 30px;
}
@media (max-width: 767px) {
  .header__menu .megaMenu__wrap {
    padding: 1rem;
  }
}
.header__menu .megaMenu__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle {
  display: flex;
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  transition: 0.25s;
}
@media (max-width: 1023px) {
  .header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
    padding-left: 0;
  }
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a:hover {
  color: #ff5722;
}
.header__menu
  .megaMenu__inner
  .megaMenu__item
  .megaMenuContent
  .sub__menu--static {
  padding-left: 0;
}
.header__menu
  .megaMenu__inner
  .megaMenu__item
  .megaMenuContent
  .sub__menu--static
  .menu__item
  .menuItem__link {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header__menu .menu__category {
    display: flex;
    justify-content: center;
  }
}
.header__menu .menu__category .megaMenu__wrap {
  min-width: 100%;
  flex-basis: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .header__menu .menu__category .megaMenu__wrap {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__menu .menu__category .megaMenu__wrap {
    min-width: 85%;
    flex-basis: 85%;
  }
}
.header__menu .menu__category .megaMenu__inner .megaMenu__item {
  display: flex;
  flex-flow: column;
  min-width: calc(33.333333% - 13.333333px);
  flex-basis: calc(33.333333% - 13.333333px);
}
@media (max-width: 767px) {
  .header__menu .menu__category .megaMenu__inner .megaMenu__item {
    min-width: calc(50% - 13.333333px);
    flex-basis: calc(50% - 13.333333px);
  }
}
@media (max-width: 575px) {
  .header__menu .menu__category .megaMenu__inner .megaMenu__item {
    min-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .header__menu .menu__catalogue {
    display: flex;
    justify-content: center;
  }
}
.header__menu .menu__catalogue .megaMenu__wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  min-width: 100%;
  flex-basis: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    min-width: 85%;
    flex-basis: 85%;
  }
}
@media (max-width: 767px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    row-gap: 15px;
  }
}
.header__menu .menu__catalogue .megaMenu__inner {
  flex-basis: 50%;
  min-width: 50%;
}
@media (max-width: 767px) {
  .header__menu .menu__catalogue .megaMenu__inner {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
  display: flex;
  flex-flow: column;
  min-width: calc(33.333333% - 13.333333px);
  flex-basis: calc(33.333333% - 13.333333px);
}
@media (max-width: 767px) {
  .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
    min-width: calc(50% - 13.333333px);
    flex-basis: calc(50% - 13.333333px);
  }
}
@media (max-width: 575px) {
  .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
    min-width: 100%;
    flex-basis: 100%;
  }
}
.header__menu .menu__catalogue .menuMega__catalogue {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 50%;
  min-width: 50%;
  gap: 10px;
}
@media (max-width: 767px) {
  .header__menu .menu__catalogue .menuMega__catalogue {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left,
.header__menu .menu__catalogue .menuMega__catalogue .col--right {
  flex-basis: calc(50% - 5px);
  min-width: calc(50% - 5px);
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left img {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .col--right
  .menuCatalogue__item {
  height: 100%;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--right a {
  height: 100%;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .menuCatalogue__item
  a:hover
  img {
  transform: scale(1.1);
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a img {
  width: 100%;
  transform: scale(1);
  transition: 0.25s;
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .menuCatalogue__item
  a:before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: black;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.menu__btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .menu__btn {
    display: flex;
  }
}
.menu__btn .menu__btn__lines,
.menu__btn .menu__btn__lines::before,
.menu__btn .menu__btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #000;
  transition: all 0.4s ease-in-out;
}
.menu__btn .menu__btn__lines::before,
.menu__btn .menu__btn__lines::after {
  content: "";
  position: absolute;
}
.menu__btn .menu__btn__lines::before {
  transform: translateY(-0.5rem);
}
.menu__btn .menu__btn__lines::after {
  transform: translateY(0.5rem);
}
.menu__btn.open .menu__btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu__btn.open .menu__btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #000;
  height: 0.05rem;
}
.menu__btn.open .menu__btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #000;
  height: 0.05rem;
}
.expand-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " \f107";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 900;
  opacity: 0.75;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
}
.expand-btn.open {
  color: #ff5722;
}
.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .overflow {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}

/* End header */
/* Indexhere */

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

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

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

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

.eb-list-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call {
  padding: 10px;
  color: var(--Primary-800, #ef5627);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  border-radius: 22px;
  border: 1px solid var(--Primary-800, #ef5627);
  background: var(--white, #fff);
  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);
}

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

.section-gap {
  padding: 80px 0;
}

.eb-title {
  color: var(--Gray-900, #030b2c);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
.eb-title h1,
.eb-title h2 {
  color: var(--Gray-900, #030b2c);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.eb-title span,
.eb-title span h3 {
  color: var(--Gray-700, #363f65);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}
.eb-primary-btn {
  padding: 10px 20px;
  border-radius: 22px;
  background: var(--Primary-800, #ef5627);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s ease;
}
.eb-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);
}

.eb-secondary-btn {
  padding: 10px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 22px;
  transition: all 0.3s ease;
}
.eb-secondary-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);
}

#sec1 .sec1-box {
  border-radius: 6px;
  background: var(--Backgroud, #f0f1f4);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  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;
}
#sec1 .sec1-box: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);
}
#sec1 iframe {
  width: 98%;
  height: 360px;
}

#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: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: #f15922;
}
#sec3 .icon-container i.active {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#sec3 .faq-box.faqBoxActive {
  background: var(--Backgroud, #f0f1f4);
}
#sec3 .faq-box {
  display: flex;
  padding: 16px 16px 6px 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: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#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: 20px;
}
#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: 24px 16px;
  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(--Primary-800, #ef5627);
  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: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: auto;
}
#sec4 .sec4-box a:hover {
  color: red;
  text-decoration: underline;
}
#sec4 .see-all {
  padding: 10px 20px;
  color: var(--Primary-800, #ef5627);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  border-radius: 6px;
  border: 1px solid var(--Primary-800, #ef5627);
  background: var(--Primary-300, #fdeee9);
  cursor: pointer;
}
#sec4 .see-all:hover {
  opacity: 0.8;
}
#sec5 .scroller[data-animated="true"] {
  overflow: hidden;
}

#sec5 .scroller__inner {
  padding-block: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#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% - 5px));
    -webkit-transform: translate(calc(-50% - 5px));
    -moz-transform: translate(calc(-50% - 5px));
    -ms-transform: translate(calc(-50% - 5px));
    -o-transform: translate(calc(-50% - 5px));
  }
}

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

#sec5 .tag-list li {
  padding: 10px;
  background: var(--clr-primary-400);
  border-radius: 5px;
  box-shadow: 0 5px 10px -2.5px var(--clr-primary-900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#sec6 {
  background: var(--Backgroud, #f0f1f4);
  position: relative;
}
#sec6 .feedback-box {
  padding: 15px;
  border-radius: 16px;
  background: var(--Gray-00, #fff);
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.04);
  height: 430px;
}
#sec6 .feedback-box .feedback-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  height: 100%;
}
#sec6 .feedback-box .feedback-info .feedback-main-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
#sec6 .feedback-box .feedback-info .feedback-main-info .feedback-avt {
  width: 50px;
}
#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: 18px; /* 150% */
  font-size: 12px;
}
#sec6 .feedback-box .feedback-info .feedback-detail {
  color: var(--Gray-900, #030b2c);
  text-align: justify;
  font-size: 16px;
  line-height: 28px; /* 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: 30px;
}
#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: 30px;
}
#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: 24px;
  margin-top: 16px;
  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: 16px;
  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: 16px;
  font-weight: 500;
  margin-top: 15px;
}
#sec7 .outstanding-news-box .by-line .news-author {
  color: var(--Secondary-1, #172d58);
  font-size: 16px;
}
#sec7 .outstanding-news-box .by-line .news-datetime {
  color: var(--Gray-4, #9ba3b1);
  font-size: 16px;
  font-weight: 500;
}

#sec7 .eb-primary-btn {
  margin-top: 40px;
  display: inline-flex;
}

#sec8 {
  background: url(https://easybooks.vn/wp-content/uploads/2025/04/form-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec8 .eb-title {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#sec8 .list-why {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
#sec8 .list-why li {
  display: flex;
  gap: 16px;
  align-items: center;
}
#sec8 .list-why .normal-text-second {
  color: #fff;
}

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

#sec8 .form-register .form-title {
  color: #fff;
  font-size: 18px;
}
#sec8 .form-register .form-info {
  width: 90%;
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
#sec8 .form-register .form-info .form-row input,
#sec8 .form-register .form-info .form-row select {
  padding: 8px 0 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300, #e6e7ec);
  background: #fff;
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#sec8 .eb-primary-btn {
  border: none;
  width: 100%;
  margin-top: 20px;
}

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

#sec10_index {
  background: url(http://easybooks.vn/wp-content/uploads/2025/02/sec10-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec10_index .sec10-box {
  padding: 20px 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
}
#sec10_index .sec10-box:hover {
  border: 1px solid #ccc;
}
#sec10_index .sec10-box .normal-text-second.phone {
  color: #fff;
  font-weight: 700;
}
#sec10_index .sec10-box .normal-text-second {
  color: var(--Gray-400, #b1b5c3);
  font-weight: 400;
}

/* End đoạn code giao diện mới */

/* End Index */

/* Liên hệ */
.main-title {
  background-image: url(https://easybooks.vn/wp-content/themes/new_easybooks/assets/img/main-title-background.png);
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.main-title .main-title-heading {
  color: #fff;
  text-shadow: 0px 0px 8.1px rgba(255, 255, 255, 0.4);
  font-size: 36px;
  font-weight: 700;
}

.main-title .main-title-sub {
  color: #fff;
  font-size: 18px;
}

.page-template-lienhe .contact-form {
  padding: 50px 0;
}

.page-template-lienhe .contact-form .form-register .form-box {
  width: 90%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.page-template-lienhe .contact-form .form-register .form-box .form-title {
  color: #fff;
  font-size: 24px;
}

.page-template-lienhe .contact-form .form-register .form-box .form-info {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.page-template-lienhe
  .contact-form
  .form-register
  .form-box
  .form-info
  .form-row
  input,
.page-template-lienhe
  .contact-form
  .form-register
  .form-box
  .form-info
  .form-row
  select {
  padding: 8px 0 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300, #e6e7ec);
  background: #fff;
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.page-template-lienhe
  .contact-form
  .form-register
  .form-box
  .form-info
  .esb-primary-btn {
  background: none;
  border: none;
}

.page-template-lienhe
  .contact-form
  .form-register
  .form-box
  .form-info
  .esb-primary-btn
  div {
  width: 100%;
}

.page-template-lienhe .contact-form .contact-col-right {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.page-template-lienhe .contact-form .contact-col-right .footer-slogan {
  /* Sub1/16/Bold */
  font-size: 16px;
  background: var(
    --Gradient,
    linear-gradient(180deg, #f37b20 0%, #ec3e2b 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-lienhe .contact-form .contact-col-right .footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-template-lienhe .contact-form .contact-col-right .footer-info li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Gray-800, #040f3e);
  font-weight: 500;
  font-size: 14px;
}

.page-template-lienhe .contact-form .contact-col-right .contact-map {
  width: 80%;
}

.page-template-lienhe .contact-form .contact-col-right .contact-map iframe {
  width: 100%;
  height: 300px;
}
/* Liên hệ */
/* Footer */

#footer {
  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: 20px;
  margin-bottom: 30px;
}
#footer .footer-col-left {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
#footer .footer-col-left .footer-slogan {
  color: var(--Primary-800, #ef5627);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
#footer .footer-col-left .footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#footer .footer-col-left .footer-info li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Gray-700, #363f65);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#footer .all-product {
  border-radius: 6px;
  background: var(--Gray-300, #e6e7ec);
  color: var(--Gray-800, #040f3e);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 18px;
  display: flex;
  gap: 10px;
  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: 1000px;
  padding: 30px 50px;
  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: 20px;
  flex-wrap: wrap;
}
#footer .all-product .all-product-show .all-product-box .all-product-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer
  .all-product
  .all-product-show
  .all-product-box
  .all-product-col
  .all-product-nav-title {
  color: var(--Gray-800, #040f3e);
  font-size: 18px;
}
#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: 10px;
  gap: 20px;
}
#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: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
#footer .list-title-footer {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#footer .list-title-footer li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
#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: 40px;
}
#footer hr.footer-hr {
  margin: 30px 0;
}
#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
#footer .footer-bottom .list-sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
#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: 16px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#footer .footer-bottom .list-policy li a:hover {
  color: var(--Primary-800, #ef5627);
}
#footer .footer-bottom .list-sns li a img {
  padding: 10px;
  border-radius: 34px;
  background: var(--Gray-300, #e6e7ec);
}
#footer .download {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.loading-form {
  display: none;
  align-items: center;
  justify-content: center;
}
.loading-form img {
  width: 6%;
}

.form-thankyou {
  font-size: 14px;
  font-weight: 600;
  display: none;
  margin-top: 20px;
}
label.error {
  color: red;
  font-size: 14px;
  margin-left: 10px;
}

/* End footer */
#sec9 {
  background: #ef6f25;
  color: #fff;
  padding: 35px 0 25px 0;
}
#sec9 h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
#sec9 .box {
  display: flex;
  justify-content: space-around;
  width: 500px;
  max-width: 100%;
  margin: auto;
}
#sec9 .box a {
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 0 2px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
#sec9 .box a:first-child {
  background: #0251b1;
  width: 100px;
}
#sec9 .box a:nth-child(2) {
  background: #fff;
  color: #000;
  width: 180px;
}
#sec9 .box a:last-child {
  border: 1px solid #fff;
  width: 160px;
}
#sec9 .hotline {
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: auto;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 22px;
}
#sec9 .hotline i {
  font-size: 28px;
  transform: rotate(-35deg);
}
#sec9 .hotline label {
  font-weight: 600;
  font-size: 28px;
}

#banner-archive {
  background: url(../images/banner-archive.jpg) no-repeat;
  background-size: cover;
  padding: 180px 0 110px 0;
  text-align: center;
  font-size: 15px;
  position: relative;
}
#banner-archive::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
#banner-archive h1 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#banner-archive h1::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
#banner-archive p {
  position: inherit;
  z-index: 1;
  color: #fff;
}

#product {
  padding: 35px 0;
}
#product h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
#product h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1bb04b;
}
#product .image img {
  width: 380px;
  max-width: 100%;
}
#product .text {
  font-size: 15px;
}
#product .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product .text ul li {
  display: flex;
}
#product .text ul li span {
  margin-right: 7px;
}
#product .text a {
  width: 130px;
  background: #df601a;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

#p1 {
  padding: 35px 0;
}
#p1 h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
#p1 h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1bb04b;
}
#p1 .image img {
  max-width: 100%;
  display: block;
  margin: auto;
}

#p2 {
  background: #f4f4f4;
  padding: 35px 0;
}
#p2 h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
#p2 h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1bb04b;
}
#p2 .slide-price-table .item {
  background: #fff;
  border-radius: 8px;
  transition: all ease 0.5s;
  min-height: 250px;
  padding: 15px;
  text-align: center;
}
#p2 .slide-price-table .item h3 {
  color: #0a67b2;
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#p2 .slide-price-table .item p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
#p2 .slide-price-table .item p span {
  color: #ef6f24;
  font-size: 24px;
}
#p2 .slide-price-table .item a {
  width: 130px;
  background: #ef6f24;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  margin: auto;
  margin-top: 15px;
}
#p2 .slide-price-table .item a i {
  transform: translateY(1px);
}
#p2 .slide-price-table .owl-prev {
  width: 8px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#p2 .slide-price-table .owl-prev img {
  width: 8px;
}
#p2 .slide-price-table .owl-next {
  width: 8px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
#p2 .slide-price-table .owl-next img {
  width: 8px;
}

#price-easyca {
  background: #f4f4f4;
  padding: 35px 0;
}
#price-easyca h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
#price-easyca h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1bb04b;
}
#price-easyca .slide-price-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#price-easyca .slide-price-table .item {
  background: #fff;
  border-radius: 8px;
  transition: all ease 0.5s;
  min-height: 250px;
  padding: 15px;
  text-align: center;
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
#price-easyca .slide-price-table .item h3 {
  color: #0a67b2;
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#price-easyca .slide-price-table .item p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
#price-easyca .slide-price-table .item p span {
  color: #ef6f24;
  font-size: 24px;
}
#price-easyca .slide-price-table .item a {
  width: 130px;
  background: #ef6f24;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  margin: auto;
  margin-top: 15px;
}
#price-easyca .slide-price-table .item a i {
  transform: translateY(1px);
}
#price-easyca .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#price-easyca .text ul li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#price-easyca .text ul li i {
  transform: translateY(0px);
}
#price-easyca .text ul li p {
  width: calc(100% - 20px);
  display: inline-block;
  padding-left: 5px;
}

#p3 {
  padding: 35px 0;
  background: url(http://einvoice.fpt.com.vn/wp-content/themes/invoice/images/bg/leave-imformation.jpg)
    no-repeat;
  background-size: cover;
}
#p3 h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
#p3 h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1bb04b;
}
#p3 .form-support {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#p3 .form-support .row {
  margin-bottom: 15px;
}

.mt60 {
  margin-top: 60px;
}

#sec10 {
  background: #f4f4f4;
  padding: 35px 0;
}
#sec10 .sidebar .widget {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
#sec10 .sidebar .widget h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
#sec10 .sidebar .widget h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #1bb04b;
  z-index: 2;
}
#sec10 .sidebar .widget h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -9.5px;
  left: 0;
  background: #ddd;
  z-index: 1;
}
#sec10 .sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sec10 .sidebar .widget ul li {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#sec10 .sidebar .widget ul li .image {
  width: 80px;
}
#sec10 .sidebar .widget ul li .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
#sec10 .sidebar .widget ul li .info {
  width: calc(100% - 80px);
  padding-left: 10px;
}
#sec10 .sidebar .widget ul li .info a {
  display: block;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transform: translateY(-1px);
  line-height: 1.3;
  margin-bottom: 5px;
}
#sec10 .sidebar .widget ul li .info span {
  font-size: 15px;
  color: #777;
}
#sec10 .sidebar .widget ul li:last-child {
  border: 0;
  margin-bottom: 0;
}
#sec10 .sidebar .widget .adsimage img {
  width: 100%;
}
#sec10 .sidebar .hotline-side {
  color: #000;
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
}
#sec10 .sidebar .hotline-side i {
  font-size: 20px;
  left: 2px;
  top: 7px;
  position: absolute;
}
#sec10 .sidebar .hotline-side strong {
  font-size: 22px;
}
#sec10 .sidebar .hotline-side .clr-orange {
  color: #f27024;
}
#sec10 .sidebar .hotline-side span {
  font-weight: bold;
  font-size: 27px;
}
#sec10 .listnew {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#sec10 .listnew .item {
  width: calc(50% - 20px);
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px 20px 10px;
}
#sec10 .listnew .item .image img {
  width: 100%;
}
#sec10 .listnew .item a {
  text-decoration: none;
}
#sec10 .listnew .item a h3 {
  color: #000;
  font-size: 15px;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#sec10 .listnew .item a.readmore {
  color: #0a67b2;
  font-weight: 600;
  display: block;
  margin: 0 10px;
  font-size: 15px;
  border-top: 1px solid #efefef;
  padding-top: 5px;
  padding-bottom: 8px;
}
#sec10 .listnew .item .metabox {
  padding: 0 10px 5px 10px;
  font-size: 15px;
  color: #777777;
}
#sec10 .listnew .item p {
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 800px) {
  #sec1 .border-image {
    display: none;
  }
  #sec2 .right .image img {
    transform: translateY(0);
  }
}

.page-template-easyca-remotesigning {
  padding-top: 70px;
}

.page-template-easyca-remotesigning a {
  text-decoration: none;
}
.page-template-easyca-remotesigning .rs-title {
  color: var(--Basic-Black, #2a2b2a);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page-template-easyca-remotesigning .rs-title span {
  color: var(--Pri-Orange, #e95626);
}
.page-template-easyca-remotesigning .mb40 {
  margin-bottom: 40px;
}
.page-template-easyca-remotesigning .rs-primary-btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--Pri-Orange, #e95626);
  color: var(--Basic-White, var(--Backgrounds-Primary, #fff));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-easyca-remotesigning .rs-primary-btn:hover {
  opacity: 0.8;
}
.page-template-easyca-remotesigning .rs-secondary-btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Pri-Orange, #e95626);
  background: var(--Backgrounds-Primary, #fff);
  color: var(--Pri-Orange, #e95626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-easyca-remotesigning .rs-secondary-btn:hover {
  opacity: 0.8;
}
.page-template-easyca-remotesigning .rs-list-btn {
  display: flex;
  gap: 24px;
}
.page-template-easyca-remotesigning .hero_section {
  background: url(https://easyca.vn/wp-content/uploads/2024/07/header-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-template-easyca-remotesigning .hero_section img {
  max-width: 100%;
}
.page-template-easyca-remotesigning .hero_section .sub-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 32px;
}
.page-template-easyca-remotesigning .for_all_objects {
  padding: 80px 0;
}
.page-template-easyca-remotesigning .for_all_objects img {
  max-width: 100%;
}
.page-template-easyca-remotesigning .for_all_objects .all-object-box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid var(--Basic-Grey-3, #dbdbdb);
  background: var(--Backgrounds-Primary, #fff);
  height: 100%;
}
.page-template-easyca-remotesigning .for_all_objects .all-object-box:hover {
  border-radius: 12px;
  border: 1px solid var(--Pri-Orange, #e95626);
  background: var(--Backgrounds-Primary, #fff);
  box-shadow: -6px -6px 12px 0px rgba(233, 86, 38, 0.15),
    6px 6px 12px 0px rgba(233, 86, 38, 0.15);
}
.page-template-easyca-remotesigning
  .for_all_objects
  .all-object-box:hover
  .all-object-box-title {
  color: var(--Pri-Orange, #e95626);
}
.page-template-easyca-remotesigning .for_all_objects .all-object-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--Basic-Black, #2a2b2a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.page-template-easyca-remotesigning
  .for_all_objects
  .all-object-box-title
  span {
  color: var(--Pri-Orange, #e95626);
  font-size: 16px;
  font-weight: 400;
}
.page-template-easyca-remotesigning .for_all_objects .all-object-box-sub-title {
  color: var(--Basic-Black, #2a2b2a);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-easyca-remotesigning
  .for_all_objects
  .all-object-box
  .list-object {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.page-template-easyca-remotesigning
  .for_all_objects
  .all-object-box
  .list-object
  li {
  list-style: none;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Se-Orange4, #fff3ec);
  color: var(--Pri-Orange, #e95626);
  /* Body/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-easyca-remotesigning .rs_video {
  background-image: url(https://easyca.vn/wp-content/uploads/2024/07/back-video.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.page-template-easyca-remotesigning .rs_video #VisaChipCardVideo {
  max-width: 100%;
  border-radius: 12px;
}
.page-template-easyca-remotesigning .rs_featured {
  padding: 80px 0;
}
.page-template-easyca-remotesigning .rs_featured img {
  max-width: 100%;
}
.page-template-easyca-remotesigning .rs_featured .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.page-template-easyca-remotesigning
  .rs_featured
  .featured-row
  .featured-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-easyca-remotesigning
  .rs_featured
  .featured-row
  .featured-content
  ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.page-template-easyca-remotesigning
  .rs_featured
  .featured-row
  .featured-content
  ul
  li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Basic-Black, #2a2b2a);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-easyca-remotesigning .rs_featured .featured-even-row .row {
  display: flex;
  flex-direction: row-reverse;
}
.page-template-easyca-remotesigning .rs_partner {
  background-image: url(https://easyca.vn/wp-content/uploads/2024/07/partnerbackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.page-template-easyca-remotesigning .rs_partner img {
  max-width: 100%;
}
.page-template-easyca-remotesigning
  .rs_partner
  .scroller[data-animated="true"] {
  overflow: hidden;
}
.page-template-easyca-remotesigning .rs_partner .scroller__inner {
  padding-block: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-easyca-remotesigning
  .rs_partner
  .scroller[data-animated="true"]
  .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}
.page-template-easyca-remotesigning
  .rs_partner
  .scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
.page-template-easyca-remotesigning
  .rs_partner
  .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
.page-template-easyca-remotesigning .rs_partner .scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}
.page-template-easyca-remotesigning .rs_partner .scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 5px));
  }
}
.page-template-easyca-remotesigning .rs_partner ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 50px !important;
}
.page-template-easyca-remotesigning .rs_partner ul li {
  list-style: none;
}
.page-template-easyca-remotesigning .rs_form_register {
  padding: 80px 0;
}
.page-template-easyca-remotesigning .rs_form_register img {
  max-width: 100%;
}
.page-template-easyca-remotesigning .rs_form_register .form-box {
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(73deg, #fff -7.45%, #ffe6d8 108.82%);
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box-content-left
  ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box-content-left
  ul
  li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box-content-left-title {
  color: var(--Pri-Orange, #e95626);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 24px;
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box-content-left-title
  span {
  color: var(--Basic-Black, #2a2b2a);
}
.page-template-easyca-remotesigning .rs_form_register .form-box form {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid var(--Basic-Grey-3, #dbdbdb);
  background: var(--Backgrounds-Primary, #fff);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box
  form
  .form-row
  .form-label {
  color: var(--Pri-Orange, #e95626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box
  form
  .form-row
  input,
.page-template-easyca-remotesigning
  .rs_form_register
  .form-box
  form
  .form-row
  select {
  padding: 10px;
  color: var(--Basic-Grey-3, #dbdbdb);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.page-template-easyca-remotesigning .rs_form_register .form-box form button {
  border: none;
  width: 100%;
}

/* Responsive */
/*Màn to(>1600px)*/
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
  .for_all_objects,
  .rs_video,
  .rs_featured,
  .rs_partner,
  .rs_form_register {
    padding: 20px 0 !important;
  }
  .page-template-easyca-remotesigning .rs-title {
    font-size: 20px;
  }
  .page-template-easyca-remotesigning .mb40 {
    margin-bottom: 20px;
  }
  .page-template-easyca-remotesigning .for_all_objects .all-object-box {
    gap: 10px;
  }
  .page-template-easyca-remotesigning .for_all_objects .all-object-box-title {
    font-size: 18px;
  }
  .page-template-easyca-remotesigning
    .for_all_objects
    .all-object-box-sub-title {
    font-size: 16px;
  }
  .page-template-easyca-remotesigning
    .rs_featured
    .featured-row
    .featured-content
    ul {
    gap: 10px;
  }
  .page-template-easyca-remotesigning
    .rs_featured
    .featured-row
    .featured-content
    ul
    li {
    font-size: 14px;
  }
  .page-template-easyca-remotesigning
    .rs_featured
    .featured-row
    .featured-content {
    gap: 20px;
  }
  .page-template-easyca-remotesigning .rs-primary-btn {
    width: auto;
    height: auto;
  }
  .page-template-easyca-remotesigning .rs-secondary-btn {
    width: auto;
    height: auto;
  }
  .page-template-easyca-remotesigning .hero_section {
    height: auto;
    padding: 40px 0;
  }
  .page-template-easyca-remotesigning
    .rs_form_register
    .form-box-content-left-title {
    font-size: 20px;
    text-align: center;
  }
  .page-template-easyca-remotesigning .rs_form_register .form-box form {
    gap: 20px;
  }
  .page-template-lienhe .contact-form .contact-col-right {
    gap: 10px;
  }
  .page-template-lienhe .contact-form .contact-col-right .footer-info {
    gap: 10px;
  }
  .page-template-lienhe .contact-form .form-register .form-box {
    padding: 2rem;
    gap: 10px;
    width: 100%;
  }
  .page-template-lienhe .contact-form .form-register .form-box .form-title {
    font-size: 20px;
  }
  .page-template-lienhe
    .contact-form
    .form-register
    .form-box
    .form-info
    .form-row
    input,
  .page-template-lienhe
    .contact-form
    .form-register
    .form-box
    .form-info
    .form-row
    select {
    font-size: 14px;
  }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
  .hero_section {
    width: 100%;
    padding-right: var(--bs-gutter-x, 7.5px) !important;
    padding-left: var(--bs-gutter-x, 7.5px) !important;
    margin-right: auto;
    margin-left: auto;
  }
  .page-template-easyca-remotesigning .rs-title {
    font-size: 18px;
  }
  .page-template-easyca-remotesigning .for_all_objects .all-object-box-title {
    font-size: 16px;
  }
  .page-template-easyca-remotesigning
    .for_all_objects
    .all-object-box-sub-title {
    font-size: 14px;
  }
  .page-template-easyca-remotesigning .rs_featured .container {
    gap: 20px;
  }
  .page-template-easyca-remotesigning .rs_form_register .form-box {
    background: #fff;
    padding: 0;
  }
  .page-template-easyca-remotesigning .rs_form_register .form-box form {
    padding: 30px 10px;
  }
}

.page-template-baogia-easyca-remotesigning img {
  max-width: 100%;
}
.page-template-baogia-easyca-remotesigning a {
  text-decoration: none;
}
.page-template-baogia-easyca-remotesigning .rs-title {
  color: var(--Basic-Black, #2a2b2a);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page-template-baogia-easyca-remotesigning {
  padding-top: 50px;
}
.page-template-baogia-easyca-remotesigning .rs-title span {
  color: var(--Pri-Orange, #e95626);
}
.page-template-baogia-easyca-remotesigning .mb40 {
  margin-bottom: 40px;
}
.page-template-baogia-easyca-remotesigning .rs-primary-btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--Pri-Orange, #e95626);
  color: var(--Basic-White, var(--Backgrounds-Primary, #fff));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning .rs-primary-btn:hover {
  opacity: 0.8;
}
.page-template-baogia-easyca-remotesigning .rs-secondary-btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Pri-Orange, #e95626);
  background: var(--Backgrounds-Primary, #fff);
  color: var(--Pri-Orange, #e95626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning .rs-secondary-btn:hover {
  opacity: 0.8;
}
.page-template-baogia-easyca-remotesigning .rs-list-btn {
  display: flex;
  gap: 24px;
}
.page-template-baogia-easyca-remotesigning .hero_section {
  background: url(https://easyca.vn/wp-content/uploads/2024/07/header-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.page-template-baogia-easyca-remotesigning #rs_price {
  padding: 80px 0;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-type-box {
  padding: 10px 20px;
  gap: 20px;
  display: flex;
  margin-bottom: 30px;
  border-radius: 40px;
  border: 1px solid var(--Basic-Grey-3, #dbdbdb);
  background: var(--Backgrounds-Primary, #fff);
}
.page-template-baogia-easyca-remotesigning #rs_price .price-type-box div {
  color: var(--Basic-Black, #2a2b2a);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-type-box div:hover {
  cursor: pointer;
}
.page-template-baogia-easyca-remotesigning
  #rs_price
  .price-type-box
  .solution-active {
  border-radius: 30px;
  background: var(--Pri-Orange, #e95626);
  color: #fff;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box {
  border-radius: 16px;
  border: 1px solid var(--Pri-Orange, #e95626);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 24px;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box ul li {
  list-style: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-baogia-easyca-remotesigning
  #rs_price
  .price-box
  .price-year-type {
  color: var(--Basic-Black, #2a2b2a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box .price-name {
  color: var(--Basic-Grey1, #7e7e7e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box .price-number {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(
    --Pri-Orange-Gradient,
    linear-gradient(89deg, #e95626 -11.43%, #ef9645 99.18%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-baogia-easyca-remotesigning
  #rs_price
  .price-box
  .price-number
  span {
  color: var(--Basic-Grey1, #7e7e7e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning #rs_price .price-box .price-btn {
  display: flex;
  width: 248px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--Pri-Orange, #e95626);
  background: #fff;
  color: var(--Pri-Orange, #e95626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-baogia-easyca-remotesigning
  #rs_price
  .price-box
  .price-btn:hover {
  background: var(--Se-Orange4, #fff3ec);
}
.page-template-baogia-easyca-remotesigning #rs_price .noted {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

/* Responsive */
/*Màn to(>1600px)*/
@media screen and (max-width: 1200px) {
  .page-template-baogia-easyca-remotesigning #rs_price .price-box {
    gap: 10px;
    padding: 24px 10px;
  }
  .header-btn {
    display: none !important;
  }
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
  .page-template-baogia-easyca-remotesigning .rs-title {
    font-size: 20px;
  }
  .page-template-baogia-easyca-remotesigning .mb40 {
    margin-bottom: 20px;
  }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
  .hero_section {
    width: 100%;
    padding-right: var(--bs-gutter-x, 7.5px) !important;
    padding-left: var(--bs-gutter-x, 7.5px) !important;
    margin-right: auto;
    margin-left: auto;
  }
  .page-template-baogia-easyca-remotesigning .rs-title {
    font-size: 18px;
  }
  .page-template-baogia-easyca-remotesigning
    #rs_price
    .price-box
    .price-year-type {
    font-size: 20px;
  }
  .page-template-baogia-easyca-remotesigning
    #rs_price
    .price-box
    .price-number {
    font-size: 30px;
  }
  .page-template-baogia-easyca-remotesigning #rs_price .price-box .price-btn {
    width: 70%;
    height: auto;
  }
  .page-template-baogia-easyca-remotesigning .hero_section {
    padding: 40px 0;
  }
  .page-template-baogia-easyca-remotesigning #rs_price {
    padding: 20px 0;
  }
  .page-template-baogia-easyca-remotesigning #rs_price .price-type-box {
    flex-direction: column;
    gap: 10px;
  }
}
/*Tablet nhỏ(480 x 640)*/

/* Responsive */
/*Màn to(>1600px)*/

@media screen and (max-width: 1600xp) {
  .section-gap {
    padding: 50px 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 > .news-pagination.swiper-pagination-bullets,
  #sec7 .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sec7 .swiper-pagination-custom,
  #sec7 .swiper-pagination-fraction {
    bottom: 20px;
  }
  .eb-list-btn {
    margin-top: 20px;
  }
  #sec1 .sec1-box {
    padding: 10px 0;
  }
  .eb-title,
  .eb-title h1,
  .eb-title h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .eb-list-btn {
    gap: 10px;
  }
}
@media screen and (max-width: 1400px) {
  #sec1 iframe {
    height: 310px;
  }
  #sec4 .eb-list-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #sec7 .text-center {
    display: none;
  }

  .esb-title {
    font-size: 22px;
  }

  #sec7 .outstanding-news-box {
    padding: 14px 14px 20px 14px;
  }
  #sec7 .outstanding-news-box .outstanding-news-detail .news-name {
    font-size: 20px;
  }
  #footer .all-product .all-product-show {
    width: 900px;
  }
  #hero_section .hero-banner .banner-btn {
    display: none;
  }
  #sec6 .swiper-wrapper {
    align-items: center;
  }
  #sec6 .feedback-box {
    height: 100%;
  }
}
@media screen and (max-width: 990px) {
  #sec1 iframe {
    width: 100%;
    height: 400px;
  }
  #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) {
  .flex-reverse-mobile {
    flex-direction: column-reverse;
  }

  .esb-title {
    margin-bottom: 20px;
  }
  #footer .all-product .all-product-show {
    width: 100%;
    padding: 0;
  }
  #footer .all-product .all-product-show .all-product-box {
    padding: 10px;
  }
  #footer .all-product .all-product-show .all-product-box .all-product-col {
    gap: 0;
  }
  #footer .all-product .all-product-show .all-product-box {
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .header-logo-left {
    width: 120px;
  }
  .section-gap {
    padding: 30px 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: 5px;
  }
  .eb-title,
  .eb-title h1,
  .eb-title h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  #sec1 iframe {
    height: 240px;
  }
  #footer hr.footer-hr {
    gap: 20px;
  }
  #footer .footer-credit {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .esb-primary-btn div,
  .esb-second-btn div {
    font-size: 16px;
    padding: 5px 20px;
  }
  .esb-title {
    font-size: 20px;
  }

  .width50ptmobile {
    width: 50%;
  }
  #footer .footer-credit {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
  }
  .tuvanngay {
    opacity: 0;
  }
  .page-template-lienhe .contact-form {
    padding: 20px 0;
  }
  .main-title {
    height: 180px;
  }
  .main-title .main-title-heading {
    font-size: 30px;
  }
  .main-title .main-title-sub {
    font-size: 16px;
  }
}
