#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  /* color: #514ef0;
   */
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: var(--gray-content);
}
/* ========== Page: Price ========== */
.platform-fees h2,
.faqs h2,
.block-service-price {
  color: var(--gray-black);
}
.platform-fees-title {
  margin-bottom: 64px;
  text-align: center;
}
.platform-fees h2 {
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--body-color);
}
.platform-fees-title h5 span {
  font-weight: 700;
  color: var(--gray-content);
}
.block-faqs {
  padding-top: 50px;
  padding-bottom: 125px;
}
.faqs h2.faqs-title {
  margin-bottom: 45px;
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
  color: var(--body-color);
}
.faqs .accordion {
  padding: 0px 35px;
}
.faqs .accordion-body {
  margin-bottom: 10px;
  padding: 34px 24px 8px 24px;
  line-height: 1.65;
  color: var(--gray-content);
}
.faqs .accordion-button {
  background-color: var(--blue-violet);
  color: var(--gray-table);
  border: none;
  transition: all 0.5s;
}
.faqs .accordion-button.collapsed {
  background-color: var(--gray-table);
  color: var(--gray-content);
  border-bottom-width: 1px;
  margin-bottom: 8px;
}
.faqs .accordion-collapse {
  border: none;
  transition: all 0.5s;
}
.faqs .accordion-item .accordion-button {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 24px 22px 24px;
  font-weight: 700;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.faqs .accordion-item .accordion-button.collapsed {
  padding: 22px 24px 22px 24px;
}
.faqs .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
}
.faqs .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faqs .accordion-button::after {
  content: "\f0d7";
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: auto;
  padding-left: 4px;
  font-size: 16px;
  color: #f4f7fb;
  padding-bottom: 30px;
}
.faqs .accordion-button.collapsed::after {
  color: #bdbdbd;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}

.faqs .accordion-body p {
  font-size: 16px;
}
.block-service {
  padding-top: 65px;
}
.block-service-price {
  padding-bottom: 50px;
}
.block-service-price h1 {
  font-size: 54px;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 72px;
}
.block-service-price h1 span {
  color: var(--blue-violet);
}
.block-service-price.block-bacground-cross::after {
  height: 106%;
}
.block-service-price .service-price-title p {
  padding-top: 1px;
  font-size: 20px;
  margin-bottom: 36px;
  text-align: center;
  line-height: 32px;
  color: var(--gray-content);
}
.block-service-price .btn-violet-light-1 a {
  background-color: var(--gray-table);
}
.block-service-price button.btn-violet-light-1 a:before {
  background: #eae7e7;
}
.block-service-price .btn-violet-light-1 span {
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-service-price .buttons {
  padding-bottom: 8.125rem;
}
.block-service-price .block-service button.btn {
  margin-left: 10px;
  margin-right: 10px;
}
.block-service-price .service-price-detail {
  box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  padding: 36px 24px 40px 24px;
  background-color: #fff;
  margin: 0px 6.5px;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.block-service-price .service-price-detail.selected {
  background-color: #eceffd;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
}

.block-service-price .service-price-detail .package-type p.number-users {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-color);
}
.block-service-price .package-type h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2px;
}
.block-service-price .package-type .text-big {
  font-weight: 900;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.02em;
  color: var(--body-color);
}
.block-service-price .package-type .text-big sup {
  top: -15px;
  left: 0px;
}
.block-service-price .package-type .text-big .text-strong-normal {
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
}
.block-service-price .package-type .text-big .text-normal {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.block-service-price .package-type p {
  margin-bottom: 24px;
  font-size: 20px;
}
.block-service-price .package-type {
  padding-bottom: 24px;
  position: relative;
}
.block-service-price .package-type::after {
  bottom: 0px;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
  background: var(--body-color);
  opacity: 0.2;
}

.block-service-price .package-type.color-1 h4,
.block-service-price .package-type.color-1 span,
.block-service-price .package-type.color-1 span .text-strong-normal,
.block-service-price .package-type.color-1 span .text-normal {
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-service-price .package-type.color-2 h4,
.block-service-price .package-type.color-2 span {
  color: var(--blue-violet);
}
.block-service-price .package-type.color-3 h4,
.block-service-price .package-type.color-3 span {
  color: var(--green);
}
.block-service-price .feature-service {
  padding-top: 36px;
}
.block-service-price .feature-service span.all-feature {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: var(--body-color);
}
.block-service-price .feature-service p {
  margin-bottom: 24px;
}
.block-service-price ul.el-icon-list {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.block-service-price .el-icon-list-item,
.block-service-price .el-icon-list-item-free {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--body-color);
}
.block-service-price .el-icon-list-item::before {
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--blue-violet);
}
.block-service-price .el-icon-list-item-free::before {
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00d";
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #eb5757;
}
.block-service-price .el-icon-list-item.plus::before {
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--green);
}

.block-service-price .owl-carousel .item {
  height: calc(100% - 2rem);
}
.block-service-price .owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}
.block-service-price .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--blue);
}

.block-table table {
  table-layout: fixed;
  width: 100%;
  background-color: var(--gray-table);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block-table table tr td {
  padding: 24px 10px;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.block-platform-fees {
  padding-top: 50px;
}
.platform-fees .block-table {
  padding: 0 15px;
  background: var(--gray-table);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.platform-fees .block-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.platform-fees .block-table td {
  border-right: 1px solid #e0e0e0;
}

.platform-fees .block-table tr:last-child {
  border-bottom: none;
}
.platform-fees .block-table td:last-child {
  border-right: none;
}
.platform-fees .block-table tr:nth-child(5) td:nth-child(2),
.platform-fees .block-table tr:nth-child(6) td:nth-child(2),
.platform-fees .block-table tr:nth-child(7) td:nth-child(2) {
  border-right: 0px;
  color: var(--gray-content);
}
.platform-fees .block-table tr:nth-child(5) td:nth-child(3),
.platform-fees .block-table tr:nth-child(5) td:nth-child(4),
.platform-fees .block-table tr:nth-child(5) td:nth-child(5),
.platform-fees .block-table tr:nth-child(6) td:nth-child(3),
.platform-fees .block-table tr:nth-child(6) td:nth-child(4),
.platform-fees .block-table tr:nth-child(6) td:nth-child(5),
.platform-fees .block-table tr:nth-child(7) td:nth-child(3),
.platform-fees .block-table tr:nth-child(7) td:nth-child(4),
.platform-fees .block-table tr:nth-child(7) td:nth-child(5),
.platform-fees .block-table tr:nth-child(7) td:nth-child(1) {
  display: none;
}
.platform-fees .platform-fees-title h5 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--gray-content);
}
.text-red {
  color: #eb5757;
  font-weight: 600;
}

/* ========== Page: Discover Eldesk ========== */
/* .pd-left-35 {
  padding-left: 35px;
} */
.pd-right-35 {
  padding-right: 35px;
}
.block-discover-eldesk {
  padding-bottom: 80px;
}

.block-discover-eldesk .discover-eldesk-title h1 {
  font-size: 54px;
  margin-bottom: 36px;
  font-weight: 800;
  line-height: 72px;
}
.block-discover-eldesk .discover-eldesk-title h5 {
  margin-bottom: 36px;
  color: var(--gray-content);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.block-discover-eldesk .discover-eldesk-title {
  padding-top: 96px;
}
.block-discover-eldesk .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  /* display: none; */
  position: absolute;
  top: 45px;
  width: 250px;
  transform: translate(50%, 10px);
}
.block-discover-eldesk .eldesk-contact-form {
  max-width: 580px;
  margin: 0 auto;
}
.block-discover-eldesk .eldesk-contact-form .eldesk-checkbox {
  display: flex;
  justify-content: center;
}

.block-discover-eldesk .eldesk-contact-email .wpcf7 input[type="submit"].btn,
.block-discover-eldesk .wpcf7-form .wpcf7-submit {
  min-width: 120px;
  margin: 0px;
  font-weight: 700;
  box-shadow: 0 0 7px rgb(0 0 0 / 7%);
}

.block-discover-eldesk .wpcf7-form .wpcf7-submit label::before {
  border-top-left-radius: 0;
}
.block-discover-eldesk .wpcf7-form .wpcf7-submit label {
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-discover-eldesk
  .eldesk-contact-email
  .wpcf7
  input[type="submit"].btn:hover {
  color: #fff;
  opacity: 0.8;
}
.block-discover-eldesk .btn-violet {
  border-top-left-radius: 0px;
  float: left;
}
.block-discover-eldesk
  .eldesk-contact-email
  .wpcf7
  .wpcf7-form.invalid
  input[type="email"] {
  border-color: var(--brown);
}
.block-discover-eldesk .eldesk-contact-email .wpcf7 input[type="email"] {
  width: 100%;
  padding: 15px 50px;
  color: var(--gray-content);
  border: solid 1px #f0f0f0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-right: 0px;
  max-width: 420px;
  outline: none;
  border-top-left-radius: 10px;
  background-color: var(--gray-table);
  line-height: 24px;
  height: 56px;
  float: right;
}
.block-discover-eldesk .eldesk-contact-email {
  padding-bottom: 20px;
}
.block-discover-eldesk .eldesk-contact-email .wpcf7 input#email::placeholder,
.block-subscribe-eldesk .eldesk-contact-email .wpcf7 input#email::placeholder {
  line-height: 24px;
  font-size: 14px;
}
.block-discover-eldesk
  button.wpcf7-form-control.wpcf7-submit.btn-violet
  label
  span {
  font-weight: 800;
  padding: 17px 48px;
}
.block-discover-eldesk .eldesk-contact-email .wpcf7 p {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-discover-eldesk .eldesk-contact-email .wpcf7-form-control-wrap::before,
.block-subscribe-eldesk .eldesk-contact-email .wpcf7-form-control-wrap::before {
  content: "";
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  color: var(--blue-violet);
  top: 10px;
  left: 20px;
  position: absolute;
  background-image: url("../img/envelope.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.block-discover-eldesk.align-items-center
  .eldesk-contact-email
  .wpcf7-form-control-wrap::before {
  top: 28px;
}

.block-discover-eldesk .form-check-label,
.block-subscribe-eldesk .form-check-label {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  color: var(--gray-content);
}
.block-discover-eldesk .form-check-label::before,
.block-subscribe-eldesk .form-check-label::before {
  content: "";
  width: 20px;
  height: 15px;
  border: 0px;
  display: inline-block;
  background-image: url(../img/check-square.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.block-discover-eldesk .wpcf7-response-output,
.block-subscribe-eldesk .wpcf7-response-output {
  border-color: none;
}
.block-discover-eldesk .wpcf7 form .wpcf7-response-output {
  border: 0px;
  margin: 0px 10px 10px 10px;
}

.block-discover-eldesk .wpcf7 .ajax-loader {
  position: absolute;
}
.block-discover-eldesk .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}
.block-discover-eldesk .owl-theme .owl-dots .owl-dot span {
  background: #f4f7fb;
  width: 8px;
  height: 8px;
}
.block-discover-eldesk .owl-theme .owl-dots .owl-dot.active span,
.block-discover-eldesk .owl-theme .owl-dots .owl-dot:hover span {
  background: #2c56ea;
  opacity: 1;
}
.new-post-one-column {
  padding-top: 0px;
  padding-bottom: 90px;
  color: #fff;
}
.new-post-one-column p.color-text {
  color: #374056;
  padding-top: 20px;
}
.new-post-one-column.block-bacground-cross::after {
  height: 82%;
}
.new-post-one-column .post-first {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 555px;
}
.new-post-one-column .post-first {
  padding-left: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.new-post-one-column .author-first-post p {
  font-style: italic;
  color: var(--gray-table);
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.new-post-one-column .title-first-post h3 {
  width: 75%;
  color: var(--gray-table);
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
}
.new-post-two-column {
  padding-top: 0px;
}

.new-post-two-column.block-bacground-cross::after {
  height: 57%;
  transform: skewY(-12deg);
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-12deg);
}
.content-new-post .read-more,
.block-all-post .link-detail-post .read-more,
.block-subscribe-eldesk .link-detail-post .read-more {
  font-weight: 800;
  color: var(--gray-content);
  font-size: 14px;
  line-height: 22px;
}

.content-new-post .link-detail-post:hover .read-more,
.block-all-post .link-detail-post:hover .read-more,
.block-subscribe-eldesk .link-detail-post:hover .read-more {
  color: var(--blue-text);
  transition: all 1s;
}

.image-new-post {
  padding-bottom: 20px;
  height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.post-new-today .author-new-post p,
.block-all-post .author-all-post p,
.block-subscribe-eldesk .author-all-post p,
.search-results .author-all-post p {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  color: var(--body-color);
}
.post-new-today .title-new-post h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
}
.post-new-today .content-new-post p {
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 40px;
}
.block-all-post {
  padding-top: 0px;
  padding-bottom: 128px;
}
.block-all-post .content-all-post,.information-post .content-all-post {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-all-post .search-post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #374056;
}
.block-all-post .tab-content > .tab-pane {
  transition: opacity 0.4s linear;
}
.block-all-post .search-post input[type="search"] {
  width: 95%;
  border: none;
  line-height: 26px;
}
.block-all-post .search-post input[type="search"]::placeholder,
.block-all-post span.icon .fa-search:before {
  color: var(--gray-content);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.block-all-post .search-post input[type="search"]:focus {
  outline: none;
}
.block-all-post .all-post .image-all-post img,
.post-new-today .image-new-post img,
.load-post-by-category .image-all-post img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-all-post ul.nav-pills {
  margin-bottom: 64px;
}
.block-all-post .tab-categories .nav-pills .nav-link {
  outline: none;
  margin-right: 20px;
  padding: 14px 5px;
  border-radius: 0px;
  background-color: var(--gray-table);
  color: var(--body-color);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  min-width: 140px;
}
.block-all-post .tab-categories .nav-pills .nav-link.active {
  background-color: var(--blue);
  color: #fff;
}

.block-all-post a .title-all-post h5,
.block-subscribe-eldesk a .title-all-post h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.block-all-post a .content-all-post p,
.block-subscribe-eldesk a .content-all-post p,
.search-results a .content-all-post p {
  color: var(--gray-content);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.block-all-post .block-information {
  margin-bottom: 90px;
}
.block-all-post .image-all-post {
  height: 174px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.block-all-post .information-post {
  height: 100%;
}
.block-all-post .title-all-post,.information-post .title-all-post {
  min-height: 160px;
}
.title-new-post {
  min-height: 200px;
}
.block-all-post #more-posts .buttons {
  text-align: center;
}
.block-all-post .author-all-post p:hover,
.author-new-post p:hover,
.new-post-one-column .author-first-post p:hover,
.block-subscribe-eldesk .author-all-post p:hover {
  transition: all 0.7s;
}
.block-all-post .link-post:hover .title-all-post h5,
.post-new-today:hover .title-new-post h5,
.new-post-one-column .title-first-post h3:hover,
.block-subscribe-eldesk .link-post:hover .title-all-post h5 {
  color: var(--blue-text);
  transition: 0.7s;
}
.block-all-post .tab-categories .nav-pills .nav-link {
  position: relative;
  overflow: hidden;
}
.block-all-post .tab-categories .nav-pills .nav-link span {
  position: relative;
  z-index: 110;
  transition: all 0.7s;
}
.block-all-post .tab-categories .nav-pills .nav-link::before {
  background-color: var(--blue);
  content: "";
  display: block;
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.7s;
  position: absolute;
}

.block-all-post .tab-categories .nav-pills .nav-link:hover::before {
  width: 100%;
  opacity: 1;
}

.block-all-post .tab-categories .nav-pills .nav-item .nav-link:hover {
  color: #fff;
}
.block-all-post .tab-categories .nav-pills .nav-item:hover::after {
  width: 33%;
}
.block-all-post .buttons .btn.btn-violet-light-1 .discover-more {
  height: 44px;
  border-radius: 9px 0 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
}
.block-all-post .buttons .btn.btn-violet-light-1 .discover-more::before {
  border-radius: 9px 0 9px 0;
  background-color: #e5e5e5;
}
.block-all-post .buttons .btn.btn-violet-light-1 .discover-more span {
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.7s;
}
.block-all-post .buttons .discover-more i {
  font-size: 18px;
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.block-all-post .buttons {
  padding-top: 25px;
}
.block-all-post .buttons .btn {
  height: 48px;
}

/* ========== Page: Form register ========== */
.block-solutions-login-form {
  padding-top: 100px;
}
.block-solutions-login-form .content-one-column h2 {
  margin-bottom: 40px;
}
.block-solutions-login-form .wpcf7-list-item {
  margin: 0px;
}
.block-solutions-login-form .remember-me {
  text-align: start;
}
.block-solutions-login-form .forgot-password {
  text-align: end;
}
.block-solutions-login-form .link-to-login .btn-login {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  border: none;
  outline: none;
  padding: 13px 0px;
  margin-bottom: 10px;
}
.block-solutions-login-form .login-detail {
  background-color: #fff;
  padding: 40px 0px 60px 0px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.block-solutions-login-form .login-detail input.username,
.block-solutions-login-form .login-detail input.password {
  border: none;
  background-color: var(--gray-table);
  padding: 10px 15px;
}
.block-solutions-login-form .login-with-google {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 0px;
  background-color: var(--gray-table);
  position: relative;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block-solutions-login-form .login-with-google .icon-g {
  position: absolute;
  top: 0px;
  left: 60px;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-image: url("/wp-content/uploads/2021/03/g-icon.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.block-solutions-login-form .login-with-google a,
.block-solutions-login-form .forgot-password a {
  color: var(--gray-content);
}
.block-solutions-login-form .no-account a {
  color: var(--blue-violet);
  font-weight: bold;
}

.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
label {
  position: relative;
}
.wpcf7-list-item-label::after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 15px;
  content: "";
  position: absolute;
  border: solid var(--blue-violet);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
input[type="checkbox"]:checked ~ :after {
  display: block;
  transition: 0.7s;
}
.block-solutions-login-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  position: absolute;
  bottom: 170px;
}
.block-solutions-login-form .username input,
.block-solutions-login-form .password input {
  margin-bottom: 20px;
}
.block-solutions-login-form .login-form {
  padding: 0px 16px 0px 16px;
}
.block-solutions-login-form .login-form .wpcf7-response-output {
  border: none;
  outline: none;
}
/* ========== Page: subscribe-eldesk ========== */
.block-subscribe-eldesk {
  padding-bottom: 130px;
  padding-top: 160px;
}
.block-subscribe-eldesk.block-bacground-cross::after {
  height: 80%;
}
.block-subscribe-eldesk .subscribe-eldesk-title {
  padding-bottom: 125px;
}
.block-subscribe-eldesk .subscribe-eldesk-title h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 36px;
}
.block-subscribe-eldesk .subscribe-eldesk-title h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
  color: var(--gray-content);
  padding: 0px 5px;
}
.block-subscribe-eldesk .content-columns-title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 24px;
}

.block-subscribe-eldesk .post-related h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  margin-bottom: 64px;
  margin-top: 178px;
}
.block-subscribe-eldesk .col-left .content-columns-text {
  padding-right: 30px;
}
.block-subscribe-eldesk .col-left .content-columns-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray-content);
}
.block-subscribe-eldesk .col-right {
  padding-left: 45px;
}
.block-subscribe-eldesk .col-right .content-columns-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-content);
  margin-bottom: 0px;
}
.block-subscribe-eldesk .col-right .content-columns {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 356px;
  padding: 64px 24px 30px 24px;
  max-width: 510px;
  margin-top: 5px;
}
.block-subscribe-eldesk .col-right .content-columns a.blue-text {
  color: #1e93ff;
}
.block-subscribe-eldesk .eldesk-contact-email .wpcf7 input[type="email"] {
  width: 76%;
  padding: 13px 0px 16px 50px;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  color: var(--gray-content);
  border: solid 1px #f0f0f0;
  max-width: 520px;
  outline: none;
  border-top-left-radius: 10px;
  background-color: var(--gray-table);
}

.block-subscribe-eldesk .eldesk-contact-email .wpcf7 form p {
  height: 55px;
}
.block-subscribe-eldesk .wpcf7-form .wpcf7-submit label {
  padding: 0;
}
.block-subscribe-eldesk .wpcf7-form .wpcf7-submit label span {
  display: block;
  padding: 17px 30px 16px;
}
.block-subscribe-eldesk .col-right .content-columns .eldesk-checkbox {
  margin-bottom: 36px;
}
.block-subscribe-eldesk .eldesk-contact-email .wpcf7 input[type="submit"].btn,
.block-subscribe-eldesk .wpcf7-form .wpcf7-submit {
  min-width: 96px;
  margin: 0px;
  font-weight: 800;
  box-shadow: 0 0 7px rgb(0 0 0 / 7%);
}
.block-subscribe-eldesk .btn-violet {
  border-top-left-radius: 0px;
}
.block-subscribe-eldesk .image-all-post {
  height: 174px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.block-subscribe-eldesk
  .wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-not-valid-tip {
  position: absolute;
  top: 35px;
  width: 250px;
  left: 0px;
  transform: translate(30%, 10px);
}
.block-subscribe-eldesk form.wpcf7-form.invalid {
  margin-bottom: 40px;
}
/* ========== Page: Contact-Advice ========== */
.block-solutions-contact-advice {
  padding-bottom: 125px;
}
.block-solutions-contact-advice.block-bacground-cross::after {
  height: 104%;
}
.block-solutions-contact-advice .form-register label span {
  color: red;
}

.block-solutions-contact-advice h1 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 24px;
}
.block-solutions-contact-advice .block-content p {
  text-align: center;
  margin: 0 0 0px;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-content);
  font-weight: 400;
}
.block-solutions-contact-advice .btn {
  min-width: 260px;
}

.block-solutions-contact-advice .content-one-column {
  padding-top: 5rem;
}
.block-solutions-contact-advice .contact-button,
.registration .contact-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-solutions-contact-advice form.wpcf7-form.invalid .contact-button,
.registration form.wpcf7-form.invalid .contact-button {
  padding-bottom: 0px;
}
.block-solutions-contact-advice .contact-button input,
.block-solutions-contact-advice .contact-button select,
.registration input,
.block-solutions-contact-advice .message-customer input,
.block-solutions-contact-advice textarea {
  width: 100%;
  background-color: var(--gray-table);
  line-height: 26px;
  padding: 8px 20px;
  color: var(--gray-content);
  outline: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0px;
}

.block-solutions-contact-advice .message-customer {
  padding: 1rem 0;
}

.block-solutions-contact-advice .contact-button input::placeholder {
  color: var(--gray-content);
  opacity: 0.5;
  font-size: 16px;
  line-height: 26px;
}
.login {
  font-weight: 700;
  color: var(--blue-violet);
}
.block-solutions-contact-advice .login-method a {
  color: var(--blue-violet);
}

.block-solutions-contact-advice .contact-consultation {
  text-align: center;
}
.block-solutions-contact-advice .contact-consultation input {
  width: 100%;
  text-transform: uppercase;
  max-width: 260px;
  color: var(--gray-table);
}

.contact-consultation .ajax-loader {
  display: block;
}
.block-solutions-contact-advice .login-method {
  text-align: center;
}
.block-solutions-contact-advice .registration-form {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  padding: 40px 36px 58px 36px;
}
.block-solutions-contact-advice .no-account a {
  color: #757575;
}
.block-solutions-contact-advice .block-content {
  display: flex;
  justify-content: center;
}
.block-solutions-contact-advice .require-contact {
  text-align: center;
  margin-bottom: 50px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #eb5757;
  margin-top: 10px;
  display: inline-block;
}
.block-solutions-contact-advice .wpcf7 .checkbox-regis .wpcf7-not-valid-tip,
.registration .wpcf7 .checkbox-regis .wpcf7-not-valid-tip {
  position: absolute;
  top: 25px;
  width: 200px;
  left: 0px;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7-form input.wpcf7-not-valid {
  border: 1px solid var(--brown);
}
.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border: none;
  color: var(--brown);
  margin: 0px;
  font-size: 11px;
  margin-top: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border: none;
  color: var(--green);
  margin-top: 0px;
  font-size: 14px;
  margin-top: 16px;
}
.block-solutions-contact-advice .wpcf7 .ajax-loader {
  position: absolute;
  bottom: 12px;
  left: 55%;
}
.block-solutions-contact-advice .nice-select {
  width: 100%;
  background-color: var(--gray-table);
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.block-solutions-contact-advice .wpcf7-form.invalid .nice-select {
  margin-bottom: 10px;
}
.block-solutions-contact-advice
  .wpcf7-form.invalid
  .nice-select
  ul.list
  li.option.selected.focus {
  background-color: #e8f0fe;
  opacity: 1;
}
.block-solutions-contact-advice .nice-select span:not(.current) {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: var(--gray-content);
  line-height: 26px;
  opacity: 0.5;
}
.block-solutions-contact-advice .nice-select span.current {
  opacity: 1;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #ccc;
}
.block-solutions-contact-advice .nice-select .list {
  width: 100%;
  margin-top: 2px;
  border-top: 0px;
  box-shadow: 0 0 4px rgb(68 68 68 / 11%);
}
.block-solutions-contact-advice .nice-select:after {
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #68738c;
  transform: rotate(0deg);
}
.block-solutions-contact-advice .nice-select.open:after {
  transform: rotate(180deg);
}
.block-solutions-contact-advice .nice-select .option:hover,
.block-solutions-contact-advice .nice-select .option.focus,
.block-solutions-contact-advice .nice-select .option.selected.focus {
  background: rgb(244, 247, 251, 0.5);
}
.block-solutions-contact-advice .nice-select .option {
  color: var(--body-color);
  font-size: 16px;
}
.block-solutions-contact-advice .nice-select .option.selected {
  font-weight: normal;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid
  + div.wpcf7-select {
  border: 1px solid var(--brown);
  margin-bottom: 4px;
}
.block-solutions-contact-advice .nice-select.city-district ul.list {
  overflow-y: scroll;
  height: 150px;
}
.block-solutions-contact-advice .registration-form .box-checkbox {
  padding-bottom: 12px;
  padding-top: 5px;
}

.block-solutions-contact-advice .registration-form .checkbox-regis,
.registration .checkbox-regis {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #68738c;
  letter-spacing: 0.02em;
}
.block-solutions-contact-advice .registration-form .checkbox-regis {
  padding-bottom: 12px;
}

.block-solutions-contact-advice .registration-form .checkbox-regis a {
  color: var(--blue-violet);
}
.block-solutions-contact-advice
  .registration-form
  .checkbox-regis
  span.wpcf7-list-item-label {
  color: var(--gray-content);
}

.block-solutions-contact-advice
  .registration-form
  .checkbox-regis
  .wpcf7-list-item {
  margin: 0px;
}
.block-contact-sales {
  padding-top: 0px;
  padding-bottom: 130px;
}

.block-contact-sales .one-column {
  height: 797px;
}
.block-contact-sales .basis-one-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)),
    url(/wp-content/uploads/2021/04/Rectangle-922.png);
}
.block-contact-sales .content-one-column {
  text-align: center;
  color: #fff;
}
.block-contact-sales .content-one-column h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 66px;
  color: #fff;
  margin-bottom: 24px;
}
.block-contact-sales .content-one-column .block-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
  color: #fff;
}
.block-contact-sales .content-one-column button.btn {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  min-width: 168px;
  padding: 1px;
  color: var(--gray-table);
}
.block-contact-sales .content-one-column button.btn-violet-opacity a,
.block-contact-sales .content-one-column button.btn-violet-opacity:active {
  color: var(--gray-table);
  padding: 11px 38px;
  background: rgba(244, 247, 251, 0.1);
  border-radius: 10px 0px;
}

.disable-option {
  display: none;
}
input[type="checkbox"],
.checkbox-regis .wpcf7-list-item input[type="checkbox"] {
  height: 25px;
  width: 25px;
  appearance: none;
  background-color: var(--gray-table);
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px 10px;
  outline: none;
}

/*======================== Page: section-registration=================================*/
section.link-registration {
  padding-top: 0rem;
  padding-bottom: 0;
}
.registration .container {
  max-width: 100%;
}
.registration .col-left {
  padding-top: 2rem;
}

.registration .col-right {
  background-image: url(../img/Rectangle-323.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.registration .col-left .block-wrapper {
  float: right;
  margin-right: 10%;
  max-width: 480px;
}
.registration .col-left .sub-register {
  padding-top: 20px;
  padding-bottom: 15px;
  color: var(--gray-content);
  font-size: 18px;
  line-height: 28px;
}
.registration .no-account p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}
section.registration {
  padding: 0 0 2rem 0;
}
.contact-button input {
  margin-top: 4px;
}
.contact-button label {
  font-size: 16px;
  line-height: 24px;
  color: #68738c;
  margin-bottom: 4px;
}
.registration input::placeholder {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.5;
  color: #68738c;
}

.registration a {
  color: #2c56ea;
  line-height: 26px;
}
.registration h2 {
  font-size: 50px;
  color: var(--body-color);
  font-weight: 800;
  line-height: 66px;
  letter-spacing: 0.02em;
}
.registration .wpcf7-list-item {
  margin-left: 0px;
}
.wpcf7-list-item input {
  position: absolute;
}
.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 35px;
}

.registration .button-register input {
  width: 100%;
  margin: 0;
  color: var(--gray-table);
}
.registration .checkbox-regis {
  padding-top: 5px;
  padding-bottom: 20px;
}
.registration .btn-violet label,
.block-solutions-contact-advice .btn-violet label {
  padding: 0;
}
.registration .btn-violet span,
.block-solutions-contact-advice .btn-violet span {
  display: block;
  width: 100%;
  padding: 12px 25px;
}
.link-registration .block-content {
  text-align: center;
}
.link-registration .block-content a {
  color: var(--body-color);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.registration .no-account {
  text-align: center;
}
/* =============Page: Home ================== */
.icon-scroll {
  width: 100%;
  padding-top: 156px;
}
.block-home-banner .icon-scroll img {
  width: auto;
}

/*============ Page: terms and security ===============*/
body.dieu-khoan-chinh-sach {
  overflow: unset;
}
.block-sidebar-left .content-page h3 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: bold;
}
.block-sidebar-left .sidebar-left ul,
.block-sidebar-left .sidebar-left a {
  border: none;
}
.block-sidebar-left p {
  margin-bottom: 12px;
  color: #374056;
}
.block-sidebar-left h1 {
  font-weight: 800;
  line-height: 66px;
  color: #374056;
  letter-spacing: 0.02em;
}
section.block-sidebar-left {
  padding: 8.5rem 0;
}
.block-sidebar-left p,
.block-sidebar-left li {
  line-height: 26px;
  color: #374056;
}
.block-sidebar-left h4 {
  font-weight: bold;
}
.block-sidebar-left h4 strong {
  line-height: 36px;
  font-weight: 700;
  font-size: 24px;
}
.block-sidebar-left strong {
  font-size: 18px;
  line-height: 28px;
}
.block-sidebar-left span {
  font-weight: 700;
}
.block-sidebar-left .content-page a {
  color: #1e93ff;
}
.block-sidebar-left .link-page a {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #68738c;
  opacity: 0.8;
}
.block-sidebar-left .link-page a.active {
  color: #374056;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
  position: relative;
}
.block-sidebar-left .content-page .sub-content-page {
  color: var(--body-color);
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.block-sidebar-left .menu-menu-left-container {
  height: 739px;
}
.link-page ul {
  padding-top: 4.5rem;
  padding-left: 0px;
}
.link-page .menu-item {
  padding-bottom: 38px;
}
.link-page .menu-menu-left-container,
.link-page .current-menu-item {
  position: relative;
}
.block-sidebar-left .link-page .current-menu-item a {
  color: #374056;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.link-page .menu-menu-left-container::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 95;
}
.link-page .menu-menu-left-container::after {
  content: "";
  width: 10px;
  background: #fff;
  box-shadow: 5px 0px 35px rgb(0 0 0 / 18%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 90;
}
.link-page .menu-menu-left-container ul {
  z-index: 100;
  position: relative;
}
.block-sidebar-left .sidebar-left {
  max-width: 259px;
  width: 100%;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 2rem;
}
.block-sidebar-left h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #374056;
}
.block-sidebar-left h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #374056;
}
.link-page .active::after {
  content: "";
  width: 6px;
  height: calc(100% + 10px);
  background: #2c56ea;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -10px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-page li {
  position: relative;
  padding-bottom: 12px;
}
.block-sidebar-left li {
  list-style-type: none;
  width: 100%;
}
.content-page ul {
  padding-left: 25px;
  margin: 0;
}
.content-page li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2c56ea;
  position: absolute;
  top: 40%;
  left: -25px;
  z-index: 1;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transform: translate(0, -50%);
}

.content-page h4 {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 1rem;
}
.content-page .tab-content {
  padding-left: 68px;
}
.term-font-18 {
  font-size: 18px;
  line-height: 28px;
}
.block-sidebar-left span.term-font-18 {
  font-weight: 500;
  color: var(--body-color);
}
/* =============== Page: Detail-Guide and Guide============== */
.block-discover-eldesk .discover-eldesk-title span {
  display: block;
}
.block-detail-guide-page h1.post-title {
  padding: 0px 0px 36px 0px;
  margin-bottom: 0px;
}
.block-detail-guide-page .guide-content .button-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #9bb0bf;
  text-transform: uppercase;
  font-family: "Mulish";
  margin-bottom: 8px;
}
.block-detail-guide-page .guide-content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 24px;
}
.block-detail-guide-page .guide-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.guide-content p {
  font-size: 16px;
  line-height: 26px;
}
.guide-content hr {
  margin-bottom: 64px;
  opacity: 0.3;
}
.guide-content h3.rectangle-gray {
  position: relative;
  padding-left: 48px;
}
.guide-content h3.rectangle-gray::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #c4c4c4;
  position: absolute;
  top: 25%;
  left: 0px;
  transform: translate(0, -50%);
}
.guide-content .pre-border-gray ul,
.guide-content ul.pre-border-gray {
  list-style: none;
  padding-left: 0px;
}
.guide-content .pre-border-gray li {
  position: relative;
  padding-left: 36px;
  padding-bottom: 12px;
}
.guide-content .pre-border-gray li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #c4c4c4;
  position: absolute;
  top: 20%;
  left: 0px;
  border-radius: 50px;
  transform: translate(0, -50%);
}
.guide-content ul.pre-border-gray li::before {
  top: 35%;
}
.guide-content table th,
.guide-content table td {
  border: 1px solid;
}
.guide-content table td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.guide-content table td:first-child {
  padding-left: 10px;
}
.guide-content .mb-50 {
  margin-bottom: 50px;
}
.guide-content .mb-65 {
  margin-bottom: 65px;
}
.guide-content .mb-36 {
  margin-bottom: 36px;
}
.guide-content .wp-block-table {
  margin-bottom: 65px;
}
.block-detail-guide-page .post-single__right {
  margin-top: 250px;
}
.block-detail-guide-page .post-single__right ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.block-detail-guide-page .post-single__right ul:before {
  content: "";
  height: 100%;
  top: 0;
  width: 5px;
  background-color: #f0f0f0;
  position: absolute;
  left: 2rem;
  display: none;
}
.block-detail-guide-page .post-single__right li a {
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.block-detail-guide-page .post-single__right li {
  position: relative;
  padding: 15px 0px 15px 16px;
  cursor: pointer;
}
.block-detail-guide-page .post-single__right li::before {
  content: "";
  background: var(--gradient-btn-violet);
  position: absolute;
  height: 0px;
  left: 0;
  top: 0;
  width: 5px;
  opacity: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: 0.5s;
}
.block-detail-guide-page .post-single__right li.active-right::before,
.block-detail-guide-page .post-single__right li:hover:before {
  height: 100%;
  opacity: 1;
}

.block-detail-guide-page .post-single__right li:hover a,
.block-detail-guide-page .post-single__right li.active-right a {
  color: var(--blue-violet);
  font-weight: 600;
}
.block-detail-guide-page .post-single__right .make-me-sticky {
  position: sticky;
  top: 120px;
  transition: 0.7s;
}
.block-detail-guide-page .guide-content {
  padding-right: 82px;
}
.post-single-guide .category {
  height: 28px;
  text-align: center;
  background-color: var(--body-color);
  overflow: hidden;
  position: relative;
  margin-left: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
  margin-top: 80px;
  display: inline-block;
}
.post-single-guide .category p {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: var(--gray-table);
  padding: 0px 10px;
}

.post-single-relate  .text-relation p {
  font-size: 20px;
  line-height: 30px;
}
/* ========= Page: Search Result =============== */
.search-results .image-all-post {
  height: 174px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.page-header {
  padding-top: 80px;
  text-align: center;
  min-height: 300px;
}
.search-results .content-search {
  padding-bottom: 20px;
}
.page-header input.input-field {
  border-radius: 10px;
  outline: none;
}
.search-results .block-information {
  padding-bottom: 30px;
}
.search-results .pagination-post {
  text-align: center;
  padding-bottom: 30px;
}
.search-results .pagination-post .page-numbers.current,
.search-results .pagination-post .page-numbers:hover {
  background: var(--gradient-btn-violet);
  border: 1px solid #5a4cf1;
  color: #fff;
}
.search-results .pagination-post .page-numbers {
  color: var(--body-color);
  padding: 5px 10px;
  border: 1px solid #5a4cf1;
  border-radius: 5px;
  margin-right: 5px;
}
.page-header .form-search {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.page-header span.icon {
  background: #fff;
  padding: 0px 5px;
}
.page-header .input-search {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.page-header input.input-field {
  width: 400px;
}
.no-results p {
  font-size: 44px;
  line-height: 58px;
}
.no-results span {
  font-weight: 700;
}

.block-search-results {
  background-color: #f4f7fb;
  padding-bottom: 0px;
}
.all-post-search {
  padding-top: 80px;
}
.no-results {
  padding-bottom: 160px;
}

.popups_xlarge.show {
  height: 174px;
  padding: 24px 24px;
  cursor: pointer;
  left: 30px;
}
.popups_xlarge.hidden {
  left: -100%;
}
.popups_xlarge .popups_icon {
  left: 100%;
}
.popups_xlarge,
.popups_xlarge.is-show {
  left: 15px;
  padding: 0 24px;
  height: 174px;
}
.popups_xlarge {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  /* ======== Page: Search ============= */
  h1.page-title {
    font-size: 32px;
    line-height: 46px;
    font-weight: 800;
  }
  a .title-all-post h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
  }
  .no-results p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  /* ======== Page: Search ============= */
  .page-header input.input-field {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .block-subscribe-eldesk .wrapper,
  .search-results .wrapper {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on.mega-kham-pha
    ul.mega-sub-menu {
    width: 480px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu.mega-kham-pha
    > ul.mega-sub-menu {
    width: 480px;
    left: -80px;
  }
  .block-detail-guide-page .wp-block-column:not(:first-child) {
    margin-left: 16px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  /*========== Page: Detail-Guide =================== */
  .single-guide .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
  .single-guide .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
  }
}
@media (max-width: 576px) {
  #mega-menu-wrap-menu-3 .mega-menu-item .featured-mega-menu li.menu-item {
    padding: 10px 20px 15px 8px;
  }
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}

.block-solutions-contact-advice input:-internal-autofill-selected {
  color: rgb(104, 115, 140);
}
