.e-con-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

:root {
  --text-primary: #222222;
  --text-primary-2: #001489;
  --text-primary-3: #0d26b8;
  --text-white: #ffffff;
  --text-black: #000000;
  --text-black-2: #222222;
  --text-gray-1: #696a74;
  --text-gray-2: #3c3e42;
  --text-gray-3: #7a7a7a;
  --bg-color: #fafbfe;
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Mulish;
  font-style: normal;
  color: var(--text-gray-2);
  padding: 0 !important;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
}

.flex-grow-05 {
  flex-grow: 0.5;
}

.w-60 {
  width: 60%;
}

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

.font-Mulish {
  font-family: Mulish;
}

.text-primary-3 {
  color: var(--text-primary-3) !important;
}

.navbar {
  padding: 0px;
  height: 76px;
}

.navbar-brand {
  width: 200px;
  height: 76px;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px 0;
}

.navbar-nav {
  gap: 50px;
  height: 76px;
}

.nav-item {
  height: 100%;
}

.nav-link {
  size: 18px;
  font-weight: 700;
  color: var(--text-black);
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Mulish;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  border-bottom: 1px solid var(--text-primary-2);
  color: var(--text-primary-2);
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle i {
  margin-left: 8px;
  font-size: 15px;
}

.dropdown-menu {
  padding: 0;
  width: 270px;
  border-radius: 0;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 0;
}

.dropdown-item {
  padding: 12px;
  color: var(--text-black-2);
  size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Mulish;
}

.dropdown-item.active {
  color: var(--text-primary-2);
  background-color: transparent;
}

.dropdown-item.active i {
  color: var(--text-primary-2);
}

.dropdown-item i {
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--text-primary-2);
  color: var(--text-white);
}

.dropdown-item:focus i,
.dropdown-item:hover i {
  color: var(--text-white) !important;
  margin-right: 8px;
}

.btn-primary {
  background-color: var(--bg-color);
  color: var(--text-primary-2);
  border: 1px solid var(--text-primary-2);
  border-radius: 15px;
  width: 133px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Mulish;
}

.btn-primary:hover {
  background-color: var(--text-primary-2);
  color: var(--text-white);
}

.btn-primary-reverse {
  background-color: var(--text-primary-2);
  color: var(--text-white);
  border: 1px solid var(--text-primary-2);
  border-radius: 15px;
  width: 133px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  font-family: Mulish;
}

.btn-primary-reverse:hover {
  background-color: var(--text-white);
  color: var(--text-primary-2) !important;
  border: 1px solid var(--text-primary-2);
}

.offcanvas-body a i {
  color: var(--text-black);
  margin-right: 20px;
}

.offcanvas-body a:hover i {
  color: var(--text-primary-2);
}

/* End Nav bar */

.banner {
  background-image: url(../img/banner-home.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 76px;
  height: 620px;
}

.banner-bg {
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 56%) 0%,
    rgba(43, 43, 43, 59%) 19%,
    rgba(16, 16, 16, 87%) 43%,
    #020202 80%
  );
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content {
  width: 80%;
  text-align: center;
  color: var(--text-white);
}

.banner-content h1 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 92px;
  font-family: "MulishExtraBold", sans-serif;
}

.banner-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 23px;
  font-family: Mulish;
}

.banner-content .btn-primary {
  width: 231px;
  padding: 9px 20px;
  border-radius: 30px;
  margin-inline: auto;
}

/* End Banner */

/* Slick Arrow */
.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--text-gray-1);
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: var(--text-primary-2);
  color: var(--text-white);
}

.slick-prev i,
.slick-next i {
  font-size: 12px;
  color: var(--text-white);
}

/* Footer */
.footer {
  background-color: var(--text-black);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 45px;
}

.footer .logo {
  width: 251px;
  height: 94px;
  margin-bottom: 20px;
}

.footer .logo img {
  object-fit: contain;
}

.footer-info .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 35px;
  font-family: Mulish;
}

.footer-info p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-white);
  margin-bottom: 35px;
  font-family: Mulish;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  color: var(--text-white);
  margin-bottom: 35px;
  font-family: Mulish;
}

.footer ul li h3 {
  margin-bottom: 0;
}

.footer ul li a {
  color: var(--text-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer ul li:first-child {
  font-size: 18px;
  font-weight: 700;
}

/* End Footer */
.reserved {
  height: 50px;
}

.reserved div {
  height: 100%;
}

.reserved p {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin-block: auto;
  font-family: Mulish;
}

/* Modal */
.modal-dialog {
  max-width: calc(100vw - 20%);
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal-header .btn-close {
  width: 30px;
  height: 30px;
  background: var(--text-primary-2);
  padding: 0;
  margin: 0;
  margin-left: auto;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.modal-header .btn-close i {
  font-size: 25px;
  color: var(--text-white);
}

.modal-body {
  padding: 30px;
}

.modal-body h3 {
  font-size: 36px;
  font-weight: 500;
  color: var(--text-black);
}

.modal-body p {
  color: var(--text-black);
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}

.modal-body .ourteam-item-content p {
  text-align: center;
}

.modal-body .ourteam-item-img {
  margin-bottom: 12px;
}

/* Pagination */
.pagination-list {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.page-item {
  margin-inline: 12px;
  background-color: var(--text-white);
  box-shadow: 0 4px 20px 0 rgba(21, 32, 70, 0.07);
  border-radius: 10px;
  overflow: hidden;
}

.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #136bc9;
}

.page-item:last-child .page-link {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #136bc9;
}

.page-item:first-child,
.page-item:last-child {
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: unset;
}

.page-link {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  color: var(--text-gray-2);
}

.page-link:focus,
.page-item.active .page-link,
.page-link:hover,
.page-item:first-child .page-link:focus,
.page-item:first-child .page-link:hover,
.page-item:first-child.active .page-link,
.page-item:last-child .page-link:focus,
.page-item:last-child .page-link:hover,
.page-item:last-child.active .page-link {
  background-color: rgba(19, 107, 201, 1);
  box-shadow: none;
  color: var(--text-white);
  border-radius: 10px;
}

/* BACKTOTOP */
.backToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 25px;
  opacity: 1;
  z-index: 999;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--text-primary-3);
  display: none;
}

.backToTop i {
  color: var(--text-white);
}

/* End Back to Top */
.contact-widget {
  position: fixed;
  right: 20px;
  z-index: 999;
  bottom: 100px;
}

.contact-btn {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 0;
}

.contact-btn:hover {
  width: 180px;
  background-color: #f4f4f4;
}

.contact-btn img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.btn-label {
  white-space: nowrap;
  opacity: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  transition: opacity 0.3s ease;
}

.contact-btn:hover .btn-label {
  opacity: 1;
}

#requestform .modal-dialog {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  margin-block: 0;
  max-width: calc(100vw - 50%);
}

#requestform .modal-content {
  max-height: 590px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

#requestform .modal-body {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
}

#requestform .modal-body .modal-img {
  width: 100%;
  height: 590px;
}

#requestform .modal-body .modal-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#requestform .modal-body .modal-form {
  height: 100%;
  overflow-y: scroll;
  max-height: 590px;
}

#requestform .modal-body .btn-close {
  display: block;
  margin-left: auto;
  margin-right: 8px;
  margin-top: 8px;
}

#requestform .modal-body .heading {
  font-size: 24px;
  color: var(--text-primary-3);
}

#requestform .modal-body p {
  font-size: 14px;
  color: var(--text-gray-2);
}

#requestform .modal-body .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--text-primary-3);
}

#requestform .modal-body .form-label {
  font-size: 14px;
}

#requestform .modal-body .btn-primary {
  width: 100px;
  height: 45px;
}

@keyframes shake-rotate {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-25deg);
  }

  40% {
    transform: rotate(25deg);
  }

  60% {
    transform: rotate(-15deg);
  }

  80% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.shake-rotate {
  display: inline-block;
  animation: shake-rotate 1s ease-in-out infinite;
}

@media (max-width: 1280px) {
  .navbar-nav {
    gap: 12px;
  }

  .banner-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-content p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}

@media (max-width: 1024px) {
  .banner {
    height: calc(80vh);
  }
}

@media (max-width: 991.98px) {
  .banner-bg {
    align-items: start;
    padding-top: 40px;
  }

  .btn-primary {
    height: 48px;
    font-size: 18px;
  }

  .offcanvas-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav {
    gap: 12px;
  }

  .nav-item {
    display: block;
    width: 100%;
    height: auto;
  }

  .nav-link {
    height: auto;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .dropdown-menu {
    width: 100%;
    box-shadow: none;
    min-width: unset;
  }

  .dropdown-item {
    color: var(--text-black);
    padding: 12px 0;
  }

  /* End navbar */

  .banner-content {
    width: 80%;
  }

  .banner-content h1 {
    font-size: 50px;
    line-height: 1.4;
  }

  .banner-content p {
    font-size: 20px;
    line-height: 1.4;
  }

  .banner-content .btn-primary {
    width: 200px;
  }

  /* End Banner */
  .footer {
    padding-block: 40px;
  }

  .footer .logo {
    width: 200px;
    height: 75px;
  }

  .footer-info h4,
  .footer-info p {
    margin-bottom: 20px;
  }

  .footer-info p {
    font-size: 18px;
  }

  .footer ul {
    padding-left: 0;
  }

  /* Request form */
  #requestform .modal-dialog {
    max-width: 98%;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 70vh;
  }

  .banner-bg {
    align-items: center;
    padding-top: 0;
  }

  .w-60 {
    width: 100%;
  }

  .contact-widget {
    display: none;
  }

  .modal-body h3 {
    font-size: 24px;
  }

  .modal-body p {
    font-size: 16px;
  }

  .service .service-item {
    height: 430px !important;
  }
}

@media (max-width: 574.98px) {
  .banner {
    background-position: -100px 0;
  }

  .banner-content h1 {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .banner-content p {
    font-size: 16px;
    padding-block: 12px;
    line-height: 30px;
  }

  .flex-grow-05 {
    flex-grow: 1;
  }

  .page-item {
    margin-inline: 6px;
  }

  .modal-dialog {
    max-width: 100vw;
  }
}

.intro {
  padding-block: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: var(--bg-color);
}

.intro .row {
  gap: 65px;
}

.intro .intro-content h2 {
  color: var(--text-black);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "MulishExtraBold", sans-serif;
}

.intro .intro-content p {
  color: var(--text-gray-2);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  font-family: Mulish;
  width: 90%;
}

.intro .btn-primary {
  width: 198px;
  height: 55px;
  padding: 15px 17px;
  border-radius: 25px;
  font-size: 18px;
  font-family: Mulish;
}

.intro .intro-img {
  margin-right: -15%;
}

@media (max-width: 1440px) {
  .intro .intro-img {
    margin-right: -5%;
  }
}

/* End Intro */

.service {
  padding-top: 40px;
  overflow: hidden;
}

.service .container {
  max-width: 100vw;
  padding: 0;
}

.service h2,
.capacity h2,
.customer h2 {
  color: var(--text-primary-2);
  font-size: 36px;
  font-weight: 700;
  font-family: "MulishExtraBold", sans-serif;
}

.service h2,
.capacity h2 {
  margin-bottom: 30px;
}

.service .row {
  --bs-gutter-x: 0;
}

.service .service-item {
  height: 680px;
  overflow: hidden;
  border: 0.5px solid #e4e5ef;
}

.service .service-item .service-item-content {
  top: calc(100% - 95px);
  left: 0;
  background-color: var(--text-white);
  padding: 32px 12px;
  transition: all 0.8s ease-in-out;
  height: 90%;
  width: 100%;
}

.service .service-item .service-item-content a {
  font-size: 20px;
  padding: 8px 0 40px;
  color: var(--text-primary-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-family: Mulish;
}

.service .service-item .service-item-content a i {
  transform: rotate(-45deg);
}

.service .service-item:hover .service-item-content {
  top: 70px;
}

.service .service-item:nth-child(4):hover .service-item-content {
  top: calc(100% - 95px);
}

.service .service-item .service-item-content div h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: Mulish;
}

.service .service-item .service-item-content div p {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: start;
  margin-bottom: 4px;
  font-family: Mulish;
}

.service .service-item .service-item-content div p i {
  font-size: 8px;
  margin-inline: 8px;
  margin-top: 8px;
}

/* End Service */
.capacity {
  padding-block: 40px;
  background: var(--bg-color);
  overflow: hidden;
}

.glow-circle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 74px;
  left: 165px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 84px;
  left: 198px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-3::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 150px;
  left: 153px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 268px;
  left: 252px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-5::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 386px;
  left: 248px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-6::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 411px;
  left: 289px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-7::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 470px;
  left: 199px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.glow-circle-8::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 496px;
  left: 157px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.6),
    rgba(255, 223, 0, 0)
  );
  animation: glow 2s infinite alternate;
}

.capacity-list .row {
  row-gap: 50px;
}

.capacity-item {
  text-align: center;
}

.capacity-item .capacity-item-img {
  width: 40px;
  height: 40px;
  margin-inline: auto;
  margin-bottom: 22px;
}

.capacity-item p {
  font-size: 44px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin-bottom: 14px;
  font-family: Mulish;
}

.capacity-item span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray-1);
  font-family: Mulish;
}

.capacity-application h3 {
  padding-block: 60px;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-black);
  font-family: Mulish;
}

.capacity-application-list.row {
  column-gap: 30px;
  --bs-gutter-x: 0;
}

.capacity-application-item-img {
  width: 95px;
  height: 86px;
  margin-bottom: 16px;
  margin-inline: auto;
}

.capacity-application-item span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-gray-2);
  text-align: center;
  display: block;
  font-family: Mulish;
}

/* End Capacity */
.customer {
  padding-block: 40px;
  overflow: hidden;
}

.customer-tabs {
  margin: 0 auto;
  width: 55%;
}

.customer-tabs .slick-list {
  height: 40px;
}

.customer-tabs .slick-track {
  height: 100%;
}

.tab-button {
  background: none;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-gray-3);
  transition: all 0.3s ease;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-family: Mulish;
}

.tab-button.active {
  color: var(--text-primary-2);
}

.customers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.customer-item {
  max-width: 100px;
  min-width: 50px;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
}

.customer-item.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.customer-item.hide {
  opacity: 0;
  visibility: hidden;
}

/* End Customer */
.news {
  padding-block: 40px;
  background-color: var(--bg-color);
}

.news h2,
.report h2 {
  color: var(--text-primary-2);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "MulishExtraBold", sans-serif;
}

.news .btn-primary,
.report .btn-primary {
  width: 164px;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 16px;
  font-family: Mulish;
}

.news .btn-primary i,
.report .btn-primary i {
  font-size: 12px;
  margin-left: 8px;
}

.news-list {
  height: 100%;
  gap: 40px;
}

.news-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
}

.news-item img,
.news-list-3 .news-item .new-img img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.news-item:hover img,
.news-list-3 .news-item:hover .new-img img {
  transform: scale(1.1);
}

.news-contents.position-absolute {
  bottom: 0;
  left: 0;
  padding: 34px 28px;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1c1c1c 100%);
  height: 50%;
  width: 100%;
}

.news-list-2 .news-contents.position-absolute {
  height: 70%;
  padding: 22px;
}

.news-contents.position-absolute h3 {
  color: var(--text-white);
  font-family: Mulish;
}

.news-list-3 .row {
  row-gap: 27px;
}

.news-list-2 .row {
  row-gap: 30px;
}

.news-list-3 .news-item {
  box-shadow: none;
}

.news-list-3 .new-img {
  width: 208px;
  height: 132px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-right: 18px;
  overflow: hidden;
}

.news-contents h3 {
  font-weight: 700;
  font-size: 18px;
  color: var(--text-primary-2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-family: Mulish;
}

.news-contents span {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-gray-1);
  font-family: Mulish;
}

.news-contents .ic-calendar {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -10px;
}

/* End News */

.report {
  padding-block: 40px;
  overflow: hidden;
}

.report-item {
  box-shadow: 0 16px 14px -7px rgba(61, 72, 111, 0.15);
  border: 1px solid var(--text-white);
  border-radius: 25px;
  overflow: hidden;
  padding-inline: 6px;
  margin: 0px 6px 16px;
}

.report-img {
  height: 262px;
  border-radius: 25px;
  overflow: hidden;
}

.report-item .report-img img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  object-fit: fill;
}

.report-item:hover .report-img img {
  transform: scale(1.1);
}

.report-content {
  background: var(--text-white);
  padding: 10px;
}

.report-content span {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary-2);
  font-family: Mulish;
}

.report-content .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Mulish;
  height: 50px;
  line-height: 1.2;
}

/* End Report */

.contact {
  padding-block: 40px;
  overflow: hidden;
  background: var(--text-primary-2);
}

.contact .row {
  gap: 40px;
}

.contact .first-letter {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-white);
  font-family: Mulish;
}

.contact .second-letter {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-white);
  font-family: Mulish;
}

.contact-form .row {
  gap: 30px 40px;
}

.contact-form .form-control {
  padding: 0 0 12px;
  color: #cccccc;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
}

.contact-form .form-control::placeholder {
  color: #cccccc;
  font-family: Mulish;
}

.contact .btnSubmit {
  width: 100%;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-black);
  font-family: Mulish;
  background: #efefef;
}

.contact .btnSubmit i {
  margin-left: 18px;
}

/* End Homepage */
.banner-aboutus {
  background-image: url(../img/banner-aboutus.png);
  background-position: center top 0px;
}

.banner-aboutus-bg {
  background: transparent;
  align-items: flex-start;
  padding-top: 40px;
}

.banner-aboutus-content {
  width: calc(100% - 20%);
}

.banner-aboutus-content h1 {
  font-size: 35px;
  color: var(--text-primary-2);
}

.banner-aboutus-content p {
  font-size: 20px;
  color: var(--text-primary-2);
}

/* End Banner */
.whychooseus {
  padding-block: 40px;
  overflow: hidden;
}

.whychooseus-img {
  width: 626px;
  height: 526px;
  margin-inline: auto;
}

.whychooseus-img-3 {
  width: 100%;
  height: 100%;
}

.whychooseus-img-2 {
  top: 25%;
  left: 29.2%;
  width: 261px;
  height: 261px;
  animation: rotateCircle 8s linear infinite;
}

.whychooseus-img-1 {
  top: 29%;
  left: 32.6%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.whychooseus-img-1 .wave-animaion img {
  z-index: 10;
  position: relative;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cfd3e8;
  animation: ripple 2.5s infinite ease-out;
  top: 0;
  z-index: 1;
}

.wave:nth-child(2) {
  animation-delay: 0.5s;
}

.wave:nth-child(3) {
  animation-delay: 1s;
}

.whychooseus h2,
.ecosystom h2,
.ourteam h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.whychooseus h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin-bottom: 10px;
}

.whychooseus h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.whychooseus-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 16px;
  text-transform: none;
  font-family: "MulishExtraBold", sans-serif;
}

.whychooseus-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-gray-2);
  text-align: justify;
  margin-bottom: 16px;
  width: 95%;
}

.whychooseus-content .btn-primary {
  width: 292px;
  height: 60px;
  padding: 14px 22px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 400;
}

/* End Why Choose US */
.ecosystom {
  padding-block: 40px;
  background-color: var(--bg-color);
  overflow: hidden;
}

.ecosystom-img {
  position: relative;
}

.glow-animation {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.3),
    rgba(255, 223, 0, 0)
  );
  box-shadow: 0 0 5px rgba(255, 223, 0, 0.2);
  top: 20.5%;
  left: 8.8%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.glow-animation.active {
  opacity: 1;
  transform: scale(1.3);
  box-shadow: 0 0 25px rgba(255, 223, 0, 1);
  background: radial-gradient(
    circle,
    rgba(255, 223, 0, 0.9),
    rgba(255, 223, 0, 0)
  );
}

.glow-animation:nth-child(2) {
  left: 28.8%;
}

.glow-animation:nth-child(3) {
  animation-delay: 0.4s;
  left: 54%;
  top: 46.9%;
}

.glow-animation:nth-child(4) {
  animation-delay: 0.6s;
  left: 41.2%;
  top: 46.9%;
}

/* End Eco System */
.ourteam {
  padding-block: 20px 40px;
  overflow: hidden;
}

.ourteam .row > * {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.ourteam-item {
  max-height: 335px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 25px;
  padding: 28px;
  margin-bottom: 20px;
  height: 100%;
}

.ourteam-item-img {
  max-width: 150px;
  max-height: 150px;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}

.ourteam-item-content h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-primary-2);
  margin-bottom: 0;
}

.ourteam-item-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary-2);
  text-transform: capitalize;
}

.ourteam-item-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-black);
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.ourteam-item-content div i {
  transform: rotate(-45deg);
  font-size: 12px;
  color: var(--text-primary-2);
}

/* End Page About Us */
.banner-detail {
  background-image: url(../img/banner-detail.png);
  justify-content: center;
  height: calc(65vh - 76px);
  margin-top: 76px;
}

.banner-detail-bg {
  background: transparent;
}

.banner-detail-content {
  width: 70%;
  margin: auto;
}

.contact-page {
  padding-block: 40px;
  overflow: hidden;
}

.contact-page .row {
  gap: 80px;
}

.contact-page-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 20px;
}

.contact-page-content p,
.contact-page-content p a {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-black);
}

.contact-page-form {
  background-color: var(--text-white);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 48px 53px;
  border-radius: 30px;
}

.contact-page-form div {
  margin-bottom: 25px;
}

.contact-page-form div .form-control {
  border: 1px solid #0d26b8;
}

/* End Page About Us */
.market-banner {
  background-image: url(../img/banner-marketresearch.png);
}

.market-banner .banner-content {
  width: 70%;
}

.market-banner .banner-content .btn-primary,
.brandcampain-banner .banner-content .btn-primary {
  width: 410px;
  padding: 10px;
  font-size: 24px;
}

/* End banner */
.solutionPlatform {
  padding-block: 20px;
  overflow: hidden;
}

.solutionPlatform h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.solutionPlatform p {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-gray-2);
  margin-bottom: 20px;
  text-align: center;
  width: 80%;
}

.solutionPlatform .row {
  gap: 10px;
}

.solutionPlatform-item {
  height: 100%;
  border-radius: 20px;
  padding: 20px 33px;
  border: 1px solid #e4e5ef;
}

.solutionPlatform-item:hover {
  background: linear-gradient(
    180deg,
    rgba(134, 187, 241, 1),
    rgba(210, 234, 239, 1)
  );
}

.solutionPlatform-item .solutionPlatform-item-img {
  width: 200px;
  height: 40px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.solutionPlatform-item .solutionPlatform-item-img img {
  object-fit: contain;
}

.solutionPlatform-item .solutionPlatform-item-img .item-1 {
  display: block;
}

.solutionPlatform-item:hover .solutionPlatform-item-img .item-1 {
  display: none;
}

.solutionPlatform-item .solutionPlatform-item-img .item-2 {
  display: none;
}

.solutionPlatform-item:hover .solutionPlatform-item-img .item-2 {
  display: block;
}

.solutionPlatform-item .solutionPlatform-item-icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--text-primary-2);
}

.solutionPlatform-item .solutionPlatform-item-icon i {
  font-size: 14px;
  color: var(--text-white);
}

.solutionPlatform-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 10px;
}

.solutionPlatform-item-content p {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d60;
  text-align: left;
  width: 100%;
}

.solutionPlatform-item:hover .solutionPlatform-item-content p {
  color: var(--text-black);
}

/* End Solution Platform */
.marketResearchSevice {
  padding-block: 40px;
  overflow: hidden;
  background-color: var(--bg-color);
}

.marketResearchSevice h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  font-family: "MulishExtraBold", sans-serif;
}

.marketResearchSevice p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-gray-2);
  margin-bottom: 30px;
  text-align: center;
}

.marketResearchSevice-list.row {
  gap: 20px 0px;
}

.marketResearchSevice-item {
  padding: 20px 20px;
  background-color: var(--text-white);
  border-radius: 20px;
  max-width: 363px;
  max-height: 337px;
  height: 100%;
  box-shadow: 0 4px 10px 0 rgba(61, 72, 111, 0.15);
}

.marketResearchSevice-item-img {
  width: 50px;
  height: 50px;
  margin-bottom: 9px;
}

.marketResearchSevice-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #003e80;
  margin-bottom: 16px;
  height: 45px;
  line-height: 25px;
  font-family: "MulishExtraBold", sans-serif;
}

.marketResearchSevice-item p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-gray-2);
  text-align: justify;
  margin-bottom: 0;
}

/* End Market Research Service */
.researchMethot {
  padding-block: 40px;
  overflow: hidden;
}

.researchMethot h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  margin-bottom: 15px;
  font-family: "MulishExtraBold", sans-serif;
}

.researchMethot p {
  font-size: 18px;
  margin-bottom: 50px;
  color: var(--text-black);
  text-align: center;
  width: 70%;
  margin-inline: auto;
}

.accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-black);
  padding: 12px;
}

.accordion-button:focus {
  box-shadow: none;
}

.researchMethot-1 .accordion-button:not(.collapsed) {
  background-color: var(--text-primary-2);
  color: var(--text-white);
}

.researchMethot-1 .accordion-button::after {
  background-image: url(../img/ic-drop_down-primary.svg);
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.researchMethot-1 .accordion-button:not(.collapsed)::after {
  color: var(--text-white);
  background-image: url(../img/ic-drop_down.svg);
  transform: rotate(0deg);
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.researchMethot-1 .accordion-item {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(90, 108, 234, 0.08);
  border: 1px solid rgba(228, 229, 239, 1);
}

.researchMethot-1 .accordion-body {
  padding: 0 12px;
  padding-bottom: 25px;
  background-color: var(--bg-color);
  text-align: justify;
  font-size: 16px;
}

.researchMethot-2 .accordion-item {
  margin-bottom: 0;
  border-radius: 0;
  margin-inline: -12px;
}

.researchMethot-2 .accordion-button:not(.collapsed) {
  color: var(--text-primary-2);
  background: var(--text-white);
}

.researchMethot-2 .accordion-button::after {
  background-image: url(../img/ic-plus.svg);
}

.researchMethot-2 .accordion-button:not(.collapsed)::after {
  background-image: url(../img/ic-minus.svg);
}

.researchMethot-2 .accordion-body {
  padding: 16px;
}

/* End Research Methot */
.contact-2 {
  padding-block: 40px;
  background-image: url(../img/bg-contact-2.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-2 h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--bg-color);
  margin-bottom: 20px;
}

.contact-2 h5 {
  font-size: 16px;
  color: var(--bg-color);
  margin-bottom: 28px;
  font-weight: 500;
  width: 70%;
}

.contact-2-img {
  width: 70px;
  height: 70px;
  margin-right: 12px;
}

.contact-2-linear-color {
  font-size: 18px;
  font-weight: 700;
  background: -webkit-linear-gradient(
    180deg,
    rgba(27, 181, 230, 1),
    rgba(90, 245, 255, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-2 .contact-page-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 64px 27px;
}

.contact-2 .contact-page-form div {
  margin-bottom: 0;
  gap: 20px;
}

.contact-2 .contact-page-form div .btn-primary-reverse {
  font-weight: 400;
  font-size: 18px;
  padding: 14px 10px;
  width: 161px;
  height: 60px;
}

.contact-page-form h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-black);
}

.download-btn {
  box-shadow: 1px 5px 6px #a3a2a2;
  border-radius: 12px;
  padding: 8px 12px;
  background-color: white;
}

.project-btn {
  box-shadow: 1px 5px 6px #a3a2a2;
  border-radius: 12px;
  padding: 8px 12px;
  background-color: #0d26b8;
}

.download-btn:hover,
.project-btn:hover {
  box-shadow: 1px 5px 12px #777;
}

.download-btn p,
.project-btn p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.project-btn p {
  color: white;
}

.download-btn p img,
.project-btn p img {
  width: 24px;
  height: 24px;
}

/* End Page Market Research */
.brand-banner {
  background-image: url(../img/banner-brandevelopment.jpg);
}

.brand-banner .banner-content .btn-primary {
  width: 410px;
  padding: 10px;
  font-size: 24px;
}

/* End banner */
.brandDevelopmentService {
  padding-block: 40px;
  background-color: var(--bg-color);
  overflow: hidden;
}

.brandDevelopmentService h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.brandDevelopmentService .row {
  gap: 20px 0px;
}

.brandDevelopmentService-item {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--text-white);
  height: 100%;
  box-shadow: 0 4px 10px 0 rgba(61, 72, 111, 0.15);
}

.brandDevelopmentService-item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.brandDevelopmentService-item-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-black);
  height: 100%;
  margin-bottom: 8px;
  line-height: 25px;
}

.brandDevelopmentService-item-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: var(--text-gray-2);
  margin-bottom: 0;
}

.brandDevelopmentService .btn-primary-reverse,
.marketResearchSevice-list .btn-primary-reverse {
  width: 340px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e4e5ef;
  padding: 9px 20px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.btn-primary-reverse .icon-1 {
  display: inline-block;
}

.btn-primary-reverse:hover .icon-1 {
  display: none;
}

.btn-primary-reverse .icon-2 {
  display: none;
}

.btn-primary-reverse:hover .icon-2 {
  display: inline-block;
}

/* End Brand Development Service */
.consultingtool {
  padding-block: 40px 20px;
  overflow: hidden;
  margin-top: -160px;
}

.consultingtool h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text-primary-2);
  position: relative;
  top: 255px;
  z-index: 10;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.consultingtool .row {
  padding-left: 20%;
}

.consultingtool-item {
  width: 33%;
  height: 500px;
  overflow: hidden;
  padding: 0;
}

.consultingtool-item-content {
  width: 100%;
  height: 100%;
  top: 0;
}

.consultingtool-item-content-1 {
  padding: 20px 12px;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.consultingtool-item:nth-child(even)
  .consultingtool-item-content
  .consultingtool-item-content-1 {
  background-color: rgba(0, 62, 128, 0.85);
}

.consultingtool-item:nth-child(odd)
  .consultingtool-item-content
  .consultingtool-item-content-1 {
  background-color: rgba(40, 50, 62, 0.7);
}

.consultingtool-item-content-1 ul {
  padding-left: 20px;
  padding-top: 20px;
  color: var(--text-white);
}

.consultingtool-item-content-1 ul li h4 {
  color: var(--text-white);
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0;
}

.consultingtool-item-content-img {
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.consultingtool-item-content-1 h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0;
}

/* End Page Brand Development */
.brandcampain-banner {
  background-image: url(../img/banner-brandcampain.png);
}

.brandStrategyService {
  padding-block: 40px 20px;
  overflow: hidden;
}

.brandStrategyService h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.brandStrategyService .row {
  gap: 20px 0px;
}

.brandStrategyService-item {
  padding: 20px;
  min-height: 225px;
  background-color: #f7fcff;
}

.brandStrategyService-item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.brandStrategyService-item-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 10px;
}

.brandStrategyService-item-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: var(--text-gray-1);
  margin-bottom: 0;
}

.brandStrategyService .row .btn-primary-reverse {
  display: flex;
  width: 280px;
  height: 50px;
  padding: 10px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.brandStrategyService .row .btn-primary-reverse img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.ourAppoach {
  padding-block: 20px;
  overflow: hidden;
}

.ourAppoach h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.ourAppoach h3 {
  font-size: 34px;
  font-weight: 400;
  color: var(--text-primary-2);
  margin-bottom: 0;
}

.ourAppoach p {
  font-size: 36px;
  font-weight: 900;
  color: var(--text-primary-2);
}

.ourAppoach-img {
  margin-bottom: 32px;
}

.ourAppoach span,
.ourAppoach ul li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-black);
}

.ourAppoach ul li {
  margin-bottom: 18px;
}

/* End Page Brand Campain */
.award-banner {
  background-image: url(../img/banner-award.png);
}

.ourMark {
  padding-block: 40px;
  overflow: hidden;
}

.ourMark h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "MulishExtraBold", sans-serif;
}

.ourMark-list .slick-prev {
  left: -35px;
}

.ourMark-list .slick-next {
  right: -35px;
}

.ourMark-list .slick-prev,
.ourMark-list .slick-next,
.report-list-2 .slick-prev,
.report-list-2 .slick-next {
  background-color: var(--text-white);
  border: 1px solid rgba(217, 217, 223, 1);
}

.ourMark-list .slick-prev i,
.ourMark-list .slick-next i,
.report-list-2 .slick-prev i,
.report-list-2 .slick-next i {
  color: rgba(1, 2, 29, 1);
}

.ourMark-item {
  max-width: 345px;
  height: 340px;
  border-radius: 25px;
  overflow: hidden;
  margin: 24px;
  box-shadow: 0 4px 21px 1px rgba(112, 124, 167, 0.1);
}

.ourMark-item-img {
  width: 100%;
  height: 263px;
}

.ourMark-item-content {
  padding: 15px 15px 30px;
}

.ourMark-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ourMark .btn-primary-reverse,
.executionProcess .btn-primary-reverse {
  width: 368px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--bg-color);
  margin-inline: auto;
  border-radius: 30px;
}

.customers-list-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.customers-list-2 .customer-item {
  max-height: 112px;
  height: 100%;
  padding-block: 8px;
  display: flex;
  align-items: center;
  visibility: visible;
  opacity: 1;
}

.executionProcess {
  padding-block: 40px;
  overflow: hidden;
}

.executionProcess h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  text-align: center;
  font-family: "MulishExtraBold", sans-serif;
}

.executionProcess .btn-primary-reverse {
  margin-top: 0;
}

.report-item h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
}

.news-category,
.reports-list {
  padding-block: 20px;
}

/* Filter */
.filter-container {
  margin-bottom: 15px;
}

.filter {
  width: 264px;
  height: 50px;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-gray-1);
  appearance: none;
  /* Ẩn giao diện mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("../img/ic-chevron-down.svg");
  /* Đường dẫn ảnh */
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 34px;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}

.filter:focus-visible {
  outline: none;
}

/* Search box */
.search-container {
  display: flex;
  align-items: center;
  max-width: 400px;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
}

#search {
  flex: 1;
  /* Cho phép input mở rộng toàn bộ phần còn lại */
  padding: 12px 28px;
  font-size: 20px;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  outline: none;
  height: 100%;
  width: 100%;
}

#search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 100px;
}

/* Chia bài viết thành hàng ngang */
#posts {
  display: flex;
  justify-content: space-between;
  /* Khi lọc, các bài sẽ căn trái */
  flex-wrap: wrap;
  gap: 12px;
}

/* Định dạng bài viết */
.post {
  width: 32%;
  height: 100%;
  background-color: var(--text-white);
  border: 1px solid var(--text-white);
  border-radius: 25px;
  box-shadow: 0 4px 50px -7px rgba(61, 72, 111, 0.15);
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  margin-top: 12px;
  overflow: hidden;
}

.post .post-img {
  overflow: hidden;
  border-radius: 25px;
  height: 262px;
}

.post .post-img img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.post:hover .post-img img {
  transform: scale(1.3);
}

.post-content {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-content .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--text-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  line-height: 1.2;
}

.post-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-gray-1);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: justify;
  height: 72px;
}

.post-content a {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary-2);
}

/* Khi ẩn bài viết */
.hidden {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
  /* Không làm vỡ layout */
  position: absolute;
  /* Đẩy bài viết ra khỏi luồng nhưng vẫn giữ vị trí */
  display: none;
}

/* End page News */
.newsDetail {
  padding-block: 40px;
  margin-top: 76px;
  overflow: hidden;
  background-color: var(--bg-color);
}

.newDetail-padding {
  max-width: 70%;
  margin-inline: auto;
}

.newsDetail h1 {
  font-size: 34px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 8px;
}

.newsDetail span {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-gray-1);
  margin-bottom: 14px;
  display: block;
}

.newsDetail .newsDetail-img {
  width: 100%;
  max-height: 600px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.newsDetail .newsDetail-img img {
  object-fit: contain;
}

.newsDetail h3 {
  font-size: 21px;
}

.newsDetail .heading-2,
.newsDetail .heading-3,
.newsDetail .heading-4 {
  font-size: inherit;
  padding-block: 0 12px;
  margin-bottom: 12px;
  font-weight: inherit;
}

.newsDetail ol {
  margin-bottom: 12px;
}

.newsDetail ol li {
  font-size: inherit;
}

.newsDetail p {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-gray-2);
  margin-bottom: 8px;
  text-align: justify;
}

.news-list .heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-black);
}

.slider .slick-prev,
.slider .slick-next,
.report .slick-prev,
.report .slick-next,
.casestudyImg-slider .slick-prev,
.casestudyImg-slider .slick-next {
  background-color: var(--text-white);
  border: 1px solid #d9d9df;
}

.slider .slick-prev {
  left: -35px;
}

.slider .slick-next {
  right: -35px;
}

.slider .slick-prev i,
.slider .slick-next i,
.report .slick-prev i,
.report .slick-next i,
.casestudyImg-slider .slick-prev i,
.casestudyImg-slider .slick-next i {
  color: #01021d;
}

.slider .post {
  margin: 14px 24px 24px 0px;
  box-shadow: none;
}

.reports-list .post {
  height: 100%;
}

.reportDetail {
  padding-block: 40px;
  margin-top: 76px;
  overflow: hidden;
  background-color: var(--bg-color);
}

.reportDetail-img {
  width: 100%;
  max-height: 588px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  margin-bottom: 50px;
}

.reportDetail-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.reportDetail-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-white);
  width: 80%;
}

.reportDetail-content.row {
  gap: 24px;
}

.reportDetail-content p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 30px;
}

.reportDetail-form h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 10px;
}

.reportDetail-form .form-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
  margin-bottom: 0;
}

.reportDetail-form .form-control,
.reportDetail-form .form-select {
  border: 1px solid #b6b8c5;
  background-color: rgba(34, 34, 34, 0.05);
  height: 46px;
  border-radius: 15px;
}

.reportDetail-form .form-control::placeholder,
.reportDetail-form .form-control:-ms-input-placeholder,
.reportDetail-form .form-control::-ms-input-placeholder,
.reportDetail-form .form-select {
  color: rgba(105, 106, 116, 1);
  font-size: 14px;
  font-weight: 400;
}

.reportDetail-form .form-control:focus,
.reportDetail-form .form-select:focus {
  box-shadow: none;
  border-color: var(--text-primary-2);
}

.reportDetail-form .btn-primary-reverse {
  width: 160px;
  height: 50px;
  font-size: 16px;
}

.report .post {
  margin-inline: 12px;
  box-shadow: none;
  margin-top: 0;
}

.casestudyDetail-content {
  padding-block: 50px 20px;
  border-bottom: 1px solid var(--text-gray-1);
}

.casestudyDetail-content:last-child {
  border-bottom: none;
}

.casestudyDetail-content h5 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-primary-2);
  margin-bottom: 20px;
}

.casestudyDetail-content ul {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-gray-2);
  padding-left: 65px;
  list-style-type: inherit;
}

.casestudyDetail-content .col-12:first-child div:first-child ul {
  padding-left: 46px;
}

.casestudyImg {
  padding-block: 20px;
  overflow: hidden;
}

.casestudyImg h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--text-primary-3);
  margin-bottom: 25px;
  text-align: center;
}

.casestudyImg-slider .slick-track {
  display: flex;
  align-items: center;
}

.casestudyImg-item {
  width: 500px;
  height: 414px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin-inline: 24px;
}

.casestudyImg-item img {
  object-fit: cover;
}

.casestudyImg-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--text-black);
  opacity: 0.5;
}

.casestudyImg-slider .slick-cloned {
  visibility: hidden;
}

.casestudyImg-slider.slick-initialized .slick-cloned {
  visibility: visible;
}

.casestudyImg-item.slick-center {
  width: 854px !important;
  height: 543px;
  margin-inline: 32px;
}

.slick-center.casestudyImg-item::before {
  opacity: 0.1;
}

.casestudyImg-slider .slick-prev {
  left: 20%;
  z-index: 10;
}

.casestudyImg-slider .slick-next {
  right: 20%;
  z-index: 10;
}

.report h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-black);
}

/* Page Recruitment */
.recruiment {
  padding-block: 40px;
}

.recruiment .search-container {
  width: 100%;
  max-width: none;
  border: 1px solid #e4e5ef;
  border-radius: 100px;
}

.recruiment .search-container #search {
  box-shadow: none;
}

.recruiment-category {
  padding: 10px 20px 30px;
  border: 1px solid #b6b8c5;
  border-radius: 20px;
}

.recruiment-category .filter-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #e4e5ef;
}

.recruiment-category select {
  border: none;
  width: 112px;
  margin-right: 12px;
  appearance: none;
  /* Xóa icon mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("../img/ic-chevron-down-black.svg") no-repeat right 22px
    center;
  font-weight: 700;
}

.recruiment-category select:focus-visible {
  outline: none;
}

.recruiment-category .clear-btn {
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.recruiment-category .clear-btn {
  background-color: #fff;
  color: #444;
  border-color: #aaa;
}

.recruiment-item a {
  display: flex;
  align-items: center;
  padding-block: 8px;
  border-bottom: 1px solid #e4e5ef;
}

.recruiment-item:last-child a {
  border-bottom: 0;
}

.recruiment-item-img {
  width: 115px;
  height: 115px;
  margin-right: 37px;
}

.recruiment-item-content h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-black);
}

.recruiment-item-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.recruiment-item-content p:nth-child(4) {
  color: #e73b3b;
}

.recruiment-item-content p img {
  width: 16px;
  height: 18px;
  margin-right: 8px;
}

.recruiment-list.popular .recruiment-item a {
  align-items: flex-start;
  padding: 20px 28px;
  border-bottom: 0;
  background: #fdfdfd;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.recruiment-list.popular .recruiment-item-img {
  position: relative;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  padding-left: 13px;
  padding-top: 4px;
}

.recruiment-list.popular .recruiment-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/img-recruitment-item-popular-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.recruiment-list.popular .recruiment-item-content p {
  font-size: 14px;
}

.recruitmentDetail {
  margin-top: 76px;
  padding-block: 40px 20px;
  overflow: hidden;
}

.recruitmentDetail .recruiment-item {
  border: 1px solid #b6b8c5;
  border-radius: 30px;
  padding: 24px;
}

.recruitmentDetail .recruiment-item .recruiment-item-img {
  width: 228px;
  height: 228px;
}

.recruiment-item-content .btn-primary-reverse {
  width: 170px;
  height: 60px;
  font-weight: 400;
  font-size: 20px;
  justify-content: center;
  margin-top: 12px;
}

.recruitmentDetail-content {
  padding-block: 40px 0;
}

.recruitmentDetail-content h4,
.anotherRecruitment h4 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary-2);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #696a74;
}

.recruitmentDetail-content ul {
  margin-bottom: 0;
}

.recruitmentDetail-content ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-gray-2);
}

.recruitmentDetail-content ul li:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-left: -2rem;
  list-style: none;
}

.recruitmentDetail-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-gray-2);
  margin-bottom: 0;
}

.anotherRecruitment {
  padding-block: 20px;
  overflow: hidden;
}

.anotherRecruitment h4 {
  border-bottom: 0;
  margin-bottom: 8px;
}

.anotherRecruitment .recruiment-list.popular .recruiment-item a {
  padding-inline: 6px;
  margin-inline: 8px;
  font-size: 16px;
}

.anotherRecruitment .recruiment-item-content p:nth-child(4) {
  color: var(--text-black);
}

#recruimentDetail-form .modal-dialog {
  max-width: 840px;
}

#recruimentDetail-form h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--text-black);
}

#recruimentDetail-form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

#recruimentDetail-form input[type="text"],
#recruimentDetail-form input[type="email"],
#recruimentDetail-form input[type="tel"],
#recruimentDetail-form textarea,
#recruimentDetail-form input[type="file"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

#recruimentDetail-form textarea {
  resize: vertical;
}

#recruimentDetail-form .custom-file-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

#recruimentDetail-form .custom-file-input input[type="file"] {
  width: 100%;
  height: 45px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

#recruimentDetail-form .file-label {
  display: flex;
  justify-content: flex-end;
  /* Đưa nội dung về bên phải */
  align-items: center;
  gap: 10px;
  background-color: var(--text-white);
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

#recruimentDetail-form .file-label i {
  width: 20px;
  height: 20px;
}

#recruimentDetail-form .note {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}

#recruimentDetail-form .btn-primary-reverse {
  width: 206px;
  height: 60px;
  padding: 14px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  margin-inline: auto;
}

.newsDetail figure img {
  width: 100%;
  height: 100%;
}

/* Popup Detail new */
#popupContent {
  max-width: 800px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
}

#popupContent h2 span {
  color: var(--text-primary-2);
}

#popupContent .btn-primary-reverse {
  height: 50px;
  font-size: 16px;
  border-radius: 4px;
}

.popup-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

.popup-img img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1280px) {
  .service .service-item .service-item-content a {
    font-size: 18px;
  }

  .contact-form .row {
    gap: 40px 0;
  }

  .banner-aboutus-content {
    width: 100%;
  }

  .marketResearchSevice-item {
    max-width: 100%;
  }

  .whychooseus-img {
    width: 550px;
    height: 550px;
  }

  .whychooseus-img-2 {
    top: 28.8%;
    height: 232px;
    width: 232px;
  }

  .whychooseus-img-1 {
    top: 32%;
    width: 194px;
    height: 194px;
  }

  .contact .first-letter {
    font-size: 36px;
  }

  .post {
    height: 100%;
    width: 49%;
  }

  .filter {
    width: 250px;
  }

  .casestudyImg-item {
    width: 400px;
    height: 320px;
  }

  .casestudyImg-item.slick-center {
    width: 700px;
    height: 512px;
  }

  .glow-circle::before {
    content: "";
    top: 61px;
    left: 143px;
  }

  .glow-circle-2::before {
    top: 69px;
    left: 169px;
  }

  .glow-circle-3::before {
    top: 127px;
    left: 131px;
  }

  .glow-circle-4::before {
    top: 227px;
    left: 216px;
  }

  .glow-circle-5::before {
    top: 328px;
    left: 210px;
  }

  .glow-circle-6::before {
    top: 350px;
    left: 245px;
  }

  .glow-circle-7::before {
    top: 400px;
    left: 168px;
  }

  .glow-circle-8::before {
    top: 420px;
    left: 130px;
  }
}

@media (max-width: 1024px) {
  .intro .intro-content h2 {
    font-size: 32px;
  }

  .intro .intro-content p,
  .marketResearchSevice p {
    font-size: 18px;
  }

  .news-list.row {
    gap: 22px;
  }

  .glow-circle::before {
    top: 47px;
    left: 117px;
  }

  .glow-circle-2::before {
    top: 55px;
    left: 138px;
  }

  .glow-circle-3::before {
    top: 101px;
    left: 107px;
  }

  .glow-circle-4::before {
    top: 185px;
    left: 180px;
  }

  .glow-circle-5::before {
    top: 271px;
    left: 177px;
  }

  .glow-circle-6::before {
    top: 288px;
    left: 204px;
  }

  .glow-circle-7::before {
    top: 330px;
    left: 141px;
  }

  .glow-circle-8::before {
    top: 348px;
    left: 111px;
  }

  .brandStrategyService .row {
    gap: 32px 0;
  }

  .consultingtool-item-content-1 ul {
    padding-top: 25px;
  }

  .filter {
    width: 190px;
    background-position: right 20px center;
  }

  .search-container {
    max-width: 300px;
  }

  .reportDetail-content p {
    font-size: 20px;
  }

  .casestudyImg-item {
    width: 380px;
    height: 300px;
  }

  .casestudyImg-item.slick-center {
    width: 550px;
    height: 412px;
  }

  .recruiment-category select {
    font-size: 14px;
    width: 100px;
    margin-right: 4px;
    background: white url("../img/ic-chevron-down-black.svg") no-repeat right
      8px center;
  }

  .recruiment-list.popular .recruiment-item-content p {
    font-size: 12px;
  }

  .consultingtool .row {
    padding-left: 10%;
  }

  .consultingtool h2 {
    top: 170px;
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .intro {
    padding: 25px 0;
    margin-bottom: 20px;
  }

  .intro .intro-content h2,
  .ourAppoach h3,
  #recruimentDetail-form h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .intro .intro-content p {
    font-size: 16px;
    width: 100%;
  }

  /* End Intro */
  .service {
    padding-block: 20px;
  }

  .service h2,
  .capacity h2,
  .customer h2,
  .news h2,
  .report h2,
  .contact .first-letter,
  .whychooseus h2,
  .ecosystom h2,
  .ourteam h2,
  .marketResearchSevice h2,
  .researchMethot h2,
  .contact-2 h1,
  .solutionPlatform h2,
  .brandDevelopmentService h1,
  .brandStrategyService h1,
  .ourAppoach h2,
  .ourMark h2,
  .executionProcess h2,
  .casestudyImg h1 {
    font-size: 42px;
  }

  /* .service .service-item .service-item-content {
        padding: 18px 12px 32px 18px;
    }  */
  /* End Service */
  .capacity {
    padding-block: 20px;
  }

  .glow-circle::before {
    top: 82px;
    left: 180pe;
  }

  .glow-circle-2::before {
    top: 92px;
    left: 218px;
  }

  .glow-circle-3::before {
    top: 166px;
    left: 170px;
  }

  .glow-circle-4::before {
    top: 293px;
    left: 277px;
  }

  .glow-circle-5::before {
    top: 426px;
    left: 272px;
  }

  .glow-circle-6::before {
    top: 452px;
    left: 317px;
  }

  .glow-circle-7::before {
    top: 516px;
    left: 218px;
  }

  .glow-circle-8::before {
    top: 543px;
    left: 171px;
  }

  .capacity-item .capacity-item-img {
    margin-bottom: 12px;
  }

  .capacity-item p {
    font-size: 36px;
  }

  .capacity-application h3 {
    font-size: 24px;
    padding-block: 30px;
  }

  .capacity-application-list.row {
    gap: 18px;
  }

  .capacity-application-item-img {
    width: 72px;
    height: 63px;
  }

  /* End Capacity */
  .customer-tabs {
    width: 100%;
  }

  .tab-button {
    font-size: 20px;
  }

  /* End Customer */
  .news {
    padding-block: 20px;
  }

  .news h2,
  .report h2,
  .news .btn-primary,
  .report .btn-primary {
    margin-bottom: 24px;
  }

  /* End News */
  .report,
  .brandStrategyService {
    padding-block: 20px;
  }

  .report-img {
    height: 180px;
  }

  .report-content h2 {
    font-size: 18px;
  }

  /* End Report */
  .contact {
    padding-block: 20px;
  }

  .contact .second-letter {
    font-size: 20px;
  }

  .contact-form .row {
    gap: 24px 20px;
  }

  /* End Contact */
  /* Page About Us */
  .banner-aboutus-content {
    width: 100%;
  }

  .banner-aboutus-content h1 {
    font-size: 32px;
  }

  .banner-aboutus-content p {
    font-size: 18px;
  }

  .whychooseus,
  .ecosystom,
  .ourteam {
    padding-block: 20px;
  }

  .whychooseus h3 {
    font-size: 28px;
  }

  .whychooseus h2,
  .contact-page-form h2 {
    font-size: 36px;
  }

  .whychooseus-content p {
    font-size: 20px;
  }

  .whychooseus h2,
  .ecosystom h2,
  .ourteam h2 {
    margin-bottom: 32px;
  }

  .marketResearchSevice {
    padding-block: 20px;
  }

  .contact-form-3 {
    margin-top: 20px;
  }

  .brandDevelopmentService {
    padding-block: 20px;
  }

  .brandDevelopmentService-item-content h3 {
    font-size: 20px;
  }

  .brandDevelopmentService-item-content p,
  .brandStrategyService-item-content p {
    font-size: 18px;
  }

  .consultingtool {
    margin-top: 0;
  }

  .consultingtool .row {
    padding-left: 0px;
  }

  .consultingtool h2 {
    position: unset;
    font-size: 34px;
    color: var(--text-primary-2);
    text-align: center;
  }

  .consultingtool-item {
    max-width: unset;
    margin-inline: 0;
  }

  .brandStrategyService-item {
    padding: 20px;
  }

  .ourAppoach {
    padding-block: 20px;
  }

  .ourAppoach p {
    font-size: 38px;
  }

  .brandStrategyService .row .btn-primary-reverse {
    font-size: 20px;
  }

  .ourMark-item {
    height: 100%;
    margin: 24px 12px;
  }

  .ourMark-item-content h3 {
    font-size: 20px;
  }

  .casestudyDetail-content h5 {
    font-size: 26px;
  }

  .casestudyDetail-content ul {
    padding-left: 32px;
  }

  .casestudyDetail-content .col-12:first-child div:first-child ul {
    padding-left: 16px;
  }

  #recruimentDetail-form .modal-dialog {
    max-width: calc(100vw - 20%);
  }

  .consultingtool-item-content-1 h3 {
    font-size: 20px;
  }

  .consultingtool-item-content-1 ul {
    font-size: 14px;
    padding-left: 12px;
    padding-top: 16px;
  }

  .consultingtool-item-content-img {
    width: 70px;
  }

  .newsDetail h1 {
    font-size: 26px;
  }

  .newDetail-padding {
    max-width: 80%;
  }
}

@media (max-width: 767.98px) {
  .customer-tabs {
    width: 104%;
  }

  .news-contents h3 {
    font-size: 20px;
  }

  .contact .btnSubmit {
    font-size: 14px;
  }

  /* Page About Us */
  .banner-aboutus {
    background-position: center bottom 0px;
  }

  .banner-aboutus-bg {
    padding-top: 12px;
  }

  .banner-aboutus-content {
    width: 100%;
  }

  .banner-aboutus-content h1 {
    font-size: 28px;
  }

  .solutionPlatform h2,
  .brandDevelopmentService h1,
  .brandStrategyService h1,
  .ourAppoach h2,
  .ourMark h2,
  .executionProcess h2,
  .casestudyImg h1 {
    font-size: 36px;
  }

  .banner-aboutus-content p,
  .whychooseus-content p,
  .whychooseus-content .btn-primary,
  .researchMethot p,
  .brandDevelopmentService-item-content p {
    font-size: 18px;
  }

  .consultingtool h2 {
    font-size: 28px;
  }

  .whychooseus h2,
  .ourAppoach h3,
  #recruimentDetail-form h1 {
    font-size: 32px;
  }

  .ourteam-item-img {
    width: 250px;
    height: 250px;
  }

  .customers-list {
    gap: 12px;
  }

  .customer-item {
    max-width: 150px;
    min-width: 100px;
    width: 100px;
  }

  .contact .second-letter,
  .ourAppoach span,
  .ourAppoach ul li {
    font-size: 18px;
  }

  .contact-page .row {
    gap: 20px;
  }

  .contact-page-form {
    padding: 20px;
  }

  .marketResearchSevice-item h3,
  .report-item h5 {
    font-size: 20px;
    height: fit-content;
  }

  .marketResearchSevice-item p {
    font-size: 16px;
  }

  .researchMethot p {
    width: 100%;
  }

  .accordion-button {
    font-size: 20px;
  }

  .contact-2 .contact-page-form {
    gap: 10px;
  }

  .contact-page-form h2,
  .news-list .heading,
  .report h3 {
    font-size: 24px;
  }

  .contact-2 .contact-page-form div .btn-primary-reverse {
    margin-top: 20px;
  }

  .ourAppoach p,
  .casestudyDetail-content h5 {
    font-size: 20px;
  }

  .ourMark-item-content h3,
  .newsDetail span,
  .reportDetail-content p,
  .casestudyDetail-content ul {
    font-size: 18px;
  }

  .ourMark .btn-primary-reverse,
  .executionProcess .btn-primary-reverse,
  .brandDevelopmentService .btn-primary-reverse,
  .marketResearchSevice-list .btn-primary-reverse {
    font-size: 20px;
  }

  .ourMark,
  .executionProcess {
    padding-block: 20px;
  }

  .brandStrategyService-item {
    height: 100%;
  }

  .post {
    width: 100%;
  }

  .filter-container {
    width: 100%;
    margin-bottom: 0;
  }

  .filter {
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    background-position: right 40px center;
  }

  .search-container {
    width: 100%;
    max-width: unset;
  }

  #search,
  .post-content .title {
    font-size: 18px;
  }

  .reportDetail-header h1 {
    font-size: 32px;
  }

  .reportDetail-form h3 {
    font-size: 28px;
  }

  .glow-animation {
    display: none;
  }

  #caseStudyDetail .modal-dialog {
    transform: translateY(100%) !important;
  }

  .consultingtool-item {
    width: 50%;
  }

  .solutionPlatform p {
    width: 100%;
  }

  .newDetail-padding {
    max-width: 100%;
  }

  .whychooseus-content p {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .customer-tabs {
    width: 90%;
  }

  .intro .intro-content h2,
  .service h2,
  .capacity h2,
  .customer h2,
  .news h2,
  .report h2,
  .contact .first-letter,
  .whychooseus h2,
  .ecosystom h2,
  .ourteam h2,
  .banner-aboutus-content h1,
  .capacity-item p,
  .marketResearchSevice h2,
  .researchMethot h2,
  .solutionPlatform h2,
  .contact-2 h1,
  .brandDevelopmentService h1,
  .brandStrategyService h1,
  .ourAppoach h2,
  .ourMark h2,
  .executionProcess h2,
  .reportDetail-header h1,
  .casestudyImg h1,
  #recruimentDetail-form h1 {
    font-size: 28px;
  }

  .newsDetail h1 {
    font-size: 24px;
  }

  .consultingtool h2 {
    font-size: 24px;
  }

  .glow-circle::before {
    top: 62px;
    left: 146pe;
  }

  .glow-circle-2::before {
    top: 70px;
    left: 172px;
  }

  .glow-circle-3::before {
    top: 127px;
    left: 132px;
  }

  .glow-circle-4::before {
    top: 227px;
    left: 216px;
  }

  .glow-circle-5::before {
    top: 331px;
    left: 215px;
  }

  .glow-circle-6::before {
    top: 352px;
    left: 248px;
  }

  .glow-circle-7::before {
    top: 404px;
    left: 170px;
  }

  .glow-circle-8::before {
    top: 426px;
    left: 134px;
  }

  .capacity-item span,
  .brandStrategyService-item-content p {
    font-size: 16px;
  }

  .ourteam-item {
    max-width: 100%;
  }

  .capacity-application-item span {
    font-size: 16px;
  }

  .tab-button {
    font-size: 15px;
  }

  .news .btn-primary,
  .report .btn-primary {
    padding: 14px 10px;
    width: 122px;
  }

  .news-list-3 .new-img {
    width: 100%;
    height: 270px;
    margin-bottom: 12px;
  }

  .report h2 {
    width: 200px;
  }

  .market-banner .banner-content .btn-primary,
  .brand-banner .banner-content .btn-primary,
  .brandcampain-banner .banner-content .btn-primary,
  .ourMark .btn-primary-reverse,
  .executionProcess .btn-primary-reverse,
  .brandStrategyService .row .btn-primary-reverse,
  .brandDevelopmentService .btn-primary-reverse,
  .marketResearchSevice-list .btn-primary-reverse {
    width: 260px;
    font-size: 14px;
  }

  .report-item h5 {
    font-size: 18px;
  }

  .brandStrategyService .row .btn-primary-reverse img {
    width: 24px;
    height: 24px;
  }

  .ourAppoach span,
  .ourAppoach ul li,
  .reportDetail-content p {
    font-size: 16px;
  }

  .filter-container {
    width: 100%;
  }

  .filter,
  .search-container {
    width: 100%;
  }

  #search-btn {
    right: 22px;
  }

  .slider .post {
    margin: 24px 12px;
  }

  .reportDetail-form h3 {
    font-size: 24px;
  }

  .casestudyImg-item.slick-center {
    width: 400px;
    height: 352px;
  }

  #recruimentDetail-form .modal-dialog {
    max-width: 100vw;
  }

  .recruiment-category .filter-container {
    display: none;
  }

  .recruiment-item-content p {
    font-size: 14px;
  }

  .recruitmentDetail .recruiment-item.d-flex {
    align-items: center;
  }

  .recruitmentDetail .recruiment-item .recruiment-item-img {
    width: 120px;
    height: 120px;
    margin-right: 12px;
  }

  .recruiment-item-content .btn-primary-reverse {
    font-size: 16px;
    width: 150px;
  }

  .consultingtool-item {
    width: 100%;
    height: 375px;
    padding-inline: 12px;
  }

  .consultingtool-item-content {
    width: calc(100% - 24px);
  }

  .consultingtool-item-content-1 {
    padding-inline: 12px;
  }

  .consultingtool-item-content-1 h3 {
    font-size: 26px;
  }

  .consultingtool-item-content-1 ul {
    font-size: 16px;
    padding-top: 0;
  }
}

@media (max-width: 539px) {
  .whychooseus-img {
    width: 375px;
    height: 375px;
  }

  .whychooseus-img-2 {
    width: 157px;
    height: 157px;
  }

  .whychooseus-img-1 {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 435px) {
  .banner-aboutus-content h1 {
    font-size: 24px;
    text-align: justify;
  }

  .banner-aboutus-content p {
    font-size: 16px;
    text-align: justify;
  }

  .glow-circle::before {
    top: 38px;
    left: 103pe;
  }

  .glow-circle-2::before {
    top: 45px;
    left: 121px;
  }

  .glow-circle-3::before {
    top: 87px;
    left: 91px;
  }

  .glow-circle-4::before {
    top: 159px;
    left: 155px;
  }

  .glow-circle-5::before {
    top: 237px;
    left: 154px;
  }

  .glow-circle-6::before {
    top: 252px;
    left: 178px;
  }

  .glow-circle-7::before {
    top: 290px;
    left: 125px;
  }

  .glow-circle-8::before {
    top: 304px;
    left: 96px;
  }

  .reportDetail-header h1,
  .casestudyImg h1 {
    font-size: 20px;
  }

  .casestudyImg-item.slick-center {
    width: 370px;
    height: 250px;
  }

  .news h2,
  .report h2,
  .ourteam h2,
  .ecosystom h2 {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .service .service-item .service-item-content {
    bottom: -550px;
  }

  .glow-circle::before {
    top: 33px;
    left: 89pe;
  }

  .glow-circle-2::before {
    top: 35px;
    left: 108px;
  }

  .glow-circle-3::before {
    top: 75px;
    left: 82px;
  }

  .glow-circle-4::before {
    top: 138px;
    left: 135px;
  }

  .glow-circle-5::before {
    top: 204px;
    left: 135px;
  }

  .glow-circle-6::before {
    top: 218px;
    left: 156px;
  }

  .glow-circle-7::before {
    top: 250px;
    left: 108px;
  }

  .glow-circle-8::before {
    top: 265px;
    left: 83px;
  }

  .capacity-item p {
    font-size: 28px;
  }

  .news-list-3 .new-img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .casestudyImg-item.slick-center {
    width: 350px;
    height: 300px;
  }
}

@keyframes glow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.8);
  }

  50% {
    transform: scale(1.5);
    box-shadow: 0 0 50px rgba(255, 223, 0, 1);
    opacity: 0;
  }

  75% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 223, 0, 1);
  }

  100% {
    transform: scale(0.3);
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.8);
  }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus {
    border-color: #0f2a66;
}

.wpcf7-form input[type="submit"] {
    display: block;
    margin: 10px auto 0;
    background: #16215c;
    color: #fff;
    border: none;
    padding: 16px 48px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: #0f1745;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #d9534f;
    margin-top: 6px;
}

.tvform-title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 40px;
}

.mibrand-form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.mibrand-form-col {
  flex: 1;
}
.mibrand-form-col input[type="text"],
.mibrand-form-col input[type="tel"],
.mibrand-form-col input[type="email"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  outline: none;
}
.mibrand-form-col input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mibrand-form-col input[type="submit"] {
  width: 100%;
  background: #fff;
  color: #001489;
  border: 2px solid #fff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
}
.mibrand-form-col input[type="submit"]:hover {
  background: transparent;
  color: #fff;
}

.hide-on-mobile {
  display: flex;
}

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .mibrand-form-row {
    flex-wrap: wrap;
  }

  .mibrand-form-col {
    width: 100%;
    flex: unset;
  }
}
