@charset "UTF-8";
@font-face {
  font-family: "Figtree";
  src: url("../font/Figtree-VariableFont_wght.ttf") format("truetype");
  font-display: fallback; }
body {
  line-height: normal; }

body {
  font-family: "Figtree", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  scroll-behavior: smooth; }

body::-webkit-scrollbar {
  display: none; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input:focus {
  outline: none;
  box-shadow: none;
  border: none; }

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none; }

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

/* nav */
nav {
  background: transparent; }

.logo-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0; }

.logo-nav > img {
  width: 195px;
  height: auto; }

/* footer */
footer {
  background: #192335;
  padding: 40px 0px; }

.footer-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

.logo-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.logo-footer > img {
  width: 195px;
  height: auto; }

.footer-detail-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 20px; }

.footer-detail-text > span {
  color: #fff;
  font-size: 14px; }

.link-footer {
  color: #fff;
  font-size: 14px; }

.link-footer > a {
  color: #fff;
  margin: 0px 5px;
  text-decoration: underline;
  transition: 0.3s; }

.link-footer > a:hover {
  text-decoration: none; }

/* srction1 */
.bg-sec1 {
  background-image: url(../img/bg-topSection.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 50px;
  height: auto;
  width: 100%; }

.header-section1 > h1 {
  font-weight: 500;
  background: linear-gradient(0deg, #192335, #133656);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; }

.header-section1-mobile {
  display: none; }

.detail-section1 {
  margin-top: 30px;
  display: flex;
  flex-direction: column; }

.detail-section1 > span {
  font-weight: 400;
  background: linear-gradient(0deg, #50586c, #50586c);
  -webkit-background-clip: text;
  /* สำหรับ Chrome, Safari */
  -webkit-text-fill-color: transparent;
  /* ให้สี text โปร่งใส */
  background-clip: text;
  /* สำหรับ browser ที่รองรับ */
  color: transparent; }

.btn-download-to-bottom-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 30px; }

.btn-download-to-bottom {
  background: #1d91d0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  padding: 10px 50px;
  transition: 0.3s; }

.btn-download-to-bottom:hover {
  background: #1a2f66; }

.bg-img-section1-mobile {
  display: none; }

/* Section 2 */
.ceo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 60px 0px 40px 0px; }
  @media (max-width: 840px) {
    .ceo-header {
      margin-top: 43px; } }

.ceo-header > h1 {
  font-weight: bold;
  text-align: center;
  background-clip: text;
  color: #384258;
  margin-bottom: 30px; }
  @media (max-width: 840px) {
    .ceo-header > h1 {
      margin-bottom: 19px; } }

.ceo-header > h4 {
  font-weight: 400;
  color: #50586c;
  margin-bottom: 30px;
  line-height: normal; }

.ceo-container {
  width: 100%;
  display: grid;
  grid-template-columns: 237px 237px 237px 237px 237px 237px;
  justify-content: center;
  align-items: center;
  gap: 0px; }
  @media (max-width: 1450px) {
    .ceo-container {
      grid-template-columns: 20% 20% 20%; } }

.ceo-card {
  width: 100%;
  height: 100%; }

.ceo-img {
  width: 100%;
  height: auto; }

.ceo-name {
  text-align: center;
  color: #1d91d0;
  font-weight: 400;
  padding: 0px 10px;
  margin-top: 20px; }

.ceo-title {
  text-align: center;
  color: #50586c;
  font-weight: 400;
  padding: 0px 10px; }

/* section3 */
.section3-header {
  font-weight: bold;
  text-align: center;
  color: #384258;
  margin-bottom: 40px;
  margin-top: 70px; }

.section-3-flex-holder {
  justify-content: center; }

.trends-item {
  max-width: 480px; }

.card-section3 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px; }

.card-section3-header {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center; }

.card-section3-header > h4 {
  font-weight: 700;
  color: #384258;
  margin-left: 30px; }

.card-section3-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.card-section3-icon > img {
  width: 65px;
  height: 65px; }

.card-section3-detail {
  margin-left: 95px;
  margin-right: 30px; }

.card-section3-detail > span {
  font-weight: 400;
  color: #50586c; }

/* section4 */
.section4-container {
  margin-top: 80px; }

.header-section4 {
  display: flex;
  flex-direction: column;
  width: 100%; }

.header-section4 > h1 {
  font-weight: bold;
  color: #384258; }

.header-section4 > h4 {
  font-weight: bold;
  color: #384258; }

.img-cover-section4-wraper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px; }

.img-cover-section4-wraper > img {
  width: 55%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; }

.detail-section4 {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: flex-start;
  transition: 0.3s; }

.detail-section4:hover {
  border-top: none;
  border-bottom: none;
  border-radius: 15px;
  background: #1a2f66; }

.detail-section4 > img {
  width: 30px;
  height: auto;
  margin-right: 20px; }
  @media (max-width: 840px) {
    .detail-section4 > img {
      margin-right: 8px; } }

.detail-section4 > span {
  color: #50586c;
  font-size: 18px; }
  @media (max-width: 840px) {
    .detail-section4 > span {
      margin-top: 6px;
      margin-bottom: 6px; } }

.detail-section4:hover > span {
  color: #fff; }

.detail-section4 > span > b {
  color: #384258; }

.detail-section4:hover > span > b {
  color: #fff; }

.detail-section4-bottom {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: flex-start;
  transition: 0.3s; }

.detail-section4-bottom:hover {
  border-top: none;
  border-bottom: none;
  border-radius: 15px;
  background: #1a2f66; }

.detail-section4-bottom > img {
  width: 30px;
  height: auto;
  margin-right: 20px; }
  @media (max-width: 840px) {
    .detail-section4-bottom > img {
      margin-right: 8px; } }

.detail-section4-bottom > span {
  color: #50586c;
  font-size: 18px; }

.detail-section4-bottom:hover > span {
  color: #fff; }

.detail-section4-bottom > span > b {
  color: #384258; }

.detail-section4-bottom:hover > span > b {
  color: #fff; }

/* section5 */
.bg-section5 {
  background-image: url(../img/bg-bottomSection.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-top: 30px;
  height: auto;
  width: 100%; }

.form-bg-s5 {
  background: rgba(238, 238, 238, 0.9);
  border: none;
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 30px; }

.header-form {
  font-weight: 500;
  background: linear-gradient(0deg, #192335, #133656);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: 65%;
  margin-bottom: 30px;
  line-height: 48px; }

.header-form-mobile {
  display: none; }

form {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column; }

.form-input {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }

.form-input > input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #fff;
  padding-left: 20px;
  font-size: 14px; }

.form-input > .fake-placeholder {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* ไม่ให้คลิกได้ */
  color: #50586c;
  font-size: 14px; }

.form-input > .fake-placeholder > .red-star {
  color: #ff0004; }

.form-input > .fake-placeholder-width50 {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* ไม่ให้คลิกได้ */
  color: #50586c;
  font-size: 14px; }

.form-input > .fake-placeholder-width50 > .red-star {
  color: #ff0004; }

.form-responsive-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%; }

.form-responsive-input > .company {
  width: 50%;
  margin-right: 5px; }

.form-responsive-input > .job-title {
  width: 50%;
  margin-left: 5px; }

.form-check-input[type="checkbox"] {
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px; }

.form-check-label {
  color: #50586c;
  font-size: 14px; }

.font-stylenote-mobile {
  font-style: italic; }

.btn-download-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px; }

.btn-download-now {
  font-weight: bold;
  font-size: 18px;
  background: #1d91d0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 80px;
  transition: 0.3s; }

.btn-download-now:hover {
  background: #1a2f66; }

.cover-mock-form {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -45px; }

.over-mock-form-mobile {
  display: none; }

.bg-section5-mobile {
  display: none; }

.cover-mock-container {
  display: none; }

@media screen and (min-width: 1500px) {
  .bg-sec1 {
    height: 840px;
    padding-bottom: 0px; }

  .logo-nav > img {
    width: 313px; }

  .header-section1 > h1 {
    font-size: 61px;
    line-height: 70px; }

  .detail-section1 > span {
    font-size: 22px; }

  .btn-download-to-bottom {
    width: 307px;
    height: 55px; }

  .ceo-header > h1 {
    font-size: 36px; }

  .ceo-header > h4 {
    font-size: 22px; }

  .ceo-name {
    font-size: 26px; }

  .ceo-title {
    font-size: 16px; }

  .section3-header {
    font-size: 36px;
    margin-bottom: 65px;
    margin-top: 95px; }

  .card-section3-icon > img {
    width: 85px;
    height: 85px; }

  .card-section3-header > h4 {
    font-size: 26px; }

  .card-section3-detail {
    margin-left: 115px;
    margin-right: 30px; }

  .card-section3-detail > span {
    font-size: 16px; }

  .header-section4 > h1 {
    font-size: 60px;
    margin-bottom: 0; }

  .header-section4 > h4 {
    font-size: 36px; }

  .img-cover-section4-wraper > img {
    width: 65%; }

  .detail-section4 {
    padding: 30px 40px;
    margin-left: 30px; }

  .detail-section4 > img {
    width: 39px; }

  .detail-section4 > span {
    font-size: 26px; }

  .detail-section4-bottom {
    padding: 30px 40px;
    margin-left: 30px; }

  .detail-section4-bottom > img {
    width: 39px; }

  .detail-section4-bottom > span {
    font-size: 26px; }

  .bg-section5 {
    padding-bottom: 0px;
    margin-top: 30px;
    height: 851px;
    width: 100%; }
    .bg-section5 > .container {
      width: 1220px; }

  .form-bg-s5 {
    padding: 40px 50px; }

  .header-form {
    font-size: 36px; }

  .btn-download-now {
    bottom: 9%;
    width: 304px;
    height: 55px;
    padding: 10px 30px; } }
@media (min-width: 768px) and (max-width: 769px) {
  .col-md-7-custom {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto; }

  .col-custom-768 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto; }

  .col-md-7-custom-form {
    flex: 0 0 auto;
    width: 100%;
    margin: 0px auto; }

  .img-cover-section4-wraper > img {
    width: 70%; }

  .form-input > .fake-placeholder {
    left: 3% !important; }

  .form-input > .fake-placeholder-width50 {
    left: 3% !important; } }
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .logo-footer > img {
    width: 170px;
    height: auto; }

  .footer-detail-text > span {
    font-size: 12px; }

  .link-footer {
    font-size: 10px; }

  .bg-img-section1-mobile {
    display: none; }

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

  .detail-section1 > span {
    font-size: 14px; }

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

  .ceo-header > h4 {
    font-size: 24px; }

  .ceo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap; }

  .ceo-card {
    height: 430px;
    width: 30%;
    max-width: 230px;
    margin-bottom: 25px; }

  .section3-header {
    font-size: 32px; }

  .card-section3-header {
    height: 85px; }

  .card-section3-icon > img {
    width: 60px;
    height: 60px; }

  .card-section3-header > h4 {
    margin-left: 20px; }

  .card-section3-detail {
    margin-left: 85px;
    margin-right: 25px; }

  .section4-container {
    margin-top: 45px; }

  .header-section4 > h4 {
    font-size: 19px; }

  .img-cover-section4-wraper > img {
    width: 70%; }

  .header-form {
    width: 100%; }

  .cover-mock-form {
    margin-top: 15px; }

  .form-check-label {
    font-size: 12px; }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px; } }
@media screen and (min-width: 490px) and (max-width: 768px) {
  .logo-nav {
    padding: 30px 15px; }

  .logo-nav > img {
    width: 168px; }

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

  .logo-footer > img {
    width: 218px;
    height: auto; }

  .footer-detail-text {
    align-items: center;
    text-align: center;
    margin-top: 40px; }

  .link-footer {
    margin-top: 20px; }

  .bg-sec1 {
    background: #d2dbe4;
    position: relative;
    padding-bottom: 0px;
    height: auto;
    width: 100%; }

  .bg-img-section1-mobile {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 380 / 610;
    background-image: url("/assets/landing/sohi-2025/img/head-mobile.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -35%; }

  .header-section1 {
    display: none; }

  .header-section1-mobile {
    display: block;
    padding: 0px 15px; }

  .header-section1-mobile > h1 {
    font-size: 32px;
    line-height: 100%;
    font-weight: bold;
    background: linear-gradient(0deg, #192335, #133656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; }

  .detail-section1 {
    margin-top: 30px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column; }

  .detail-section1 > span {
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(0deg, #50586c, #50586c);
    -webkit-background-clip: text;
    /* สำหรับ Chrome, Safari */
    -webkit-text-fill-color: transparent;
    /* ให้สี text โปร่งใส */
    background-clip: text;
    /* สำหรับ browser ที่รองรับ */
    color: transparent; }

  .btn-download-to-bottom {
    width: 100%;
    height: 55px;
    top: 0;
    margin: 15px 15px 0px 15px; }

  .ceo-header {
    padding: 0px 15px; }

  .ceo-header > h1 {
    font-size: 24px; }

  .ceo-header > h4 {
    font-size: 14px; }

  .ceo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px; }

  .ceo-card {
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .ceo-img {
    width: 236px;
    height: auto; }

  .ceo-name {
    font-size: 24px;
    margin-top: 10px; }

  .ceo-title {
    font-size: 16px;
    padding: 0px; }

  .section3-header {
    font-size: 24px;
    padding: 0px 15px; }

  .card-section3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px; }

  .card-section3-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column; }

  .card-section3-icon > img {
    width: 85px;
    height: 85px; }

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

  .header-section4 > h4 {
    font-size: 24px; }

  .card-section3-header > h4 {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px; }

  .card-section3-detail {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 14px; }

  .section4-container {
    margin-top: 0px; }

  .header-section4 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0px 15px; }

  .img-cover-section4-wraper > img {
    width: 70%;
    max-width: 300px; }

  .detail-section4 {
    display: flex;
    align-items: flex-start;
    padding: 20px 15px; }

  .detail-section4-bottom {
    display: flex;
    align-items: flex-start;
    padding: 20px 15px; }

  .bg-section5 {
    background: #ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    height: auto;
    width: 100%; }

  .bg-section5-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -100px; }

  .form-bg-s5 {
    padding: 10px 20px;
    margin: 0px auto; }

  .header-form {
    display: none; }

  .header-form-mobile {
    display: block;
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(0deg, #192335, #133656);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 15px;
    line-height: 35px; }

  .cover-mock-form {
    display: none; }

  .cover-mock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px; }

  .cover-mock-form-mobile {
    width: 75%;
    height: auto; }

  form {
    width: 100%;
    padding-bottom: 0px; }

  .form-input > .fake-placeholder {
    left: 6%;
    top: 50%; }

  .form-input > .fake-placeholder-width50 {
    left: 6%;
    top: 50%; }

  .form-responsive-input {
    display: flex;
    flex-direction: column; }

  .form-responsive-input > .company {
    width: 100%;
    margin-right: 0px; }

  .form-responsive-input > .job-title {
    width: 100%;
    margin-left: 0px; }

  .form-check-input[type="checkbox"] {
    border: 1px solid #d9d9d9;
    width: 12px;
    height: 12px; }

  .form-check-label {
    font-size: 12px; }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px; }

  .btn-download-now {
    position: relative;
    left: 0%;
    bottom: 0%;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: 55px;
    padding: 10px 30px; } }
@media screen and (min-width: 220px) and (max-width: 490px) {
  .logo-nav {
    padding: 30px 15px; }

  .logo-nav > img {
    width: 168px; }

  .footer-detail {
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem; }

  .logo-footer > img {
    width: 218px;
    height: auto; }

  footer {
    padding: 52px 0 77px 0; }

  .footer-detail-text {
    align-items: center;
    text-align: center;
    margin-top: 40px;
    width: 95%; }

  .link-footer {
    margin-top: 20px; }

  .link-footer > a {
    margin: 0; }

  .bg-sec1 {
    background: #d2dbe4;
    position: relative;
    padding-bottom: 0px;
    height: auto;
    width: 100%; }

  .bg-img-section1-mobile {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 380 / 610;
    background-image: url("/assets/landing/sohi-2025/img/head-mobile.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -35%; }

  .header-section1 {
    display: none; }

  .header-section1-mobile {
    display: block;
    padding: 0px 15px; }

  .header-section1-mobile > h1 {
    font-size: 32px;
    line-height: normal;
    font-weight: bold;
    background: linear-gradient(0deg, #192335, #133656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; }

  .detail-section1 {
    margin-top: 30px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column; }

  .detail-section1 > span {
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(0deg, #50586c, #50586c);
    -webkit-background-clip: text;
    /* สำหรับ Chrome, Safari */
    -webkit-text-fill-color: transparent;
    /* ให้สี text โปร่งใส */
    background-clip: text;
    /* สำหรับ browser ที่รองรับ */
    color: transparent; }

  .btn-download-to-bottom {
    width: 100%;
    height: 55px;
    top: 0;
    margin: 8px 15px 0px 15px; }

  .ceo-header {
    padding: 0px 15px; }

  .ceo-header > h1 {
    font-size: 24px; }

  .ceo-header > h4 {
    font-size: 14px; }

  .ceo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px; }

  .ceo-card {
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .ceo-img {
    width: 236px;
    height: auto; }

  .ceo-name {
    font-size: 24px;
    margin-top: 10px; }

  .ceo-title {
    font-size: 16px;
    padding: 0px; } }
  @media screen and (min-width: 220px) and (max-width: 490px) and (max-width: 840px) {
    .ceo-title {
      padding: 0 2rem; } }

@media screen and (min-width: 220px) and (max-width: 490px) {
  .section3-header {
    font-size: 24px;
    padding: 0px 15px; } }
  @media screen and (min-width: 220px) and (max-width: 490px) and (max-width: 840px) {
    .section3-header {
      margin-top: 50px; } }

@media screen and (min-width: 220px) and (max-width: 490px) {
  .card-section3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px; }

  .card-section3-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column; }

  .card-section3-icon > img {
    width: 85px;
    height: 85px; }

  .header-section4 > h1 {
    font-size: 32px; } }
  @media screen and (min-width: 220px) and (max-width: 490px) and (max-width: 840px) {
    .header-section4 > h1 {
      margin-bottom: 0; } }

@media screen and (min-width: 220px) and (max-width: 490px) {
  .header-section4 > h4 {
    font-size: 24px; } }
  @media screen and (min-width: 220px) and (max-width: 490px) and (max-width: 840px) {
    .header-section4 > h4 {
      margin-bottom: 0; } }

@media screen and (min-width: 220px) and (max-width: 490px) {
  .card-section3-header > h4 {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px; }

  .card-section3-detail {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 14px; }

  .section4-container {
    margin-top: 0px; }

  .header-section4 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0px 15px; }

  .img-cover-section4-wraper > img {
    width: 100%;
    max-width: 300px; }

  .detail-section4, .detail-section4-bottom {
    display: flex;
    align-items: flex-start;
    padding: 20px calc(15px + var(--bs-gutter-x) * .5);
    width: calc(100% - 40px);
    margin: 0 auto; }

  .why-list {
    padding: 0; }

  .bg-section5 {
    background: #ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 50px;
    height: auto;
    width: 100%; }

  .bg-section5-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -75px; }

  .form-bg-s5 {
    padding: 10px 14px;
    margin: 0px auto;
    border-radius: 15px;
    width: calc(100% - 26px); }

  .header-form {
    display: none; }

  form {
    margin-top: 5px; }

  .form-input {
    margin-bottom: 9px; }

  .form-check {
    margin-top: 10px; }

  .header-form-mobile {
    display: block;
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(0deg, #192335, #133656);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
    line-height: normal;
    padding: 0 8px;
    width: calc(100% - 46px);
    margin-left: auto;
    margin-right: auto; }

  .cover-mock-form {
    display: none; }

  .cover-mock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px; }

  .cover-mock-form-mobile {
    width: 75%;
    height: auto; }

  form {
    width: 100%;
    padding-bottom: 0px; }

  .form-input > .fake-placeholder {
    left: 6%;
    top: 50%; }

  .form-input > .fake-placeholder-width50 {
    left: 6%;
    top: 50%; }

  .form-responsive-input {
    display: flex;
    flex-direction: column; }

  .form-responsive-input > .company {
    width: 100%;
    margin-right: 0px; }

  .form-responsive-input > .job-title {
    width: 100%;
    margin-left: 0px; }

  .form-check-input[type="checkbox"] {
    border: 1px solid #d9d9d9;
    width: 12px;
    height: 12px; }

  .form-check-label {
    font-size: 12px; }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px; }

  .btn-download-now {
    position: relative;
    left: 0%;
    bottom: 0%;
    margin-bottom: 20px;
    width: 100%;
    height: 55px;
    padding: 10px 30px; } }
body.zh {
  font-family: 'PingFang SC Regular', 'Microsoft YaHei UI', 'SimHei', Arial; }
  @media screen and (min-width: 1500px) {
    body.zh .ceo-header > h4 {
      padding: 0 10%; }
    body.zh .ceo-name {
      font-size: 24px; } }

/*# sourceMappingURL=style.css.map */
