	.large-title h2 {
  font-size: 140px;
}
.project-container {
  padding: 0 20px;
}
.brand-slide .row {
  margin: 0;
}
.gallery-slider {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog .widget-content .e-con-full {
  width: auto;
}
.project-container .item {
  flex: 1;
  max-width: 100%;
  position: relative;
  transition: all 0.3s;
}
.project-container .source {
  height: 100%;
  width: 100%;
}
.project-container .source img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.g_slide-one,
.g_slide-two {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  width: 150%;
}
.gallery-slider .content-wrap {
  padding: 45px 45px 20px 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.gallery-slider .item:hover .content-wrap {
  background-color: #ffffffe5;
}
.gallery-slider .icon-wrap {
  text-align: right;
}

.gallery-slider .icon {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 25px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transform: translateY(30px);
  padding: 15px 25px;
}
.gallery-slider .item:hover p,
.gallery-slider .item:hover .icon,
.gallery-slider .item:hover .title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallery-slider svg {
  width: 1em;
  height: 1em;
}

.gallery-slider .content {
  text-align: left;
}
.gallery-slider .title {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(30px);
  font-size: 30px;
  font-weight: 600;
  line-height: 0.93em;
  margin: 0 0 8px 0;
}

.gallery-slider p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(20px);
}
.gallery-slider p a {
    color: #222;
}
.g-slider--title {
  position: absolute;
  width: 420px;
  height: 420px;
  background-color: #c8f31d;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.g_slide-one,
.g_slide-two {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  width: 150%;
  animation: slideOne 30s linear infinite;
}
.project-container .item {
  flex: 0 0 calc(20% - 7.5px);
  max-width: calc(20% - 7.5px);
  position: relative;
  transition: all 0.3s;
}
.g_slide-two {
  animation: slideTwo 30s linear infinite;
}

.g-slider--one-wrap,
.g-slider--two-wrap {
  overflow: hidden;
  width: 100%;
}

.g-slider--title .g-title {
  text-align: center;
  color: #121212;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.pc-container .row {
  margin: 0;
}
.poster {
  background-image: url("https://crowdytheme.com/wp/arolax/web-design-agencey/wp-content/uploads/sites/15/2024/06/intro-shape.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;

  padding: 100px 0 140px;
}

.large-title h2 {
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.pc-container {
  margin-left: 145px;
}
.bott-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading-title h2 {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 17px;
}
.atachment {
  position: relative;
}
.atachment-title {
  background: #c9f31d;
  width: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 133px;
  border-radius: 48px;
}
.atachment-title h3 {
  transform: rotate(-90deg) translateX(0px);
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
.atachment-img {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  right: -80%;
  top: 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%;
}
.company-face {
  display: flex;
}

.cloud-img {
  position: absolute;
  top: 0;
}
.circle {
  display: flex;
}

.circle-left {
  position: relative;
  padding-top: 160px;
  transition: transform 0.3s ease-out;
  transform: translateY(0);
}
.circle-left > img {
  transition: transform 0.3s ease-out;
}
.circle-right {
  width: 230px;
  overflow: hidden;
}
.circle-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(50% at left center);
}

.partner {
  padding: 54px 0;

  background: #000;
}
.partner-img {
  background: #121212;
  position: relative;
}
.partner-img::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  background-image: url("/files_upload/brand-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.partner {
  overflow: hidden;
  background: #000000;
  padding: 40px 0;
}

.partner-brand {
  position: relative;
  overflow: hidden;
}

.partner-wrapper {
  display: flex;
  animation: slide 20s linear infinite;
  width: calc(200% + 40px);
}

.partner-slide {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.partner-slide:hover {
  transform: translateY(-5px);
}

.partner-slide img {
  max-width: 80%;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-slide:hover img {
  filter: grayscale(0%);
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.growth-title h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  font-family: "Kanit", Sans-serif;
}

.growth-title h2 span:first-child {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding-right: 87px;
  position: relative;
  top: -17px;
}
.growth-title h2 span:nth-child(2) {
  color: #999999;
}
.component-grow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.client-image {
  padding-bottom: 20px;
}
.client-context .client-number h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25em;
  letter-spacing: 2.5px;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.client-context {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-our {
  width: 90px;
}
.client-our h2 {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}
.wcf-image {
  width: 330px;
  margin-left: 90px;
}
.component-client {
  display: flex;
  flex-wrap: wrap;
}
.hevily-item {
  padding-left: 80px;
  border-left: 1px solid #ececec;
}
.client {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
}
.heavily-content {
  padding-bottom: 50px;
}
.business {
  padding-top: 240px;
  margin-left: -87px;
}
.business-item {
  background-image: url(/files_upload/baophat-home-06.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 455px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.business-content {
  background: #f9f9f9;
  padding: 60px;
  display: flex;
  flex-direction: column;
  margin-right: -120px;
  margin-top: -80px;
}
.business-img {
  padding-bottom: 23px;
}
.businesst-text {
  margin-top: 10px;
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.business-content .businesst-title:nth-child(3) .wcf--title {
  color: var(--text-color);
  font-size: 92px;
  font-weight: 700;
}

.business-content .businesst-title:nth-child(4) .wcf--title {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.brilliant {
  overflow-x: hidden;
  padding-bottom: 40px;
}
.products {
  background: #c8f31d;
  padding-top: 140px;
  overflow-x: hidden;
}
.take h2 {
  color: #121212;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em;
}
.take-sub {
  display: flex;
  justify-content: end;
  padding-top: 23px;
  padding-right: 123px;
}
.take-sub p {
  width: 300px;
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}
.take-img {
  position: relative;
}
.take-img img {
  position: absolute;
  width: 93px;
  left: 37%;
  top: -64px;
  z-index: 1;
  animation: wcf_animation_wiggle 2s linear infinite;
}
.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.product-card {
  padding: 30px;
}

.product .product-item:nth-child(2) {
  border-left: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
}

.product-card .title {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.98em;
}

.product-card .icon {
  margin-bottom: 40px;
  font-size: 59px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727d;
}
.product-card .desc {
  color: var(--text-color);
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
  margin-bottom: 0;
}
.skillsto {
  padding: 80px 0;
}
.empowering {
  margin-bottom: 50px;
}
.empowering h2 {
  color: #121212;
  font-size: 62px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.13em;
}

.empowering p {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
  width: 300px;
  float: right;
}

.skillsto .bp_ul_tabs {
  flex-direction: column;
  width: 33%;
  border: none;
}
.skillsto .bp_btn_tabs {
  border: none;
  border-left: 1px solid #ececec;
  padding: 18px 0 20px 31px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
  outline: 0;
  padding: 10px 20px;
  background-color: #f1f2f3;
  transition: 0.3s all;
  background-color: transparent;
}
.skillsto .bp_btn_tabs.active,
.skillsto .bp_btn_tabs:hover {
  border-color: #c8f31d;
}
.skillsto .bp_btn_tabs .icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #ddd;
  flex-basis: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.skillsto .bp_btn_tabs.active .icon,
.skillsto .bp_btn_tabs:hover .icon {
  background: #c8f31d;
}

.skillsto .bp_btn_tabs .content {
  flex: 1;
}
.skillsto .bp_btn_tabs .title {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.12em;
  padding: 15px 0 0 0;
}
.skillsto .bp_btn_tabs .desc {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
  text-align: left;
  margin-top: 10px;
}
.creativity-tab {
  display: flex;
  flex-direction: row;
}
.creativity-tab .bp_tab_group {
  flex: 1;
}
.creativity-tab .tab-title {
  text-align: right;
}
.skillsto .bp_btn_tabs .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.blog {
  padding-top: 0;
}
.blog-title {
  margin-bottom: 40px;
}
.blog .bp_hot_news_img img {
  height: 400px;
}
.service {
  padding-top: 140px;
}
.service .cls_img_hot_news img {
  width: 45px;
}
.service .cls_content_hot_news {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.service .bp_block_item {
  border-top: 1px solid #ececec;
  padding: 50px 0;
}

.service .bp_block_item .row {
  margin: 0;
}

.service .news_title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;

  line-height: 1.2em;
}
.service .news_title a {
  color: #121212;
}
.service .services-title {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}
.service .icon-list-items {
  padding: 0;
}

.service .service-sub {
  margin-top: 20px;
}
.service .bp-news-button-action {
  display: none;
}
.service .bp_hot_news_img {
  width: 88px;
  border: 1px solid #ececec;
  min-height: 115px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .bp_number_count {
  color: #121212;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.service .bp_news_sub p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
  color: #555;
}
.service .bp_news_sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service .bp_news_sub ul li {
  position: relative;
  padding: 10px 0;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
.service .take {
  padding: 0 20px;
}
.service .bp_news_sub ul li:last-child {
  border-bottom: none;
}

.service .bp_news_sub ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service .bp_news_sub ul li:hover {
  padding-left: 35px;
  color: #333;
}

.service .bp_news_sub ul li:hover::before {
  width: 6px;
  height: 6px;
  background-color: #007bff;
}
.experience-get:before {
  z-index: -1;
  opacity: 0.5;
}
.experience-get {
  z-index: 1;
}
/*Commnet*/
.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.rating-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}

.stars {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: flex;
  gap: 2px;
  opacity: 1;
}

.star {
  color: #ffd700;
  font-size: 1.2rem;
}

.star.empty {
  color: #e0e0e0;
}

.rating-text {
  color: #666;
  font-size: 0.85rem;
  margin-left: 8px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.quote-icon {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 3.5rem;
  color: #f0f0f0;
  font-family: serif;
  line-height: 1;
}

.author-section {
  background: #2c3e50;
  margin: 0 -40px -20px -40px;
  padding: 25px 30px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.author-avatar img {
  border-radius: 50%;
}
.author-info {
  color: white;
}

.author-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.author-title {
  font-size: 0.85rem;
  color: #bdc3c7;
  opacity: 0.9;
}
.swiper.swiper-cards {
  width: 300px;
}
.testimonial {
  padding: 80px 0;
}
.testimonial-content {
  display: flex;
  justify-content: space-between;
}

.testimonial .swiper-slide {
  background: transparent;
}
.testimonial .swiper-3d .swiper-slide-shadow {
    background: transparent;
}
.testimonial .swiper-slide > img {
  display: none;
}
.testimonial .text_slide {
  position: relative;
  bottom: unset;
}
.testimonial .swiper.effect__cards_95922 {
  height: auto !important;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  display: none;
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .pc-container {
    margin-left: 48px;
  }
}
@media (max-width: 1366px) {
  .large-title h2 {
    font-size: 110px;
  }
  .growth-title h2 {
    font-size: 60px;
  }
  .products {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .g-slider--one-wrap,
  .g-slider--two-wrap {
    padding: 0 20px;
  }

  .g_slide-one,
  .g_slide-two {
    gap: 20px;
  }

  .item {
    min-width: calc(33.333% - 14px);
  }
}
@media (max-width: 1024px) {
  .products {
    padding-top: 100px;
  }
  .large-title h2 {
    font-size: 80px;
  }
  .pc-container {
    margin-left: 20px;
  }
  .poster {
    padding: 100px 20px;
  }
  .growth-title h2 {
    font-size: 50px;
  }
  .business-content .businesst-title:nth-child(3) .wcf--title {
    font-size: 50px;
  }
  .item {
    min-width: calc(50% - 10px);
  }
  .take h2 {
    font-size: 50px;
  }
  .product-card .title {
    font-size: 24px;
    line-height: 1.2em;
  }
  .empowering h2 {
    font-size: 50px;
  }
  .skillsto .bp_btn_tabs .icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .skillsto .bp_btn_tabs.active .icon svg {
    font-size: 20px;
  }
  .skillsto .bp_btn_tabs .title {
    padding-top: 0px;
    font-size: 30px;
  }
  .experience-get {
    padding: 95px 20px 110px;
  }
  .experience-title {
    width: 100%;
  }
  .business-item {
    background-image: none;
    min-height: auto;
  }
}

@media (max-width: 880px) {
  .skillsto .bp_btn_tabs .title {
    font-size: 24px;
  }
  .products {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .large-title h2 {
    font-size: 70px;
  }
  .growth-title h2 {
    font-size: 40px;
  }
  .business-content {
    padding: 30px;
  }
  .skillsto .bp_ul_tabs {
    width: 100%;
  }
  .creativity-tab {
    flex-direction: column;
  }
  .creativity-tab .bp_tab_group {
    margin-top: 20px;
  }
  .experience-title .wcf--title {
    font-size: 36px;
  }
  .experience-get {
    padding: 86px 20px 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-content {
    flex-direction: column;
  }
  .blog .row {
    margin: 0;
  }
  .blog .row .col {
    padding: 0;
  }
  .blog-title h2 {
    font-size: 36px;
  }
  .blog .bp_block_item {
    margin-bottom: 20px;
  }
  .blog-title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .blog {
    padding: 50px 0;
  }
  .testimonial {
    padding-bottom: 0;
  }
  .swiper.swiper-cards {
    width: 90%;
  }
  .testimonial .btn-wrapper {
    margin-bottom: 20px;
  }
  .testimonial-title p {
    padding-bottom: 20px;
  }
  .skillsto .bp_btn_tabs .desc {
    font-size: 16px;
  }
  .experience-title .wcf--title {
    font-size: 24px;
  }
  .skillsto .bp_btn_tabs .title {
    font-size: 20px;
  }
  .skillsto .bp_btn_tabs.active .icon svg {
    font-size: 14px;
  }
  .empowering p {
    float: unset;
    width: 100%;
    font-size: 16px;
  }
  .skillsto .bp_btn_tabs .icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .empowering h2 {
    font-size: 36px;
  }
  .products {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .business-content .businesst-title:nth-child(4) .wcf--title {
    font-size: 14px;
  }
  .product-item {
    border: none !important;
  }
  .product-card {
    padding: 0;
    margin-bottom: 20px;
  }
  .business-content .businesst-title:nth-child(3) .wcf--title {
    font-size: 36px;
  }
  .product {
    margin-top: 20px;
  }
  .take-sub {
    padding: 0;
    justify-content: start;
  }
  .take-sub p {
    width: 100%;
    font-size: 16px;
  }
  .take h2 {
    font-size: 36px;
  }
  .business {
    margin: 0;
    margin-top: 30px;
    padding: 0;
  }
  .business-content {
    margin: 0;
    padding: 20px;
  }
  .wcf-image {
    width: auto;
    margin: 20px 0;
  }
  .hevily-item {
    padding: 0;
    border: none;
  }
  .growth-title h2 {
    font-size: 36px;
  }
  .partner-img {
    display: none;
  }
  .e-con-full {
    padding-top: 20px;
    margin: 0;
  }
  .e-con-full p {
    font-size: 16px;
  }
  .scroll-image {
    display: none;
  }
  .pc-container {
    margin: 0;
  }
  .bott-title {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .atachment-img {
    width: 80px;
    height: 80px;
    right: 35%;
  }
  .large-title h2 {
    font-size: 50px;
  }
  .atachment-title h3 {
    font-size: 18px;
  }
  .atachment-title {
    min-height: 80px;
    width: 80px;
  }
  .atachment-img img {
    width: 50px;
  }
  #m_173754 {
    display: none;
  }
  .heading-title h2 {
    font-size: 22px;
    padding: 0;
  }
  .poster {
    padding: 60px 15px;
  }
  .heading-title {
    width: 20%;
  }
  .bott-title .large-title {
    width: 21%;
  }
  .atachment {
    width: 52%;
  }
  .item {
    min-width: 100%;
  }

  .g_slide-one,
  .g_slide-two {
    gap: 15px;
  }

  .content-wrap {
    padding: 15px;
  }

  .title {
    font-size: 18px;
  }

  .desc {
    font-size: 14px;
  }
  .project-container .source img {
    height: 300px;
  }
  .take-img {
    display: none;
  }
  .g_slide-one,
  .g_slide-two {
    animation: none;
    flex-direction: column;
    width: 100%;
  }
  .g-slider--one-wrap,
  .g-slider--two-wrap {
    padding: 0;
  }
  .gallery-slider .item .content-wrap {
    background-color: #ffffffe5;
    padding: 0 0 15px 15px;
  }
  .gallery-slider .icon,
  .gallery-slider p,
  .gallery-slider .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .service .cls_content_hot_news {
    flex-direction: column;
  }
  .service .news_title {
    font-size: 28px;
    line-height: normal;
  }
  .service .bp_block_item {
    padding: 20px 0;
  }
  .service .cls_img_hot_news,
  .service .order-md-1 {
    padding: 0;
  }
  .faq .faq-title h2 {
    font-size: 28px;
  }
  .faq .faq-title p {
    font-size: 16px;
  }
  .faq {
    padding: 50px 0;
  }
  .experience-get {
    padding: 57px 15px 60px;
  }
}
@media (max-width: 456px) {
  .bott-title .large-title {
    width: 50%;
  }
  .atachment-img {
    right: 0;
  }
}
@media (min-width: 768px) {
  .service .news_title {
    width: 329px;
  }
}
@keyframes slideOne {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideTwo {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

