* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "FARRAY Regular";
  font-style: normal;
  font-weight: normal;
  src: local("FARRAY Regular"), url("../Font/FARRAY.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Bold.woff2") format("woff2"), url("../Font/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-BlackItalic.woff2") format("woff2"), url("../Font/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Black.woff2") format("woff2"), url("../Font/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-BoldItalic.woff2") format("woff2"), url("../Font/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-ExtraLight.woff2") format("woff2"), url("../Font/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../Font/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-ExtraBold.woff2") format("woff2"), url("../Font/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Italic.woff2") format("woff2"), url("../Font/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../Font/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Medium.woff2") format("woff2"), url("../Font/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../Font/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Regular.woff2") format("woff2"), url("../Font/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-SemiBold.woff2") format("woff2"), url("../Font/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-LightItalic.woff2") format("woff2"), url("../Font/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-MediumItalic.woff2") format("woff2"), url("../Font/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Light.woff2") format("woff2"), url("../Font/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-ThinItalic.woff2") format("woff2"), url("../Font/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Font/Poppins-Thin.woff2") format("woff2"), url("../Font/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: "Poppins";
}

a {
  text-decoration: none;
}

.psg {
  font-size: 16px;
  color: var(--psg-color, #828282);
  line-height: 1.6;
  font-weight: 500;
}

.title {
  font-size: 2.8125rem;
  color: var(--black-color, #2A3439);
  margin-bottom: 2rem;
  font-weight: 700;
}

.sub-title {
  font-size: 0.875rem;
  color: var(--black-color, #2A3439);
  font-weight: 600;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
  position: relative;
}

.padding-tb {
  padding: 7rem 0;
}

.margin-tb {
  margin: 5rem 0;
}

.text-right {
  text-align: right;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

img {
  display: block;
  width: 100%;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.blue-color-1 {
  color: var(--blue-color-1, #6FB7D6);
}

.blue-colorbg-1 {
  background-color: var(--blue-color-1, #6FB7D6);
}

.blue-color-2 {
  color: var(--blue-color-2, #a09fd1);
}

.blue-colorbg-2 {
  background-color: var(--blue-color-2, #a09fd1);
}

.dark-green-color {
  color: var(--dark-green-color, #38c5c3);
}

.dark-green-colorbg {
  background-color: var(--dark-green-color, #38c5c3);
}

.purple-color {
  color: var(--purple-color, #A589C1);
}

.purple-colorbg {
  background-color: var(--purple-color, #A589C1);
}

.pink-color {
  color: var(--pink-color, #F98CB6);
}

.pink-colorbg {
  background-color: var(--pink-color, #F98CB6);
}

.light-green-color {
  color: var(--light-green-color, #85CA5D);
}

.light-green-colorbg {
  background-color: var(--light-green-color, #85CA5D);
}

.light-oragne-colorbg {
  background-color: var(--light-oragne-color, #f5ebd8);
}

.orange-color {
  color: var(--orange-color, #FCA985);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: var(--white-color, #ffffff);
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
}
header .navbar {
  padding: 10px 0;
}
header .navbar .navbar-brand {
  font-size: 1rem;
  width: 12rem;
  outline: none;
}
header .navbar .navbar-toggler .menu-icon {
  background-image: url("../images/menu-lightmode.svg");
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  padding: 0.625rem;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar .navbar-nav .nav-item {
  padding: 0 0.625rem;
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--psg-color, #828282);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
}
header .navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--blue-color, #2E5090);
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .drop-menu {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
header .navbar .navbar-nav .nav-item .drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  padding: 10px;
  z-index: 5;
  background-color: var(--white-color, #ffffff);
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.12);
  min-width: 9rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: none;
}
header .navbar .navbar-nav .nav-item .drop-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--psg-color, #828282);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 4px 5px;
  display: block;
  border-bottom: 1px solid var(--border-color, #e2e2e2);
}
header .navbar .navbar-nav .nav-item .drop-menu ul li:hover a {
  background-color: var(--blue-color, #2E5090);
  color: var(--white-color, #ffffff);
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item .drop-menu ul li:last-child a {
  border-bottom: 0;
}

.banner {
  padding-top: 120px;
  padding-bottom: 80px;
  height: 100vh;
}
.banner .banner-img {
  width: 12rem;
  margin-left: 12px;
}
.banner .banner-img img {
  display: block;
}
.banner .banner-text {
  position: relative;
  text-align: right;
  width: 17rem;
  padding-right: 36px;
}
.banner .banner-text .psg {
  font-size: 12px;
  line-height: 2;
}
.banner .banner-text::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 15%;
  width: 2px;
  height: 60%;
  background-color: var(--blue-color, #2E5090);
  opacity: 0.7;
}
.banner .banner-text .banner-sub-title {
  font-size: 0.875rem;
  color: var(--psg-color, #828282);
  font-weight: 600;
  margin-bottom: 0;
}

.color-bar {
  padding-bottom: 1rem;
}
.color-bar .contact-us-desktop {
  display: block;
}
.color-bar .mobile-divider {
  display: none;
}

.services .services-info {
  text-align: right;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.services .services-info h3 {
  font-size: 24px;
  color: var(--black-color, #2A3439);
  font-weight: 600;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.services .services-info .add-icon {
  background: url("../images/plus-white.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: 16px;
  padding: 20px;
  border-radius: 50%;
  background-color: var(--psg-color, #828282);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.services .services-info .add-icon.blue-bgColor {
  background-color: #3b81b5;
}
.services .services-info .add-icon.red-bgColor {
  background-color: #bc041c;
}
.services .services-info .add-icon.yellow-bgColor {
  background-color: #f1bc0e;
}
.services .services-info.services-1:hover {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-1:hover h3 {
  color: #3b81b5;
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-1:hover .add-icon {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-2:hover {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-2:hover h3 {
  color: #bc041c;
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-2:hover .add-icon {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-3:hover {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-3:hover h3 {
  color: #f1bc0e;
  transition: all 0.3s ease-in-out;
}
.services .services-info.services-3:hover .add-icon {
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.42);
  transition: all 0.3s ease-in-out;
}

.bluedrop-section .bluedrop-info {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.bluedrop-section .bluedrop-info p {
  font-size: 24px;
  font-weight: 600;
  color: var(--blue-color, #2E5090);
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.bluedrop-section .bluedrop-info p.line-height {
  line-height: 1;
}
.bluedrop-section .bluedrop-info:hover p {
  color: var(--blue-color, #2E5090);
  transition: all 0.3s ease-in-out;
}

.contact-us-mobile {
  display: none;
  margin-top: 3rem;
}
.contact-us-mobile .psg {
  font-size: 1rem;
  margin-top: 10px;
}
.contact-us-mobile .contact-info .menu-list {
  width: 48%;
  border-right: 5px solid var(--light-blue-color, #71afff);
  padding-right: 14px;
}
.contact-us-mobile .contact-info .menu-list ul {
  list-style-type: none;
  padding-left: 0;
}
.contact-us-mobile .contact-info .menu-list ul li {
  text-align: right;
}
.contact-us-mobile .contact-info .menu-list ul li a {
  font-style: 14px;
  color: var(--black-color, #2A3439);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.contact-us-mobile .contact-info .menu-list ul li:hover a {
  color: var(--blue-color, #2E5090);
  transition: all 0.3s ease-in-out;
}
.contact-us-mobile .contact-info .contact-address {
  padding-left: 14px;
  padding-top: 14px;
}
.contact-us-mobile .contact-info .contact-address p {
  font-size: 14px;
  color: var(--black-color, #2A3439);
}
.contact-us-mobile .social-icons {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
}
.contact-us-mobile .social-icons li {
  padding: 0 0.1875rem;
}
.contact-us-mobile .social-icons li:first-child {
  padding-left: 0;
}
.contact-us-mobile .social-icons .facebook-icon {
  background: url("../images/001-facebook.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-mobile .social-icons .instagram-icon {
  background: url("../images/002-instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-mobile .social-icons .twitter-icon {
  background: url("../images/003-twitter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-mobile .social-icons .linkdin-icon {
  background: url("../images/004-linkedin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}

.about-history {
  padding-top: 130px;
}
.about-history .about-history-wrapper {
  position: relative;
}
.about-history .about-history-wrapper .history-info {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 22rem;
  margin-top: 7rem;
}
.about-history .about-history-wrapper .history-info p {
  margin-bottom: 0;
  color: var(--golden-color, #B87333);
}
.about-history .history-title h2 {
  font-size: 350px;
  font-family: "FARRAY Regular";
  line-height: 0.9;
  color: var(--golden-color, #B87333);
}

.about-mission {
  padding-top: 130px;
}
.about-mission .about-mission-wrapper {
  position: relative;
}
.about-mission .about-mission-wrapper .mission-info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 23rem;
  margin-top: 7rem;
}
.about-mission .about-mission-wrapper .mission-info p {
  margin-bottom: 0;
  color: var(--light-golden-color, #B6B132);
}
.about-mission .mission-title {
  text-align: right;
}
.about-mission .mission-title h2 {
  font-size: 350px;
  font-family: "FARRAY Regular";
  line-height: 0.9;
  color: var(--light-golden-color, #B6B132);
}
.about-mission .mission-title h2 span {
  margin-left: -16rem;
}

.about-why-us {
  padding-top: 130px;
}
.about-why-us .why-us-title {
  text-align: left;
}
.about-why-us .why-us-title h2 {
  font-size: 300px;
  font-family: "FARRAY Regular";
  line-height: 0.9;
  color: var(--blue-color, #2E5090);
}
.about-why-us .why-us-title h2 Span {
  font-size: 340px;
}
.about-why-us .why-us-info {
  text-align: center;
  margin: 2rem;
  margin-top: 1rem;
}
.about-why-us .why-us-info p {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--blue-color, #2E5090);
}
.about-why-us .why-us-info .psg-title {
  font-weight: 700;
  margin-top: 1.5rem;
}

.product-banner {
  padding-top: 6rem;
}
.product-banner .product-title h2 {
  font-size: 300px;
  font-weight: 700;
}

.product-main .margin-bottom {
  margin-bottom: 24px;
}
.product-main .product-img {
  width: 100%;
  height: 100%;
}
.product-main .product-info {
  padding: 3rem;
  text-align: center;
  position: relative;
}
.product-main .product-info.flou-title {
  font-size: 18px;
}
.product-main .product-info.flou-title p {
  font-size: 18px;
}
.product-main .product-info p {
  font-size: 16px;
}
.product-main .product-info p span {
  font-weight: 600;
}
.product-main .product-info .bookmark-icon {
  background-repeat: no-repeat;
  padding: 36px 24px;
  display: block;
  background-position: center;
  background-size: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-main .product-info ul li {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.product-main .product-info ul li span {
  opacity: 0.6;
}
.product-main .product-info .aaplication-box {
  background-color: var(--light-oragne-color, #f5ebd8);
  width: 100%;
  height: 75px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.product-main .product-info .aaplication-box a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  padding: 22px 16px;
  transition: all 0.3s ease-in-out;
}
.product-main .product-info .aaplication-box a img {
  width: 50px;
}
.product-main .product-info .aaplication-box a span {
  margin-left: 10px;
  font-size: 16px;
}
.product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
  padding: 24px 4rem;
  text-align: center;
}
.product-main .contact-box p {
  font-weight: 600;
}
.product-main .AI-logo img {
  width: 100px;
}

.Atopto-theme .product-main .product-img img {
  width: 53%;
}
.Atopto-theme .product-main .product-info p {
  color: var(--blue-color-1, #6FB7D6);
}
.Atopto-theme .product-main .product-info .Atopto-bookmark {
  background-image: url("../images/bookmark-5.png");
}
.Atopto-theme .product-main .product-info ul li {
  color: var(--blue-color-1, #6FB7D6);
}
.Atopto-theme .product-main .product-info.blue-bg {
  background-color: var(--blue-color-1, #6FB7D6);
}
.Atopto-theme .product-main .product-info.blue-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
}
.Atopto-theme .product-main .product-info.blue-bg p span {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.Atopto-theme .product-main .product-info.blue-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.Atopto-theme .product-main .product-info.blue-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.Atopto-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Atopto-theme .product-main .product-info .aaplication-box a {
  color: var(--blue-color-1, #6FB7D6);
}
.Atopto-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--blue-color-1, #6FB7D6);
  transition: all 0.3s ease-in-out;
}
.Atopto-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.Atopto-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.Atopto-theme .product-main .contact-box p {
  color: var(--blue-color-1, #6FB7D6);
}

.BizCMDB-theme .product-banner .product-title h2 {
  font-size: 240px;
}
.BizCMDB-theme .product-main .product-img img {
  width: 83%;
}
.BizCMDB-theme .product-main .product-info p {
  color: var(--dark-green-color, #38c5c3);
}
.BizCMDB-theme .product-main .product-info .BizCMDB-bookmark {
  background-image: url("../images/bookmark-1.png");
}
.BizCMDB-theme .product-main .product-info ul li {
  color: var(--dark-green-color, #38c5c3);
}
.BizCMDB-theme .product-main .product-info.dark-green-bg {
  background-color: var(--dark-green-color, #38c5c3);
}
.BizCMDB-theme .product-main .product-info.dark-green-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
  font-size: 14px;
}
.BizCMDB-theme .product-main .product-info.dark-green-bg p span {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.BizCMDB-theme .product-main .product-info.dark-green-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.BizCMDB-theme .product-main .product-info.dark-green-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.BizCMDB-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.BizCMDB-theme .product-main .product-info .aaplication-box a {
  color: var(--dark-green-color, #38c5c3);
}
.BizCMDB-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--dark-green-color, #38c5c3);
  transition: all 0.3s ease-in-out;
}
.BizCMDB-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.BizCMDB-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.BizCMDB-theme .product-main .contact-box p {
  color: var(--dark-green-color, #38c5c3);
}

.sanato-theme .product-banner .product-title h2 {
  font-size: 285px;
}
.sanato-theme .product-main .product-img img {
  width: 53%;
}
.sanato-theme .product-main .product-info p {
  color: var(--purple-color, #A589C1);
}
.sanato-theme .product-main .product-info .sanato-bookmark {
  background-image: url("../images/bookmark-2.png");
}
.sanato-theme .product-main .product-info ul li {
  color: var(--purple-color, #A589C1);
}
.sanato-theme .product-main .product-info.purple-color-bg {
  background-color: var(--purple-color, #A589C1);
}
.sanato-theme .product-main .product-info.purple-color-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
  font-size: 14px;
}
.sanato-theme .product-main .product-info.purple-color-bg p span {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.sanato-theme .product-main .product-info.purple-color-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.sanato-theme .product-main .product-info.purple-color-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.sanato-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sanato-theme .product-main .product-info .aaplication-box a {
  color: var(--purple-color, #A589C1);
}
.sanato-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--purple-color, #A589C1);
  transition: all 0.3s ease-in-out;
}
.sanato-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.sanato-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.sanato-theme .product-main .contact-box p {
  color: var(--purple-color, #A589C1);
}

.floU-theme .product-banner .product-title h2 {
  font-size: 300px;
}
.floU-theme .product-main .product-img img {
  width: 60%;
}
.floU-theme .product-main .product-info p {
  color: var(--blue-color-2, #a09fd1);
}
.floU-theme .product-main .product-info .floU-bookmark {
  background-image: url("../images/bookmark-3.png");
}
.floU-theme .product-main .product-info ul li {
  color: var(--blue-color-2, #a09fd1);
}
.floU-theme .product-main .product-info.blue-color-bg {
  background-color: var(--blue-color-2, #a09fd1);
}
.floU-theme .product-main .product-info.blue-color-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
  font-size: 14px;
}
.floU-theme .product-main .product-info.blue-color-bg p span {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.floU-theme .product-main .product-info.blue-color-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.floU-theme .product-main .product-info.blue-color-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.floU-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floU-theme .product-main .product-info .aaplication-box a {
  color: var(--blue-color-2, #a09fd1);
}
.floU-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--blue-color-2, #a09fd1);
  transition: all 0.3s ease-in-out;
}
.floU-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.floU-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.floU-theme .product-main .contact-box p {
  color: var(--blue-color-2, #a09fd1);
}

.VFlow-theme .product-banner .product-title h2 {
  font-size: 350px;
}
.VFlow-theme .product-main .product-img img {
  width: 56%;
}
.VFlow-theme .product-main .product-info p {
  color: var(--light-green-color, #85CA5D);
}
.VFlow-theme .product-main .product-info .VFlow-bookmark {
  background-image: url("../images/bookmark-4.png");
}
.VFlow-theme .product-main .product-info ul li {
  color: var(--light-green-color, #85CA5D);
}
.VFlow-theme .product-main .product-info.light-green-color-bg {
  background-color: var(--light-green-color, #85CA5D);
}
.VFlow-theme .product-main .product-info.light-green-color-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
  font-size: 14px;
}
.VFlow-theme .product-main .product-info.light-green-color-bg p span {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.VFlow-theme .product-main .product-info.light-green-color-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.VFlow-theme .product-main .product-info.light-green-color-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.VFlow-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.VFlow-theme .product-main .product-info .aaplication-box a {
  color: var(--light-green-color, #85CA5D);
}
.VFlow-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--light-green-color, #85CA5D);
  transition: all 0.3s ease-in-out;
}
.VFlow-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.VFlow-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.VFlow-theme .product-main .contact-box p {
  color: var(--light-green-color, #85CA5D);
}

.SoSource-theme .product-banner .product-title h2 {
  font-size: 230px;
}
.SoSource-theme .product-main .product-img img {
  width: 65%;
}
.SoSource-theme .product-main .product-info p {
  color: var(--pink-color, #F98CB6);
}
.SoSource-theme .product-main .product-info .SoSource-bookmark {
  background-image: url("../images/bookmark-6.png");
}
.SoSource-theme .product-main .product-info ul li {
  color: var(--pink-color, #F98CB6);
}
.SoSource-theme .product-main .product-info.light-oragne-color-bg {
  background-color: var(--pink-color, #F98CB6);
}
.SoSource-theme .product-main .product-info.light-oragne-color-bg p {
  color: var(--white-color, #ffffff);
  margin-bottom: 0;
  font-size: 14px;
}
.SoSource-theme .product-main .product-info.light-oragne-color-bg p span {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.SoSource-theme .product-main .product-info.light-oragne-color-bg h3 {
  font-size: 70px;
  color: var(--white-color, #ffffff);
  font-weight: 600;
}
.SoSource-theme .product-main .product-info.light-oragne-color-bg h3 a {
  font-size: 20px;
  text-decoration: underline;
  margin-top: 16px;
  color: var(--white-color, #ffffff);
  cursor: pointer;
}
.SoSource-theme .product-main .product-info .aaplication-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.SoSource-theme .product-main .product-info .aaplication-box a {
  color: var(--pink-color, #F98CB6);
}
.SoSource-theme .product-main .product-info .aaplication-box:hover {
  background-color: var(--pink-color, #F98CB6);
  transition: all 0.3s ease-in-out;
}
.SoSource-theme .product-main .product-info .aaplication-box:hover a {
  color: var(--light-oragne-color, #f5ebd8);
  transition: all 0.3s ease-in-out;
}
.SoSource-theme .product-main .contact-box {
  background-color: var(--light-oragne-color, #f5ebd8);
}
.SoSource-theme .product-main .contact-box p {
  color: var(--pink-color, #F98CB6);
}

.service-main {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.service-main .service-image-box {
  width: 100%;
  text-align: left;
  position: relative;
}
.service-main .service-image-box img {
  width: 90%;
  display: inline-block;
}
.service-main .service-info {
  text-align: right;
  margin-bottom: 3rem;
}
.service-main .service-info h3 {
  font-size: 100px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.service-main .service-info h3.line-height-8 {
  line-height: 0.8;
}
.service-main .service-info p {
  font-size: 16px;
  color: var(--black-color, #2A3439);
  width: 50%;
  font-weight: 500;
}
.service-main .info-title {
  font-size: 14px;
  color: var(--psg-color, #828282);
}
.service-main .mobile-service-img {
  display: none;
}

.top-arrow {
  position: fixed;
  right: 20px;
  bottom: 40px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--light-blue-color, #71afff);
  border: 2px solid var(--white-color, #ffffff);
  animation-name: arrow-bounce;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: none;
}
@keyframes arrow-bounce {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  }
}
.top-arrow .up-arrow {
  background-image: url("../images/up-arrow (1).png");
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  padding: 20px;
  background-size: 22px;
}

.contact-us-desktop {
  padding: 80px 0;
}
.contact-us-desktop .contact-box {
  height: 497px;
  border-left: 2px solid var(--light-blue-color, #71afff);
  border-top: 2px solid var(--light-blue-color, #71afff);
}
.contact-us-desktop .contact-box .contact-logo-box {
  width: 100%;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 {
  border-bottom: 2px solid var(--light-blue-color, #71afff);
  width: 370px;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 {
  width: 280px;
  padding: 32px;
  padding-left: 0;
  margin-left: 90px;
  border-top: 2px solid var(--light-blue-color, #71afff);
  border-right: 2px solid var(--light-blue-color, #71afff);
  margin-bottom: -1px;
  margin-right: 2px;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .psg {
  font-size: 14px;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons li {
  padding: 0 0.1875rem;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons li:first-child {
  padding-left: 0;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons .facebook-icon {
  background: url("../images/001-facebook.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons .instagram-icon {
  background: url("../images/002-instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons .twitter-icon {
  background: url("../images/003-twitter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-desktop .contact-box .contact-logo-box .box-4 .box-1 .social-icons .linkdin-icon {
  background: url("../images/004-linkedin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.625rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-us-desktop .contact-box .contact-info {
  width: 65%;
}
.contact-us-desktop .contact-box .contact-info .box-2 {
  padding-top: 60px;
  padding-right: 70px;
  text-align: right;
  padding-bottom: 70px;
  border-bottom: 2px solid var(--light-blue-color, #71afff);
  border-left: 2px solid var(--light-blue-color, #71afff);
  border-right: 2px solid var(--light-blue-color, #71afff);
  position: relative;
  margin-left: 1px;
}
.contact-us-desktop .contact-box .contact-info .box-2::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 10px;
  height: 104.5px;
  background-color: var(--white-color, #ffffff);
}
.contact-us-desktop .contact-box .contact-info .box-2 h4 {
  font-size: 24px;
  color: var(--black-color, #2A3439);
  font-weight: 600;
  border-bottom: 2px solid var(--light-blue-color, #71afff);
  margin-bottom: 0;
  padding-bottom: 16px;
}
.contact-us-desktop .contact-box .contact-info .box-2 .box-3 {
  padding: 20px;
  margin-left: 170px;
  border-bottom: 2px solid var(--light-blue-color, #71afff);
  border-right: 2px solid var(--light-blue-color, #71afff);
}
.contact-us-desktop .contact-box .contact-info .box-5 {
  height: 50%;
}
.contact-us-desktop .contact-box .contact-info .box-5 .menu-list ul {
  margin-bottom: 90px;
}
.contact-us-desktop .contact-box .contact-info .box-5 .menu-list ul li {
  padding-right: 20px;
}
.contact-us-desktop .contact-box .contact-info .box-5 .menu-list ul li a {
  font-size: 20px;
  color: var(--black-color, #2A3439);
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.contact-us-desktop .contact-box .contact-info .box-5 .menu-list ul li a:hover {
  color: var(--blue-color, #2E5090);
  transition: all 0.2s ease-in-out;
}
.contact-us-desktop .contact-box .contact-info .box-5 .menu-list .address-psg {
  font-size: 16px;
  color: var(--black-color, #2A3439);
  font-weight: 500;
}
.contact-us-desktop.bizCMDB-desktop .contact-box {
  border-left: 2px solid var(--dark-green-color, #38c5c3);
  border-top: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.bizCMDB-desktop .contact-box .contact-logo-box .box-4 {
  border-bottom: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.bizCMDB-desktop .contact-box .contact-logo-box .box-4 .box-1 {
  border-top: 2px solid var(--dark-green-color, #38c5c3);
  border-right: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.bizCMDB-desktop .contact-box .contact-info .box-2 {
  border-bottom: 2px solid var(--dark-green-color, #38c5c3);
  border-left: 2px solid var(--dark-green-color, #38c5c3);
  border-right: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.bizCMDB-desktop .contact-box .contact-info .box-2 h4 {
  border-bottom: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.bizCMDB-desktop .contact-box .contact-info .box-2 .box-3 {
  border-bottom: 2px solid var(--dark-green-color, #38c5c3);
  border-right: 2px solid var(--dark-green-color, #38c5c3);
}
.contact-us-desktop.floU-desktop .contact-box {
  border-left: 2px solid var(--blue-color-2, #a09fd1);
  border-top: 2px solid var(--blue-color-2, #a09fd1);
}
.contact-us-desktop.floU-desktop .contact-box .contact-logo-box .box-4 {
  border-bottom: 2px solid var(--blue-color-2, #a09fd1);
}
.contact-us-desktop.floU-desktop .contact-box .contact-logo-box .box-4 .box-1 {
  border-top: 2px solid var(--blue-color-2, #a09fd1);
  border-right: 2px solid var(--blue-color-2, #a09fd1);
}
.contact-us-desktop.floU-desktop .contact-box .contact-info .box-2 {
  border-bottom: 2px solid var(--blue-color-2, #a09fd1);
  border-left: 2px solid var(--blue-color-2, #a09fd1);
  border-right: 2px solid var(--blue-color-2, #a09fd1);
}
.contact-us-desktop.floU-desktop .contact-box .contact-info .box-2 h4 {
  border-bottom: 2px solid var(--blue-color-2, #a09fd1);
}
.contact-us-desktop.floU-desktop .contact-box .contact-info .box-2 .box-3 {
  border-bottom: 2px solid var(--blue-color-2, #a09fd1);
  border-right: 2px solid var(--blue-color-2, #a09fd1);
}

.mobile-version-info {
  display: none;
}
.mobile-version-info p {
  font-size: 18px;
  color: var(--black-color, #2A3439);
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.Datasheet-mobile {
  display: none;
}

.Datasheet-desktop {
  display: block;
}

@media (min-width: 768px) and (max-width: 992px) {
  body .about-history {
    padding-top: 100px;
  }
  body .about-history .about-history-wrapper {
    position: relative;
    margin-bottom: 8rem;
  }
  body .about-history .about-history-wrapper .history-info {
    top: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  body .about-mission {
    padding-top: 100px;
  }
  body .about-mission .about-mission-wrapper {
    position: relative;
    margin-bottom: 14rem;
  }
  body .about-mission .about-mission-wrapper .mission-info {
    top: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  body .about-why-us {
    padding-top: 100px;
  }
  body .about-why-us .why-us-info {
    margin: 0;
    margin-top: 2rem;
  }
  body .service-main .service-info h3 {
    font-size: 65px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 2rem;
  }
  body .service-main .service-info h3.line-height-8 {
    line-height: 0.8;
  }
  body .service-main .service-info p {
    width: 70%;
  }
  body .service-main .info-title {
    font-size: 14px;
    color: var(--psg-color, #828282);
  }
  body .contact-us-mobile {
    display: block;
  }
  body .contact-us-mobile .contact-info .contact-address {
    padding-top: 4px;
  }
  body .product-main .product-img {
    width: 100%;
    height: auto;
  }
  body .product-main .product-info {
    padding: 26px;
  }
  body .product-main .product-info .bookmark-icon {
    background-repeat: no-repeat;
    padding: 36px 24px;
    display: block;
    background-position: center;
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .product-main .contact-box {
    padding: 24px 2rem;
  }
  body .BizCMDB-theme .product-main .product-info.dark-green-bg h3 {
    font-size: 50px;
  }
  body .Atopto-theme .product-main .product-info.blue-bg {
    background-color: var(--blue-color-1, #6FB7D6);
  }
  body .Atopto-theme .product-main .product-info.blue-bg h3 {
    font-size: 50px;
  }
  body .sanato-theme .product-main .product-info.purple-color-bg h3 {
    font-size: 50px;
  }
  body .floU-theme .product-main .product-info.blue-color-bg h3 {
    font-size: 50px;
  }
  body .VFlow-theme .product-main .product-info.light-green-color-bg h3 {
    font-size: 50px;
  }
  body .SoSource-theme .product-main .product-info.light-oragne-color-bg h3 {
    font-size: 50px;
  }
  body .color-bar .contact-us-desktop {
    display: block;
  }
  body .color-bar .mobile-divider {
    display: none;
  }
  body .mobile-version-info {
    display: none;
  }
  body .Datasheet-mobile {
    display: none;
  }
  body .Datasheet-desktop {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .bottom-spacing {
    margin-bottom: 24px;
  }
  body .bluedrop-section .bluedrop-info p {
    margin-bottom: 20px;
  }
  body .bluedrop-section .bluedrop-section-img {
    width: 20%;
    margin: 1rem 0;
  }
  body .about-history {
    padding-top: 100px;
  }
  body .about-history .about-history-wrapper {
    position: relative;
    margin-bottom: 8rem;
  }
  body .about-history .about-history-wrapper .history-info {
    top: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  body .about-mission {
    padding-top: 100px;
  }
  body .about-mission .about-mission-wrapper {
    position: relative;
    margin-bottom: 14rem;
  }
  body .about-mission .about-mission-wrapper .mission-info {
    top: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  body .about-why-us {
    padding-top: 60px;
  }
  body .about-why-us .why-us-info {
    margin: 0;
    margin-top: 2rem;
  }
  body .service-main .service-image-box {
    margin-bottom: 4rem;
  }
  body .service-main .service-image-box img {
    width: 50%;
  }
  body .service-main .desktop-service-img {
    display: none !important;
  }
  body .service-main .mobile-service-img {
    display: block;
  }
  body .service-main .service-info h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 2rem;
  }
  body .service-main .service-info h3.line-height-8 {
    line-height: 0.8;
  }
  body .service-main .service-info p {
    width: 70%;
  }
  body .service-main .info-title {
    font-size: 14px;
    color: var(--psg-color, #828282);
  }
  body .contact-us-mobile {
    display: block;
  }
  body .contact-us-mobile .contact-info .menu-list {
    width: 40%;
  }
  body .contact-us-mobile .contact-info .contact-address {
    padding-top: 4px;
  }
  body .contact-us-mobile .social-icons {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  body .contact-us-mobile .contact-info {
    margin-top: 3rem;
  }
  body .product-main .product-img {
    width: 100%;
    height: auto;
  }
  body .product-main .product-info {
    padding: 26px;
  }
  body .product-main .product-info .bookmark-icon {
    background-repeat: no-repeat;
    padding: 36px 24px;
    display: block;
    background-position: center;
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .BizCMDB-theme .product-main .product-info.dark-green-bg {
    margin-bottom: 24px;
  }
  body .BizCMDB-theme .product-main .product-info.dark-green-bg h3 {
    font-size: 50px;
  }
  body .Atopto-theme .product-main .product-info.blue-bg {
    background-color: var(--blue-color-1, #6FB7D6);
  }
  body .Atopto-theme .product-main .product-info.blue-bg h3 {
    font-size: 50px;
  }
  body .sanato-theme .product-main .product-info.purple-color-bg h3 {
    font-size: 50px;
  }
  body .floU-theme .product-main .product-info.blue-color-bg h3 {
    font-size: 50px;
  }
  body .VFlow-theme .product-main .product-info.light-green-color-bg h3 {
    font-size: 50px;
  }
  body .SoSource-theme .product-main .product-info.light-oragne-color-bg h3 {
    font-size: 50px;
  }
  body .contact-us-desktop {
    display: none;
  }
  body .color-bar .destktop-divider {
    display: block;
  }
  body .color-bar .mobile-divider {
    display: none;
  }
  body .mobile-version-info {
    display: none;
  }
  body .AI-logo {
    margin-bottom: 24px;
  }
  body .Datasheet-mobile {
    display: block;
  }
  body .Datasheet-desktop {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  body .padding-tb {
    padding: 3rem 0;
  }
  body .passage {
    font-size: 0.75rem;
  }
  body .title {
    font-size: 1.5rem;
  }
  body .bottom-spacing {
    margin-bottom: 24px;
  }
  body .header .navbar .navbar-brand img {
    width: 6rem;
  }
  body .header .navbar .navbar-collapse {
    padding-top: 1.25rem;
  }
  body .header .translate-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .banner .banner-img img {
    display: none;
  }
  body .banner .banner-text {
    text-align: center;
    width: 18rem;
    padding-right: 0;
  }
  body .banner .banner-text::before {
    display: none;
  }
  body .bluedrop-section .bluedrop-info p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .bluedrop-section .bluedrop-section-img {
    width: 25%;
    margin: 1rem 0;
  }
  body .about-history {
    padding-top: 100px;
  }
  body .about-history .about-history-wrapper {
    position: relative;
    margin-bottom: 12rem;
  }
  body .about-history .about-history-wrapper .history-info {
    top: 70%;
    width: 100%;
    margin-top: 6rem;
  }
  body .about-mission {
    padding-top: 100px;
  }
  body .about-mission .about-mission-wrapper {
    position: relative;
    margin-bottom: 18rem;
  }
  body .about-mission .about-mission-wrapper .mission-info {
    top: 70%;
    width: 100%;
    margin-top: 6rem;
  }
  body .about-why-us {
    padding-top: 50px;
  }
  body .about-why-us .why-us-info {
    margin: 0;
    margin-top: 2rem;
  }
  body .service-main {
    padding-bottom: 1rem;
  }
  body .service-main .service-image-box {
    margin-bottom: 4rem;
  }
  body .service-main .service-image-box img {
    width: 50%;
  }
  body .service-main .desktop-service-img {
    display: none !important;
  }
  body .service-main .mobile-service-img {
    display: block;
  }
  body .service-main .service-info h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 2rem;
  }
  body .service-main .service-info h3.line-height-8 {
    line-height: 0.8;
  }
  body .service-main .service-info p {
    width: 100%;
    font-size: 13px;
  }
  body .service-main .info-title {
    font-size: 14px;
    color: var(--psg-color, #828282);
  }
  body .contact-us-mobile {
    display: block;
  }
  body .contact-us-mobile .mobile-view-hide {
    display: none;
  }
  body .contact-us-mobile .contact-info .menu-list {
    width: 40%;
  }
  body .contact-us-mobile .contact-info .contact-address {
    padding-top: 4px;
  }
  body .contact-us-mobile .social-icons {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  body .contact-us-mobile .contact-info {
    margin-top: 3rem;
  }
  body .product-main .product-img {
    width: 100%;
    height: auto;
  }
  body .product-main .product-info {
    padding: 26px;
  }
  body .product-main .product-info .bookmark-icon {
    background-size: 40px;
  }
  body .product-main .contact-box {
    padding: 24px 2rem;
  }
  body .BizCMDB-theme .product-main .product-info.dark-green-bg h3 {
    font-size: 45px;
  }
  body .Atopto-theme .product-main .product-info.blue-bg h3 {
    font-size: 45px;
  }
  body .sanato-theme .product-main .product-info.purple-color-bg h3 {
    font-size: 45px;
  }
  body .floU-theme .product-main .product-info.blue-color-bg h3 {
    font-size: 45px;
  }
  body .VFlow-theme .product-main .product-info.light-green-color-bg h3 {
    font-size: 45px;
  }
  body .SoSource-theme .product-main .product-info.light-oragne-color-bg h3 {
    font-size: 45px;
  }
  body .contact-us-desktop {
    display: none;
  }
  body .color-bar .destktop-divider {
    display: none;
  }
  body .color-bar .mobile-divider {
    display: block;
  }
  body .mobile-version-info {
    display: block;
  }
  body .AI-logo {
    margin-bottom: 24px;
  }
  body .Datasheet-mobile {
    display: block;
  }
  body .Datasheet-desktop {
    display: none;
  }
}

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