@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";
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
.error {
  color: red;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1.4rem;
}
/* zalo tự sinh khi thêm wp_head, wp_footer */
.zalo-container {
  display: none;
}
/* header mobile tự sinh khi thêm wp_head, wp_footer */
.mob-menu-header-holder {
  display: none !important;
}

body {
  padding-top: 7rem;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}

/* Swiper header */

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ccc;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.autoplay-progress span {
  color: #ccc;
  font-size: 1.6rem;
}

/* End swiper header */

.header-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.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);
}

.esb-primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.esb-primary-btn div:hover {
  background: #fff;
  color: orangered;
  border: 1px solid orangered;
}
.esb-primary-btn div {
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  box-shadow: 0px 4px 5.8px 0px rgba(237, 72, 41, 0.3);
  color: #fff;
  font-size: 1.8rem;
}

.esb-second-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.esb-second-btn div {
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  border: 1px solid var(--Gradient-2, #f37b20);
  background: var(--Primary-300, #fdeee9);
  font-size: 1.8rem;
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.esb-second-btn:hover {
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.esb-second-btn:hover div {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.esb-title {
  color: var(--Primary-800, #ef5627);
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.esb-popup {
  background: url(https://easybooks.vn/wp-content/uploads/2025/08/Group-427321418.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}
.esb-popup a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.esb-popup .button-x {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0%;
  font-size: 2rem;
  z-index: 100;
  padding: 0.2rem 1rem;
  background: #964e4e;
}
.esb-popup .button-x:hover {
  cursor: pointer;
  opacity: 0.8;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

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;
  margin: auto;
  /* background: red; */
}

.navbar .logo a {
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar .nav-links {
  line-height: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
}

nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 1.4rem;
  color: var(--Gray-800, #040f3e);
}

nav .navbar .links li:hover,
nav .navbar .links li:active {
  color: var(--Gray-600, #575e7e);
}

nav .navbar .links .current-page {
  color: var(--Gray-600, #575e7e);
  a {
    font-weight: 700;
  }
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 700;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

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:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.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);
}

.navbar .links li .sub-menu li:hover {
  color: var(--Gray-600, #575e7e);
}

.navbar .links li .sub-menu a {
  color: inherit;
  font-size: 1.5rem;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 4rem;
}

.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 0.4rem 0.4rem 0.4rem;
  z-index: 1;
  display: none;
  -webkit-border-radius: 0 0.4rem 0.4rem 0.4rem;
  -moz-border-radius: 0 0.4rem 0.4rem 0.4rem;
  -ms-border-radius: 0 0.4rem 0.4rem 0.4rem;
  -o-border-radius: 0 0.4rem 0.4rem 0.4rem;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}
hr.links-seperate {
  display: none;
}
@media (max-width: 920px) {
  nav {
    /* position: relative; */
  }
  header .over-nav {
    display: none;
  }
  body {
    padding-top: 7rem;
  }
  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    background: rgba(4, 15, 62, 0.8);
    backdrop-filter: blur(2px);
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    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 li {
    color: var(--white, #fff);

    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .sidebar-logo .logo-name {
    font-size: 2.5rem;
    color: #fff;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    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;
    color: #fff;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  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);
  }
  hr.links-seperate {
    height: 1px;
    align-self: stretch;
    background: rgb(255 255 255 / 80%);
    display: block;
  }
}
#hero_section .hero-banner {
  position: relative;
}
#hero_section .hero-banner .banner-btn {
  position: absolute;
  bottom: 20%;
  left: 17%;
  display: flex;
  gap: 2rem;
  align-items: center;
}
#hero_section .hero-banner .banner-btn .trial-btn {
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  /*1*/
  box-shadow: 0px 4px 5.8px 0px rgba(237, 72, 41, 0.3);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  font-weight: 700;
}
#hero_section .hero-banner .banner-btn .trial-btn:hover,
#hero_section .hero-banner .banner-btn .free-consulation-btn:hover,
#hero_section .hero-banner .banner-btn .playvideo-btn:hover {
  opacity: 0.8;
}
#hero_section .hero-banner .banner-btn .free-consulation-btn {
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Gradient-2, #f37b20);
  background: var(--Primary-300, #fdeee9);
  font-weight: 700;
}
#hero_section .hero-banner .banner-btn .free-consulation-btn div {
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Sub2/18/Semi */
  font-size: 1.8rem;
}
#hero_section .hero-banner .banner-btn .playvideo-btn {
  color: var(--white, #fff);
  font-size: 1.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Đ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%;
}

.eb-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;
}

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

.eb-title span,
.eb-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;
}
.eb-primary-btn {
  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;
}
.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: 1rem 2rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  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: 2rem 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: 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: #f15922;
}
#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(--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: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
}
#sec4 .sec4-box a:hover {
  color: red;
  text-decoration: underline;
}
#sec4 .see-all {
  padding: 1rem 2rem;
  color: var(--Primary-800, #ef5627);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem; /* 133.333% */
  border-radius: 22px;
  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: 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;
}

#baogia_index .bangiaindex_box {
  padding: 2.4rem;
  border-radius: 8px;
  background: #f0f1f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
#baogia_index .bangiaindex_box .banggiaindex_name {
  color: var(--Theme-Primary-color-500-main, #f36921);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.018rem;
}
#baogia_index .bangiaindex_box ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}
#baogia_index .bangiaindex_box ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--text-900, #040a2a);
}
#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 .eb-primary-btn {
  margin-top: 4rem;
  display: inline-flex;
}

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

#sec_bao_chi {
  position: relative;
}

#sec_bao_chi .outstanding-news-box {
  border-radius: 16px;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
#sec_bao_chi .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;
}
#sec_bao_chi .outstanding-news-box .news-name a {
  color: var(--Gray-800, #040f3e);
}
#sec_bao_chi .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;
}
#sec_bao_chi .outstanding-news-box .news-des p {
  font-weight: 500;
}

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

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

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

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

#sec_bao_chi .eb-primary-btn {
  margin-top: 4rem;
  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: 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;
  justify-content: right;
}

#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, #303135ba);
  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 .eb-primary-btn {
  border: none;
  width: 100%;
  margin-top: 2rem;
}

#sec9 {
  background: var(--Backgroud, #f0f1f4);
}
/* CSS Grid cho 5 cột cho sec10 */
.row-5-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.col-5 {
  width: 100%;
}

/* Responsive breakpoints */
@media (max-width: 1199.98px) {
  .row-5-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .row-5-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .row-5-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .row-5-cols {
    grid-template-columns: 1fr;
  }
}
#sec10 {
  background: url(http://easybooks.vn/wp-content/uploads/2025/02/sec10-bg.jpg);
  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;
}

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

#partner_easydocs {
  padding: 6rem 0;
}
#partner_easydocs img {
  max-width: 100%;
}
#partner_easydocs .scroller[data-animated="true"] {
  overflow: hidden;
}
#partner_easydocs .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#partner_easydocs .scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}
#partner_easydocs .scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
#partner_easydocs .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
#partner_easydocs .scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}
#partner_easydocs .scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
#partner_easydocs .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
#partner_easydocs .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);
}

#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: 0.8rem;
  align-items: flex-start;
}
#footer .footer-col-left .footer-slogan {
  color: var(--Primary-800, #ef5627);
  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.6rem;
  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;
}
.main-title {
  background-image: url("https://easybooks.vn/wp-content/themes/new_easybooks/assets/img/main-title-background.png");
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.main-title .main-title-heading {
  color: #fff;
  text-shadow: 0px 0px 8.1px rgba(255, 255, 255, 0.4);
  font-size: 3.6rem;
  font-weight: 700;
}
.main-title .main-title-sub {
  color: #fff;
  font-size: 1.8rem;
}

.page-template-chucnang .list-function .function-row {
  padding: 5rem 0;
}
.page-template-chucnang .list-function .function-row .function-info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page-template-chucnang
  .list-function
  .function-row
  .function-info
  .function-name {
  color: #040f3e;
  font-size: 1.8rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-weight: 700;
}
.page-template-chucnang .list-function .function-row .function-info ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 5%;
}
.page-template-chucnang .list-function .function-row .function-info ul li {
  list-style: inherit;
  color: var(--Gray-800, #040f3e);
  font-weight: 400;
  font-size: 1.6rem;
}
.page-template-chucnang
  .list-function
  .function-row
  .function-info
  .funtion-list-btn {
  display: flex;
  gap: 2rem;
  padding-left: 1.2rem;
}
.page-template-chucnang .esb-primary-btn div,
.page-template-chucnang .esb-second-btn div {
  font-weight: 700;
}
.page-template-chucnang .list-function .function-even-row .row {
  flex-direction: row-reverse;
}

.baogia-container .list-price {
  padding: 5rem 0;
}
.baogia-container .list-price .price-box {
  border-radius: 16px;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 3px 4px 13.9px 0px rgba(7, 15, 64, 0.1);
  border: 1px solid var(--text-300, #e8e7ec);
}
.baogia-container .list-price .price-box .thongtu-name {
  display: inline-flex;
  justify-content: center;
  padding: 0.2rem 1.2rem;
  border-radius: 6px;
  /* background: #fff0f3; */
  margin: 1rem 0;
  font-weight: 600;
}
.baogia-container .list-price .price-box .thongtu-name div {
  font-size: 2.4rem;
  background: var(
    --Gradient,
    linear-gradient(180deg, #f37b20 0%, #ec3e2b 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.baogia-container .list-price .price-box .eb-list-btn {
  flex-direction: column;
  margin: 2rem 0;
  gap: 1rem;
}
.baogia-container .list-price .price-box .eb-list-btn a {
  width: 100%;
  text-align: center;
}
.baogia-container .list-price .price-box .esb-primary-btn div {
  width: 100%;
}
.baogia-container .list-price .price-box .nolimit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.baogia-container .list-price .price-box .nolimit li {
  color: var(--Gray-800, #040f3e);
  /* Body/16/Re */
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem; /* 175% */
}
.baogia-container .list-price .price-box .price-specific {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 3.6rem;
  align-items: baseline;
  font-weight: 600;
  gap: 1rem;
}
.baogia-container .list-price .price-box .price-specific span {
  color: var(--Gray-800, #040f3e) !important;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.baogia-container .list-price .price-box .allow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.baogia-container .list-price .price-box .allow li {
  color: var(--Gray-800, #040f3e);
  font-size: 16px;
  line-height: 24px; /* 150% */
  display: flex;
  gap: 10px;
  align-items: center;
}
.baogia-container .list-price .note {
  font-weight: 500;
  color: var(--Gray-800, #040f3e);
  font-size: 1.6rem;
  margin-top: 4rem;
}

.page-template-lienhe .contact-form {
  padding: 5rem 0;
}
.page-template-lienhe .contact-form .form-register .form-box {
  width: 90%;
  display: flex;
  padding: 3.2rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background: var(
    --Gradient-2,
    linear-gradient(269deg, #f37b20 0.55%, #ec3e2b 56.04%)
  );
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
}
.page-template-lienhe .contact-form .form-register .form-box .form-title {
  color: #fff;
  font-size: 2.4rem;
}
.page-template-lienhe .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;
}
.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: 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;
}
.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: 2.4rem;
  align-items: flex-start;
}
.page-template-lienhe .contact-form .contact-col-right .footer-slogan {
  /* Sub1/16/Bold */
  font-size: 1.6rem;
  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: 2.4rem;
}
.page-template-lienhe .contact-form .contact-col-right .footer-info li {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: var(--Gray-800, #040f3e);
  font-weight: 500;
  font-size: 1.4rem;
}
.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: 30rem;
}

.category #main-news-content {
  padding: 6rem 0;
}

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

.quatrang span {
  background: var(--Primary-800, #ef5627) !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-weight: 500;
  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, #ef5627) !important;
  color: var(--white, #fff) !important;
}

.category #main-news-content .single-image {
  width: 100%;
  overflow: hidden;
}

.category #main-news-content .single-image img {
  transition: transform 0.5s ease;
}

.category #main-news-content .single-image:hover .single-avt {
  transform: scale(1.1);
}
.category #main-news-content .news-single-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
}
.category #main-news-content .news-single-box .post-date {
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.category #main-news-content .news-single-box .post-title {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category #main-news-content .news-single-box .post-summery {
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: auto;
}
.category #main-news-content .news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.category #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;
  button {
    margin-top: 2rem;
  }
}
.category #main-news-content .news-search-box .title {
  color: var(--Secondary-1, #172d58);
  /* Body/16/Bo */
  font-size: 1.6rem;
}
.category #main-news-content .news-search-box input {
  padding: 1rem;
  font-size: 14px;
  color: var(--Gray-700, #6b7280);
  font-weight: 500;
}
.category #main-news-content .popular-box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.category #main-news-content .popular-box hr {
  stroke-width: 1px;
  stroke: var(--Primary-500, #bfc1db);
}
.category #main-news-content .news-popular-post {
  border-radius: 8px;
  background: var(--Primary-300, #fdeee9);
  padding: 1.6rem 3.2rem;
}
.category #main-news-content .news-popular-post .title {
  color: var(--Secondary-1, #172d58);
  /* Body/16/Bo */
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.category #main-news-content .news-popular-post .popular-post-box {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.category
  #main-news-content
  .news-popular-post
  .popular-post-box
  .popular-post-name {
  color: var(--Secondary-1, #172d58);
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.category
  #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;
  font-weight: 500;
}

.single-post #main_single {
  padding: 4rem 0;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 2rem;
  }
}
/* Table trong bài viết */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #000;
  font-weight: 500;
}
table td span {
  font-weight: 500;
}

table thead {
  background-color: #f2f2f2;

  color: #333;
  text-transform: uppercase;
}
table tbody tr:first-child td {
  /*   background: #f2c168; */
  background: var(
    --Gradient,
    linear-gradient(180deg, #f37b20 0%, #ec3e2b 100%)
  );
  color: #fff;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:hover {
  background-color: #f1f1f1;
}

table tbody td {
  vertical-align: middle;
  font-weight: 500;
}

table tbody th {
  background-color: #4caf50;
  color: white;
}

table tbody td b {
  /*   color: #333; */
  color: inherit;
}

/* End table */
.single-post #main_single .bredcrumb {
  color: var(--Primary-800, #ef5627);
  font-size: 1.8rem;
}
.single-post #main_single .seperate-bredcrumb {
  background: var(--Primary-800, #ef5627);
  height: 0.2rem;
}
.single-post #main_single .single-title {
  margin-top: 2rem;
  color: #343434;
  font-size: 3.2rem;
  line-height: 150%; /* 48px */
}
.single-post #main_single .single-date {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
}
.single-post #main_single .single-view {
  margin-bottom: 3rem;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-style: italic;
}
.single-post #main_single .single-content {
  text-align: justify;
}
.single-post #main_single .single-content p {
  color: #343434;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
.single-post #main_single .single-content ul {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-post #main_single .single-content ul li {
  list-style: disc;
  color: #343434;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
  a {
    color: #007bff !important;
    &:hover {
      color: #0056b3;
      text-decoration: underline;
    }
  }
}
.single-post #main_single iframe {
  max-width: 100%;
}
.single-post #main_single #toc_container {
  background-color: #fafafa;
  padding: 2rem;
  margin: 2rem 0;
}
.single-post #main_single #toc_container ul {
  margin-bottom: 0;
  margin-left: 1.6rem;
}
.single-post #main_single #toc_container .toc_list li {
  list-style: none;
}
.single-post #main_single #toc_container .toc_list li a {
  color: #000 !important;
  font-weight: 500;
  font-size: 1.6rem;
}
.single-post #main_single .single-content ul li span,
.single-post #main_single .single-content ol li span {
  color: #343434;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
.single-post #main_single .single-content p img {
  height: auto;
}
.single-post #main_single .single-content p span {
  color: #343434;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%; /* 24px */
}
.single-post #main_single .single-content a span {
  color: #007bff !important;
  &:hover {
    color: #0056b3;
    text-decoration: underline;
  }
}
.single-post #main_single .single-content p span a {
  color: #007bff;
}
.single-post #main_single .single-content p span a:hover,
blockquote a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.single-post #main_single .single-content blockquote {
  background: linear-gradient(90deg, rgb(243 123 9), rgb(249 72 72));
  border-radius: 6px;
  padding: 30px 28px 24px 64px;
  margin: 0 0 20px;
  padding-left: 64px !important;
  position: relative;
  border-left: solid 3px rgb(249 72 72);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-post #main_single .single-content blockquote:before {
  background: url(https://easybooks.vn/wp-content/uploads/2025/03/clarity_block-quote-line-1.png);
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
}
.single-post #main_single .single-content blockquote p {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.single-post #main_single .single-content blockquote a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.single-post #main_single .single-content blockquote a:hover {
  opacity: 0.9;
}
.single-post #main_single h1,
h1 span {
  font-size: 2.6rem;
  font-weight: bold !important;
}
.single-post #main_single h2,
h2 span {
  font-size: 2.4rem;
  font-weight: bold !important;
}
.single-post #main_single h3,
h3 span {
  font-size: 2rem;
  font-weight: bold !important;
}
.single-post #main_single h4,
h4 span {
  font-size: 2rem;
  font-weight: bold !important;
}
.single-post #main_single .related-post .title {
  color: var(--Primary-2, #ea5626);
  font-size: 3rem;
  margin: 3rem 0;
}
.single-post #main_single .related-post .news-single-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  a {
    width: 100%;
    overflow: hidden;
    .single-image {
      transition: transform 0.5s ease;
    }
    &:hover {
      .single-image {
        transform: scale(1.1);
      }
    }
  }
}
.single-post #main_single .related-post .news-single-box .post-date {
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.single-post #main_single .related-post .news-single-box .post-title {
  color: var(--Gray-800, #040f3e);
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  &:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.single-post #main_single .related-post .news-single-box .post-summery {
  color: var(--Gray-700, #363f65);
  font-weight: 500;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category #main-news-content .news-single-box .post-summery p {
  font-weight: 100;
}
.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;
    } */
}

/* nút zalo, gọi, mess  */
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

.phone-bar a {
  position: absolute;
  margin-top: -65px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

#fanpage-vr img {
  max-width: 35px;
  max-height: 35px;
}

#fanpage-vr .phone-vr-img-circle {
  background-color: #1877f2;
}

#fanpage-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
  background-color: rgb(24 119 242 / 70%);
}

/*css all in one*/
#gom-all-in-one .button-contact {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}

#popup-showroom-vr,
div#popup-form-contact-vr {
  display: none;
}

#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}

.bg-popup-vr {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51 51 51 / 50%);
  width: 100%;
  height: 100vh;
}

.content-popup-vr {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
  max-width: 600px;
  display: flex;
}

.content-popup-vr input,
.content-popup-vr textarea {
  width: 100%;
  max-height: 100px;
  min-height: 38px;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #fff;
}

.content-popup-vr label {
  width: 100%;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
  max-width: fit-content;
  padding: 5px 32px 2px;
  background: #2196f3;
  border: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 10px auto 0;
  display: block;
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
  font-weight: 400;
  min-height: auto;
  line-height: 30px;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}

.content-popup-vr .close-popup-vr {
  font-family: sans-serif;
  width: 23px;
  height: 23px;
  background: black;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.content-popup-vr .close-popup-vr:hover {
  background: #b50000;
}

.content-popup-vr .content-popup-div-vr {
  width: 100%;
  padding: 25px;
}

.content-popup-vr .content-popup-img-vr {
  width: 100%;
  max-width: 45%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

#loco-top,
#loco-bottom {
  display: block;
}

#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
  max-width: 100%;
  text-align: center;
}

#contact-showroom.no-event a {
  pointer-events: none;
}

.content-popup-vr .content-popup-div-vr ul {
  color: #333;
  list-style: none;
  font-size: 15px;
}

@media (max-width: 673px) {
  div#popup-form-contact-vr .content-popup-vr {
    display: block;
  }

  div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
    max-width: 100%;
    display: none;
  }
}

#button-contact-vr {
  transform: scale(0.8);
}

#button-contact-vr {
  margin: -10px;
}

/* Responsive */
/*Màn to(>1600px)*/
@media screen and (min-width: 1600px) {
  .page-template-chucnang .list-function .function-row {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 1600xp) {
  .section-gap {
    padding: 5rem 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,
  #sec_bao_chi .swiper-horizontal > .paper-pagination.swiper-pagination-bullets,
  #sec_bao_chi .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sec_bao_chi .swiper-pagination-custom,
  #sec_bao_chi .swiper-pagination-fraction {
    bottom: 2rem;
  }

  .eb-list-btn {
    margin-top: 2rem;
  }
  #sec1 .sec1-box {
    padding: 1rem 0;
  }
  .eb-title,
  .eb-title h1,
  .eb-title h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .eb-list-btn {
    gap: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  #sec1 iframe {
    height: 31rem;
  }
  #sec4 .eb-list-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .baogia-container .list-price .price-box .price-specific {
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  nav .navbar .links li a {
    font-size: 1.6rem;
  }

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

  .esb-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;
  }
  #sec_bao_chi .outstanding-news-box {
    padding: 1.4rem 1.4rem 2rem 1.4rem;
  }
  #sec_bao_chi .outstanding-news-box .outstanding-news-detail .news-name {
    font-size: 2rem;
  }
  #footer .all-product .all-product-show {
    width: 90rem;
  }
  #hero_section .hero-banner .banner-btn {
    display: none;
  }
  .page-template-chucnang .list-function .function-row .function-info ul li {
    font-size: 1.4rem;
  }
  .page-template-chucnang .list-function .function-row .function-info ul {
    gap: 1rem;
  }
  .page-template-chucnang .list-function .function-row .function-info {
    gap: 2rem;
  }
  .page-template-chucnang
    .list-function
    .function-row
    .function-info
    .funtion-list-btn {
    padding-left: 4%;
  }
  .page-template-chucnang
    .list-function
    .function-row
    .function-info
    .funtion-list-btn
    .esb-primary-btn
    div,
  .page-template-chucnang
    .list-function
    .function-row
    .function-info
    .funtion-list-btn
    .esb-second-btn
    div {
    font-size: 1.4rem;
  }

  .baogia-container .list-price .price-box {
    padding: 2rem;
    gap: 1.5rem;
  }
  .page-template-lienhe .contact-form .contact-col-right {
    gap: 1rem;
  }
  .page-template-lienhe .contact-form .contact-col-right .footer-info {
    gap: 1rem;
  }
  .page-template-lienhe .contact-form .form-register .form-box {
    padding: 2rem;
    gap: 1rem;
    width: 100%;
  }
  .page-template-lienhe .contact-form .form-register .form-box .form-title {
    font-size: 2rem;
  }
  .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: 1.4rem;
  }
  #sec6 .swiper-wrapper {
    align-items: center;
  }
  #sec6 .feedback-box {
    height: 100%;
  }
}
@media screen and (max-width: 990px) {
  #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) {
  .flex-reverse-mobile {
    flex-direction: column-reverse;
  }
  nav .navbar {
    flex-direction: row-reverse;
  }

  .esb-title {
    margin-bottom: 2rem;
  }
  #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;
  }
  .baogia-container .list-price .price-box .price-specific {
    flex-direction: row;
    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,
  #sec_bao_chi
    .swiper-horizontal
    > .feedback-pagination.swiper-pagination-bullets,
  #sec_bao_chi .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sec_bao_chi .swiper-pagination-custom,
  #sec_bao_chi .swiper-pagination-fraction {
    bottom: 0.5rem;
  }
  .eb-title,
  .eb-title h1,
  .eb-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: 480px) {
  .esb-primary-btn div,
  .esb-second-btn div {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
  }
  .esb-title {
    font-size: 2rem;
  }

  .width50ptmobile {
    width: 50%;
  }
  #footer .footer-credit {
    display: inline-flex;
    flex-direction: column;
    gap: 2rem;
  }
  .page-template-chucnang .list-function .function-row {
    padding: 2rem 0;
  }
  .main-title {
    height: 18rem;
  }
  .main-title .main-title-heading {
    font-size: 3rem;
  }
  .main-title .main-title-sub {
    font-size: 1.6rem;
  }
  .baogia-container .list-price .price-box {
    gap: 1rem;
  }
  .page-template-lienhe .contact-form {
    padding: 2rem 0;
  }
  .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;
  }
}

.single-post #main_single .single-content ul li span em {
  font-family: inherit;
}
.single-post #main_single .single-content em {
  font-family: inherit !important;
}
.form-gift {
  margin: 1rem 0;
}
#sec8 .form-gift {
  margin: 0;
}

/* Social Share Section */
.social-share {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 24px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  flex-wrap: wrap;
  gap: 12px;
}

.social-share:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.social-share-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0;
  white-space: nowrap;
}

.social-share-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-share-buttons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-share-buttons a:hover::before {
  opacity: 1;
}

.social-share-buttons a i {
  font-size: 1.4rem;
  color: white;
  z-index: 1;
  position: relative;
}

.share-facebook {
  background: linear-gradient(135deg, #4267b2 0%, #365899 100%);
  border: 1px solid #365899;
}

.share-facebook:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 103, 178, 0.4);
}

.share-twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
  border: 1px solid #0d8bd9;
}

.share-twitter:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(29, 161, 242, 0.4);
}

.share-linkedin {
  background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
  border: 1px solid #005885;
}

.share-linkedin:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 119, 181, 0.4);
}

.share-zalo {
  background: linear-gradient(135deg, #0180c7 0%, #005d9a 100%);
  border: 1px solid #005d9a;
}

.share-zalo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 128, 199, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .social-share {
    padding: 12px 16px;
    margin: 16px 0;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
  }

  .social-share-title {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }

  .social-share-buttons a {
    width: 32px;
    height: 32px;
  }

  .social-share-buttons a i {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .social-share {
    padding: 10px 12px;
    border-radius: 8px;
  }

  .social-share-title {
    font-size: 1.2rem;
  }

  .social-share-buttons {
    gap: 6px;
  }

  .social-share-buttons a {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .social-share-buttons a i {
    font-size: 1.1rem;
  }
}
