.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.widget,
.header-top {
  font-family: "Prompt", sans-serif;
}

.color-blue {
  color: var(--theme-color);
}

.bg-section {
  background: var(--smoke-color);
}

.fn-18 {
  font-size: 17px;
}

.title-feature {
  font-size: 24px;
}

.text-right {
  text-align: right;
}

.box-top-service {
  min-height: 270px;
  text-align: center;
}

.img-2 svg {
  width: 344px;
  height: 282px;
}

/* .blog-content p {
  min-height: 105px;
} */
.blog-h3 h1 {
  font-size: 48px;
}

.blog-h3 h2 {
  font-size: 30px;
}

.blog-h3 h3 {
  font-size: 24px;
}

.blog-h3 h4 {
  font-size: 20px;
}

#scroll_news a {
  color: var(--title-color) !important;
}

/*Menu Header*/
.main-menu-pc .sticky-active .col-logo {
  display: none;
}

.main-menu-pc .sticky-active .col-menu {
  width: 100%;
}

.main-menu-pc .sticky-active.active .col-logo {
  width: 11%;
  display: block;
}

.main-menu-pc .sticky-active.active .col-menu {
  width: 89%;
}

.main-menu-pc .header-logo img {
  height: auto;
  width: 100% !important;
}

.main-menu-pc .main-menu-ul {
  display: flex;
}

.main-menu-pc .main-menu-ul>li {
  width: auto;
  flex-shrink: 0;
  flex-grow: 1;
}

.main-menu ul.mega-menu>li>a::before {
  width: 20px;
}

@media (max-width: 1299px) {
  .main-menu-pc .sticky-active.active .col-logo {
    display: none;
  }

  .main-menu-pc .sticky-active.active .col-menu {
    width: 100%;
  }
}

/*Meun Footer*/
.menu-footer ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Prompt", sans-serif;
}

.menu-footer ul li a {
  color: #fff;
}

.menu-footer ul li a:hover {
  color: #8a99b4;
}

.menu-footer ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-footer ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  min-height: 16px;
  background: #fff;
  display: flex;
  left: -8px;
}

.menu-footer ul li:first-child::after {
  background: none;
}

.footer-widget .box-title {
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #fff;
  margin: 0.8rem 0;
  padding: 0.8rem 0;
}

.footer-widget .box-title h3 a {
  color: #fff;
  text-decoration: none;
}

.footer-widget .box-title h3,
.footer-widget ul li p:first-child {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-family: "Prompt", sans-serif;
}

.footer-widget .box-title h3 a:hover {
  color: var(--white-color);
}

.footer-widget .box-title p,
.footer-widget ul li p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
  font-family: "Prompt", sans-serif;
}

.form-group ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.form-group ul li {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.form-group ul li:last-child {
  margin-bottom: 0;
}

/*Service*/
.box-list-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.box-list-service ul li {
  border: 1px solid #aeceff;
  /* background-color: var(--white-color); */
  box-shadow: 0px 16px 47px rgb(78 111 178 / 7%);
  border-radius: 5px;
}

.box-list-service ul li a {
  display: block;
  padding: 1.5rem 0;
  color: var(--black-color);
  transition: all 0.3s ease;
  background: #eaf2fe;
  font-weight: 700;
  border-radius: 5px;
}

.box-list-service ul li a:hover {
  color: var(--theme-color);
}


.box-list-service p {
  position: relative;
  margin-bottom: 0.5rem !important;
  font-family: "Prompt", sans-serif !important;
}

.box-list-service p span[data-name="select_service_other"] {
  position: absolute;
}

.box-list-service p span[data-name="select_service_other"] input {
  width: 41% !important;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .box-list-service p span[data-name="select_service_other"] input {
    width: 100% !important;
  }
}


.box-list-marketing-aun ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.box-list-marketing-aun ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
}

.box-list-marketing-aun ol li::before {
  content: "0"counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 1.5rem;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  color: var(--theme-color);
}

.box-group-title-service {
  display: flex;
  justify-content: space-between;
}

.box-list-service-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-list-service-a ul li {
  margin-bottom: 1.8rem;
}

.box-list-service-a ul li p {
  margin: 0;
  padding: 0;
}

.box-list-service-a ul li p.h6 {
  color: var(--theme-color);
  border-bottom: 1px solid var(--body-color);
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}

.box-list-service-a ul li p.note {
  margin: 0;
  padding: 0;
  color: var(--note-color);
  font-size: 14px;
}

.box-call-to-action {
  text-align: center;
  margin-bottom: 0.8rem;
  padding: 1.8rem 0;
  border: 1px solid #eaf2fe;
  background-color: var(--white-color);
  box-shadow: 0px 16px 47px rgb(78 111 178 / 7%);
  border-radius: 5px;
}

.price-group {
  text-align: center;
  margin-bottom: 1.8rem;
}

.price-group p {
  padding: 0;
  margin: 0;
}

.price-style1 .price-group i {
  font-size: 48px !important;
  padding: 0.8rem 0;
  text-shadow: 1px 0px 1px #999;
}

.price-style1 h3 {
  text-shadow: 1px 0px 1px #999;
}

.price-style1 .box-silver i,
.price-style1 .box-silver h3 {
  color: #C0C0C0;
}


.price-style1 .box-gold i,
.price-style1 .box-gold h3 {
  color: #FFD700;
}




.price-style1 .box-platinum i,
.price-style1 .box-platinum h3 {
  color: #0e5ca7;
}

.active-silver {
  border: 5px solid #C0C0C0;
}

.active-gold {
  border: 5px solid #FFD700;
}

.active-platinum {
  border: 5px solid #0e5ca7;
}


.price-style1:hover .price-group,
.price-style1:hover .price-group .h5,
.price-style1:hover .price-group .key1,
.price-style1:hover .price-group .key2,
.price-style1:hover .price-group .key3 {
  color: var(--body-color);
}

.price-style1 .price-group .price-average {
  min-height: 55px;
}

.price-style1.active .price-shape {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.price-style1.active {
  border: 1px solid #eaf2fe;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.price-style1.active .price-group,
.price-style1.active .price-group .h5,
.price-style1.active .price-group .key1,
.price-style1.active .price-group .key2,
.price-style1.active .price-group .key3,
.price-style1.active .price-package,
.price-style1.active .price-amount,
.price-style1.active .price-duration {
  color: var(--body-color);
  color: var(--body-color);
}

.price-style1 .price-features {
  min-height: 350px;
}

.box-title-example {
  text-align: center;
  margin-bottom: 1.8rem;
}

.box-condition-example {
  margin-top: 1.8rem;
}

.table-example table thead th {
  text-align: center;
  background: var(--smoke-color);
  font-size: 18px;
  width: 33.33%;
}

.table-example table thead th p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.table-example table tbody td {
  width: 33.33%;
  text-align: center;
}

.table-example-1 table thead th {
  text-align: center;
  background: var(--smoke-color);
  font-size: 18px;
  width: 25.25%;
}

.table-example-1 table thead th p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.table-example-1 table tbody td {
  width: 25.25%;
  text-align: center;
}

.service-style2 .tag a {
  margin: 0 0 0.8rem 0;
  padding: 0;
  font-size: 14px;
  color: var(--note-color);
}

.service-style2 .tag a:hover {
  color: var(--white-color);
}

.service-style2 .tag i {
  color: var(--theme-color);
}

.service-style2:hover .tag,
.service-style2:hover .tag i,
.service-style2:hover .tag a {
  color: var(--white-color);
}

.display-flex {
  display: flex;
}

.box-language {
  margin-left: 0.8rem;
  border-left: 2px solid #fff;
  padding-left: 0.8rem;
}

.box-language ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.8rem;
}

.box-language ul li a {
  color: var(--white-color);
  font-size: 14px;
  text-transform: uppercase;
}

.box-language ul li a:hover {
  color: var(--border-color);
}

.box-language ul li a.active {
  font-weight: 700;
  color: var(--border-color);
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .menu-footer ul {
    flex-wrap: wrap;
  }

  .box-list-service ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .box-list-service ul li a {
    padding: 0.8rem 0;
  }

  .box-list-marketing-aun ol {
    grid-template-columns: repeat(1, 1fr);
  }

  .box-btn-service-dk {
    display: none;
  }

  .table-example table,
  .table-example-1 table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 1.5rem auto;
    overflow-x: auto;
    white-space: nowrap;
  }

  .display-flex {
    display: flex;
    justify-content: space-between;
  }

  .box-language {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }

  .box-language ul li {
    border-left: 1px solid var(--white-color);
    padding-left: 0.8rem;
  }

  .box-language ul li:first-child {
    border-left: none;
  }
}

/* Styling */
.timeline {
  margin: 4em auto 0 auto;
  position: relative;
  max-width: 100%;
  list-style: none;
}

.timeline:before {
  background-color: var(--theme-color);
  content: "";
  margin-left: 31px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}

.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #0c7ac0;
}

.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #0c7ac0;
  -webkit-box-shadow: inset 40em 0 0 0 #0c7ac0;
  box-shadow: inset 40em 0 0 0 #0c7ac0;
  color: #fff;
}

.timeline-event-copy {
  padding: 0.5rem 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 100%;
}

.timeline-event-copy h3 {
  font-size: 20px;
}

.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

.timeline-event-copy strong {
  font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 0;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--theme-color);
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: -10px;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #000;
  font-size: 0.75em;
  background-color: #eee;
  -moz-box-shadow: inset 0 0 0 0em #24a1f1;
  -webkit-box-shadow: inset 0 0 0 0em #24a1f1;
  box-shadow: inset 0 0 0 0em #24a1f1;
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.5rem;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .timeline:before {
    left: -1em;
  }

  .timeline-event-icon {
    left: -1em;
  }

  .timeline-event-copy {
    left: 0;
  }
}

/*breadcumb*/
.breadcumb-main {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*Google P*/
/* .box-google-partner {
  padding-top: 30px;
} */
.box-google-partner a {
  all: unset;
  display: block;
}

.box-google-partner a::before {
  all: unset;
}

.box-list-cta {
  margin-top: 2.5rem;
}

.box-list-cta a {
  color: var(--title-color);
}

.box-list-cta ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

.box-list-cta ul li a {
  display: block;
  padding: 1.5rem;
}

.box-list-cta .vs-btn.style8 {
  border: 1px solid #aeceff;
  color: var(--theme-color);
  background: #eaf2fe;
  border-radius: 5px;
  padding: 17px 20px;
  text-transform: capitalize;
}

.box-list-cta .vs-btn.style8:after,
.box-list-cta .vs-btn.style8:before {
  display: none;
}

.box-list-cta .vs-btn.style8:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.box-cta-btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .box-list-cta ul {
    flex-direction: column;
  }

  .box-list-cta .vs-btn.style11 {
    width: 100%;
  }
}

/*Form Top Service*/
.contact-box-top {
  border-radius: 5px;
  background: rgba(239, 241, 245, 0.7);
  padding: 40px !important;
}

.form-top .form-group ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
}

.form-top .form-group ul li {
  display: flex;
  align-items: center;
}

.form-top .form-group {
  margin-bottom: 0.8rem;
}

.form-top label {
  font-size: 14px;
}

.form-top ul li {
  margin-bottom: 0.8rem;
}

.form-top textarea,
.form-top select,
.form-top input {
  height: 100%;
  border-radius: 5px;
  border: none;
  background-position: right 21px center;
  padding: 0.5rem 0.8rem;
}

.form-service .form-group ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
}

.form-service .form-group ul li {
  display: flex;
  align-items: center;
}

.contact-box-top p {
  margin: 0;
  padding: 0;

}

.contact-box-top input[type="checkbox"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

.contact-box-top label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);

  font-family: 'Prompt', sans-serif;
}


.contact-box-top textarea,
.contact-box-top select,
.contact-box-top input {
  height: auto;
  padding: 0.5rem;

  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background-position: right 21px center;
  font-family: 'Prompt', sans-serif;
}

span.select2,
span.select2-container,
span.select2-container--default {
  width: 100% !important;
}

.select2-selection__rendered li {
  margin-bottom: 0.25rem !important;
}

input.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30.5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  font-family: 'Prompt', sans-serif !important;
}

input.vs-btn:hover {
  color: var(--white-color);
}

input.vs-btn:hover:before {
  transform: rotateX(0);
}

input.vs-btn:hover:after {
  transform: rotateY(0);
}

textarea.form-control,
textarea {
  min-height: 100% !important;
  height: 100% !important;
  resize: none;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  border-radius: 5px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
}

.slide-service .slick-slide img {
  display: unset;
}

/*Logo*/
.header-logo {
  padding: 5px 0;
}

.header-logo img {
  height: 60px;
}

#faq .accordion-button {
  text-align: left;
  min-height: 90px;
}

/*About Us*/

.box-table-about table {
  width: 100%;
  border-collapse: collapse;
  /* border-spacing : 0.5rem; */
}

.box-table-about table th {
  width: 30%;
  /* background: var(--theme-color);
  color: var(--white-color); */
}

.box-table-about table td {
  /* background: var(--white-color); */
}

/* .box-table-about table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 1.5rem auto;
  overflow-x: auto;
  white-space: nowrap;
} */

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .box-table-about table {
    border-top: none;
  }

  .box-table-about table th,
  .box-table-about table td {
    width: 100%;
    float: left;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

/**/
.note-contact {
  font-size: 14px;
  font-weight: 700;
  color: #ff6903;
}

/*Block Detail*/
.wp-block-image {
  margin-bottom: 1.8rem;
}

/* Service Details */
.timeline .timeline-dot {
  position: relative;
  padding-bottom: 30px;
  margin-left: 75px;
}

.timeline .timeline-dot p {
  margin: 0;
  padding: 0;
}

.timeline .timeline-dot:last-child {
  background: #fff;
  z-index: 3;
  display: block;
  margin-left: 0px;
  padding-left: 75px;
  padding-bottom: 0px;
}

.timeline .timeline-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: -68px;
  top: 8px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 40px;
  font-size: 2em;
  text-align: center;
  color: var(--theme-color);
}

.timeline .timeline-dot:last-child .timeline-icon {
  left: 7px;
}

.timeline h3 {
  font-size: 1.2em;
  padding-top: 10px;
}

.min-width-content {
  max-width: 850px;
  margin: auto;
}

.mid-width-content {
  max-width: 1024px;
  margin: auto;
}

.price-amount.h4 {
  font-size: 18px;
}

.price-style1 {
  padding: 15px;
  border-radius: 35px;
}

.price-style1 .price-features {
  padding: 15px;
  min-height: 300px;
  border-radius: 20px;
}

.price-style1 .vs-btn {
  border-radius: 20px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .price-style1 .price-features {
    min-height: auto;
  }

  .table-example table thead th {
    font-size: 16px;
    padding: 9px 7px;
  }

  .table-example table tbody td {
    font-size: 12px;
    padding: 9px 7px;
  }

  .table-example-1 table thead th {
    font-size: 16px;
  }

  .timeline {
    margin-top: 20px;
  }

  .timeline .timeline-dot {
    margin-left: 27px;
  }

  .timeline .timeline-dot:last-child {
    margin-left: -47px;
  }

  .smt-nobr br {
    display: none;
  }
}

.wp-pagenavi {
  margin-left: -5px;
  margin-right: -5px;
}

.wp-pagenavi .pages,
.wp-pagenavi a {
  margin-left: 5px;
  margin-right: 5px;
}

.wp-pagenavi .current {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

/*SEM*/
.box-sem {
  min-height: 310px;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

/*PPC*/
.box-ppc-accordion.accordion-style1 .accordion-item {
  margin: 0 0 20px 0;
  padding: 0 35px 6.5px 35px;
  background-color: var(--white-color);
  box-shadow: 0px 13px 17px rgba(0, 0, 0, 0.13);
  border-radius: 30px;
}

/*Micro*/
.price-style1 .price-features.micro {
  min-height: 100px !important;
}

.price-style1 .price-features.macro {
  min-height: 315px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .price-style1 .price-features.macro {
    min-height: 100% !important;
  }
}

.price-style1 .price-features.traffic {
  min-height: 220px !important;
}

.price-style1 .price-features.content-seo {
  min-height: 100px !important;
}

/*GDN*/
.box-img-gdn figure {
  background-color: rgb(239, 241, 245) !important;
}

.box-img-gdn figure img {
  mix-blend-mode: multiply !important;
}

.sec-subtitle3 {
  text-transform: uppercase;
  display: block;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: normal !important;
  margin: 0.8rem 0;
}

.box-gnd-flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.box-gnd-flex p {
  padding: 0;
  margin: 0;
}

/* Contact */
.form-contact .form-group ul {
  display: block;
}

.form-contact input[type="checkbox"] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px;
}

.form-contact .text-wrap {
  display: inline-block;
  width: 100%;
}

.form-contact .wpcf7-list-item {
  width: 100%;
  margin-bottom: 10px;
}

.form-contact .wpcf7-list-item:last-child {
  width: auto;
  margin-right: 20px;
}

.form-contact .wpcf7-submit.vs-btn {
  width: auto;
  min-width: 150px;
}

.hd-contanier {
  max-width: 900px;
  margin: auto;
}

.mid-contanier {
  max-width: 800px;
  margin: auto;
}

.wpcf7-response-output {
  display: none !important;
}

.note {
  font-size: 14px;
  color: #999;
}

/* Client */

.ourclient-slide .slick-slide img {
  height: 120px;
  width: auto !important;
  display: inline-block !important;
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-gallery {
  display: block !important;
  max-width: 1100px;
  margin: auto;
  margin-top: 20px;

  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wp-block-image {
  height: 120px;
  width: auto !important;
  display: inline-block !important;
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.blog-h3 .wp-block-image {
  height: 100% !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .wp-block-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wp-block-image {
    height: 70px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.block-press-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-press-list li {
  width: calc(100% / 3);
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 300px;
  text-align: center;
}

.title-news {
  font-weight: bold;
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .block-press-list li {
    width: 100%;
    float: none;
    padding: 10px;
  }
}

.box_cvx_left_en {
  width: 50%;
  float: left;
  margin: 5% 5% 0 5%;
}

.box_cvx_right_en {
  width: 27%;
  float: left;
  margin: 0 10% 0 3%;
}

.bg-cvx {
  background-image: url(../img/bg-cvx.jpg);
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box_cvx_left_en li p {
  color: #3f989b;
  /* font-size: 2.125rem;*/
  font-weight: bold;
  line-height: 1.8em;
}

.box_service_cvx ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.5rem;
}

.box_service_cvx li {
  width: 100% !important;
  float: left !important;
  position: relative;
}

.box_service_cvx li::after {
  content: '';
  width: 38px;
  height: 154px;
  position: absolute;
  top: 13%;
  right: -40px;
  background: url(../img/arrow-cvx.png) top right no-repeat;
  display: block;
}

.box_service_cvx li:last-child:after {
  background: none;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .box_service_cvx ul {
    flex-direction: column;
  }

  .box_service_cvx li::after {
    background: none;
  }
}

/* 
.box_service_cvx li:nth-last-child(3) {
  background: url(../img/arrow-cvx.png) top right no-repeat;
  padding: 0 50px 0 15px;
}

.box_service_cvx li:nth-last-child(1) {
  background: none;
  padding: 0 15px 0 15px;
  width: 268px !important;
}

.box_service_cvx li:nth-last-child(1) img {
  width: 100% !important;
} */

.box_service_cvx figure {
  text-align: left;
  margin-bottom: 20px;
}

.box_service_cvx h3 {
  color: #3f989b;
  font-size: 2rem;
  font-weight: bold;
}

.box_service_cvx img {
  width: 100% !important;
}

.box_service_cvx .service_step_cvx {
  color: #3f989b;
}

.box_cvx {
  padding: 10px;
  margin-bottom: 20px;
}

.box_features_cvx {
  background: #3f989b;
  padding: 2vh 1vw;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(204, 204, 204, 1);
}

.box_features_cvx ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 3vh 2vw;
  list-style: none;
}

.box_features_cvx li {
  background: url(../img/icon-check.png) top left no-repeat;
  padding: 5px 0 5px 30px;
  border-bottom: 1px dotted;
}

.box_example_cvx {
  margin-bottom: 20px;
}

.box_example_cvx h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.box_example_cvx h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.box_example_left,
.box_example_right {
  float: left;
  width: 50%;
}

.box_example_right h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1vh 1vw;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .box_cvx_left,
  .box_cvx_right,
  .box_cvx_left_en,
  .box_cvx_right_en {
    width: 100%;
    float: none;
    margin: 5% 0;
  }

  .box_service_cvx li {
    width: 100% !important;
    float: none !important;
    background: none;
    padding: 10px 0;
  }

  .box_service_cvx li:nth-last-child(1) {
    background: none;

    width: 100% !important;
  }

  .box_service_cvx li:nth-last-child(3) {
    background: none;
    padding: 10px 0;
  }

  .box_service_cvx li:nth-last-child(2) {
    background: none;
    padding: 10px 0;
  }

  .box_service_cvx li:nth-last-child(2) img {
    width: 100% !important;
  }

  .box_features_cvx {
    padding: 1vh 2vw;
  }

  .box_example_left {
    width: 100%;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .box_example_right {
    width: 100%;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }

  .btn_contact img {
    width: 100%;
  }
}


/*New Top*/
.box-news-top {
  min-height: 455px;
}

.img-news-sub img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.box-news-sub {
  min-height: 350px;
}

/*Blog*/
.img-blog-sub img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.box-blog-sub {
  min-height: 440px;
}

.min-height-52 {
  min-height: 52px !important;
}

.service-style1 .service-title {
  min-height: 90px;
}

html[lang="en-US"] .service-style1 .service-title {
  min-height: 120px;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .min-height-52 {
    min-height: 100% !important;
  }

  .service-style1 .service-title {
    min-height: 100% !important;
  }

  .sec-btns {
    display: none;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .sec-btns {
    display: none;
  }
}


.box-curve-contact {
  padding: 3.5rem 0;
  border-radius: 10px !important;
  background: rgb(238 244 255 / 93%);
}

.list-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.list-service .wpcf7-list-item {
  margin: 0 0 0 0;

}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .box-list-service {
    text-align: left !important;
  }

  .box-list-service.form-contact.text-wrap input {
    width: 100% !important;
  }

  .box-curve-contact {
    padding: 1.8rem;
  }

  .list-service {
    grid-template-columns: 1fr;
  }
}


/*20230119*/
.project-box {
  background-color: var(--smoke-color);
  padding: 45px 40px;
  margin: 0 0 30px 0;
}

.project-box__title {
  margin: -0.3em 0 25px 0;
}

.project-box__icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white-color);
  text-align: center;
  color: var(--theme-color);
  margin: 0 10px 0 0;
  font-size: 18px;
  border-radius: 50%;
}

.project-box__label {
  font-size: 14px;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1;
}

.project-box__info {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  margin: 0;
}

.project-box__item {
  display: flex;
  align-items: center;
}

.project-box__item:not(:last-child) {
  border-bottom: 1px solid #DADFEC;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.box-cta {
  background: #0071be;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-cta .box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-cta .text-theme {
  color: #FFF !important;
}

.far.fa-arrow-up {
  border: #fff solid 1px;
}

.table-smt-12 th {
  background: #0071be !important;
  color: #FFF !important;
}

.table-smt-12 thead:nth-child(2) th {
  background: #0071bed1 !important;
}

.table-smt-12 thead:nth-child(3) th {
  background: #0071be9c !important;
}



.table-smt-12 th p {
  color: #CCC !important;
}

.table-smt-12 td {
  background: #FFF;
}

.text-orange {
  color: #ff6600 !important;
}






.txt-q,
.txt-a {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}

.flex-start {
  align-items: flex-start;
  display: flex;
}

.is-open {
  border: #0071be solid 4px;
}

.box-price:hover .vs-btn {
  background-color: #ff6600 !important;
  color: #FFF !important;
}

/* .box-price:hover .text-orange {
  color: var(--body-color) !important;
} */

.accordion-button:not(.collapsed) {
  color: #0071be !important;
}

.border-curve {
  border-radius: 10px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .show-smt {
    display: block;
  }

  .box-cta .box-text {
    padding-bottom: 20px;
  }

  .box-cta-bg .col-lg-auto:first-child {
    padding-bottom: 24px;
  }

  .table-smt-12 th {
    font-size: 14px !important;
  }

  .table-smt th p {
    font-size: 14px !important;
  }

  .table-smt-12 td {
    font-size: 12px !important;
  }
}

.contact-box-top {
  border-radius: 5px;
  background: rgb(238 244 255 / 93%);
  padding: 35px !important;
}


input.vs-btn {
  padding: 19px 30.5px;
  font-size: 16px;
}

.contact-box-top p {
  margin: 0;
  padding: 2px;
}

.breadcumb-content ul li {
  list-style: none;
  padding: 2px 0 2px;
}


.box-link-service li a {
  display: flex;
  align-items: center;
  width: 100%;
}

.box-link-service li a:hover i {
  color: var(--theme-color);
}

.box-link-service li i {
  transition: all 0.3s linear;
  font-size: 20px;
}

.box-link-service li:hover i {
  transform: rotate(90deg);
}

.feature-style1.box-adswords{
  padding-top: 0px !important;
}

table.table-example-2 {
  width: 100%;
}

.table-example-2 tr th {
  text-align: center;
}
.table-example-2 tr th p {
  padding: 0;
  margin: 0;
  color: #CCC;
}
.table-example-2 tr:nth-child(1) th {
  background: #0071be ;
  color: var(--white-color);
}
.table-example-2 tr:nth-child(2) th,
.table-example-2 tr:nth-child(4) th  {
  background: #eff1f5;
  color: #0071be ;
}


.box-review .testi-style2 .testi-body {
  display: block;
  margin: 0;
}
.box-review .testi-style2 .testi-text {
  min-height: 90px;
  margin: 0;
}

.box-review .testi-style2 .author-img {
  width: auto !important;
  height: 120px!important;
  overflow: hidden;
  margin:0.8rem 0;
  border-radius: 5px;
}
.box-review .testi-style2 .author-img img {
  width: auto!important;
  height: 100% !important;
}


/*------------------- 4.22. Projects  -------------------*/
.filter-menu1 {
  background-color: var(--white-color);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px auto;
  max-width: 100%;
  border-radius: 9999px;
  text-align: center;
  padding:1.8rem;
  box-shadow: 7.5px 12.99px 60px 0px rgba(9, 34, 126, 0.07);
}
.filter-menu1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
.filter-menu1 li a {
  border: none;
  background-color: transparent;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 0.8rem;
  border-radius: 9999px;
}

.filter-menu1 li a:hover {
  color: var(--theme-color);
  background:var(--smoke-color);
}

.filter-menu1 li a.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .filter-menu1 {
    width: 100%;
    border-radius: unset;
  }
  .filter-menu1 ul {
    display: block;
    gap: 1.8rem;
  }
  .box-review .testi-style2 .author-img {
    min-height: 100%;
    height: 100% !important;
  }
}


.media-order__text ul {
  padding-left:15px;
}

.menu-all-pages-container .menu li p {
  margin-bottom: 0.5rem !important;

}