.buttons {
  display: flex;
  gap: 12px;
}
b,
strong {
  font-weight: normal;
  font-family: Mulish-Bold;
}
label {
  font-weight: normal;
}
.buttons.center {
  justify-content: center;
}
.buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border: 1px solid;
  border-radius: 100px;
  max-width: calc(50% - 6px);
}
.buttons .btn:hover {
  color: inherit;
  border-color: inherit;
}
.buttons .btn.view {
  background: #fff;
  border-color: #014379;
  color: #014379;
}
.buttons .btn.request {
  background: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
}

.page-template-tpl-website-service h2,
.page-template-tpl-website-service h3,
.page-template-tpl-home h2,
.page-template-tpl-home h3,
.page-template-tpl-price-list h2,
.page-template-tpl-price-list h3,
.page-template-tpl-service h2,
.page-template-tpl-service h3,
.page-template-tpl-price-list-detail h2,
.page-template-tpl-price-list-detail h3 {
  margin-top: 0;
}

#banner-main {
  padding-top: 90px;
  background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat;
  align-items: center;
  position: relative;
}
#banner-main .homepage-project-banner {
  position: relative;
  margin-top: 0;
}
#banner-main .homepage-project-banner .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
#banner-main .homepage-project-banner .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 9px;
}
#banner-main .homepage-project-banner .owl-dots .owl-dot span {
  background-color: #f5faff;
}
#banner-main .homepage-project-banner .owl-dots .owl-dot.active {
  border: unset;
}
#banner-main .homepage-project-banner .owl-dots .owl-dot.active span {
  background-color: #1abc9c;
}
#banner-main .homepage-project-banner .banner-item {
  display: flex;
  flex-wrap: wrap;
}
#banner-main .homepage-project-banner .banner-item .p-image {
  position: relative;
  min-height: 550px;
}
#banner-main .homepage-project-banner .banner-item .p-image .slide-img {
  position: relative;
  z-index: 2;
}
#banner-main .homepage-project-banner .banner-item .p-image .hover-content {
  position: absolute;
  inset: 0;
  background: rgba(7, 49, 87, 0.6980392157);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-align: center;
  border-radius: 50px;
  display: flex;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#banner-main
  .homepage-project-banner
  .banner-item
  .p-image
  .hover-content
  .text {
  max-width: 470px;
}
#banner-main
  .homepage-project-banner
  .banner-item
  .p-image
  .hover-content
  .link
  a {
  padding: 10px 20px;
  border-radius: 100px;
  background: #1abc9c;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner-main
  .homepage-project-banner
  .banner-item
  .p-image
  .hover-content
  .link
  a:hover {
  color: #fff;
}
#banner-main
  .homepage-project-banner
  .banner-item
  .p-image:hover
  .hover-content {
  opacity: 1;
}
#banner-main .homepage-project-banner .banner-item .list .t-item {
  align-items: flex-start;
  gap: 10px;
  max-width: 400px;
}
#banner-main .homepage-project-banner .banner-item .list .t-item img {
  max-width: 24px;
  margin-top: 4px;
}
#banner-main .homepage-project-banner .banner-item .buttons {
  gap: 12px;
}
#banner-main .homepage-project-banner .logo-img {
  max-width: 540px;
  position: absolute;
  animation-name: bigger;
  animation-duration: 6s;
  z-index: 0;
  inset: 0;
  margin: auto;
  object-fit: contain;
  width: 90%;
}

#banner-bottom {
  background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 42%;
  margin-top: -1px;
}
#banner-bottom .intro-text {
  max-width: 820px;
  margin: 60px auto 0 auto;
}
#banner-bottom .intro-text .btn {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#banner-bottom .intro-text a.view {
  border-radius: 100px;
  background: #fff;
  color: #014379;
  padding: 10px 42px;
}

#difference-main {
  position: relative;
  padding-top: 70%;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -52%;
  padding-bottom: 30px;
}
#difference-main::after {
  content: "";
  position: absolute;
  background-color: #ededed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#difference-main .diff-text .editor {
  margin-bottom: 40px;
}
#difference-main .diff-list .d-item {
  align-items: baseline;
}
#difference-main .diff-list .d-item .icon {
  position: relative;
  margin-right: 5px;
  transform: translateY(-2px);
}
#difference-main .diff-list .d-item .icon img {
  width: 100%;
  height: 34px;
  object-fit: cover;
}
#difference-main .diff-list .d-item .icon .index {
  position: absolute;
  left: 13px;
  top: 4px;
}
#difference-main .diff-list .d-item .text {
  font-family: "Mulish-Bold";
  margin-bottom: 0;
}
#difference-main .value .mb-20 {
  text-align: center;
}
#difference-main .value .list-of-value .owl-stage-outer {
  position: relative;
}
#difference-main .value .list-of-value .owl-stage-outer::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  z-index: 1;
  width: 60px;
  background: linear-gradient(
    270deg,
    rgba(238, 238, 238, 0) 0%,
    #f6f6f6 73.81%
  );
}
#difference-main .value .list-of-value .owl-stage-outer::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  z-index: 1;
  right: -1px;
  top: 0;
  width: 60px;
  background: linear-gradient(
    270deg,
    rgba(238, 238, 238, 0) 0%,
    #f6f6f6 73.81%
  );
  transform: rotate(180deg);
}
#difference-main .value .list-of-value .value-group {
  transform: translateX(-50px);
}
#difference-main .value .list-of-value .value-group .value-item {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  max-height: 200px;
}
#difference-main .value .list-of-value .value-group .value-item:first-child {
  margin-bottom: 16px;
}
#difference-main .value .list-of-value .value-group .value-item .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#difference-main .value .list-of-value .value-group .value-item .top .image {
  padding: 20px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5faff;
}
#difference-main
  .value
  .list-of-value
  .value-group
  .value-item
  .top
  .image
  img {
  max-width: 40px;
  object-fit: contain;
}
#difference-main .value .list-of-value .value-group .value-item .content {
  height: 72px;
}
#difference-main .value .list-of-value .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 20px;
}
#difference-main .value .list-of-value .owl-nav .value-nav {
  font-size: 24px;
  color: #014379;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(1, 67, 121, 0.1490196078);
}
#difference-main .value .list-of-value .owl-nav .value-nav.next {
  transform: rotate(90deg);
}
#difference-main .value .list-of-value .owl-nav .value-nav.prev {
  transform: rotate(-90deg);
}
#difference-main .background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
}
.aboutpage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner-about-page {
  background-size: cover;
  background-position: 50%;
  height: 778px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#banner-about-page .content {
  padding: 0px 175px;
  height: 355px;
}
#banner-about-page .content h1,
#banner-about-page .content h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 39.2px;
  font-family: Mulish-Bold;
}
#banner-about-page .content p {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: Mulish-Regular;
}

#banner-about-page .banner-page-title {
  color: #fff;
  font-family: Mulish-Bold;
  font-size: 36px !important;
  margin-bottom: 100px;
}

#about-epal-solution .epal-title,
.epal-solution {
  font-size: 36px;
}

#about-epal-solution .epal-content {
  width: 505px;
  padding-top: 200px;
  text-align: left;
}
#about-epal-solution p {
  font-size: 16px;
  color: #014379;
}
#about-epal-solution .epal-title {
  color: #014379;
  font-weight: 700;
}
#about-epal-solution .epal-solution {
  color: #1abc9c;
  font-weight: 700;
}
#about-epal-solution .image-container {
  padding-top: 60px;
}
#about-epal-solution .image-container {
  position: relative;
  float: inline-end;
}

#about-epal-solution .image-container .image-bg {
  background-color: #014379;
  border-radius: 16px;
  width: 475px;
  height: 487px;
  margin-left: 10px;
  margin-top: 60px;
  position: absolute;
  z-index: 1;
}

#about-epal-solution .image-container img {
  width: 475px;
  height: 538px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  object-fit: cover;
}
#featuredServices {
  padding: 60px 0px;
}
#featuredServices .epal-title,
.epal-solution {
  font-size: 36px;
}

#featuredServices .featured-services-content {
  width: 505px;
  padding-top: 100px;
  text-align: left;
  padding-left: 70px;
}
#featuredServices p {
  font-size: 16px;
  color: #014379;
}
#featuredServices .title {
  font-size: 32px;
  color: #002e6d;
  margin-bottom: 10px;
  font-family: Mulish-Bold;
}
#featuredServices .subtitle {
  color: #1abc9c;
  font-family: Mulish-Bold;
}
#featuredServices .service-list {
  color: #4c5d71;
}
#featuredServices .service-list li {
  color: #4c5d71;
  margin-top: 10px;
}

#featuredServices .image-container {
  padding-top: 60px;
}
#featuredServices .image-container {
  position: relative;
  float: inline-start;
}

#featuredServices .image-container .image-bg {
  background-color: #014379;
  border-radius: 16px;
  width: 475px;
  height: 487px;
  margin-top: 60px;
  position: absolute;
  z-index: 1;
}

#featuredServices .image-container img {
  width: 475px;
  height: 538px;
  border-radius: 16px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

#technical-capacity {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#technical-capacity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
#technical-capacity .container {
  position: relative;
  z-index: 2;
}
#technical-capacity .row {
  margin-left: -5px;
  margin-right: -5px;
}

#technical-capacity .section-title {
  margin: 30px 0;
  font-size: 36px;
  color: #002e6d;
  text-align: center;
  font-weight: 700;
}

#technical-capacity .service-card {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 265px;
  border-radius: 10px;
}

#technical-capacity .service-card {
  margin-bottom: 10px;
}

#technical-capacity .web-application {
  width: 62%;
}

#technical-capacity .software {
  width: 38%;
}

#technical-capacity .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#technical-capacity .service-card:hover .service-image {
  transform: scale(1.1);
}

#technical-capacity .web-application,
#technical-capacity .software,
#technical-capacity .design,
#technical-capacity .mobile-app,
#technical-capacity .tester {
  padding-left: 5px;
  padding-right: 5px;
}

#technical-capacity .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(76, 93, 113, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#technical-capacity .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(
    0deg,
    rgba(76, 93, 113, 0.9),
    rgba(144, 178, 215, 0)
  );
  padding: 20px;
}

#technical-capacity .overlay-bg h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#technical-capacity .service-card:hover .overlay {
  opacity: 1;
}

#technical-capacity .service-card:hover .overlay-bg {
  opacity: 0;
  display: none;
}

#technical-capacity .service-title {
  color: #1abc9c;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

#technical-capacity .service-content {
  color: #fff;
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
}

#news .post-list .post-item .image {
  overflow: hidden;
  border-radius: 10px;
}
#news .post-list .post-item .p-title {
  font-size: 18px;
  line-height: 1.5;
  font-family: Mulish-Bold;
  color: #014379;
  margin: 10px 0;
  height: 54px;
}
#news .post-list .post-item .image:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
#news .post-list .post-item .image img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s;
}
#news .post-list .post-item .excerpt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #4c5d71;
}
#news {
  background-color: #f7f7f7;
}
#news .partners {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 15px;
   overflow-x: auto;
   gap: 18px;
    white-space: nowrap;
}
#news .partners img {
  max-width: max-content;
  border-radius: 10px;
  background-color: #fff;
}
#news .s-text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#news .more {
  margin: 30px 0px;
}
#news .more a {
  font-size: 14px;
  font-family: Mulish-Bold;
  line-height: 1.5;
  color: #1abc9c;
  text-align: center;
  display: block;
}
#wrapper {
  background-color: #f5faff;
  padding-bottom: 50px;
}
#wrapper .content-pdf {
  background-color: #99a4af;
  height: 640px;
  border-radius: 10px;
}
#wrapper .button-pdf {
  text-align: center;
  display: none;
  margin-top: 30px;
}
#wrapper .button-pdf .button-view {
  background-color: #00b894;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
}

#intro-b {
  background-color: #f5faff;
  margin-top: 50px;
  padding: 60px 0px;
}
#intro-b img {
  width: 100%;
  height: auto;
}
#intro-b .title-container {
  display: none;
}
#intro-b .center-img h2 {
  color: #1d3c81;
  font-weight: bold;
  margin: 0;
  font-size: 36px;
}

#intro-b .center-img h3 {
  color: #18a77d;
  font-weight: bold;
  margin: 0;
  font-size: 36px;
}
#intro-b .title {
  text-align: center;
  font-size: 25px;
  color: #000;
  position: relative;
}
#intro-b .title p {
  margin-bottom: 80px;
}
#intro-b .title img {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: auto;
}
#intro-b .center-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #d1f0ed;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
}
#intro-b .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
}

#intro-b .line {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
}

#intro-b .line:first-child {
  margin-right: -90px;
}
#intro-b .line:last-child {
  margin-bottom: 0;
  margin-right: -90px;
}
#intro-b .line span {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
#intro-b .line .text {
  width: 80%;
  text-align: right;
  font-family: Mulish-Bold;
  position: relative;
  padding-left: 10px;
}
#intro-b .cover1 .line .text {
  padding-right: 10px;
}

#intro-b .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  padding: 15px;
  border-radius: 50%;
  overflow: visible;
  box-shadow: 0 4px 8px #1abc9c33;
  transition: background-color 0.3s ease;
}

#intro-b .line:hover {
  color: #1abc9c;
}
#intro-b .icon:hover {
  background-color: #18a77d;
}
#intro-b .icon:hover img {
  filter: brightness(0) invert(1); 
}
#intro-b .overlow {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 70px;
  height: 70px;
  background: rgba(0, 200, 150, 0.2);
  transform: rotate(45deg) scale(0.8);
  border-radius: 15px;
  padding: 5px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#intro-b .icon:hover .overlow {
  display: block;
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

#intro-b .line .icon:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
#intro-b .line img {
  max-width: 40px;
  max-height: 40px;
}
#intro-b .cover2 .line:first-child {
  margin-left: -90px;
}
#intro-b .cover2 .line:last-child {
  margin-bottom: 0;
  margin-left: -90px;
}
#intro-b .cover2 .text {
  width: 80%;
  text-align: left;
  font-family: Mulish-Bold;
  position: relative;
}

#intro-b .cover2 span {
  width: 20%;
  display: flex;
  justify-content: flex-start;
}
#share {
  margin-bottom: 30px;
}
#share .header-text {
  text-align: center;
  font-size: 36px;
  margin: 20px 0;
  font-family: Mulish-Bold;
  line-height: 1.5;
  padding: 20px 0px;
  color: #014379;
}
#share .nav-tabs {
  border-bottom: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#share .nav-tabs > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-family: Mulish-Bold;
  color: #014379;
}
#share .nav-tabs > li {
  width: 14.28%;
  text-align: center;
}
#share .nav-tabs > li.active > a {
  color: #1abc9c;
  background-color: #f5faff;
  border-radius: 10px 10px 0px 0px;
  border: none;
}
.nav-tabs > li > a:hover {
  border-color: unset !important;
  border: none;
}
#share .tab-content {
  background-color: #f5faff;
  padding: 50px;
  border-top: none;
  border-radius: 10px;
}
#share .tab-content h3 {
  color: #4c5d71;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 18px;
}
#share .tab-content h2 {
  font-family: Mulish-Bold;
  color: #4c5d71;
}
#share .tab-content p {
  color: #4c5d71;
}
#share .tab-buttons {
  margin-top: 20px;
}
#share .tab-buttons .btn {
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Mulish-Bold;
}
#share .btn {
  background-color: #014379;
  border: none;
  color: #fff;
}
#share .btn-secondary {
  background-color: #f0f0f0;
  color: #014379;
  margin-left: 10px;
}
#share .btn:hover {
  background-color: #18a77d;
  border: none;
  color: #fff;
}
#share .profile-image-container {
  justify-content: center;
}
#share .profile-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
}
#share .profile-image img {
  width: 100%;
  height: auto;
}

#timeline .timeline-item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 98px 0;
}

#timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #0e3075;
  transform: translateX(-50%);
  z-index: 0;
}

#timeline .timeline-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #0e3075;
  transform: translateX(-50%);
  z-index: 0;
}

#timeline .timeline-item:first-child::before {
  display: none;
}

#timeline .timeline-item:last-child::after {
  display: none;
}

#timeline .timeline-item:nth-child(odd) .timeline-content {
  order: 1;
  padding-right: 98px;
  text-align: left;
}

#timeline .timeline-item:nth-child(even) .timeline-content {
  order: 2;
  padding-left: 98px;
}

#timeline .timeline-item:nth-child(odd) .timeline-image {
  order: 2;
  padding-left: 98px;
}

#timeline .timeline-item:nth-child(even) .timeline-image {
  order: 1;
  padding-right: 98px;
}

#timeline .timeline-content {
  flex: 1;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

#timeline .timeline-content h4 {
  color: #00b894;
  font-size: 24px;
  font-family: Mulish-Bold;
  margin: 0;
}

#timeline .timeline-content h5 {
  color: #4c5d71;
  font-size: 18px;
  font-family: Mulish-Bold;
}

#timeline .timeline-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin: 5px 0;
}

#timeline .timeline-image {
  flex: 1;
  padding: 0 20px;
}

#timeline .timeline-image img {
  width: 100%;
  border-radius: 8px;
  height: auto;
}

#timeline .dot {
  width: 12px;
  height: 12px;
  background-color: #18a77d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#timeline .timeline-item .dot {
  top: 50%;
  transform: translate(-50%, -50%);
}
.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 300px;
  margin: 0 auto;
  padding: 5px;
  margin-top: 15px;
  font-weight: bold;
}
#activities-main .cta-container {
  text-align: center;
}
#activities-main .cta-container h2 {
  color: #004085;
  font-family: Mulish-Bold;
  padding: 30px 0px;
}
#activities-main .cta-button {
  background-color: #00b894;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
}
#activities-main .cta-button:hover {
  background-color: #019d7a;
  color: #fff;
}
#services-main {
  padding: 60px 0;
}
#services-main .s-text {
  max-width: 600px;
  margin: 0 auto;
}
#services-main .services .service-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
#services-main .services .service-item .image {
  max-height: 206px;
  overflow: hidden;
  width: 100%;
}
#services-main .services .service-item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#services-main .services .service-item .info {
  padding: 16px;
}
#services-main .services .service-item .info .name {
  height: 44px;
  font-size: 16px;
}

#project-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
#project-main .s-text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 24px;
}
#project-main .view-all {
  margin: 0 auto;
  padding: 10px 28px;
  border-radius: 1000px;
  border: 1px solid #1abc9c;
  width: fit-content;
  margin-top: 30px;
  background: #1abc9c;
}
#project-main .view-all a {
  color: #fff;
}
#project-main .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}
#project-main .owl-dots .owl-dot {
  background-color: #99a4af;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
#project-main .owl-dots .owl-dot.active {
  background-color: #0a2b48;
}
#project-main .web-cnt {
  padding: 0;
}
#project-main .web-cnt .project-info img {
  max-width: 60px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
#project-main .web-cnt .project-info .p-title {
  font-size: 14px;
  font-family: Mulish-Bold;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #4c5d71;
  text-transform: uppercase;
}
#project-main .web-cnt .project-info .p-type {
  font-size: 14px;
  font-family: Mulish-Bold;
  line-height: 1.5;
  color: #1abc9c;
  text-transform: uppercase;
}
#project-main .web-cnt .web-title {
  font-size: 40px;
  line-height: 60px;
  margin: 10px 0;
  font-weight: unset;
  font-family: Mulish-Bold;
}
#project-main .web-cnt .web-info {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 16px;
  gap: 16px;
}
#project-main .web-cnt .web-info .info-item {
  width: 20%;
}
#project-main .web-cnt .web-info .info-item .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#project-main .web-cnt .web-info .info-item .p-item .after-label {
  background-color: #1abc9c;
  padding: 4px;
  border-radius: 4px;
}
#project-main .web-cnt .web-tabs {
  width: 100%;
  border-bottom: unset;
  display: flex;
  gap: 16px;
}
#project-main .web-cnt .web-tabs::before,
#project-main .web-cnt .web-tabs::after {
  display: none;
}
#project-main .web-cnt .web-tabs li a {
  color: #4c5d71;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  border: unset;
  border-radius: 100px;
  padding: 6px 20px;
}
#project-main .web-cnt .web-tabs li.active a,
#project-main .web-cnt .web-tabs li:hover a {
  color: #fff;
  background: #1abc9c;
}

#impressive {
  padding-top: 60px;
}
#impressive .s-text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#impressive .number-list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
#impressive .number-list .num-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#impressive .number-list .num-item::after {
  content: "";
  position: absolute;
  height: 85px;
  width: 2px;
  display: block;
  background-color: rgba(1, 67, 121, 0.2);
  right: -12px;
}
#impressive .number-list .num-item.pseudo-none::after {
  display: none;
}
#impressive .number-list .num-item .number {
  font-size: 30px;
  line-height: 1.5;
}
#impressive .number-list .num-item .content {
  max-width: 210px;
}

.homepage .customer-used-to-service {
  margin-top: 60px;
  margin-bottom: 0;
}
.homepage .customer-story .title,
.homepage .customer-story .description {
  display: none;
}

#activities-main {
  padding: 60px 0;
  background: #f7f7f7;
}
#activities-main .s-text {
  max-width: 610px;
  margin: 0 auto;
}
#activities-main .view-more {
  margin-top: 30px;
  text-align: center;
}
#activities-main .view-more a {
  color: #1abc9c;
}

@keyframes bigger {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
#single-web-banner {
  padding: 120px 0;
}
#single-web-banner .text-content .content {
  max-width: 500px;
}
#single-web-banner .numbers {
  gap: 16px;
}
#single-web-banner .numbers .n-item {
  max-width: 150px;
}
#single-web-banner .ripple_cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  object-fit: cover;
  width: 100%;
}

#single-web-content {
  margin: 60px 0;
}
#single-web-content .single-content-container {
  max-width: 830px;
  margin: 0 auto;
}
#single-web-content .single-content-container .content-wrapper {
  max-height: 700px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#single-web-content .single-content-container .view-more {
  color: #1abc9c;
  text-align: center;
  margin-top: 24px;
  cursor: pointer;
}

#single-web-description {
  padding: 60px 0;
}
#single-web-description .content-title {
  max-width: 730px;
  margin: 0 auto 60px auto;
}
#single-web-description .content-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#single-web-description .content-images .image-item {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#single-web-description .content-images .image-item.img-item-1,
#single-web-description .content-images .image-item.img-item-2 {
  max-height: 450px;
}
#single-web-description .content-images .image-item.img-item-3,
#single-web-description .content-images .image-item.img-item-4,
#single-web-description .content-images .image-item.img-item-5 {
  max-height: 285px;
}
#single-web-description .content-images .image-item.img-item-1 {
  width: calc(65% - 10px);
}
#single-web-description .content-images .image-item.img-item-2 {
  width: 35%;
}
#single-web-description .content-images .image-item.img-item-3 {
  width: calc(33% - 20px);
}
#single-web-description .content-images .image-item.img-item-4 {
  width: 23%;
}
#single-web-description .content-images .image-item.img-item-5 {
  width: 44%;
}
#single-web-description .content-images .image-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 77.36%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}
#single-web-description .content-images .image-item:hover .title {
  display: none;
}
#single-web-description .content-images .image-item:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#single-web-description .content-images .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-web-description .content-images .image-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 20px;
  margin-left: 28px;
  z-index: 2;
  font-size: 24px;
}
#single-web-description .content-images .image-item .hover-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#single-web-description .content-images .image-item .hover-content .content {
  width: 90%;
  max-width: 360px;
}
#single-web-description
  .content-images
  .image-item
  .hover-content
  .content
  .h-title {
  font-size: 24px;
}
#single-web-description
  .content-images
  .image-item
  .hover-content
  .content
  .h-content {
  font-size: 16px;
}
#single-web-description .content-images .image-item .hover-content .content a {
  padding: 12px 36px;
  background: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 10;
}

#single-web-reason {
  padding: 60px 0;
}
#single-web-reason .content-title {
  max-width: 670px;
  margin: 0 auto 40px auto;
}
#single-web-reason .content-title h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
#single-web-reason .image {
  position: relative;
}
#single-web-reason .image img {
  object-fit: contain;
  max-width: 100%;
}
#single-web-reason .image .circle {
  position: absolute;
  background-color: transparent;
  border: 1px dashed #5ccdca;
  border-radius: 50%;
  animation-duration: 10s;
  aspect-ratio: 1;
  z-index: 3;
}
#single-web-reason .image .circle.circle-1 {
  width: 35%;
  bottom: 0;
  animation-name: circle-1;
  animation-iteration-count: infinite;
}
#single-web-reason .image .circle.circle-2 {
  width: 40%;
  right: 0;
  top: 0;
  animation-name: circle-2;
  animation-iteration-count: infinite;
}
#single-web-reason .image.fade-in-up {
  animation: fade-in-up 0.5s ease-out;
  animation-fill-mode: both;
}
#single-web-reason .reasons .r-item {
  padding: 10px;
  box-shadow: 0px 0px 10px 0px rgba(94, 94, 94, 0.1019607843);
  border-radius: 10px;
  align-items: center;
  height: 80px;
  gap: 10px;
}
#single-web-reason .reasons .r-item:not(:last-child) {
  margin-bottom: 16px;
}
#single-web-reason .reasons .r-item.item-2,
#single-web-reason .reasons .r-item.item-5 {
  transform: translateX(36px);
}
#single-web-reason .reasons .r-item.item-3,
#single-web-reason .reasons .r-item.item-4 {
  transform: translateX(72px);
}
#single-web-reason .reasons .r-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #f5faff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
#single-web-reason .reasons .r-item .img img {
  object-fit: contain;
  max-width: 28px;
}
#single-web-reason .reasons .r-item p {
  font-size: 16px;
}

#single-web-compare {
  padding: 60px 0;
}
#single-web-compare .content-title {
  max-width: 875px;
  margin: 0 auto 30px auto;
}
#single-web-compare .content-title h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
#single-web-compare .content-title p {
  max-width: 720px;
}
#single-web-compare .table-content .row-item.item-head {
  background-color: #d5d8da;
}
#single-web-compare .table-content .row-item.item-head .cell {
  font-size: 24px;
  font-family: Mulish-Bold;
  justify-content: center;
}
#single-web-compare .table-content .row-item.item-body:nth-child(odd) {
  background-color: #f5faff;
}
#single-web-compare .table-content .row-item .cell {
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 16px;
}
#single-web-compare .table-content .row-item .title {
  width: 20%;
  justify-content: center;
  font-family: Mulish-Bold;
}
#single-web-compare .table-content .row-item .name {
  width: 40%;
}
#single-web-compare .see-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1abc9c;
  gap: 6px;
}

#single-web-included {
  padding: 60px 0;
  padding-top: 0;
}
#single-web-included .content-title {
  max-width: 820px;
  margin: 0 auto 40px auto;
}
#single-web-included .content-title h2 {
  margin: 0;
}
#single-web-included .included-content {
  gap: 10px;
}
#single-web-included .included-content .sidebar {
  width: 34%;
  max-width: 242px;
}
#single-web-included .included-content .sidebar .nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: unset;
}
#single-web-included .included-content .sidebar .nav-tabs li:not(:last-child) {
  margin-bottom: 10px;
}
#single-web-included .included-content .sidebar .nav-tabs li.active a,
#single-web-included .included-content .sidebar .nav-tabs li:hover a {
  color: #fff;
  background: #0e3075;
}
#single-web-included .included-content .sidebar .nav-tabs li a {
  padding: 13px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  font-family: Mulish-Bold;
  color: #0e3075;
  transform: unset;
  border: unset;
  margin: 0;
  font-size: 18px;
}
#single-web-included .included-content .content {
  padding: 0 16px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 8px;
  border-top: 4px solid #0e3075;
  font-size: 16px;
  color: #0e3075;
}
#single-web-included .included-content .content .tab-pane {
  margin: 60px auto;
  max-width: 720px;
  text-align: center;
}

#single-web-sector {
  margin-bottom: 60px;
}
#single-web-sector .content-title {
  max-width: 720px;
  margin: 0 auto 30px auto;
}
#single-web-sector .main-content {
  flex-wrap: wrap;
}
#single-web-sector .main-content .s-item {
  display: inline-block;
  position: relative;
  width: 25%;
  aspect-ratio: 1.5;
}
#single-web-sector .main-content .s-item .image {
  width: 100%;
  height: 100%;
}
#single-web-sector .main-content .s-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#single-web-sector .main-content .s-item .s-text {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 53.54%,
    rgba(0, 0, 0, 0.7) 100%
  );
  padding: 16px;
  display: flex;
  align-items: flex-end;
}

#single-web-process {
  margin-bottom: 60px;
}
#single-web-process .content-title {
  max-width: 720px;
  margin: 0 auto 30px auto;
}

.process-content {
  flex-wrap: wrap;
  gap: 45px;
}
.process-content .p-item {
  width: calc(33.3333333333% - 30px);
}
.process-content .p-item .index {
  font-size: 30px;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.process-content .p-item .index .dot {
  font-size: 40px;
  display: inline-block;
  color: #1abc9c;
  transform: translateX(-10px);
}
.process-content .p-item .title {
  margin-bottom: 24px;
  color: #1abc9c;
}
.process-content .p-item .content {
  color: #4c5d71;
}

#quote-single-web {
  margin-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
#quote-single-web .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 370px;
  width: 100%;
  object-fit: cover;
}
#quote-single-web .content-title {
  max-width: 950px;
  margin: 0 auto 55px auto;
}
#quote-single-web .prices {
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}
#quote-single-web .prices .price-item {
  padding: 30px;
  width: calc(33.3333333333% - 30px);
  max-width: 340px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(26, 188, 156, 0.1490196078);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
}
#quote-single-web .prices .price-item .main {
  position: absolute;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 4px;
  background: #1abc9c;
  top: -16px;
}
#quote-single-web .prices .price-item .name {
  text-align: center;
  font-size: 28px;
}
#quote-single-web .prices .price-item .price {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#quote-single-web .prices .price-item .price .r-price {
  font-size: 16px;
  font-weight: 500;
  color: #4c5d71;
  text-decoration: line-through;
}
#quote-single-web .prices .price-item .price .s-price {
  font-size: 24px;
}
#quote-single-web .prices .price-item .price .unit {
  color: #4c5d71;
}
#quote-single-web .prices .price-item .contact {
  width: 100%;
  border: 1px solid #000000;
  background: #014379;
  border-radius: 50px;
  padding: 12px 0;
  text-align: center;
}
#quote-single-web .prices .price-item .contact a:hover {
  color: #fff;
}
#quote-single-web .prices .price-item .contact a:focus {
  color: #fff;
  outline: none;
}
#quote-single-web .prices .price-item .description p {
  color: #1d2d4d;
}
#quote-single-web .prices .price-item .description .desc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4c5d71;
}
#quote-single-web .prices .price-item .description .desc-item:not(:last-child) {
  margin-bottom: 16px;
}
#quote-single-web .note {
  display: flex;
  gap: 6px;
  max-width: 750px;
  align-items: flex-start;
  margin: 30px auto;
}
#quote-single-web .note img {
  margin-top: 5px;
}
#quote-single-web .note .text-content {
  text-align: center;
}
#quote-single-web .button {
  padding: 12px 30px;
  text-align: center;
  background: #1abc9c;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  width: fit-content;
}
#quote-single-web .button:hover {
  color: #fff;
}

.single-web-section .single-web-projects .content-title {
  max-width: 650px;
  margin: 0 auto;
}
.single-web-section #impressive {
  padding-top: 60px;
}
.single-web-section #customer-page.customer-used-to-service .title,
.single-web-section #customer-page.customer-used-to-service .description {
  display: none;
}
.single-web-section
  #customer-page.customer-used-to-service
  .list-of-customers-wrapper::before,
.single-web-section
  #customer-page.customer-used-to-service
  .list-of-customers-wrapper::after {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #ecf8fd 73.81%
  );
}

#rating-single-web {
  margin: 60px 0;
}
#rating-single-web .content-title {
  max-width: 950px;
  margin: 0 auto 35px auto;
}
#rating-single-web .social-rating {
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}
#rating-single-web .social-rating .sr-item {
  width: 22%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  display: flex;
  text-align: center;
  gap: 20px;
  flex-direction: column;
}
#rating-single-web .social-rating .sr-item .header {
  height: 70px;
}
#rating-single-web .social-rating .sr-item .header img {
  object-fit: contain;
  margin-bottom: 8px;
}
#rating-single-web .social-rating .sr-item .body sup {
  display: inline-block;
  transform: translateY(-8px);
}
#rating-single-web .social-rating .sr-item .footer {
  display: flex;
  gap: 4px;
  justify-content: center;
}
#rating-single-web .social-rating .sr-item .footer img {
  max-width: 20px;
}
#rating-single-web .p-rating {
  position: relative;
}
#rating-single-web .p-rating .quote {
  position: absolute;
  max-width: 50px;
  object-fit: contain;
}
#rating-single-web .p-rating .quote.top {
  top: 0;
  left: -40px;
  transform: rotate(180deg);
}
#rating-single-web .p-rating .quote.bottom {
  bottom: 30px;
  right: -40px;
}
#rating-single-web .p-rating .personal-rating::after,
#rating-single-web .p-rating .personal-rating::before {
  position: absolute;
}
#rating-single-web .p-rating .personal-rating .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}
#rating-single-web .p-rating .personal-rating .owl-dots .owl-dot {
  background-color: #99a4af;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
#rating-single-web .p-rating .personal-rating .owl-dots .owl-dot.active {
  background-color: #0a2b48;
}
#rating-single-web .p-rating .personal-rating .pr-item {
  padding: 16px;
  background: #f5faff;
}
#rating-single-web .p-rating .personal-rating .pr-item .header {
  align-items: center;
  justify-content: space-between;
}
#rating-single-web .p-rating .personal-rating .pr-item .header .info .top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
#rating-single-web .p-rating .personal-rating .pr-item .header .info .top img {
  max-width: 16px;
}
#rating-single-web .p-rating .personal-rating .pr-item .header .info .job {
  color: #4c5d71;
}
#rating-single-web .p-rating .personal-rating .pr-item .header .stars {
  gap: 6px;
}
#rating-single-web .p-rating .personal-rating .pr-item .content {
  font-size: 16px;
  color: #000;
}

#faq-single-web {
  padding: 60px 0;
}
#faq-single-web .content-title {
  margin-bottom: 30px;
}
#faq-single-web .questions-list {
  margin: auto;
  max-width: 900px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 8px 0px rgba(10, 43, 72, 0.1490196078);
}
#faq-single-web .questions-list .question-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
}
#faq-single-web .questions-list .question-item:last-child {
  border-bottom: unset;
}
#faq-single-web .questions-list .question-item:first-child .answer {
  display: block;
}
#faq-single-web .questions-list .question-item .question {
  cursor: pointer;
  position: relative;
}
#faq-single-web .questions-list .question-item .question .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
#faq-single-web .questions-list .question-item .question .icon.show {
  opacity: 1;
  visibility: visible;
}
#faq-single-web .questions-list .question-item .answer {
  display: none;
  transition: unset;
  margin-top: 16px;
}
#faq-single-web .send-question {
  align-items: center;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 30px;
  flex-wrap: wrap;
}
#faq-single-web .send-question .left {
  margin-bottom: 20px;
}
#faq-single-web .send-question .right a {
  padding: 14px 30px;
  background: #1abc9c;
  color: #fff;
  border-radius: 50px;
}

.page-template-tpl-price-list .section,
.page-template-tpl-price-list #banner-main {
  padding: 60px 0;
}
.page-template-tpl-price-list #price-list-main .list-item {
  width: 100%;
  min-height: 180px;
  margin-bottom: 30px;
}
.page-template-tpl-price-list #price-list-main .list-item .p-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e3075;
  border-radius: 10px;
  text-align: center;
  min-width: 27%;
  max-width: 320px;
  padding: 16px;
  z-index: 2;
}

.page-template-tpl-price-list #price-list-main .list-item .p-body {
  padding: 12px 0;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.page-template-tpl-price-list #price-list-main .list-item .p-body::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background: #fff;
  left: -8px;
}
.page-template-tpl-price-list #price-list-main .list-item .p-body .p-item {
  padding: 16px;
  width: 33.3333333333%;
}
.p-item.not-popular {
  margin-top: 28px;
}
.page-template-tpl-price-list
  #price-list-main
  .list-item
  .p-body
  .p-item
  .image {
  margin-right: 8px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  background: #f5faff;
  border-radius: 100px;
}
.p-item.has-popular {
  align-items: center; /* Canh giữa theo chiều dọc */
}

.p-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-tpl-price-list
  #price-list-main
  .list-item
  .p-body
  .p-item
  .image
  img {
  max-width: 20px;
  object-fit: contain;
}
.page-template-tpl-price-list
  #price-list-main
  .list-item
  .p-body
  .p-item
  .p-content {
  position: relative;
}
.page-template-tpl-price-list
  #price-list-main
  .list-item
  .p-body
  .p-item
  .p-content
  .main {
  background: #1abc9c;
  gap: 6px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 22px;
  right: 8px;
  top: 0;
  margin-bottom: 10px;
}
.page-template-tpl-price-list
  #price-list-main
  .list-item
  .p-body
  .p-item
  .p-content
  .main
  img {
  width: 10px;
}
.page-template-tpl-price-list #price-list-promotion .promotion-list {
  flex-wrap: wrap;
  gap: 20px;
}
.page-template-tpl-price-list #price-list-promotion .promotion-list .list-item {
  width: calc(25% - 15px);
  height: 200px;
}
.page-template-tpl-price-list
  #price-list-promotion
  .promotion-list
  .list-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-price-list #price-list-customer .section-content {
  gap: 60px;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  #impressive {
  padding-top: 0;
  gap: 16px;
  max-width: 460px;
  flex-wrap: wrap;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  #impressive
  .a-item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 4px solid #0e3075;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  text-align: center;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 16px;
  position: relative;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service::before,
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  z-index: 2;
  width: 110px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #daeeff 73.81%
  );
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service::before {
  left: 0;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service::after {
  right: 0;
  transform: rotate(180deg);
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service
  .customers-price-list-page
  .item {
  margin-bottom: 16px;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service
  .customers-price-list-page
  .item.even {
  transform: translateY(16px);
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service
  .customers-price-list-page
  .item
  a {
  display: inline-block;
  border-radius: 15px;
  height: 120px;
  width: 120px;
  box-shadow: 0px 0px 20px 0px rgba(207, 222, 248, 0.5019607843);
  overflow: hidden;
  margin-top: 20px;
}
.page-template-tpl-price-list
  #price-list-customer
  .section-content
  .customer-used-to-service
  .customers-price-list-page
  .item
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-tpl-price-list .price-service-item.even {
  background-color: #ebf5f1;
}
.page-template-tpl-price-list .price-service-item .service-list {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.page-template-tpl-price-list .price-service-item .service-list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  width: calc(25% - 15px);
  padding: 16px;
  text-align: center;
}
.page-template-tpl-price-list
  .price-service-item
  .service-list
  .list-item
  .link {
  background: #014379;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 20px;
  gap: 8px;
}
.page-template-tpl-price-list
  .price-service-item
  .service-list
  .list-item
  .link:hover {
  color: #1abc9c;
}
.page-template-tpl-price-list .price-service-item .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1abc9c;
}
.page-template-tpl-price-list #price-list-partner {
  padding-bottom: 0;
}
.page-template-tpl-price-list #price-list-partner #customer-page h2.title,
.page-template-tpl-price-list #price-list-partner #customer-page p.description {
  display: none;
}
.page-template-tpl-price-list #price-list-news {
  background: #f7f7f7;
}
.page-template-tpl-price-list #price-list-news .news-list {
  gap: 32px;
  flex-wrap: wrap;
  padding: 0 16px;
}
.page-template-tpl-price-list #price-list-news .news-list .list-item {
  height: 70px;
  width: calc(20% - 26px);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.page-template-tpl-price-list #price-list-news .news-list .list-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-template-tpl-price-list #price-list-news #customer-story {
  padding-top: 40px;
  padding-bottom: 0;
}
.page-template-tpl-price-list #price-list-news #customer-story .post-list {
  flex-wrap: wrap;
  row-gap: 30px;
}

.page-template-tpl-service .section,
.page-template-tpl-service #banner-main {
  padding: 60px 0;
}
.page-template-tpl-service #other-service-intro .row {
  justify-content: center;
}
.page-template-tpl-service #other-service-intro .text-center {
  max-width: 865px;
}
.page-template-tpl-service #other-service-intro .list {
  max-width: 865px;
  justify-content: space-between;
}
.page-template-tpl-service #other-service-intro .list .list-item {
  flex-direction: column;
  align-items: center;
  max-width: 140px;
}
.page-template-tpl-service #other-service-intro .list .list-item .image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef8f8;
}
.page-template-tpl-service #other-service-intro .list .list-item .image img {
  max-width: 52px;
  object-fit: contain;
}
.page-template-tpl-service #other-service-risk .content .questions-list {
  margin: auto;
  width: 60%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 8px 0px rgba(10, 43, 72, 0.1490196078);
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item:last-child {
  border-bottom: unset;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item:first-child
  .answer {
  display: block;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item
  .question {
  cursor: pointer;
  position: relative;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item
  .question
  .q-text {
  padding-right: 24px;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item
  .question
  .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item
  .question
  .icon.show {
  opacity: 1;
  visibility: visible;
}
.page-template-tpl-service
  #other-service-risk
  .content
  .questions-list
  .question-item
  .answer {
  display: none;
  transition: unset;
  margin-top: 16px;
}
.page-template-tpl-service #other-service-risk .content .image {
  width: 40%;
  padding-left: 24px;
}
.page-template-tpl-service #price-list-news #customer-story {
  padding-top: 40px;
  padding-bottom: 0;
}
.page-template-tpl-service #price-list-news #customer-story .post-list {
  flex-wrap: wrap;
  row-gap: 30px;
}
.page-template-tpl-service #single-web-compare.quote .content-wrapper { 
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-template-tpl-service #single-web-compare.quote .view-price-list,
.view-price-list{
  padding: 12px 30px;
  text-align: center;
  background: #1abc9c;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  cursor: pointer;
  color: #ffffff;
  margin-top: 30px;
}
.view-price-list:hover {
  color: #ffffff;
}
.page-template-tpl-service #single-web-compare.quote .linear-bg {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.42) 31%,
    #ffffff 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 140px;
}
.page-template-tpl-service #single-web-compare.quote .view-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1abc9c;
  cursor: pointer;
  margin-top: 30px;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item:nth-child(odd) {
  background-color: unset;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item
  .title {
  width: 36%;
  justify-content: flex-start;
  background-color: #f5faff;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item
  .name {
  width: 16%;
  color: #000;
  justify-content: center;
  text-align: center;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell {
  flex-direction: column;
  justify-content: center;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.title {
  font-size: 16px;
  background: #fff;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .p-name {
  font-size: 20px;
  margin-bottom: 12px;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .p-price {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .more {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 100px;
  background: #014379;
  padding: 3px 0;
}
.page-template-tpl-service
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .more:hover {
  color: #fff;
}
.page-template-tpl-service #other-service-project .s-text {
  width: 50%;
  margin-bottom: -60px;
}
.page-template-tpl-service #other-service-project .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}
.page-template-tpl-service #other-service-project .owl-dots .owl-dot {
  background-color: #99a4af;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.page-template-tpl-service #other-service-project .owl-dots .owl-dot.active {
  background-color: #0a2b48;
}
.page-template-tpl-service #other-service-project .view-all {
  margin: 0 auto;
  padding: 10px 28px;
  border-radius: 1000px;
  border: 1px solid #1abc9c;
  width: fit-content;
  margin-top: 30px;
  background: #1abc9c;
}
.page-template-tpl-service #other-service-project .view-all a {
  color: #fff;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top {
  justify-content: space-between;
  align-items: flex-end;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .left {
  width: 50%;
  max-width: 440px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .left
  .p-text
  .name {
  font-size: 40px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .left
  .info {
  justify-content: space-between;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .right {
  width: 45%;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .right
  .image {
  max-width: 530px;
  height: 324px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .top
  .right
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .bottom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .bottom
  .case-item {
  width: 170px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .bottom
  .case-item
  .name {
  font-size: 28px;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .bottom
  .case-item
  div.d-flex {
  justify-content: space-between;
}
.page-template-tpl-service
  #other-service-project
  .projects
  .s-project-item
  .bottom
  .case-item
  .after-label {
  background-color: #1abc9c;
  padding: 4px;
  border-radius: 4px;
}

.page-template-tpl-price-list-detail .section {
  padding: 60px 0;
}
.page-template-tpl-price-list-detail #price-banner .content {
  flex-direction: column;
  gap: 30px;
  max-width: 660px;
  margin: auto;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .content-wrapper {
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-template-tpl-price-list-detail #single-web-compare.quote .linear-bg {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.42) 31%,
    #ffffff 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 140px;
}
.page-template-tpl-price-list-detail #single-web-compare.quote .view-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1abc9c;
  cursor: pointer;
  margin-top: 30px;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item:nth-child(odd) {
  background-color: unset;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item
  .title {
  width: 36%;
  justify-content: flex-start;
  background-color: #f5faff;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item
  .name {
  width: 16%;
  color: #000;
  justify-content: center;
  text-align: center;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell {
  flex-direction: column;
  justify-content: center;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.title {
  font-size: 16px;
  background: #fff;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .p-name {
  font-size: 20px;
  margin-bottom: 12px;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .p-price {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .more {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 100px;
  background: #014379;
  padding: 3px 0;
}
.page-template-tpl-price-list-detail
  #single-web-compare.quote
  .table-content
  .row-item.item-head
  .cell.name
  .more:hover {
  color: #fff;
}
.page-template-tpl-price-list-detail
  #other-service-advantage.reason-section
  .p-item
  .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  background: #cde6ff;
  padding: 15px;
}
.page-template-tpl-price-list-detail #price-detail-feature .feature-content {
  padding: 0 40px;
  row-gap: 40px;
  justify-content: space-between;
}
.page-template-tpl-price-list-detail
  #price-detail-feature
  .feature-content
  .p-item {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-tpl-price-list-detail
  #price-detail-feature
  .feature-content
  .p-item
  .icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #eef8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.page-template-tpl-price-list-detail
  #price-detail-feature
  .feature-content
  .p-item
  .text-blue {
  max-width: 140px;
}
.page-template-tpl-price-list-detail #price-detail-service .content-wrapper {
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-template-tpl-price-list-detail #price-detail-service .linear-bg {
  background: linear-gradient(
    180deg,
    rgba(229, 246, 247, 0) 0%,
    rgba(228, 244, 247, 0.4) 31%,
    rgba(229, 246, 247, 0.5) 50%,
    rgba(229, 246, 247, 0.8) 80%
  );
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 50px;
  width: calc(100% - 30px);
  height: 140px;
  display: none;
}
.page-template-tpl-price-list-detail #price-detail-service .view-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1abc9c;
  cursor: pointer;
  margin-top: 30px;
  display: none;
}
.page-template-tpl-price-list-detail #price-detail-service .content {
  gap: 40px;
}
.page-template-tpl-price-list-detail #price-detail-service .content .left {
  width: calc(60% - 40px);
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item {
  width: 100%;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item:first-child
  .t-row.st {
  border-top-left-radius: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item:first-child
  .t-row.rd {
  border-top-right-radius: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item:last-child
  .t-row.st {
  border-bottom-left-radius: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item:last-child
  .t-row.rd {
  border-bottom-right-radius: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item
  .t-row {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  background: transparent;
  color: #0e3075;
  font-size: 16px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item
  .t-row.st {
  width: 60%;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item
  .t-row.nd {
  width: 25%;
  text-align: center;
  align-items: center;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .left
  .l-services
  .s-item
  .t-row.rd {
  width: 15%;
  text-align: center;
  align-items: center;
}
.page-template-tpl-price-list-detail #price-detail-service .content .right {
  width: 40%;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .right
  .r-services {
  gap: 16px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .right
  .r-services
  .s-item {
  width: calc(50% - 8px);
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(26, 188, 156, 0.3019607843);
  border-radius: 10px;
  padding: 16px;
  gap: 10px;
}
.page-template-tpl-price-list-detail
  #price-detail-service
  .content
  .right
  .r-services
  .s-item
  .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #eef8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-tpl-price-list-detail #price-detail-form .content {
  justify-content: space-between;
}
.page-template-tpl-price-list-detail #price-detail-form .content .left {
  max-width: 550px;
}
.page-template-tpl-price-list-detail #price-detail-form .content .left .title {
  font-size: 36px;
}
.page-template-tpl-price-list-detail #price-detail-form .content .left .image {
  margin-top: 26px;
  max-width: 216px;
}
.page-template-tpl-price-list-detail #price-detail-form .content .right {
  width: 47%;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .acf-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field {
  border: unset;
  padding: 0;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="name"],
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="email"],
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="phone"],
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="service"] {
  width: calc(50% - 8px);
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="address"],
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="note"],
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field[data-name="capcha"] {
  width: 100%;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input {
  margin-bottom: 16px;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  input,
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  select,
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  textarea {
  height: 48px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #0e3075;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  input::placeholder,
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  select::placeholder,
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  textarea::placeholder {
  color: #0e3075;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  textarea {
  height: 96px;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  .acf-true-false
  label {
  margin-bottom: 0;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  .acf-true-false
  label
  input {
  height: unset;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-field
  .acf-input
  .acf-true-false
  label
  span {
  color: #fff;
  font-weight: 100;
  margin-left: 8px;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-submit {
  text-align: center;
  padding-bottom: 0;
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-submit
  button {
  background: #1abc9c;
  outline: none;
  border: none;
  color: #fff;
  height: 42px;
  padding: 0 28px;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Mulish-Bold";
}
.page-template-tpl-price-list-detail
  #price-detail-form
  .content
  .right
  .acf-form
  .af-label {
  display: none;
}
.page-template-tpl-price-list-detail #quote-single-web.price-detail-quote {
  background: linear-gradient(180deg, #eefffe 0%, #d7ede9 80%);
  margin-bottom: 0;
  padding-bottom: 60px;
}
.page-template-tpl-price-list-detail
  #quote-single-web.price-detail-quote
  .packages {
  gap: 10px;
  justify-content: center;
}
.page-template-tpl-price-list-detail
  #quote-single-web.price-detail-quote
  .packages
  .pa-item {
  padding: 12px 28px;
  background: #fff;
  border: 1px solid #014379;
  border-radius: 4px;
  color: #014379;
  cursor: pointer;
}
.page-template-tpl-price-list-detail
  #quote-single-web.price-detail-quote
  .packages
  .pa-item.active {
  border-color: #1abc9c;
  background: #1abc9c;
  color: #fff;
}
.page-template-tpl-price-list-detail
  #quote-single-web.price-detail-quote
  .prices
  .price-item {
  display: none;
}
.page-template-tpl-price-list-detail
  #quote-single-web.price-detail-quote
  .prices
  .price-item
  .main {
  left: 50%;
  transform: translateX(-50%);
}
.page-template-tpl-policy-main #menu-main {
  background: #014379;
}
#policy-main {
  padding: 60px 0 50px;
}
#policy-main .breakcrum {
  margin-bottom: 30px;
}
#policy-main .breakcrum > * {
  color: #99a4af;
  font-size: 16px;
}
#policy-main h1.titlepage {
  font-size: 36px;
  font-family: Mulish-Bold;
  color: #014379;
  text-align: center;
  margin: 0 0 40px;
}

#policy-main .holder-content {
  box-shadow: 0px 0px 10px -3px #00000040;
  border-radius: 20px;
  padding: 30px;
}
#policy-main .row {
  padding: 0;
}
#policy-main .sider-bar {
display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px #0000000f;
}
#policy-main .sider-bar a {
  font-family: Mulish-Regular;
  font-size: 16px;
  display: block;
  color: #99a4af;
  font-weight: 400;
  line-height: 150%;
}
#policy-main .sider-bar a:last-child {
  margin-bottom: 0;
}
#policy-main .sider-bar a.active {
  color: #0e3075;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  #single-web-reason .reasons {
    transform: translateX(-12%);
  }
}
@media screen and (max-width: 1200px) {
  #project-main .web-cnt .web-info .info-item {
    width: 25%;
  }
  #single-web-banner {
    padding: 60px;
  }
  #single-web-banner .text-content .content {
    max-width: unset;
  }
  #single-web-banner .nowrap {
    white-space: wrap;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-body .p-item {
    width: 50%;
  }
  .page-template-tpl-price-list-detail #price-detail-service .content-wrapper {
    max-height: unset;
  }
  .page-template-tpl-price-list-detail #price-detail-service .content {
    gap: 30px;
    flex-wrap: wrap;
  }
  .page-template-tpl-price-list-detail #price-detail-service .content .left,
  .page-template-tpl-price-list-detail #price-detail-service .content .right {
    width: 100%;
  }
  .page-template-tpl-price-list-detail #price-detail-form .content .left {
    padding-right: 40px;
    width: 40%;
  }
  .page-template-tpl-price-list-detail #price-detail-form .content .right {
    width: 60%;
  }
  #technical-capacity .service-card {
    height: 180px;
  }
  #intro-b .center-img {
    width: 450px;
    height: 450px;
  }
  #featuredServices .image-container .image-bg {
    max-width: 100%;
  }
  #about-epal-solution .image-container .image-bg {
    max-width: 100%;
  }
  #banner-about-page .content {
    padding: unset;
  }
  #rating-single-web .p-rating .quote.top {
    display: none;
  }
  #rating-single-web .p-rating .quote.bottom {
    display: none;
  }
  #services-main .services .service-item .info .name {
    height: 22px;
  }
}
@media screen and (max-width: 992px) {
  #difference-main .diff-list .d-item .text {
    display: inherit;
  }
  #impressive .number-list .num-item::after {
    display: none;
  }
  #banner-main .homepage-project-banner {
    margin-top: 50px
  }
  #banner-main .homepage-project-banner .banner-item {
    gap: 20px;
  }
  #banner-main .homepage-project-banner .banner-item .text {
    display: block;
  }
  #banner-main .homepage-project-banner .banner-item .list .t-item {
    max-width: unset;
  }
  #request h4.request-button {
    justify-content: center;
  }
  #single-web-description
    .content-images
    .image-item
    .hover-content
    .content
    .h-title {
    font-size: 16px;
  }
  #single-web-description
    .content-images
    .image-item
    .hover-content
    .content
    a {
    padding: 6px 18px;
  }
  #single-web-description .content-images .image-item .title {
    font-size: 16px;
    margin-left: 14px;
  }
  #single-web-sector .main-content .s-item {
    width: 33.3333333333%;
  }
  #quote-single-web .prices {
    gap: 24px;
  }
  #quote-single-web .prices .price-item {
    width: calc(33.3333333333% - 16px);
    padding: 20px 15px;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-body {
    row-gap: 12px;
  }
  .page-template-tpl-price-list
    #price-list-main
    .list-item
    .p-body
    .p-item
    .p-content
    .main {
    right: unset;
    top: -20px;
  }
  .page-template-tpl-price-list
    #price-list-promotion
    .promotion-list
    .list-item {
    width: calc(33.3333333333% - 15px);
    height: 200px;
  }
  .page-template-tpl-price-list #price-list-customer .section-content {
    flex-direction: column;
  }
  .page-template-tpl-price-list
    #price-list-customer
    .section-content
    #impressive {
    max-width: unset;
  }
  .page-template-tpl-price-list
    #price-list-customer
    .section-content
    #impressive
    .a-item {
    width: calc(33.3333333333% - 12px);
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .p-name,
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .p-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .p-price,
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .p-price {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more,
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more {
    font-size: 14px;
    padding: 2px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more
    img,
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more
    img {
    display: none;
  }
  .page-template-tpl-service #other-service-project .s-text {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .top {
    align-items: center;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom
    .case-item {
    width: 150px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom
    .case-item
    .name {
    font-size: 20px;
  }
  #intro-b {
    padding: 0px;
  }
  #intro-b .title-container {
    display: block;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #intro-b .title-container .intro-title-mobile h2{
    font-size: 36px;
    font-weight: bold;
    color: #1d3c81;
  }
  #intro-b .title-container .intro-title-mobile h3{
    font-size: 36px;
    font-weight: bold;
    color: #1abc9c;
  }
  #intro-b .center-img {
    display: none;
  }
  #intro-b .circle {
    display: none;
  }
  #intro-b .title p {
    margin-bottom: 30px;
  }
  #intro-b .line {
    margin-bottom: 20px;
  }
  #intro-b .text {
    display: block;
  }
  #intro-b .line:first-child,
  #intro-b .line:last-child {
    margin-right: 0px;
  }
  #intro-b .cover2 .line:first-child,
  #intro-b .cover2 .line:last-child {
    margin-left: 0px;
  }
  #intro-b .cover1 .line .text,
  #intro-b .cover2 .line .text {
   font-size: 24px;
  }

  #technical-capacity .service-card {
    height: 180px;
  }
  #technical-capacity .container{
    padding-bottom: 30px;
  }
  #featuredServices{
    padding: 0px;
  }
  #wrapper .content-pdf {
    display: none;
  }
  #wrapper .button-pdf {
    display: block;
  }
  #policy-main .sider-bar{
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  #technical-capacity .row {
    display: flex;
    justify-content: center;
  }

  #technical-capacity .service-card {
    height: 180px;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
}
@media screen and (max-width: 768px) {
  #impressive .number-list .num-wrapper {
    width: 50%;
  }
  #single-web-content {
    margin-top: 0;
  }
  #single-web-description .content-images .image-item.img-item-1,
  #single-web-description .content-images .image-item.img-item-2,
  #single-web-description .content-images .image-item.img-item-3,
  #single-web-description .content-images .image-item.img-item-4,
  #single-web-description .content-images .image-item.img-item-5 {
    max-height: 285px;
    width: 100%;
  }
  #single-web-reason {
    padding: 30px 0;
  }
  #single-web-reason .reasons .r-item {
    height: 70px;
  }
  #single-web-reason .reasons .r-item:not(:last-child) {
    margin-bottom: 8px;
  }
  #single-web-reason .reasons .r-item.item-2,
  #single-web-reason .reasons .r-item.item-5 {
    transform: translateX(24px);
  }
  #single-web-reason .reasons .r-item.item-3,
  #single-web-reason .reasons .r-item.item-4 {
    transform: translateX(60px);
  }
  #single-web-reason .reasons .r-item .img {
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #single-web-reason .reasons .r-item .img img {
    max-width: 24px;
  }
  #single-web-reason .reasons .r-item p {
    font-size: 14px;
  }
  #single-web-compare {
    padding: 30px 0;
  }
  #single-web-compare .content-title {
    margin: 0 auto 20px auto;
  }
  #single-web-compare .table-content .row-item.item-head .cell {
    font-size: 18px;
  }
  #single-web-compare .table-content .row-item .cell {
    padding: 12px;
  }
  #single-web-included {
    padding: 30px 0;
  }
  #single-web-included .included-content .sidebar .nav-tabs li a {
    font-size: 16px;
    padding: 10px 14px;
  }
  #single-web-included .included-content .content .tab-pane {
    margin: 30px auto;
  }
  #single-web-sector .main-content .s-item {
    width: 50%;
  }
  .process-content {
    gap: 40px;
  }
  .process-content .p-item {
    width: calc(50% - 20px);
  }
  .process-content .p-item .content {
    text-align: justify;
  }
  #quote-single-web .prices {
    justify-content: center;
  }
  #quote-single-web .prices .price-item {
    width: calc(50% - 12px);
  }
  #rating-single-web {
    margin: 30px 0;
  }
  #rating-single-web .social-rating {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #rating-single-web .social-rating .sr-item {
    width: calc(50% - 15px);
  }
  #faq-single-web {
    padding: 30px 0;
  }
  .page-template-tpl-price-list .section,
  .page-template-tpl-service .section,
  .page-template-tpl-price-list-detail .section {
    padding: 30px 0;
  }
  .page-template-tpl-price-list #price-list-main .list-item {
    flex-direction: column;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-header {
    max-width: unset;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-body {
    row-gap: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-body::before {
    left: 0;
    right: 0;
    height: 12px;
    width: 100%;
    top: -8px;
  }
  .page-template-tpl-price-list
    #price-list-main
    .list-item
    .p-body
    .p-item
    .p-content
    .main {
    right: 8px;
    top: 0;
  }
  .page-template-tpl-price-list
    #price-list-promotion
    .promotion-list
    .list-item {
    width: calc(50% - 10px);
    height: 200px;
  }
  .page-template-tpl-price-list .price-service-item .service-list {
    margin-bottom: 20px;
  }
  .page-template-tpl-price-list .price-service-item .service-list .list-item {
    width: calc(50% - 10px);
  }
  .page-template-tpl-price-list #price-list-news .news-list {
    gap: 12px;
  }
  .page-template-tpl-price-list #price-list-news .news-list .list-item {
    width: calc(20% - 10px);
  }
  .page-template-tpl-service #other-service-intro .list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .page-template-tpl-service #other-service-intro .list .list-item {
    width: 50%;
    max-width: unset;
  }
  .page-template-tpl-service #other-service-risk .content {
    flex-direction: column-reverse;
  }
  .page-template-tpl-service #other-service-risk .content .questions-list {
    width: 100%;
  }
  .page-template-tpl-service #other-service-risk .content .image {
    width: 80%;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tpl-service #single-web-compare.quote .content-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar {
    height: 4px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .page-template-tpl-service #single-web-compare.quote .table-content {
    width: 1218px;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item
    .title {
    width: 28%;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item
    .name {
    width: 18%;
  }
  .page-template-tpl-service
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more
    img {
    display: block;
  }
  .page-template-tpl-service #other-service-project .s-text {
    margin-bottom: 30px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .top
    .left
    .p-text
    .name {
    font-size: 24px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom {
    margin-top: 20px;
    row-gap: 20px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom
    .case-item
    .name {
    font-size: 18px;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .content-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar {
    height: 4px;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .content-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content {
    width: 1218px;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item
    .title {
    width: 28%;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item
    .name {
    width: 18%;
  }
  .page-template-tpl-price-list-detail
    #single-web-compare.quote
    .table-content
    .row-item.item-head
    .cell.name
    .more
    img {
    display: block;
  }
  .page-template-tpl-price-list-detail
    #price-detail-feature
    .feature-content
    .p-item {
    width: 33.3333333333%;
  }
  #share .nav-tabs {
    -webkit-overflow-scrolling: touch;
  }
  #share .nav-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  #share .nav-tabs > li {
    text-align: center;
    padding: 0px 10px;
    width: auto;
  }
  #news .partners {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 15px;
    overflow-x: auto;
    white-space: nowrap;
  }

  #news .partners img {
    border-radius: 10px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #news .post-container {
    margin-top: 30px;
  }

  #news .partners {
    flex-wrap: nowrap;
  }
  #timeline .timeline-item:nth-child(odd) .timeline-image {
    padding-left: unset;
    display: flex;
    padding: 100px 0px;
  }
  #timeline .timeline-item:nth-child(even) .timeline-image {
    padding-right: unset;
    display: flex;
    padding: 100px 0px;
  }
  #timeline .timeline-item {
    padding: unset;
  }
  #about-epal-solution .row .col-md-6 {
    display: flex;
    justify-content: center;
  }
  #about-epal-solution .epal-content {
    padding-top: 0px;
    text-align: center;
  }
  #about-epal-solution .image-container {
    padding-top: 0px;
  }
  #featuredServices .row .col-md-6 {
    display: flex;
    justify-content: center;
  }
  #featuredServices .featured-services-content {
    padding-top: 0px;
  }
  #intro-b .circle {
    display: none;
  }
  #intro-b .title p {
    margin-bottom: 30px;
  }
  #intro-b .line {
    margin-bottom: 20px;
  }
  #intro-b .text {
    display: block;
  }
  #intro-b .cover2 {
    padding-top: 30px;
  }
  #intro-b .line:first-child,
  #intro-b .line:last-child {
    margin-right: 0px;
  }
  #intro-b .cover2 .line:first-child,
  #intro-b .cover2 .line:last-child {
    margin-left: 0px;
  }
  #intro-b .cover1 .line {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #intro-b .cover1 .line .text,
  #intro-b .cover2 .line .text {
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  #intro-b .cover1 .line span,
  #intro-b .cover2 .line span {
    width: auto;
    margin-right: 10px;
  }

  #intro-b .cover1 .icon,
  #intro-b .cover2 .icon {
    margin-right: 0;
    margin-left: 10px;
  }
  #technical-capacity .service-card {
    height: 50px;
    transition: height 0.3s ease;
  }
  #technical-capacity .web-application {
    width: 100%;
  }
  #technical-capacity .software {
    width: 100%;
  }
  #technical-capacity .overlay-bg {
    padding: 0px;
  }
  #technical-capacity .overlay-bg h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  #banner-main .owl-carousel.owl-drag .owl-item,
  #difference-main .owl-carousel.owl-drag .owl-item {
    text-align: unset;
  }
  .p-item.not-popular {
    margin-top: 0px;
  }
  #banner-bottom {
    margin-top: -1px;
  }
  #single-web-content {
    margin-top: 0;
  }
  #single-web-description {
    padding: 20px 0;
  }
  #single-web-description .content-title {
    margin-bottom: 30px;
  }
  #single-web-description .content-images .image-item.img-item-1,
  #single-web-description .content-images .image-item.img-item-2,
  #single-web-description .content-images .image-item.img-item-3,
  #single-web-description .content-images .image-item.img-item-4,
  #single-web-description .content-images .image-item.img-item-5 {
    max-height: unset;
    height: 265px;
  }
  #single-web-reason {
    padding: 30px 0;
  }
  #single-web-reason .row {
    flex-direction: column;
    row-gap: 15px;
  }
  #single-web-reason .row .col-xs-4,
  #single-web-reason .row .col-xs-8 {
    width: 100%;
  }
  #single-web-reason .row .reasons {
    transform: unset;
  }
  #single-web-reason .row .reasons .r-item.item-2,
  #single-web-reason .row .reasons .r-item.item-5,
  #single-web-reason .row .reasons .r-item.item-3,
  #single-web-reason .row .reasons .r-item.item-4 {
    transform: unset;
  }
  #single-web-compare .table-content .row-item.item-head .cell {
    font-size: 16px;
    text-align: center;
  }
  #single-web-compare .table-content .row-item .cell {
    font-size: 14px;
  }
  #single-web-included .included-content {
    flex-direction: column;
  }
  #single-web-included .included-content .sidebar {
    width: 100%;
    max-width: unset;
  }
  #single-web-included .included-content .sidebar .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #single-web-included .included-content .sidebar .nav-tabs::-webkit-scrollbar {
    width: 0;
  }
  #single-web-included .included-content .sidebar .nav-tabs li {
    margin: 10px;
  }
  #single-web-included .included-content .sidebar .nav-tabs li a {
    width: max-content;
  }
  #single-web-process {
    margin-bottom: 30px;
  }
  #single-web-process .content-title {
    margin-bottom: 20px;
  }
  #quote-single-web{
    padding-top: 80px;
  }
  .process-content {
    gap: 24px;
  }
  .process-content .p-item {
    width: 100%;
  }
  .process-content .p-item .index {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .process-content .p-item .index .dot {
    font-size: 32px;
    transform: translateX(-6px);
  }
  .process-content .p-item .title {
    margin-bottom: 16px;
  }
  #rating-single-web .social-rating {
    gap: 10px;
  }
  #rating-single-web .social-rating .sr-item {
    width: calc(50% - 5px);
  }
  #faq-single-web .questions-list {
    padding: 20px;
  }
  #faq-single-web .questions-list .question-item .question .q-text {
    padding-right: 24px;
  }
  #faq-single-web .send-question {
    justify-content: center;
    text-align: center;
  }
  #single-web-banner {
    padding: 30px;
    padding-top: 100px;
  }
  .page-template-tpl-price-list .section,
  .page-template-tpl-price-list #banner-main,
  .page-template-tpl-service .section,
  .page-template-tpl-service #banner-main,
  .page-template-tpl-price-list-detail .section,
  .page-template-tpl-price-list-detail #banner-main {
    padding: 20px 0;
  }
  .page-template-tpl-price-list #price-list-main .list-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .page-template-tpl-price-list #price-list-main .list-item .p-body .p-item {
    width: 100%;
  }
  .page-template-tpl-price-list #price-list-promotion .promotion-list {
    gap: 12px;
  }
  .page-template-tpl-price-list
    #price-list-promotion
    .promotion-list
    .list-item {
    width: 100%;
  }
  .page-template-tpl-price-list
    #price-list-customer
    .section-content
    #impressive
    .a-item {
    width: calc(50% - 8px);
  }
  .page-template-tpl-price-list #price-list-news .news-list {
    flex-wrap: wrap;
  }
  .page-template-tpl-price-list #price-list-news .news-list .list-item {
    width: 30%;
  }
  .page-template-tpl-service #other-service-intro .list {
    gap: 20px;
  }
  .page-template-tpl-service #other-service-intro .list .list-item {
    width: calc(50% - 10px);
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .top {
    flex-direction: column;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .top
    .left {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .top
    .right {
    width: 100%;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom {
    column-gap: 40px;
    justify-content: flex-start;
  }
  .page-template-tpl-service
    #other-service-project
    .projects
    .s-project-item
    .bottom
    .case-item {
    width: 135px;
  }
  .page-template-tpl-price-list-detail #price-detail-feature .feature-content {
    column-gap: 16px;
    padding: 0;
  }
  .page-template-tpl-price-list-detail
    #price-detail-feature
    .feature-content
    .p-item {
    width: calc(50% - 8px);
  }
  .page-template-tpl-price-list-detail
    #price-detail-feature
    .feature-content
    .p-item
    .icon {
    width: 70px;
    height: 70px;
  }
  .page-template-tpl-price-list-detail
    #price-detail-feature
    .feature-content
    .p-item
    .icon
    img {
    max-width: 70%;
  }
  .page-template-tpl-price-list-detail #price-detail-service .content-wrapper {
    max-height: unset;
  }
  .page-template-tpl-price-list-detail #price-detail-service .content {
    gap: 30px;
    flex-wrap: wrap;
  }
  .page-template-tpl-price-list-detail
    #price-detail-service
    .content
    .left
    .l-services
    .s-item
    .t-row.st {
    width: 50%;
  }
  .page-template-tpl-price-list-detail
    #price-detail-service
    .content
    .left
    .l-services
    .s-item
    .t-row.nd {
    width: 30%;
  }
  .page-template-tpl-price-list-detail
    #price-detail-service
    .content
    .left
    .l-services
    .s-item
    .t-row.rd {
    width: 20%;
  }
  .page-template-tpl-price-list-detail #price-detail-form .content {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .page-template-tpl-price-list-detail #price-detail-form .content .left {
    padding-right: 0;
    width: 100%;
  }
  .page-template-tpl-price-list-detail
    #price-detail-form
    .content
    .left
    .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .page-template-tpl-price-list-detail #price-detail-form .content .right {
    width: 100%;
  }
  #share .nav-tabs {
    -webkit-overflow-scrolling: touch;
  }
  #share .nav-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  #share .nav-tabs > li {
    flex: 0 0 auto;
    width: auto;
    text-align: center;
    padding: 0px 6px;
  }
  #news .partners {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 15px;
    overflow-x: auto;
    white-space: nowrap;
  }

  #news .partners img {
    border-radius: 10px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #news .post-container {
    margin-top: 30px;
  }

  #news .partners {
    flex-wrap: nowrap;
  }
  #intro-b .circle {
    display: none;
  }
  #intro-b .title p {
    margin-bottom: 30px;
  }
  #intro-b .line {
    margin-bottom: 20px;
  }
  #intro-b .text {
    display: block;
  }
  #intro-b .cover2 {
    padding-top: 30px;
  }
  #intro-b .line:first-child,
  #intro-b .line:last-child {
    margin-right: 0px;
  }
  #intro-b .cover2 .line:first-child,
  #intro-b .cover2 .line:last-child {
    margin-left: 0px;
  }
  #technical-capacity .service-card {
    height: 50px;
    transition: height 0.3s ease;
  }
  #technical-capacity .web-application {
    width: 100%;
  }
  #technical-capacity .software {
    width: 100%;
  }
  #technical-capacity .overlay-bg {
    padding: 0px;
  }
  #technical-capacity .overlay-bg h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .page-template-tpl-home #banner-main {
    padding-top: 20px;
    height: unset;
    padding-bottom: 0;
  }
  #single-web-sector .main-content .s-item {
    width: 100%;
  }
  #quote-single-web .prices .price-item {
    width: 100%;
  }
  .page-template-tpl-price-list #banner-main {
    height: unset;
  }
  .page-template-tpl-price-list .price-service-item .service-list {
    gap: 12px;
  }
  .page-template-tpl-price-list .price-service-item .service-list .list-item {
    width: 100%;
  }
  .page-template-tpl-service #banner-main {
    height: unset;
  }
  #banner-main .homepage-project-banner .banner-item .text-editor {
    line-height: 26px;
  }
  #banner-main .homepage-project-banner .banner-item .text-editor span {
    font-size: 18px !important;
  }
  #banner-main .homepage-project-banner .banner-item .text-editor span span {
    font-size: 22px !important;
  }
  #banner-main .homepage-project-banner .banner-item .p-image {
    position: relative;
    min-height: 250px;
  }
  #banner-main .homepage-project-banner .banner-item .p-image .hover-content{
    opacity: 1;
  }
  .buttons .btn {
    padding: 8px 30px;
  }
  #difference-main .diff-text .editor .e-title span {
    font-size: 24px !important;
  }
  .home .fs-36 {
    font-size: 24px !important;
  }
  #project-main .web-cnt .project-info img {
    margin: 0 auto 10px;
  }
  #project-main .web-cnt .web-title {
    font-size: 24px;
    line-height: 30px;
  }
  #project-main .web-cnt > div:nth-child(5) {
    flex-wrap: wrap;
    justify-content: center;
  }
  #project-main .web-cnt > div:nth-child(5) .info-item {
    width: 50%;
  }
  #project-main .web-cnt .web-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  #project-main .web-cnt .web-tabs li {
    min-width: 40%;
  }

  #banner-about-page .content {
    padding: 0px 20px; /* Giảm padding cho màn hình nhỏ hơn */
    height: auto; /* Điều chỉnh chiều cao tự động */
  }

  #banner-about-page .content h1,
  #banner-about-page .content h2 {
    font-size: 22px; /* Giảm kích thước font */
    line-height: 30px;
    margin-bottom: 20px;
  }

  #banner-about-page .content p {
    font-size: 16px; /* Giảm kích thước font */
    line-height: 24px;
    margin-bottom: 20px;
  }

  #banner-about-page .banner-page-title {
    font-size: 28px !important;
    margin-bottom: 50px;
  }
  #about-epal-solution .epal-content {
    padding-top: 0px;
  }
  #about-epal-solution .image-container img,
  #featuredServices .image-container img {
    height: 339px;
  }

  #featuredServices .image-container .image-bg {
    max-width: 100%;
    height: 287px;
  }
  #about-epal-solution .image-container .image-bg {
    max-width: 100%;
    height: 287px;
  }
  #featuredServices .featured-services-content {
    padding-top: 50px;
    padding-left: 20px;
  }
  #intro-b .circle {
    display: none;
  }
  #intro-b .title p {
    margin-bottom: 30px;
  }
  #intro-b .line {
    margin-bottom: 20px;
  }
  #intro-b .text {
    display: block;
  }
  #intro-b .cover2 {
    padding-top: 30px;
  }
  #intro-b .line:first-child,
  #intro-b .line:last-child {
    margin-right: 0px;
  }
  #intro-b .cover2 .line:first-child,
  #intro-b .cover2 .line:last-child {
    margin-left: 0px;
  }
  #intro-b .cover1 .line {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  #intro-b .cover1 .line .text,
  #intro-b .cover2 .line .text {
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
  }

  #intro-b .cover1 .line span,
  #intro-b .cover2 .line span {
    width: auto;
    margin-right: 10px;
  }

  #intro-b .cover1 .icon,
  #intro-b .cover2 .icon {
    margin-right: 0;
    margin-left: 10px;
  }
  #share .nav-tabs {
    -webkit-overflow-scrolling: touch;
  }
  #share .nav-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  #share .nav-tabs > li {
    flex: 0 0 auto;
    width: auto;
    text-align: center;
    padding: 0px 6px;
  }
  #share .tab-content {
    padding: 10px;
  }
  #share .nav-tabs > li > a {
    padding: 10px 7px;
  }
  #share .tab-buttons {
    display: flex;
    max-width: 100%;
  }
  #share .tab-buttons .btn-secondary {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #news .partners {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 15px;
    overflow-x: auto;
    white-space: nowrap;
  }

  #news .partners img {
    border-radius: 10px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #news .post-container {
    margin-top: 30px;
  }

  #news .partners {
    flex-wrap: nowrap;
  }
  /* Adjust padding and layout for smaller screens */
  #timeline .timeline-item {
    padding: 0px 0px;
  }

  /* Stack the content and image vertically */
  #timeline .timeline-item .timeline-content,
  #timeline .timeline-item .timeline-image {
    padding: 20px;
    flex: 1 1 100%;
  }
  #timeline .dot {
    left: 0%;
  }
  #timeline .timeline-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 1px;
    background-color: #0e3075;
    transform: translateX(-50%);
    z-index: 0;
  }

  #timeline .timeline-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 50%;
    left: 0%;
    background-color: #0e3075;
    transform: translateX(-50%);
    z-index: 0;
  }

  #timeline .timeline-item:first-child::before {
    display: none;
  }

  #timeline .timeline-item:last-child::after {
    display: none;
  }
  /* Center-align content */
  #timeline .timeline-item:nth-child(odd) .timeline-content {
    order: 1;
    text-align: left;
    padding-right: 0px;
  }

  #timeline .timeline-item:nth-child(even) .timeline-content {
    order: 2;
    text-align: left;
    padding-left: 20px;
  }

  #timeline .timeline-item:nth-child(odd) .timeline-image {
    order: 2;
    padding-left: 0;
    display: none;
  }

  #timeline .timeline-item:nth-child(even) .timeline-image {
    order: 1;
    padding-right: 0;
    display: none;
  }

  #timeline .dot {
    width: 10px;
    height: 10px;
  }
  #technical-capacity .service-card {
    height: 50px;
    transition: height 0.3s ease;
  }
  #technical-capacity .web-application {
    width: 100%;
  }
  #technical-capacity .software {
    width: 100%;
  }
  #technical-capacity .overlay-bg {
    padding: 0px;
  }
  #technical-capacity .overlay-bg h3 {
    font-size: 18px;
  }
  #customer-story .more {
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 0px !important;
  }
  #customer-page.customer-used-to-service .list-of-customers-wrapper::before,
  #customer-page.customer-used-to-service .list-of-customers-wrapper::after {
    display: none !important;
  }
  #customer-story .post-list > .col-lg-4,
  #customer-story .post-list > .col-md-4,
  #customer-story .post-list > .col-sm-6,
  #customer-story .post-list > .col-xs-12 {
    margin-bottom: 30px;
  }
  #news .post-list > .col-lg-4,
  #news .post-list > .col-md-4,
  #news .post-list > .col-sm-6,
  #news .post-list > .col-xs-12 {
    margin-bottom: 30px;
  }
}

@keyframes circle-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes circle-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(70%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* update */
.check__color {
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select,
button,
input[type="submit"],
label {
  font-family: Mulish-Regular !important;
}
.personal-rating-new > .owl-stage-outer {
  max-height: 250px;
  overflow: hidden;
}

/* update top footer */
.formft {
  padding: 56px 180px;
  background: #002443;
  border-radius: 40px 40px 0px 0px;
  border-bottom: 1px solid #f5faff;
}
.formft .container-fluid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 124px;
  row-gap: 0;
  max-width: 1440px; 
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


.ff-el-group.my-upload-icon .ff-el-input--content input.ff-el-form-control.my-upload-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  background: url('../images/clarity_paste-line.svg') no-repeat right 10px center;
  background-size: 20px 20px;
  
  padding-right: 40px;
  box-sizing: border-box;
  background-clip: padding-box;
  cursor: pointer;
}



.submit__form__new {
  border-radius: 100px !important;
}
@media screen and (max-width: 1601px) {
  .formft {
    padding: 56px 120px;
  }
}
@media screen and (max-width: 1441px) {
  .formft {
    padding: 56px 96px;
  }
  .formft .container-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 104px;
    row-gap: 0; /* không có gap giữa các dòng */
  }
}

.formft .container-fluid::before {
  content: none !important;
  display: none !important;
}
.formft .container-fluid .formft__left {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.formft .container-fluid .formft__left .formft__left__tab {
  padding: 8px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  background: #ffffff0f;
  width: fit-content;
}

.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__advise,
.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__partner,
.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__candidate {
  text-align: center;
  padding: 8px 12px;
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}
.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__advise.active,
.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__partner.active,
.formft
  .container-fluid
  .formft__left
  .formft__left__tab
  .formft__left__tab__candidate.active {
  color: #ffffff;
  background: #1abc9c;
  border-radius: 4px;
}

.formft .container-fluid .formft__left .tab__advise,
.formft .container-fluid .formft__left .tab__partner,
.formft .container-fluid .formft__left .tab__candidate {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.formft .container-fluid .formft__left .tab__advise .tab__advise__icon {
  width: 169px;
  height: 113px;
}
.formft .container-fluid .formft__left .tab__advise .tab__advise__icon img {
  width: 100%;
  object-fit: cover;
}

.formft .container-fluid .formft__left .tab__advise .tab__advise__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .title {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: capitalize;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .text {
  font-family: Mulish-Regular;
  color: var(--primary-grey-0, #ffffff);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group
  .icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group
  .icon
  img {
  width: 100%;
  object-fit: cover;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group
  .info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group
  .info
  .position {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #ffffff80;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .subcontent
  .group
  .info
  .name {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}
.formft .container-fluid .formft__left .tab__advise .tab__advise__content .des {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .des
  .des__sub {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
.formft
  .container-fluid
  .formft__left
  .tab__advise
  .tab__advise__content
  .des
  .des__text {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

.formft .container-fluid .formft__left .tab__partner .tab__partner__icon {
  width: 169px;
  height: 113px;
}
.formft .container-fluid .formft__left .tab__partner .tab__partner__icon img {
  width: 100%;
  object-fit: cover;
}
.formft .container-fluid .formft__left .tab__candidate .tab__candidate__icon {
  width: 169px;
  height: 113px;
}
.formft
  .container-fluid
  .formft__left
  .tab__candidate
  .tab__candidate__icon
  img {
  width: 100%;
  object-fit: cover;
}
.formft .container-fluid .formft__left .tab__partner .tab__partner__content,
.formft
  .container-fluid
  .formft__left
  .tab__candidate
  .tab__candidate__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.formft
  .container-fluid
  .formft__left
  .tab__partner
  .tab__partner__content
  .title,
.formft
  .container-fluid
  .formft__left
  .tab__candidate
  .tab__candidate__content
  .title {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: capitalize;
}
.formft
  .container-fluid
  .formft__left
  .tab__partner
  .tab__partner__content
  .des__text,
.formft
  .container-fluid
  .formft__left
  .tab__candidate
  .tab__candidate__content
  .des__text {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.formft
  .container-fluid
  .formft__left
  .tab__partner
  .tab__partner__content
  .des__sub,
.formft
  .container-fluid
  .formft__left
  .tab__candidate
  .tab__candidate__content
  .des__sub {
  font-family: Mulish-Regular;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.formft__right {
  width: 100%;
  height: 100%;
}
.formft__right .formft__right__advise,
.formft__right .formft__right__partner,
.formft__right .formft__right__candidate {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  width: 572;
  height: 563;
  gap: 24px;
  border-radius: 24px;
  padding: 24px;
}
.formft__right .formft__right__advise .title__form,
.formft__right .formft__right__partner .title__form,
.formft__right .formft__right__candidate .title__form {
  text-align: center;
  font-family: Mulish-Regular;
  color: #014379;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1370px) {
  .formft__right .formft__right__advise,
  .formft__right .formft__right__partner,
  .formft__right .formft__right__candidate {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    width: 520px;
    gap: 24px;
    border-radius: 24px;
    padding: 24px;
  }
  [data-fluent_id="13"],
  [data-fluent_id="14"],
  [data-fluent_id="15"] {
    height: 60px !important;
  }
  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: top left;
  }
}
@media screen and (max-width: 1200px) {
  .formft .container-fluid {
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .formft .container-fluid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .formft {
    padding: 40px 20px;
  }
  .formft .container-fluid {
    grid-template-columns: 1fr;
  }
  .formft__right .formft__right__advise,
  .formft__right .formft__right__partner,
  .formft__right .formft__right__candidate {
    width: 100% !important;
  }
}
.seo-hidden-title {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.menu-custom .width-menu {
    width: max-content !important;
    left: auto !important;
    padding: 16px !important;
}
