	@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/** {*/
/*  cursor: none;*/
/*}*/

body {
  margin: 0;
  padding: 0;
  transition: background-color 1s ease;
  font-family: "Alexandria", sans-serif;
  color: var(--text-color);
  background: var(--bgr-color);
  --text-color: #222;
  --bgr-color: #fff;
  --anchor-color: #0033cc;
}
.row {
  margin: 0;
}
#t3 {
  width: 1px;
  height: 1px;
  position: fixed;
  bottom: 100px;
  left: 10px;
  z-index: 1000;
}
.bp_msg_show {
  font-size: 20px;
  display: block !important;
  color: red !important;
}
body.dark-theme {
  --text-color: #eee;
  --bgr-color: black;
  --anchor-color: #809fff;
}
.brilliant-container {
  padding: 0 20px;
  margin: 0 auto;
}
.bp_tag {
  display: none;
}
.bp_cls_next_i,
.bp_cls_prev_i {
  display: none;
}
img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.bp_menu_active {
  border: none;
}
/*Header*/
.header {
  padding: 17px 50px 20px 50px;
}
.header .action-sidebar {
  display: none;
}
.header .button-cta {
  display: flex;
  justify-content: end;
}
.header .wc-btn-group .wc-btn-play {
  width: 35px;
  height: 35px;
}
#menu_hor {
  justify-content: end;
}
.header .cta-section .wc-btn-primary {
  padding: 5px 24px 5px 24px;
}
.header .header-logo img {
  width: 80px;
}
.header .container {
  max-width: min(100%, 100%);
}
body.dark-theme .logo {
  display: none;
}

.header-logo .logo-darkmode {
  display: none;
}
body.dark-theme .header-logo .logo-darkmode {
  display: block;
}

.header .navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px 10px 25px;
  color: var(--text-color);
  transition: 0.4s;
}

.header #navbar-ul-menu {
  justify-content: center;
}
.header .navbar ul.navbar-nav > li,
.navbar ul.dropdown-menu li {
  padding: 0;
}
.header .navbar .dropdown-toggle {
  padding: 0;
}
.header .megamenu {
  left: 35%;
  transform: translateX(-50%);
}
.header .bp_megamenu_title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-style: none;
  padding: 6px 20px 6px 20px;
  border-radius: 0 0 0 0;
  fill: #121212;
  color: #121212;
}

/*Search*/

.header .search-button i {
  font-size: 18px;
}
.header .touch-contact a {
  padding: 9px 25px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  display: block;
  background: #0071dc;
  color: #ffffff;
  border-radius: 50px;
}
.header .right-header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.overlay.block .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.block .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.overlay.block .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.overlay.block .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.navbar-toggler {
  border-radius: 2px 2px 2px 2px;
  background: transparent;
  box-shadow: none;
  border: 1px solid;
  padding: 4px 8px 5.6px 8px;
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05));
}

.navbar-toggler:hover .navbar-toggler-icon {
  transform: scale(1.1);
}

.navbar-toggler[aria-expanded="true"] {
  background: #ffffff;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(180deg);
}
.header .offcanvas__left-2 {
  display: none;
}

/*Home Page*/
.bp_temp_10006 .header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.section-animate {
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
}
.home-banner {
  margin: 0;
  padding-top: 195px;
  padding-bottom: 250px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #bae900;
  background-image: url("/files_upload/Background-Shape.png");
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  position: relative;
}
.home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("/files_upload/noise-overlay-img.webp");
  background-position: top center;
  background-repeat: repeat;
}
.poster-home {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.who-we {
  font-size: 24px;
  font-weight: bold;
  opacity: 0.7;
}

.main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.poster-section {
  display: flex;
  gap: 10px;
}

.poster-slogan-title {
  color: #121212;
  font-family: "Alexandria", sans-serif;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -8.5px;
  /*overflow: hidden;*/
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  row-gap: 0;
}
.e-con-full {
  margin-left: 208px;
  padding-top: 75px;
  display: flex;
  gap: 60px;
}
.e-con-full p {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  padding-bottom: 34px;
}
.e-con-full a {
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
  color: var(--text-color);
  padding-bottom: 5px;
  position: relative;
  width: fit-content;
}
.e-con-full a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #1c1d20;
  transition: all 0.3s;
}
.e-con-full a:hover::after {
  width: 0%;
}
.experience-get-touch .e-con-full {
  padding: 0;
  width: auto !important;
  justify-content: center;
  margin: 0;
}
.experience-get-touch .e-con-full a {
  color: #fff;
  fill: #fff;
}
.experience-get-touch .e-con-full a::after {
  background: #fff;
}
.poster-slogan {
  display: flex;

  justify-content: space-between;
  align-items: flex-end;
}
.brand-text {
  position: relative;
}

.pro-tag {
  display: inline-block;
  color: #121212;
  border: 1px solid #121212;
  padding: 10px 30px;
  height: fit-content;
  border-radius: 100px;
  font-size: 19px;
  font-weight: bold;
  margin-left: 20px;
  letter-spacing: 1px;
  margin-top: 35px;
  position: absolute;
  top: 0;
}

.description {
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}
.wc-btn-group {
  margin-top: auto;
  display: flex;
  gap: 10px;
  width: fit-content;
}
.cta-section .wc-btn-primary {
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.43em;
  padding: 15px 37.5px 15px 37.5px;
  background-color: #121212;
  border-radius: 50px;
  transition: all 0.3s;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}
.wc-btn-group .wc-btn-play {
  background-color: #121212;
  width: 70px;
  height: 70px;
  font-size: 14px;
  color: #fff;
  fill: #fff;
  border-radius: 50px;
  border: 1px solid #fff0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.cta-section a span:nth-child(1) {
  --icon-width: 70px;
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.cta-section a span:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.cta-section a span:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}
.cta-section a:hover span:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
}
.cta-section a:hover span:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.cta-section a:hover span:nth-child(3) {
  --icon-width: 70px;
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}
.home-banner .cta-section {
  margin-top: 40px;
}
.services-home {
  background: #fff;
}
.card__services-list {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-between;
  row-gap: 50px;
}
.card__services-img img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.card__service-item {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s ease;
}

.card__service-item:hover.tl {
  transform: rotate3d(1, -1, 0, 15deg);
}

.card__service-item:hover.tr {
  transform: rotate3d(1, 1, 0, 15deg);
}

.card__service-item:hover.bl {
  transform: rotate3d(-1, -1, 0, 15deg);
}

.card__service-item:hover.br {
  transform: rotate3d(-1, 1, 0, 15deg);
}
.card__service-item .seo-button a:hover {
  background: #fff;
}
.seo-button a {
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 23px 40px 23px 40px;
  gap: 30px;
  flex-direction: row;
  border-radius: 5px;
  transition: all 0.3s;
  line-height: 1.5;
  align-items: center;
  overflow: hidden;
  display: inline-flex;
  background-color: #121212;
}
.seo-button a span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #fff;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.seo-button a i {
  color: #fff;
}
.seo-button a span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.seo-button a:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: #121212;
  fill: #121212;
}
.seo-button a:hover i {
  color: #121212;
}
.card__service-item .card__services-img:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 50px;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  top: -1px;
  transform: translate(-50%, -30px);
  background: url(https://crowdytheme.com/wp/arolax/branding-agency/wp-content/uploads/sites/13/2024/06/shape-top.svg);
  background-repeat: no-repeat;
}
.card__service-item .card__services-img:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 50px;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  bottom: -1px;
  background: url(https://crowdytheme.com/wp/arolax/branding-agency/wp-content/uploads/sites/13/2024/06/shape-btm.svg);
  transform: translate(-50%, 30px);
  background-repeat: no-repeat;
}
.card__service-item:hover .card__services-img:before,
.card__service-item:hover .card__services-img:after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.card__service-item .seo-button a {
  font-size: 14px;

  text-transform: uppercase;
  padding: 8.5px 15.72px 8.5px 15.72px;
  background-color: #fff0;
  border: 1px solid #1212121a;
  border-radius: 20px;
}
.card__service-item .seo-button a span {
  color: #555;
  fill: #555;
  font-weight: 500;
}
.card__service-title {
  margin: 25px 0;
}
.card__service-title a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 0 0;
  color: #121212;
  text-transform: capitalize;
}
.card-top {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.services-home .card-top {
  align-items: center;
}
.card-top h2 {
  color: #121212;
  font-size: 70px;
  font-weight: 600;
  font-family: "Kanit", Sans-Serif;
}
.scroll-container {
  min-height: 100vh;
  position: relative;
}
.feedback {
  background: #f9f3ee;
}
.card-feedback {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rating-number {
  font-size: 4rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  letter-spacing: -2px;
}

.stars-feedback {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}

.star-feedback {
  width: 20px;
  height: 20px;
  color: #ff6b6b;
  transition: transform 0.2s ease;
}

.star-feedback:hover {
  transform: scale(1.2);
}

.reviews-count {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 25px;
  font-weight: 500;
}

.description-feedback {
  color: #2c3e50;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
}
.feedback .card-body {
  display: flex;
  flex-direction: column-reverse;
  padding: 60px 97px 54px 97px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #efefef;
}

.feedback .owl-item {
  margin-right: 0 !important;
}
.feedback .card {
  box-shadow: none !important;
}
.feedback .card-text p {
  color: #888;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25em;
}
.feedback #carousel_fav img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.method {
  background: #121212;
  color: #fff;
}
.method .service-sub {
  display: none;
}
.method-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
}
.method-item {
  background: #1c1c1c;
  border-radius: 20px;
  padding: 43px 50px 45px;
  transition: transform 0.3s;
}
.method-item .bp_news_sub p {
  color: #999;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.method-item a {
  color: #fff;
}
.method-item .news_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 50px 0 22px;
  color: #fff;
  transition: all 0.6s ease-out;
}

.method-item .bp_number_count {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 80px;
}
.method-item:hover .news_title {
  color: #bae900;
}
.method-top {
  max-width: 790px;
  padding: 80px 0;
}
.method-top h2 {
  color: #fff;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.2;
}
.method-bottom {
  text-align: center;
  margin: auto;
  background: #1c1c1c;
  padding: 20px;
  border-radius: 45px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.method-bottom p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
}
.method-bottom .seo-button a {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  padding: 0 0 0 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}
.method-bottom .seo-button a:hover {
  background-color: transparent;
}
.method-bottom .seo-button a:hover span {
  color: #fff;
}
.step {
  background: #d8e9e4;
  overflow-x: hidden;
}
.step-top {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.step-top h2 {
  max-width: 350px;
  color: #121212;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.2em;
}
.step-top img {
  max-width: 200px;
}
.step-list {
  display: flex;
}
.step-item {
  display: flex;
  flex-direction: column;
  gap: 288px;
  border-left: 1px solid #b7c5c1;
  flex: 1;
  min-width: 200px;
  max-width: calc(25% - 20px);
}
.step-item > h2 {
  margin-left: 30px;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  color: #7d8683;
}
.step-list .step-item:nth-child(5) {
  border-right: 1px solid #b7c5c1;
}
.step-img {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.step-child {
  min-height: 150px;
  border-radius: 100px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  border: 1px solid #b7c5c1;
}

.step-icon {
  background-color: black;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
}

.step-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.step-img img {
  max-height: 150px;
}
.step-title {
  max-width: 150px;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33em;
}

#m_114254 img {
  border-radius: 80px 80px 0 0;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.blog-main {
  background: #fff;
  position: relative;
  padding-bottom: 80px;
}
.blog-main .step-top {
  padding-top: 80px;
  padding-bottom: 50px;
}
.blog-main .cls_content_hot_news {
  margin: 10px 0 0 40px;
  border-left: 1px solid #efefef;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
}
.blog-main .cls_content_hot_news .news_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22em;
  order: 1;
}
.blog-main .cls_content_hot_news .news_title a {
  color: #121212;
}
.blog-main .bp-date-create,
.blog-main .bp_tag a {
  border: 1px solid #1212121a;
  border-radius: 20px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
  color: #555;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 15px;
}

.blog-main .bp_lb_user,
.blog-main .bp_lb_comment,
.blog-main .bp_icon_date {
  display: none;
}
.blog-main .bp-news-button-action {
  display: none;
}
.blog-main .bp_news_info {
  display: block;
}
.blog-main .bp_number_count {
  display: none;
}
.blog-main .step-top {
  align-items: center;
}
.blog-main .bp_tag {
  display: inline-block;
}
.blog-main .tag-info-wrapper {
  display: flex;
  gap: 10px;
}
.blog-main .cls_img_hot_news img {
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
#m_115113 {
  background: #d8e9e4;
  position: relative;
}
.cooperation {
  padding: 150px 20px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
.cooperation h2 {
  color: #121212;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.cooperation h3 {
  color: #121212;
  text-align: center;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  font-family: "Kanit", Sans-Serif;
}
/*Custom Cursor*/
.cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--text-color);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

.cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--text-color);
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/*Switch Button Dark Mode*/
.switch-darkmode {
  padding: 10px 0;
  background: black;
}
.toggle-switch {
  position: relative;
  width: 100px;
  height: 50px;
  background-color: #87ceeb;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 1s ease;
  margin: 0 auto;
}

.toggle-switch .switch {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 1s cubic-bezier(0.68, -0.55, 0.17, 1.55);
}

.toggle-switch.day .switch {
  left: 10px;
}

.toggle-switch.night .switch {
  left: 55px;
  background-color: black;
}

.toggle-switch.day {
  background-color: #87ceeb;
}

.toggle-switch.night {
  background-color: #2c3e50;
}

.sun {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: yellow;
  opacity: 1;
  transition: opacity 1s ease;
}

.cloud {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
  opacity: 1;
  transition: opacity 1s ease;
}

.moon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  color: lightgray;
  opacity: 0;
  transition: opacity 1s ease;
}

.stars {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  color: white;
  opacity: 0;
  transition: opacity 1s ease;
}

.toggle-switch.night .sun,
.toggle-switch.night .cloud {
  opacity: 0;
}

.toggle-switch.night .moon,
.toggle-switch.night .stars {
  opacity: 1;
}

/*Poster*/

.bp_news_info {
  display: none;
}

/*Project*/

.experience-get {
  background: #121212;
  padding: 120px 20px;
  position: relative;
}
.experience-get:before {
  background-image: url(https://crowdytheme.com/wp/arolax/web-design-agencey/wp-content/uploads/sites/15/2024/07/shape-1.png);
  content: "";
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.experience-title {
  width: 643px;
  text-align: center;
  margin: auto;
}
.experience-title .wcf--title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.experience-see-more {
  text-align: center;
}
.experience-see-more a {
  color: #fff;
}
.experience-get-touch .e-con-full {
  padding: 0;
  width: auto !important;
  justify-content: center;
  margin: 0;
}
.experience-get-touch .e-con-full a {
  color: #fff;
  fill: #fff;
}
.experience-get-touch .e-con-full a::after {
  background: #fff;
}

/*Blog*/
.blog {
  padding: 140px 0;
}
.blog-title {
  display: flex;
  justify-content: space-between;
}
.blog-title h2 {
  color: #121212;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.93em;
}
.widget-content .e-con-full {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  gap: 0;
}
.blog .bp_number_count {
  display: none;
}

.bp_block_item .row {
  margin: 0;
}

.blog .bp-news-button-action {
  display: none;
}
.blog .bp_block_item {
  position: relative;
}
.blog .bp_block_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #262629;
  transition: all 0.3s;
}
.blog .bp_block_item:hover:after {
  background: rgba(28, 29, 32, 0.7);
}
.blog .cls_content_hot_news {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  right: 20px;
  z-index: 2;
}
.blog .bp_block_item:hover img {
  transform: scale(1.1);
}
.blog .bp_hot_news_img {
  overflow: hidden;
}
.blog .bp_hot_news_img img {
  transition: all 0.5s;
}
.blog .cls_img_hot_news {
  padding: 0;
}
.blog .news_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

.blog .news_title a {
  color: #fff;
}
.blog .bp_news_sub p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
  color: #d9d9d9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  background-color: #000 !important;
  color: #fff;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  opacity: 0 !important;
  transition: opacity 0.3s;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: none !important;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #c9f31e 0%, #c9f31e var(--progress, 0%), transparent var(--progress, 0%));
  mask: radial-gradient(transparent 62%, black 65%);
  -webkit-mask: radial-gradient(transparent 62%, black 65%);
}

.back-to-top.show {
  opacity: 1 !important;
}

.back-to-top i {
  position: relative;
  z-index: 2;
}
.building .list-item {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.12em;
  padding-bottom: calc(17px / 2);
  margin-bottom: 10px;
}
.faq {
  padding-top: 140px;
  padding-bottom: 50px;
}
.faq .cls_img_hot_news {
  display: none;
}

.faq .bp-news-button-action {
  display: none;
}
.faq .faq-title h2 {
  color: #121212;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.93em;
  margin-bottom: 20px;
}

.faq .faq-title p {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}
.faq .accordion {
  --bs-accordion-border-color: none;
}
.faq .accordion-item {
  border-bottom: 1px solid #d5d8dc;
}
.faq .accordion-item:nth-child(1) {
  border-top: 1px solid #d5d8dc;
  border-radius: 0;
}
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq .accordion-button {
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-color);
}
.accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.accordion-body .row {
  margin: 0;
}
.accordion-body .cls_content_hot_news {
  padding: 0;
}

.accordion-button:focus {
  box-shadow: unset;
}
.accordion-body .bp_news_sub p {
  color: #646464;
}

.experience-second {
  padding: 140px 0;
}
.experience-second .experience-get:before {
  background-image: url("/files_upload/bg_shape.png");
}

/*Page Marketting*/

.social-son {
  display: flex;
  gap: 20px;
}
.social-hsnl {
  display: flex;
}
.social-tapato {
  display: flex;
}
.social-button {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.icon-container {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
}
.icon-container img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.follow-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.follow-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.platform-name {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
/*Custom Form*/
.bp-frm-customize {
  display: flex;
    flex-direction: column;
  gap: 20px;
  max-width: 600px;
  border-radius: 25px;
  border: 2px solid #121212;
  padding: 20px;
  margin: 0 auto;
}
.bp-content-header{
    font-size: 500;
    font-weight: bold;
}
.bp-frm-customize input {
  width: 100%;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  height: 50px;
  background-color: #fff0;
  color: #121212;
  border-radius: 0 0 0 0;
  margin: 0 0 15px 0;
  outline: 0;
}
.bp-frm-customize input::placeholder,
.bp-frm-customize textarea::placeholder {
  color: #121212;
}
.bp_form_label_up {
  display: none;
}
.bp-frm-customize textarea {
  height: 40px;
  background-color: #fff0;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  color: #121212;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  border-radius: 0 0 0 0;
  margin: 15px 0 15px 0;
  width: 100%;
  padding: 10px;
}
.bp-frm-customize .bp-btn-send,
.btn-see-more {
  position: relative;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  height: 65px;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
  border-radius: 0 30px 0 30px;
  gap: 5px;
  color: #fff;
  fill: #fff;
  background-color: #121212;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  overflow: hidden;
  z-index: 0;
}

.bp-frm-customize .bp-btn-send:after,
.btn-see-more:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.bp-frm-customize .bp-btn-send:hover,
.btn-see-more:hover {
  border-color: #121212;
  color: #555;
  fill: #555;
}
.bp-frm-customize .bp-btn-send:hover::after,
.btn-see-more:hover::after {
  height: 400%;
  opacity: 1;
}

/*Footer*/
.footer {
  background: #171717;
  padding-top: 130px;
}
.footer-bottom-wrap {
  padding: 20px 0;
  color: #797979;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 50px;
}
.footer-bottom-wrap a {
  color: #c2c2c2;
}
.footer .footer-first {
  text-align: center;
}
.footer .footer-hello h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 40px;
}

.footer-content h2 {
  color: #fff;
  font-size: 140px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-content .footer-title {
  margin-bottom: 20px;
}

.footer-link {
  font-family: "Kanit", Sans-serif;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.footer-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
}
.footer-link a {
  color: #fff;
}
.footer-second {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.footer-second h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-second ul a {
  text-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  color: #fff;
  transition: color 0.3s;
  font-size: 16px;
}
.footer-category {
  width: 47%;
}
.footer-category ul {
  display: flex;
  padding: 0;
  gap: 20px;
}
.footer-contact ul {
  display: flex;
  padding: 0;
  gap: 10px;
}
.footer-address {
  color: #fff;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  font-weight: 400;
}
.exsc-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 105px;
  padding-left: 50px;
  padding-right: 50px;
}
.phan_trang {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phan_trang a,
.phan_trang span {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.phan_trang a:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.phan_trang a:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.item_page_active {
  background-color: #333;
  color: white !important;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.bp_cls_next {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.bp_cls_next:hover {
  transform: translateX(3px);
}
.wcf-btn-circle {
  flex-direction: row;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23.5px;
  fill: #121212;
  color: #121212;
  width: 170px;
  height: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s;
  border: 1px solid #efefef;
  border-radius: 50%;
  background: #fff0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.wcf-btn-circle:hover {
  color: var(--text-color);
}
.wcf-btn-circle span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 100%;
  transition: all 0.8s;
  background-color: #c8f31d;
  transform: translate(-50%, -50%);
}
.wcf-btn-circle:hover span {
  background-color: #c8f31d;
  width: 400px;
  height: 400px;
}
.phone-button {
     width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #c9f31e;
      background: #000;
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 16px 2px #c9f31e66, 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
      position: fixed;
      bottom: 90px;
      left: 10px;
      z-index: 1000;
      backdrop-filter: blur(10px);
      overflow: visible;
      
      transition: all 0.3s ease;
}

.phone-menu {
  position: fixed;
  bottom: 150px;
  left: 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.phone-option {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 12px 20px;
  margin-bottom: 12px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transform: translateX(-20px);
}

.phone-option:hover {
  background: #333333;
  color: #ffffff;
  transform: translateX(-5px) scale(1.02);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #333333;
}

.phone-option-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  fill: currentColor;
}

.phone-option-text {
  font-size: 14px;
  font-weight: 500;
  font-family: monospace;
}

.phone-menu.show .phone-option:nth-child(1) {
  animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

.phone-menu.show .phone-option:nth-child(2) {
  animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(-20px);
  }
}

.phone-button:hover {
  background: #333333;
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #333333;
}

.phone-button:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.phone-button.active {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
  transform: rotate(45deg);
}

.phone-button.active::before {
  animation-play-state: paused;
}

.phone-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.2);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

.phone-button:hover .ripple {
  background: rgba(255, 255, 255, 0.3);
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.phone-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.1);
  animation: pulse 2s infinite;
  z-index: -1;
}
.fcta-zalo-ben-trong-nut {
  bottom: 10px;
}
div.fcta-zalo-mess {
  display: none;
}
.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
  display: none;
}
.fcta-zalo-nen-nut {
  background: #000;
}
.fcta-zalo-vi-tri-nut {
  left: 10px;
  border: 2px solid #c9f31e;
  border-radius: 50%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes wcf_animation_wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  100%,
  40% {
    transform: rotateZ(0);
  }
}

@keyframes revealText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes paintBrush {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .pc-container {
    margin-left: 48px;
  }
}

@media (min-width: 768px) {
  .tip-seo > h2 {
    width: fit-content;
  }
  .pc-container {
    max-width: 1768px;
  }
  .heading-title {
    width: 120px;
  }
  .poster .col-lg-6 {
    padding: 0;
  }
  .e-con-full {
    width: 490px;
  }
  .scroll-image img {
    width: 100px;
    max-width: max-content;
  }
  .partner-img {
    width: 16.4%;
  }
  .build-sub {
    width: 33.33%;
  }
  .partner {
    width: 83.59%;
  }
  .growth-title {
    width: 67.89%;
  }
  .brilliant-container {
    max-width: 1290px;
  }
  .client {
    width: 29.5%;
  }
  .hevily {
    width: 40%;
  }
  .business {
    width: 30.5%;
  }
  .business-content {
    width: 300px;
  }
  .take {
    width: 56.504%;
    margin: auto;
  }
  .product-item {
    width: 30.77%;
  }
  .project-container {
    width: 100%;
  }
  .g_slide-one,
  .g_slide-two {
    flex-direction: row;
  }
  .g-slider--title {
    display: flex;
  }
  .service .bp_news_sub {
    width: 340px;
  }
  .slide-card {
    width: 26.35%;
  }
  .testimonial-title {
    width: 48.83%;
  }
  .experience-container {
    max-width: 1290px;
    margin: auto;
  }
  .blog-text {
    width: 41.7%;
  }
  .widget-content {
    width: 23.25%;
  }
  .iconic .container-fluid .col-md-12 > .row {
    row-gap: 15px;
  }
  .iconic .container-fluid,
  .simple .container-fluid {
    padding: 0;
  }
  .satisfied .satisfied-title {
    width: 200px;
  }

  .storable .image-title-container {
    width: 30%;
  }
  .storable .content-section {
    width: 70%;
  }
  .box-in {
    width: 450px;
  }
  .boxed-img {
    width: 56.51%;
  }
  .boxed {
    width: 43.48%;
  }
  .agency {
    width: 27.35%;
  }
  .line-seo {
    width: 35.65%;
  }
  .line-content {
    width: 26.27%;
  }
  .build-title {
    width: 51.86%;
  }
}

@media (max-width: 1366px) and (min-width: 768px) {
  .heading-title {
    width: 17%;
  }
  .exsc-container {
    padding-top: 0px;
    padding-bottom: 112px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .poster-slogan-title {
    /*width: 60%;*/
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .heading-title {
    width: 22%;
  }
  .exsc-container {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .heading-title {
    width: 26%;
  }
  .exsc-container {
    padding-top: 0px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .arolax--video {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .header .dropdown:hover > .dropdown-menu,
  .header .dropdown:hover > .megamenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 10px;
  }
  .header .navbar-nav > .nav-item > a {
    position: relative;
    padding: 0;
    padding-bottom: 10px !important;
  }

  .header .bp_toggle_arrow {
    padding-bottom: 10px;
    padding-left: 0;
    color: black;
    font-size: 13px;
  }

  .header .megamenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  :not(.container-fluid) > .container .navbar .megamenu .container .row {
    border: none;
  }
  .megamenu .col-megamenu h6.bp_megamenu_h6 a.bp_megamenu_title,
  .megamenu .col-megamenu ul li a.bp_megamenu_item {
    background-color: #fff;
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-style: none;
    fill: #555;
    color: #555;
    transition: 0.7s;
  }
  .header .bp_sub_menu {
    width: 400px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }

  .header .navbar ul.dropdown-menu li {
    padding: 0;
  }
  .header .navbar ul.dropdown-menu li a {
    transition: 0.7s;
    padding: 15px 25px;
    color: #121212;
    font-size: 14px;
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-style: none;
    fill: #555;
    color: #555;
    justify-content: start;
  }
  .header .navbar ul.dropdown-menu li:hover {
    background-color: transparent;
  }
  .header .navbar ul.dropdown-menu li a:hover {
    padding-left: 35px;
    color: #0071dc;
    background-color: transparent;
  }
  .megamenu .col-megamenu h6.bp_megamenu_h6 a.bp_megamenu_title:hover {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .header .bp_navbar_ul_menu > .nav-item:last-child {
    display: none;
  }
  .navbar .megamenu {
    width: auto;
  }
  #m_115113.section-animate,
  .step.section-animate,
  .blog-main.section-animate,
  .tool.section-animate,
  #m_114254.section-animate {
    width: 100%;
    position: sticky;
    top: 0;
    transition: transform 0.3s ease-out;
    overflow-y: auto;
    z-index: 1;
  }
}
@media (max-width: 1600px) {
  .poster-slogan-title {
    font-size: 121px;
  }
}
@media (max-width: 1500px) {
  .poster-slogan-title {
    font-size: 110px;
  }
}

@media (max-width: 1366px) {
  .large-title h2 {
    font-size: 100px;
  }
  .e-con-full {
    margin: 0;
  }
  .step-top h2 {
    font-size: 50px;
  }
  .wcf-btn-circle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .poster-slogan-title {
    font-size: 90px;
  }
  .header .offcanvas.bp-sidebar-menu.show {
    background: transparent;
    border: none;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    visibility: visible;
    /*transform: none;*/
    overflow-y: scroll;
    transition: all 0.3s linear;
  }
  .header .offcanvas__contact li:first-child p {
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .header .offcanvas__contact li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
  }
  .header .offcanvas__contact li span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.3;
  }
  .header .offcanvas__contact {
    padding: 0;
    margin: 0;
  }
  .header .offcanvas__footer-2 {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .header .offcanvas__contact li:first-child a {
    text-transform: uppercase;
  }
  .offcanvas__contact li {
    padding-bottom: 30px;
  }
  .header .offcanvas__contact li p:nth-child(2) {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
  }
  .header .offcanvas__left-2 {
    /*height: 100vh;*/
    padding: 60px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #1c1d20;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    visibility: hidden;
  }
  .offcanvas.offcanvas-end {
    width: 100% !important;
    background-color: transparent !important;
  }
  .header .offcanvas.show .offcanvas__left-2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .header .offcanvas__contact li p {
    font-size: 18px;
    font-weight: 600;
    color: #999999;
  }
  .header .offcanvas__logo-2 img {
    width: 120px;
  }

  .offcanvas-header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .header .btn-close {
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    background: #333337;
    padding: 0;
  }

  .header .btn-close:hover {
    opacity: 1;
  }

  .header .btn-close::before {
    content: "×";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
  }

  .header .bp_navbar_ul_menu {
    padding: 1rem 0;
    margin: 0;
    list-style: none;
  }

  .header .nav-item {
    margin: 0;
  }

  .header .nav-item:last-child {
    border-bottom: none;
  }

  .header .navbar .navbar-nav li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border: none;
    background: transparent;
    position: relative;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
  }
  .header .nav-link::before {
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    content: "";
    width: 0;
    height: 8px;
    left: 0;
    top: 50%;
    background-color: #e8bf96;
    transition: 0.5s;
  }
  .header .nav-link::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 65px;
    top: 5px;
    background-color: #e8bf96;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
  }
  .header .nav-link:hover {
    color: #fff;
    padding-left: 70px !important;
  }
  .header .nav-link:hover::before {
    width: 60px;
    opacity: 1;
  }
  .header .nav-link:hover::after {
    transform: scale(1);
  }

  .header .nav-link:focus {
    outline: none;
    box-shadow: none;
  }

  .header .bp_hor_menu_icon,
  .header .bp_hori_menu_icon {
    display: none;
  }

  .header .bp_toggle_arrow {
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }
  .navbar .has-megamenu {
    position: static !important;
  }

  .header .bp_toggle_arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
    transition: transform 0.2s ease;
  }
  .header .navbar ul.navbar-nav > li {
    padding-bottom: 10px;
    transition: all 0.3s;
  }
  .header .bp_toggle_arrow[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .header .nav-item.dropdown .nav-link {
    padding-right: 4rem;
  }

  .header .megamenu {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    position: static;
    width: 100%;
    transform: none;
  }
  .megamenu .col-megamenu h6.bp_megamenu_h6 a.bp_megamenu_title,
  .megamenu .col-megamenu ul li a.bp_megamenu_item {
    font-size: 16px;
    padding: 0;
    color: #fff;
  }
  .header .megamenu .container {
    max-width: 100%;
    padding: 0;
  }

  .header .megamenu .row {
    margin: 0;
  }
  .megamenu .container .row {
    background: transparent;
    border: none !important;
  }
  .header .megamenu .col-6 {
    padding: 0.5rem;
    margin: 0;
  }

  .header .bp_megamenu_h6 {
    margin: 0;
  }

  .header .bp_megamenu_title {
    display: block;
    padding: 0.8rem 1rem;
    color: #333333;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
  }

  .header .bp_megamenu_title:hover {
    color: #000000;
    background: #f8f9fa;
    text-decoration: none;
    border-color: #e9ecef;
  }

  .header .bp_sub_menu {
    background: transparent;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    position: static;
    width: 100%;
    transform: none;
    border: none;
    transition: all 0.3s;
  }

  .header .bp_sub_menu .dropdown-item {
    padding: 0.5rem;
    background: transparent;
    border: none;
  }
  .header .bp_sub_menu .dropdown-item a {
    font-size: 16px !important;
  }
  .header .bp_sub_menu .bp_nav_link {
    display: block;
    padding: 0.8rem 2rem;
    color: #333333;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
  }

  .header .bp_sub_menu .bp_nav_link:hover {
    color: #000000;
    background: #f8f9fa;
    text-decoration: none;
  }

  .header .bp_sub_menu .dropdown-item:last-child .bp_nav_link {
    border-bottom: none;
  }
  .header .dropdown-menu {
    animation: fadeIn 0.2s ease-in-out;
    padding: 1rem;
  }
  .header .offcanvas__footer-2 p {
    color: #999999;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
  }
  .header .offcanvas__footer-2 a {
    color: #ffffff;
    text-decoration: none;
  }
  .header .offcanvas-sidebar {
    background: #121212;
    padding: 60px 50px 30px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: translateY(50%);
    visibility: hidden;
    transition: all 0.3s linear;
  }
  .header .offcanvas.show .offcanvas-sidebar {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    height: 100%;
  }
  .offcanvas {
    transform: none !important;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu.show {
    display: block;
  }
  .offcanvas-backdrop.show {
    opacity: 1;
  }
  .header .form-control-sm {
    background-color: transparent;
    border: none;
    color: #999999;
    border-color: #999999;
    width: 100%;
    height: 37px;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #44454a;
    background-repeat: no-repeat;
    background-position: right 0;
  }
  .header .form-control-sm:place-holder {
    color: #999999;
  }
  .header .form-control-sm:focus {
    box-shadow: none;
  }
  .header .search-header form {
    border-bottom: 1px solid #ddd;
    position: relative;
    width: 220px;
  }
  .header .search-header .bp_frm_search {
    position: relative;
  }

  .header #dv_search > .input-group-btn {
    position: absolute;
    inset-inline-end: 26px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
  .header #dv_search > .input-group-btn button {
    border: 0;
    background-color: transparent;
    color: #999999;
  }
   .footer-content h2 {
    font-size: 110px;
  }
}
@media (max-width: 1024px) {
  .header .offcanvas.bp-sidebar-menu.show {
    grid-template-columns: 1fr 2fr;
  }
  .header .offcanvas__left-2 {
    padding: 50px 30px 30px;
  }
  .header .offcanvas-sidebar {
    padding: 50px 30px 30px 50px;
  }
  .header .navbar .navbar-nav li a {
    font-size: 30px;
  }
  .header .search-header form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .card-top h2 {
    font-size: 46px;
  }
  .method-list {
    grid-template-columns: repeat(2, auto);
  }
  .step-top h2 {
    font-size: 36px;
  }

  .card__services-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .card__services-img img {
    height: auto;
  }
  .poster-slogan-title {
    font-size: 82px;
    /*width: 100%;*/
    row-gap: 5px;

    width: auto;
  }
  .main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .wc-btn-group {
    gap: 0;
  }
  .home-banner {
    min-height: auto;
  }
  .section-animate {
    border-radius: 40px 40px 0 0;
    margin-top: -50px;
  }
  .cursor-border {
    display: none !important;
  }
  .cursor {
    display: none !important;
  }
  #m_114254 img {
    height: auto;
  }
  .method-item {
    min-width: 240px;
  }
  .cooperation h3 {
    font-size: 72px;
  }
  .cooperation h2 {
    font-size: 26px;
  }
 
  .step-img img {
    display: none;
  }
  .header .button-cta {
    display: none;
  }
     .poster-slogan {
    font-size: 60px;
    letter-spacing: -4.5px;
    display: block;
  }
}
@media (max-width: 880px) {
     .header .button-cta {
    display: none;
  }  
  .footer-second {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-category {
    width: 100%;
  }
  .footer-category ul {
    justify-content: center;
  }
  .footer-address {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 12px;
  }
 .footer-content h2 {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .poster-slogan-title {
    font-size: 92px;
  }
   .footer-content h2 {
    font-size: 60px;
  }
  .services-home .card-top {
    align-items: flex-start;
  }
  .services-home .icon-container {
    width: 40px;
    height: 40px;
  }
  .services-home .icon-container img {
    width: 15px;
    height: 15px;
  }
  .header .offcanvas__contact li p {
    font-size: 16px;
  }
  .header .offcanvas__contact li:first-child p {
    padding-bottom: 0;
  }
  .offcanvas__contact li {
    padding-bottom: 10px;
  }
  .header .offcanvas__contact li a {
    font-size: 14px;
  }
  .header .offcanvas__contact li p:nth-child(2) {
    font-size: 14px;
  }
  .header .offcanvas__contact li span {
    font-size: 14px;
  }
  .header .offcanvas__footer-2 p {
    font-size: 12px;
  }
  .header .offcanvas__left-2 {
    height: 100%;
    padding: 15px;
    gap: 20px;
    justify-content: flex-start;
  }
  .header .navbar ul.navbar-nav > li {
    padding: 0;
    border-top: 1px solid #262629;
  }

  .header .bp_navbar_ul_menu {
    padding: 0;
  }
  .header .offcanvas-sidebar {
    height: 100%;
    justify-content: flex-start;
    padding: 15px;
  }
  .header .megamenu .col-6 {
    width: 100%;
  }
  .megamenu .container .row {
    padding: 0;
  }

  .header .offcanvas.bp-sidebar-menu.show {
    grid-template-columns: 1fr;
    overflow-y: scroll;
    height: 100vh;
  }
  .header .btn-close {
    width: 50px;
    height: 50px;
  }
  .header .navbar .navbar-nav li a {
    font-size: 16px;
    padding: 15px 15px 15px 0 !important;
  }
  .header .offcanvas__logo-2 img {
    width: 100px;
  }
  .navbar-toggler-icon {
    width: 26px;
    height: 26px;
  }
  .header .offcanvas.bp-sidebar-menu {
    width: 100%;
  }

  .header .nav-link {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }

  .header .bp_toggle_arrow {
    right: 1.5rem;
  }

  .header .nav-item.dropdown .nav-link {
    padding-right: 3rem;
  }

  .header .megamenu {
    padding: 0 1rem;
  }

  .header .bp_sub_menu .bp_nav_link {
    padding: 0.8rem 1.5rem;
  }
  .blog-main .step-top h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .wcf-btn-circle {
    font-size: 16px;
    width: 130px;
    height: 130px;
    font-weight: 400;
  }
  .step-top {
    display: block;
  }
  .step-top img {
    display: none;
  }
  .step-top h2 {
    max-width: 100%;
  }
  .step-top h2 {
    font-size: 36px;
    text-align: center;
  }

  .footer-second ul a {
    font-size: 20px;
  }
  

  #m_s_108515 {
    display: block !important;
  }

  .blog-main .bp_block_item {
    margin-bottom: 30px;
  }
  .blog-main .cls_img_hot_news img {
    height: auto;
  }
  .blog-main .cls_content_hot_news {
    margin-left: 0;
  }
  .video-active {
    width: 95%;
  }
  .card-top h2 {
    padding-bottom: 20px;
    font-size: 36px;
  }
  .card-top {
    flex-direction: column;
  }
  .close-video {
    top: -35px;
    font-size: 20px;
  }
 
  .poster-home {
    margin: 0;
  }
  .step-item {
    min-width: auto;
    max-width: unset;
    border-right: 1px solid #b7c5c1;
    gap: 50px;
  }
  .step-item > h2 {
    text-align: center;
    margin: 0;
  }
  .step-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .step-icon {
    margin-top: -60px;
  }
  .description {
    font-size: 24px;
  }
  .who-we {
    font-size: 16px;
  }
  .footer-category {
    display: none;
  }
  .cooperation h3 {
    font-size: 28px;
  }
  .cooperation h2 {
    font-size: 14px;
  }
  .cooperation {
    padding: 150px 0;
  }
  .footer-second h2 {
    font-size: 12px;
    margin: 0;
  }
 
  .footer-contact ul {
    margin: 0;
  }
  .footer-link {
    font-size: 24px;
  }
  .card__service-title a {
    font-size: 16px;
  }

  .exsc-container {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .method-top h2 {
    font-size: 32px;
  }
  .pro-tag {
    font-size: 14px;
    margin-top: 20px;
    padding: 5px 20px;
  }

  .footer .footer-hello h2 {
    font-size: 30px;
  }
}
    
@media (max-width: 576px) {
  .poster-slogan-title {
    font-size: 68px;
    letter-spacing: -1.5px;
  }

  .pro-tag {
    font-size: 10px;
    margin-top: 10px;
    padding: 5px 15px;
  }
  .poster-slogan {
    font-size: 45px;
    letter-spacing: -2.5px;
  }

  .method-list {
    grid-template-columns: repeat(1, auto);
  }
  .home-banner {
    padding-top: 120px;
  }
}
@media (max-width: 456px) {
  .footer-content h2 {
    font-size: 46px;
  }
  .poster-slogan-title {
    font-size: 50px;
    column-gap: 15px;
  }
}
@media (max-width: 400px) {
  .poster-slogan-title {
    font-size: 40px;
    column-gap: 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Tắt Module tạm thời*/

.switch-darkmode {
  display: none;
}
