@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Lexend Deca";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  background: #fff;
}

a:hover {
  text-decoration: inherit;
}

.crm_all .container {
  max-width: 1200px;
  margin: 0 auto;
}

.form-banner {
  float: left;
  width: 100%;
  padding: 156px 0 80px;
  min-height: 100vh;
  background: transparent url("../images/bg-banner.jpg") no-repeat center center;
  background-size: cover;
}

.banner-content {
  width: 100%;
  max-width: 600px;
}

.banner-content h1 {
  color: #404040;
  font-size: 46px;
  font-weight: 700;
  line-height: 121.739%;
  margin: 0 0 18px;
}

.banner-content h1 span {
  display: block;
  color: #4674e4;
}

.banner-content .--title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.333%;
  margin-bottom: 30px;
}
.sub--title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}
.banner--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.banner--list---items {
  width: calc(25% - 6px);
  position: relative;
}

.img-pos {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.banner--list---other {
  width: 100%;
  height: 100%;
  border-radius: 1100px;
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 5px;
}

.banner--list---other span {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.banner--txt {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.banner--partner {
  display: flex;
  gap: 22px 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.banner--partner .items {
  min-width: 132px;
  height: 68px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 11px;
  border: 1px solid #d0deff;
  background: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.banner--row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
.banner--row--items {
  display: flex;
  align-items: start;
  gap: 21px;
}
.banner--row--items ._icon {
  flex-shrink: 0;
}
.banner--row--items .txt {
  color: #000;
  font-size: 18px;
  line-height: 150%;
}
.banner--partner .items img {
  max-width: 100%;
}

.banner--form {
  border-radius: 22px;
  border: 3px solid #d0deff;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(87, 136, 255, 0.4);
  width: 100%;
  padding: 0 10px;
}

.form--title {
  color: #541298;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  padding: 35px 05px 40px;
}
.--title--page {
  margin: 0 0 30px;
}
.--title--page .title {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.--title--page .desc {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
/* block-currentsituation */
.block-currentsituation {
  float: left;
  width: 100%;
  padding: 52px 0 58px;
  background: transparent url("../images/bg-1.png") no-repeat center center;
  background-size: cover;
}
.currentsituation--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.currentsituation--items {
  width: calc(33.3333% - 20px);
  max-width: 295px;
}
.currentsituation--items .img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.currentsituation--body {
  color: #000;
  text-align: justify;
  font-size: 16px;
}
.currentsituation--body .title {
  color: #5427cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
/* block--solution */
.block--solution {
  float: left;
  width: 100%;
  padding: 44px 0 0;
  background: transparent url("../images/bg-2.jpg") no-repeat center center;
  background-size: cover;
}
.block--solution .--title--page {
  margin-bottom: 0;
}
.block--solution .--title--page .title {
  color: #541298;
}
.--solution--list {
  width: 100%;
  gap: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: translateY(-80px);
}
.--solution--list ._left {
  width: calc(42% - 5px);
  padding-top: 50px;
}
.--solution--list ._right {
  width: calc(58% - 5px);
}
.--solution--items {
  width: 100%;
  margin-bottom: 28px;
  position: relative;
  padding-left: 8px;
}
.--solution--other {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 40px 10px 30px;
  min-height: 75px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
._right--relative {
  position: relative;
}
._right--relative .nav-tabs {
  border: 0;
}
._right--relative .nav-tabs .nav-item {
  margin: 0;
}
._right--relative .nav-tabs .nav-link {
  border: 0;
  border-radius: 1100px;
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 7px 10px;
  position: absolute;
  z-index: 5;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  animation: scale2 infinite 1s;
}
@keyframes scale2 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.img--solution {
  margin: 0 auto;
}
.img--solution img {
  max-width: 100%;
}
._right--relative .nav-tabs .nav-item:first-child .nav-link {
  top: 29%;
  left: 115px;
}
._right--relative .nav-tabs .nav-item:nth-child(2) .nav-link {
  top: 41%;
  left: 85px;
}
._right--relative .nav-tabs .nav-item:nth-child(3) .nav-link {
  top: 52%;
  left: 60px;
}
._right--relative .nav-tabs .nav-item:nth-child(4) .nav-link {
  top: 63%;
  left: 35px;
}
._right--relative .nav-tabs .nav-item:nth-child(5) .nav-link {
  top: 74%;
  left: 100px;
}
._right--relative .nav-tabs .nav-item:nth-child(6) .nav-link {
  top: 74%;
  right: -10px;
}
._right--relative .nav-tabs .nav-item:last-child .nav-link {
  bottom: 7%;
  right: 85px;
}
/* block--desigservice */
.block--desigservice {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: transparent url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
}
.block--desigservice .--title--page .desc {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.391%;
}
.block--desigservice .--title--page .title {
  color: #fff;
}

.box--btn {
  text-align: center;
}
.btn---popup {
  border-radius: 1100px;
  border: 3px solid #fff;
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 12px 40px;
  display: inline-block;
}
.btn---popup:hover {
  color: #fff;
  text-decoration: none;
}
/* block--storeonline */
.block--storeonline {
  float: left;
  width: 100%;
  padding: 60px 0 40px;
  background: transparent url("../images/bg3.jpg") no-repeat center center;
  background-size: cover;
}
.storeonline--list {
  position: relative;
}
.storeonline--list .swiper-slide {
  height: auto;
}
.storeonline--other {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  align-items: center;
}
.storeonline--other ._left {
  width: calc(44% - 20px);
}
.storeonline--other ._right {
  width: calc(56% - 20px);
}
.storeonline--other .banner--row {
  margin-bottom: 0;
}
.storeonline--other .img {
  text-align: center;
}
.storeonline--other .img img {
  max-width: 100%;
}
.storeonline--list .swiper-pagination {
  width: 100%;
  position: unset;
  padding-top: 37px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.storeonline--list .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
}
.storeonline--list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
}

/* block--designtechnology */
.block--designtechnology {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: transparent url("../images/bg4.jpg") no-repeat center center;
  background-size: cover;
}
.block--designtechnology .--title--page {
}
.block--designtechnology .--title--page .title {
  color: #ffc42c;
}
.designtechnology--desc {
  width: 100%;
  max-width: 976px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.designtechnology--desc .banner--row {
  margin: 0;
  padding-top: 20px;
  gap: 20px;
  padding-left: 10px;
}
.designtechnology--desc .banner--row--items .txt {
  color: #fff;
  font-weight: 20px;
}
.designtechnology--video {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.designtechnology--other {
  width: 100%;
  padding-top: 56.15%;
  overflow: hidden;
  border-radius: 36px;
  position: relative;
}
.designtechnology--other iframe {
  width: 100% !important;
  height: 100% !important;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* block--websitebuilding */
.block--websitebuilding {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: transparent url("../images/bg5.jpg") no-repeat center center;
  background-size: cover;
}
.block--websitebuilding .banner--row {
  margin: 0;
  gap: 20px;
  margin-bottom: 50px;
}
.block--websitebuilding .banner--row--items .txt {
  font-size: 20px;
}

.block--websitebuilding .img {
  margin-bottom: 50px;
}
.block--websitebuilding .img img {
  max-width: 100%;
}
.websitebuilding--list {
  position: relative;
}
.websitebuilding--list .swiper-pagination {
  width: 100%;
  position: unset;
  padding-top: 37px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.websitebuilding--list .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.websitebuilding--list
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
}
.websitebuilding--logo {
  width: 100%;
  height: 107px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid #d0deff;
  background: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.block--websitebuilding.bg-transparent {
  background: transparent;
}
.block--websitebuilding.bg-transparent .banner--row {
  margin-bottom: 0;
}
/* block--chosse */
.block--chosse {
  float: left;
  width: 100%;
  padding: 44px 0;
  background: linear-gradient(90deg, #5427cc 0%, rgba(84, 39, 204, 0) 266.67%);
}
.block--chosse .--title--page {
  margin-bottom: 128px;
}
.block--chosse .--title--page .title {
  color: #fff;
}
.chosse--list {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
.chosse--list img {
  max-width: 100%;
}
.chosse--items {
  position: absolute;
  color: #fff;
  font-size: 20px;
  line-height: 135%;
}
.chosse--items1 {
  max-width: 393px;
  text-align: center;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
.chosse--items2 {
  max-width: 314px;
  text-align: right;
  top: 45px;
  left: 32px;
}
.chosse--items3 {
  max-width: 314px;
  text-align: right;
  top: 248px;
  left: -30px;
}
.chosse--items4 {
  max-width: 314px;
  text-align: right;
  top: 440px;
  left: 32px;
}

.chosse--items5 {
  max-width: 361px;
  text-align: left;
  top: 45px;
  right: 0;
}
.chosse--items6 {
  max-width: 361px;
  text-align: left;
  top: 248px;
  right: -70px;
}
.chosse--items7 {
  max-width: 361px;
  text-align: left;
  top: 440px;
  right: 0;
}
/* block-business */
.block-business {
  float: left;
  width: 100%;
  padding: 35px 0 55px;
  background: #fff;
}
.block-business .img {
  text-align: center;
}
.block-business .img img {
  max-width: 100%;
}
/* block-ccdt */
.block-ccdt {
  width: 100%;
  float: left;
  padding: 45px 0;
  background: transparent url("../images/bg6.jpg") no-repeat center center;
  background-size: cover;
}
.ccdt--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 23px;
  margin-bottom: 58px;
}
.ccdt--items {
  width: calc(20% - 18.4px);
  border-radius: 14px;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
}
.ccdt--items--other {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.ccdt--items--other img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ccdt--items .desc {
  width: 100%;
  min-height: 50px;
  background: linear-gradient(90deg, #e634ba 0%, #ffc42c 111.36%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* block--expert */
.block--expert {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: transparent url("../images/bg7.jpg") no-repeat center center;
  background-size: cover;
}
.block--expert .--title--page .title {
  color: #fff;
}
.block--expert .banner--row {
  margin-bottom: 0;
}
.block--expert .banner--row--items .txt {
  color: #fff;
}
.block--expert .img {
  text-align: right;
}

.block--expert .box--btn {
  padding-top: 40px;
}

@media screen and (max-width: 1600px) {
  .banner-content .--title {
    font-size: 28px;
  }
  .--title--page .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-content .--title {
    font-size: 26px;
  }
  .--title--page .title {
    font-size: 24px;
  }
  .chosse--items6 {
    right: -15px;
  }
  .chosse--items3 {
    left: -15px;
  }
  .chosse--list img {
    max-width: 615px;
  }
}
@media screen and (max-width: 1200px) {
  .chosse--items6,
  .chosse--items5,
  .chosse--items5 {
    max-width: 314px;
  }
  .chosse--items {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .block--chosse .--title--page {
    margin-bottom: 0;
  }
  .chosse--list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .chosse--list img {
    margin: 0 auto;
  }
  .chosse--items6,
  .chosse--items5,
  .chosse--items4 {
    max-width: 314px;
  }
  .chosse--items1 {
    margin-left: 0;
    margin-right: unset;
  }
  .chosse--items {
    position: unset;
    width: calc(50% - 10px);
    text-align: left;
    max-width: 100%;
  }
  .ccdt--items {
    width: calc(25% - 17.25px);
  }
  .block--expert .banner--row {
    margin-bottom: 30px;
  }
  .block--expert .img {
    text-align: center;
  }
  .block--websitebuilding.bg-transparent .banner--row {
    margin-bottom: 30px;
  }
  .block--websitebuilding .img {
    text-align: center;
  }
  .storeonline--other ._left {
    width: 100%;
  }
  .storeonline--other ._right {
    width: 100%;
  }
  .storeonline--other .img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .--solution--list ._left {
    width: 100%;
  }
  .--solution--list ._right {
    width: 100%;
    order: -1;
  }
  .--solution--list {
    transform: translateY(0);
  }
  ._right--relative {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
  }
  .currentsituation--list {
    justify-content: center;
  }
  .currentsituation--items {
    width: calc(50% - 15px);
    max-width: 100%;
  }
  .form-banner {
    padding: 60px 0;
    min-height: auto;
  }
  .banner--partner {
    margin-bottom: 30px;
  }
}
.box-taingay .close {
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 5;
}

.box-taingay .modal-content {
  border: 0;
  background: transparent;
  border-radius: 0;
}

.box-taingay .modal-dialog {
  max-width: 520px;
}

.box_content_modal {
  background: #f9faff;
  border-radius: 12px;
  width: 100%;
}

.form_box h3 {
  padding-top: 20px 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 20px;
  width: 100%;
}
