@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
body {
  font-family: "Microsoft JhengHei", sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.head-title, .section-title, .contactUs {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #151948;
  margin: 0;
}
@media (max-width: 768px) {
  .head-title, .section-title, .contactUs {
    font-size: 24px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

.pc-show {
  display: block;
}

.mb-show {
  display: none;
}

.pc_show {
  display: block;
}

@media (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .mb-show {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_show {
    display: none !important;
  }
}
.section {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .section {
    padding: 20px 0 0;
  }
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.section-header .section-title {
  margin-bottom: 60px;
  position: relative;
  color: #292929;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.section-header .section2-title {
  font-size: 28px;
  color: #595959;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  line-height: 30px;
}
.section-header .desc-text p {
  font-size: 18px;
  color: #5A6168;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #fff !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.menu-bg .menu-button {
  top: 0;
  width: 100%;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #0069c2;
}
.menu-bg .logo-menu a {
  color: #666;
}
.menu-bg .navbar-nav .nav-link {
  color: #333 !important;
}

.navbar-nav {
  color: #666;
}

.nav-link {
  color: #333 !important;
}
.nav-link:hover {
  color: #0069c2 !important;
}

.navbar-brand {
  color: #666;
}

.navbar-expand-md {
  position: fixed;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 66px;
  width: 100%;
  z-index: 101;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #0069c2;
  font-size: 16px;
  padding: 8px 0;
  margin-left: 26px;
  font-family: "Microsoft JhengHei", sans-serif;
  position: relative;
  font-weight: 500;
}
.navbar-expand-md .navbar-nav .nav-link.active, .active > .navbar-expand-md .navbar-nav .nav-link {
  color: #0069c2 !important;
}
.navbar-expand-md .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 0;
  height: 4px;
  background: #0069c2;
  transition: 0.3s;
}
.navbar-expand-md .navbar-nav .nav-link:focus, .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #666;
}
.navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.open {
  color: #666;
}
.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #666;
}
.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #666;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}
.navbar-expand-md .navbar-toggler i {
  color: #666 !important;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}
@media (max-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link:before {
    height: 0;
    background: none;
  }
}

@media (min-width: 768px) {
  #navbarCollapse {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  #navbarCollapse {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #navbarCollapse-m {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #navbarCollapse-m {
    display: none;
  }
  #navbarCollapse-m.show {
    display: flex !important;
  }
}

.container {
  margin-bottom: 0;
}

.has-submenu {
  position: relative;
}
.has-submenu:hover .sub_menu {
  display: block;
  border-radius: 10px;
}
.has-submenu:hover .menu_li {
  color: #1260a5;
}

.sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 20px;
}
.sub_menu .sub_menu_ul {
  box-shadow: 0 2px 4px 0 rgba(199, 199, 199, 0.5);
  background-color: #fff;
  min-width: 230px;
  overflow: hidden;
  color: #5E5E5E;
  border-radius: 10px;
}
.sub_menu .sub_menu_ul .sub_menu_li {
  padding: 6px 16px;
}
.sub_menu .sub_menu_ul .sub_menu_li:first-child {
  padding: 16px 16px 8px;
}
.sub_menu .sub_menu_ul .sub_menu_li:last-child {
  padding: 8px 16px 16px;
}
.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a {
  transition: all 0.3s ease;
  min-height: inherit;
  height: 50px;
  margin-left: 0;
  color: #333;
  text-decoration: none;
}
.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover {
  color: #0069c2;
}
.sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover:after {
  display: none;
}

.navbar-expand-md .navbar-nav .has-submenu:hover .nav-link:before {
  width: 100%;
}

.menu {
  display: flex;
  font-size: 16px;
  flex-grow: 1;
}
.menu a {
  min-height: 70px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 22px;
  padding: 0 8px;
  text-decoration: none;
}
.menu a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #0069c2;
  bottom: 0;
  left: 0;
  transition: height 0.2s ease;
}

.header-m {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-right: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.header-m .menu-burger {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.header-m .menu-burger #burgerCheck_label > span {
  height: 2px;
  width: 16px;
  border-radius: 2px;
  display: block;
  position: relative;
  background: #0069c2;
  cursor: pointer;
}
.header-m .menu-burger #burgerCheck_label > span:before, .header-m .menu-burger #burgerCheck_label > span:after {
  height: 2px;
  width: 16px;
  border-radius: 2px;
  display: block;
  position: absolute;
  content: "";
  background: #0069c2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.header-m .menu-burger #burgerCheck_label > span:before {
  top: -7px;
}
.header-m .menu-burger #burgerCheck_label > span:after {
  top: 7px;
}
.header-m .menu-burger #burgerCheck_label.show span {
  background: transparent;
}
.header-m .menu-burger #burgerCheck_label.show span:before {
  transform: rotate(45deg) translate(7px, 3.5px);
  opacity: 1;
  background: #0069c2;
}
.header-m .menu-burger #burgerCheck_label.show span:after {
  transform: rotate(-45deg) translate(7px, -3.5px);
  background: #0069c2;
}
.header-m .menu-burger #burgerCheck_label.show:hover span {
  background: transparent;
}
.header-m .menu-burger .nav__menu {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}
.header-m .menu-burger .nav__menu a {
  margin-left: initial;
  width: 100%;
  font-weight: 600;
  display: block;
  text-align: center;
  background: #f5f8ff;
  border-top: 1px solid #ddd;
  padding: 10px;
  color: #292929;
}
.header-m .menu-burger .nav__menu a:hover {
  color: #0069c2;
}
.header-m .menu-burger .nav__menu > a {
  transition: 0.2s;
}
.header-m .menu-burger .nav__menu.show {
  visibility: visible;
  height: auto;
}
.header-m .logo {
  width: 140px;
}
.header-m .logo img {
  max-width: 100%;
}
.header-m .button {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #0069c2;
  width: 80px;
  height: 32px;
  margin-left: auto;
  color: #fff;
}
.header-m .button:hover, .header-m .button:active {
  background-color: #4394db;
  color: #fff;
  text-decoration: none;
}

.btn-call.mb_show {
  position: fixed;
  top: 60px;
  right: 14px;
  width: 18px;
  height: 18px;
  background-color: #0069c2;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.btn-call.mb_show img {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
}

#top-banner {
  margin-top: 30px;
  position: relative;
}
#top-banner .overlay {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-image: url(../../img/360/s0_intro.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top-banner .contents {
  padding: 140px 0 0 120px;
}
#top-banner .contents .head-title-eng {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
#top-banner .contents .head-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 67.2px;
  letter-spacing: -1.44px;
}
#top-banner .contents .desc {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
#top-banner .contents .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding: 10px 25px 10px 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  animation: pulseButton 2s ease-in-out infinite;
}
#top-banner .contents .hero-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  animation-play-state: paused;
}
@keyframes pulseButton {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #top-banner .contents {
    padding: 140px 0 0 0;
  }
}
@media (max-width: 768px) {
  #top-banner {
    margin-top: 0;
  }
  #top-banner .overlay {
    background: url(../../img/360/s0_intro_m.png) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #top-banner .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(146.94deg, #2CFFF6 -6.14%, #044CFB 75.3%);
    opacity: 0.93;
  }
  #top-banner .contents {
    padding: 64px 20px 20px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #top-banner .contents .head-title {
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 0;
  }
  #top-banner .contents .desc {
    text-align: center;
    font-size: 16px;
    line-height: 25.6px;
    width: 100%;
  }
  #top-banner .contents .hero-btn {
    display: none;
  }
}

#section_1 {
  padding: 200px 0 80px 0;
}
#section_1 .s1-title-wrap .section-title {
  margin-bottom: 10px;
}
#section_1 .s1-title-wrap .s1-subtitle {
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}
#section_1 .s1-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#section_1 .s1-img-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f0f4fc;
  border: 2px solid #b8d3ff;
  overflow: hidden;
  flex-shrink: 0;
}
#section_1 .s1-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section_1 .s1-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 650px;
}
#section_1 .s1-card {
  background: #dfebff;
  border-radius: 10px;
  padding: 12px 15px;
  width: 320px;
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}
@media (max-width: 768px) {
  #section_1 {
    padding: 40px 0 50px;
  }
  #section_1 .s1-content {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }
  #section_1 .s1-img-wrap {
    width: 150px;
    height: 150px;
  }
  #section_1 .s1-cards {
    width: 100%;
  }
  #section_1 .s1-card {
    width: 100%;
    font-size: 16px;
  }
}

#section_2 {
  background: #F1F6FF;
  border-radius: 0 300px;
  padding: 80px 0 100px;
}
#section_2 .s2-title-wrap {
  padding-top: 20px;
  margin-bottom: 60px;
}
#section_2 .s2-title-wrap .section-title {
  margin-bottom: 0;
}
#section_2 .s2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#section_2 .s2-value-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 340px;
  flex-shrink: 0;
}
#section_2 .s2-value-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-left: 5px solid #3778fa;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 0 10px #ccdaf5;
}
#section_2 .s2-icon-wrap {
  width: 60px;
  height: 60px;
  background: #e9f3fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#section_2 .s2-icon-wrap img {
  width: 30px;
  height: 30px;
}
#section_2 .s2-card-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#section_2 .s2-card-title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}
#section_2 .s2-card-title .s2-label {
  color: #3778fa;
  font-size: 18px;
  letter-spacing: 1.8px;
}
#section_2 .s2-card-title .s2-name {
  color: #292929;
  font-size: 24px;
}
#section_2 .s2-card-desc {
  color: #292929;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
#section_2 .s2-diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
#section_2 .s2-diagram-note {
  font-size: 16px;
  color: #292929;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
#section_2 .s2-diagram {
  position: relative;
  width: 600px;
  height: 400px;
  flex-shrink: 0;
}
#section_2 .s2-arrows {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
#section_2 .s2-arr-head {
  opacity: 0;
}
#section_2 .s2-diag-center {
  position: absolute;
  left: 300px;
  top: 200px;
  transform: translate(-50%, -50%) scale(0.5);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(180deg, #01E7FF 0%, #0141FF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px;
  opacity: 0;
  z-index: 2;
}
#section_2 .s2-diag-center img {
  width: 36px;
  height: auto;
}
#section_2 .s2-diag-center span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
#section_2 .s2-circle {
  position: absolute;
  left: 300px;
  top: 200px;
  border-radius: 50%;
  border: 1px dashed;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}
#section_2 .s2-circle-1 {
  width: 164px;
  height: 164px;
  border-color: rgba(1, 107, 255, 0.6);
}
#section_2 .s2-circle-2 {
  width: 204px;
  height: 204px;
  border-color: rgba(1, 107, 255, 0.5);
}
#section_2 .s2-circle-3 {
  width: 245px;
  height: 245px;
  border-color: rgba(1, 107, 255, 0.4);
}
#section_2 .s2-circle-4 {
  width: 300px;
  height: 292px;
  border-color: rgba(1, 107, 255, 0.3);
}
#section_2 .s2-circle-5 {
  width: 360px;
  height: 360px;
  border-color: rgba(1, 107, 255, 0.2);
}
#section_2 .s2-diag-label {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 10px #abc9ff;
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  white-space: nowrap;
  opacity: 0;
  z-index: 2;
}
#section_2 .s2-diag-label img {
  width: 18px;
  height: 18px;
}
#section_2 .s2-diag-label-top {
  top: 30px;
  left: 300px;
  transform: translateX(-50%) translateY(-20px);
}
#section_2 .s2-diag-label-bottom {
  top: 325px;
  left: 300px;
  transform: translateX(-50%) translateY(20px);
}
#section_2 .s2-diag-label-left {
  top: 200px;
  left: 17px;
  transform: translateY(-50%) translateX(-20px);
}
#section_2 .s2-diag-label-right {
  top: 200px;
  left: 425px;
  transform: translateY(-50%) translateX(20px);
}
@keyframes s2-center-in {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes s2-float-h {
  0%, 100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
    opacity: 1;
  }
}
@keyframes s2-float-v {
  0%, 100% {
    transform: translateY(-50%) translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) translateY(-5px);
    opacity: 1;
  }
}
@keyframes s2-circle-ripple {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes s2-circle-in {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes s2-label-top-in {
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes s2-label-bottom-in {
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes s2-label-left-in {
  to {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes s2-label-right-in {
  to {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes s2-arrow-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes s2-arr-head-in {
  to {
    opacity: 1;
  }
}
#section_2 #s2-diagram.is-visible .s2-diag-center {
  animation: s2-center-in 0.5s ease 0.1s forwards;
}
#section_2 #s2-diagram.is-visible .s2-circle-1 {
  animation: s2-circle-in 0.4s ease 0.2s forwards;
}
#section_2 #s2-diagram.is-visible .s2-circle-2 {
  animation: s2-circle-in 0.4s ease 0.35s forwards;
}
#section_2 #s2-diagram.is-visible .s2-circle-3 {
  animation: s2-circle-in 0.4s ease 0.5s forwards;
}
#section_2 #s2-diagram.is-visible .s2-circle-4 {
  animation: s2-circle-in 0.4s ease 0.65s forwards;
}
#section_2 #s2-diagram.is-visible .s2-circle-5 {
  animation: s2-circle-in 0.4s ease 0.8s forwards;
}
#section_2 #s2-diagram.is-visible .s2-diag-label-top {
  animation: s2-label-top-in 0.4s ease 0.9s forwards;
}
#section_2 #s2-diagram.is-visible .s2-diag-label-left {
  animation: s2-label-left-in 0.4s ease 1.8s forwards;
}
#section_2 #s2-diagram.is-visible .s2-diag-label-right {
  animation: s2-label-right-in 0.4s ease 1.8s forwards;
}
#section_2 #s2-diagram.is-visible .s2-diag-label-bottom {
  animation: s2-label-bottom-in 0.4s ease 2.7s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr.s2-arr-top {
  animation: s2-arrow-draw 0.4s ease 1.3s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr.s2-arr-left {
  animation: s2-arrow-draw 0.4s ease 2.2s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr.s2-arr-right {
  animation: s2-arrow-draw 0.4s ease 2.2s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr.s2-arr-bottom {
  animation: s2-arrow-draw 0.4s ease 3.1s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr-head-top {
  animation: s2-arr-head-in 0.15s ease 1.7s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr-head-left {
  animation: s2-arr-head-in 0.15s ease 2.6s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr-head-right {
  animation: s2-arr-head-in 0.15s ease 2.6s forwards;
}
#section_2 #s2-diagram.is-visible .s2-arr-head-bottom {
  animation: s2-arr-head-in 0.15s ease 3.5s forwards;
}
@media (min-width: 769px) and (max-width: 1199px) {
  #section_2 .s2-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #section_2 .s2-value-cards {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section_2 .s2-value-cards .s2-value-card {
    flex: 1 1 260px;
    max-width: 340px;
  }
  #section_2 .s2-diagram {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #section_2 {
    border-radius: 0;
    padding: 40px 10px 20px;
  }
  #section_2 .s2-title-wrap {
    padding-top: 0;
    margin-bottom: 20px;
  }
  #section_2 .s2-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #section_2 .s2-value-cards {
    width: 100%;
  }
  #section_2 .s2-diagram-wrap {
    width: 100%;
    max-width: 390px;
    overflow: hidden;
  }
  #section_2 .s2-diagram {
    width: 600px;
    height: 400px;
    transform: scale(0.65);
    transform-origin: top left;
    margin-right: -210px;
    margin-bottom: -140px;
  }
  #section_2 .s2-diagram-note {
    white-space: normal;
  }
}

#section_3 {
  background: #fff;
  border-bottom-left-radius: 300px;
  border-top-right-radius: 300px;
  position: relative;
  overflow: hidden;
}
#section_3 .section-title {
  color: #292929;
}
#section_3 .s3-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
#section_3 .s3-cols {
  display: flex;
  gap: 50px;
  width: 100%;
  align-items: flex-start;
}
#section_3 .s3-box {
  flex: 1;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#section_3 .s3-box-org {
  background: #ebf1fe;
}
#section_3 .s3-box-org .s3-box-hd span {
  color: #3778fa;
}
#section_3 .s3-box-org .s3-num {
  color: #3778fa;
}
#section_3 .s3-box-mgr {
  background: #ebf7fe;
}
#section_3 .s3-box-mgr .s3-box-hd span {
  color: #37acfa;
}
#section_3 .s3-box-mgr .s3-num {
  color: #37acfa;
}
#section_3 .s3-box-hd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#section_3 .s3-box-hd img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
#section_3 .s3-box-hd span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}
#section_3 .s3-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 0 10px #ccdaf5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#section_3 .s3-card-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#section_3 .s3-num {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  flex-shrink: 0;
}
#section_3 .s3-card-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #292929;
  line-height: 1;
}
#section_3 .s3-card-text {
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #292929;
  line-height: 1.4;
  margin: 0;
}
#section_3 .s3-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #3778fa;
  border-radius: 50px;
  padding: 15px 25px 15px 30px;
  text-decoration: none;
  flex-shrink: 0;
  animation: glowButton 2s ease-in-out infinite;
}
#section_3 .s3-btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.54px;
  line-height: 24px;
  white-space: nowrap;
}
#section_3 .s3-btn img {
  width: 20px;
  height: 21px;
}
#section_3 .s3-btn:hover {
  opacity: 0.9;
  animation-play-state: paused;
}
@keyframes glowButton {
  0%, 100% {
    box-shadow: 0 0 8px 0px rgba(55, 120, 250, 0.35);
  }
  50% {
    box-shadow: 0 0 22px 8px rgba(55, 120, 250, 0.65);
  }
}
#section_3 .s3-decoration {
  position: absolute;
  right: 18%;
  bottom: 0;
  width: 400px;
  pointer-events: none;
}
#section_3 .s3-decoration img {
  width: 100%;
  display: block;
}
@media (min-width: 769px) and (max-width: 1199px) {
  #section_3 .s3-decoration {
    right: 0;
  }
}
@media (max-width: 768px) {
  #section_3 {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px 10px 0;
  }
  #section_3 .s3-inner {
    padding: 20px 16px 40px;
    gap: 30px;
  }
  #section_3 .s3-cols {
    flex-direction: column;
    gap: 20px;
  }
  #section_3 .s3-card-title {
    font-size: 18px;
  }
  #section_3 .s3-decoration {
    display: none;
  }
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-15px) translateX(8px);
  }
  50% {
    transform: translateY(-8px) translateX(-5px);
  }
  75% {
    transform: translateY(-20px) translateX(12px);
  }
}
@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-12px) translateX(-8px) rotate(8deg);
  }
  50% {
    transform: translateY(-18px) translateX(6px) rotate(-5deg);
  }
  75% {
    transform: translateY(-6px) translateX(-3px) rotate(10deg);
  }
}
#section_4 {
  padding: 80px 0 !important;
  background: #f1f6ff;
  position: relative;
  overflow: hidden;
  max-height: 618px;
}
#section_4::before {
  content: "";
  position: absolute;
  right: -11%;
  top: 50%;
  transform: translateY(-50%);
  width: 74%;
  height: 101%;
  background-image: url("../../img/360/s4_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#section_4 .s4-triangle {
  position: absolute;
  z-index: 1;
  will-change: transform;
}
#section_4 .s4-triangle img {
  width: auto;
  height: auto;
  max-width: none;
}
#section_4 .s4-triangle.s4-triangle-1 {
  top: 12%;
  left: 48%;
  animation: float-gentle 6s ease-in-out infinite;
}
#section_4 .s4-triangle.s4-triangle-1 img {
  width: 22px;
  height: 22px;
}
#section_4 .s4-triangle.s4-triangle-2 {
  top: 16%;
  left: 8%;
  animation: float-rotate 7s ease-in-out infinite;
  animation-delay: 1s;
}
#section_4 .s4-triangle.s4-triangle-2 img {
  width: 26px;
  height: 26px;
}
#section_4 .s4-triangle.s4-triangle-3 {
  bottom: 15%;
  right: 38%;
  animation: float-rotate 8s ease-in-out infinite;
  animation-delay: 2s;
}
#section_4 .s4-triangle.s4-triangle-3 img {
  width: 22px;
  height: 22px;
}
#section_4 .s4-triangle.s4-triangle-4 {
  bottom: 12%;
  right: 8%;
  animation: float-rotate 8s ease-in-out infinite;
  animation-delay: 3s;
}
#section_4 .s4-triangle.s4-triangle-4 img {
  width: 28px;
  height: 28px;
}
#section_4 .container {
  position: relative;
  z-index: 2;
}
#section_4 .s4-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}
#section_4 .s4-content {
  flex: 1;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#section_4 .s4-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#section_4 .s4-main-title {
  font-size: 34px;
  font-weight: 700;
  color: #292929;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
}
#section_4 .s4-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
}
#section_4 .s4-blue {
  color: #3778fa;
}
#section_4 .s4-box {
  border: 1px solid #b8d9ff;
  border-radius: 0 30px 30px 30px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#section_4 .s4-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
#section_4 .s4-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}
#section_4 .s4-card--border {
  border-bottom: 1px dashed #cedffe;
  margin-bottom: 5px;
}
#section_4 .s4-card-label {
  font-size: 18px;
  font-weight: 700;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #292929;
  line-height: 1.6;
  letter-spacing: 0.54px;
}
#section_4 .s4-card-label--blue {
  color: #3778fa;
}
#section_4 .s4-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#section_4 .s4-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 1px 2px;
  list-style: none;
}
#section_4 .s4-list li img {
  flex-shrink: 0;
}
#section_4 .s4-list li span {
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #292929;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
#section_4 .s4-card-text {
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #292929;
  line-height: 1.6;
  letter-spacing: 0.48px;
  margin: 0;
  padding: 2px;
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  #section_4::before {
    width: 101%;
    right: -25%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #section_4::before {
    width: 151%;
    right: -45%;
  }
  #section_4 .s4-triangle.s4-triangle-1 {
    top: 13%;
    left: 3%;
  }
  #section_4 .s4-triangle.s4-triangle-1 img {
    width: 20px;
    height: 20px;
  }
  #section_4 .s4-triangle.s4-triangle-2 {
    top: 5%;
    left: 25%;
  }
  #section_4 .s4-triangle.s4-triangle-2 img {
    width: 20px;
    height: 20px;
  }
  #section_4 .s4-triangle.s4-triangle-3 {
    bottom: 4%;
    right: 40%;
  }
  #section_4 .s4-triangle.s4-triangle-3 img {
    width: 20px;
    height: 20px;
  }
  #section_4 .s4-triangle.s4-triangle-4 img {
    width: 20px;
    height: 20px;
  }
  #section_4 .s4-layout {
    margin-right: 45%;
  }
  #section_4 .s4-box {
    width: 88%;
  }
  #section_4 .s4-content {
    max-width: 100%;
  }
  #section_4 .s4-main-title {
    font-size: 28px;
    white-space: normal;
  }
  #section_4 .s4-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #section_4 {
    max-height: none;
  }
  #section_4 .container {
    max-width: none;
  }
  #section_4 .s4-main-title {
    font-size: 23px;
  }
  #section_4 .s4-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #section_4 {
    padding: 20px 0 !important;
  }
  #section_4::before {
    display: none;
  }
  #section_4 .s4-triangle.s4-triangle-1 {
    top: 5%;
    left: 2%;
  }
  #section_4 .s4-triangle.s4-triangle-1 img {
    width: 15px;
    height: 15px;
  }
  #section_4 .s4-triangle.s4-triangle-2 {
    top: 19%;
    left: 89%;
  }
  #section_4 .s4-triangle.s4-triangle-3 {
    bottom: 2%;
    right: 65%;
  }
  #section_4 .s4-triangle.s4-triangle-3 img {
    width: 15px;
    height: 15px;
  }
  #section_4 .s4-triangle.s4-triangle-4 img {
    width: 20px;
    height: 20px;
  }
  #section_4 .s4-layout {
    flex-direction: column;
    gap: 30px;
  }
  #section_4 .s4-content {
    max-width: 100%;
    width: 100%;
  }
  #section_4 .s4-main-title {
    font-size: 24px;
    white-space: normal;
  }
  #section_4 .s4-subtitle {
    font-size: 18px;
  }
}

#faq {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
#faq .s5-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 60px auto 0;
  max-width: 1000px;
  width: 100%;
}
#faq .s5-faq-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
#faq .s5-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
#faq .s5-faq-content {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 0;
}
#faq .s5-faq-num {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #3b74d6;
  flex-shrink: 0;
}
#faq .s5-faq-title {
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  font-family: "Microsoft JhengHei", sans-serif;
}
#faq .s5-faq-icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
#faq .s5-faq-item.active .s5-faq-icon {
  transform: rotate(0deg);
}
#faq .s5-faq-a {
  display: none;
  padding-left: 36px;
  margin-top: 10px;
}
#faq .s5-faq-a p {
  color: #616161;
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  margin: 0;
}
#faq .s5-faq-a ul {
  padding-left: 20px;
  margin: 8px 0 0;
  color: #616161;
}
#faq .s5-faq-a ul li {
  list-style: disc;
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #faq .s5-faq-list {
    margin-top: 20px;
  }
  #faq .s5-faq-title {
    font-size: 16px;
  }
  #faq .s5-faq-num {
    font-size: 16px;
  }
  #faq .s5-faq-content {
    align-items: flex-start;
  }
}

#footer {
  background: #3778FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .My_footer .HAcopyright {
  color: #fff;
  text-align: center;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

#consultation {
  background: #3778FA;
  min-height: 900px;
  overflow: hidden;
  padding: 45px 0 0;
  scroll-margin-top: 90px;
}
#consultation .wrapper-in {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#consultation .wrapper-in.online-wrapper {
  align-items: flex-start;
}
@media (max-width: 768px) {
  #consultation .wrapper-in.online-wrapper {
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
  }
}
#consultation .title-box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #consultation .title-box {
    margin-top: 0;
  }
}
#consultation .title-box .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #consultation .title-box .title {
    max-width: initial;
    margin: 0;
    font-size: 24px;
    line-height: normal;
  }
}
#consultation .title-box .subtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding-top: 10px;
}
#consultation .title-box .section-content-list {
  margin-top: 50px !important;
  max-width: 419px;
}
@media (max-width: 768px) {
  #consultation .title-box .section-content-list {
    max-width: initial;
    margin: 0 !important;
  }
}
#consultation .title-box .section-content-list > li + li {
  margin-top: 15px;
}
#consultation .title-box .section-content-list .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
#consultation .title-box .section-content-list .title::before {
  content: url(/products/HRMax/images/checked.svg);
  margin-right: 15px;
}
@media (max-width: 768px) {
  #consultation .title-box .section-content-list .title {
    margin-top: 20px;
    font-size: 18px;
  }
}
#consultation .title-box .section-content-list .phone-group {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#consultation .title-box .section-content-list .phone-group::before {
  content: url(/products/HRMax/images/phone.svg);
  margin-right: 6px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #consultation .title-box .section-content-list .phone-group {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
#consultation #contactUsPageForm {
  max-width: 630px;
  width: 100% !important;
  padding: 30px 50px !important;
  min-height: 830px;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #consultation #contactUsPageForm {
    padding: 15px 30px !important;
    margin-left: 0;
    margin-bottom: 80px;
  }
}
#consultation #contactUsPageForm .modal-body {
  padding: 0 !important;
}
#consultation #contactUsPageForm .form-title {
  font-size: 24px;
  margin: 0 19px 30px 0;
  color: #292929;
  font-weight: 600;
}
#consultation #contactUsPageForm .displayNone {
  display: none;
}
#consultation #contactUsPageForm label {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  margin: 0 3px;
  padding: 0;
}
#consultation #contactUsPageForm label.required:after {
  content: "*";
  color: #ea475b;
  display: inline-block;
}
#consultation #contactUsPageForm #queryCompanyInput,
#consultation #contactUsPageForm #userName,
#consultation #contactUsPageForm #empNum,
#consultation #contactUsPageForm #identityCategory,
#consultation #contactUsPageForm #email {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#consultation #contactUsPageForm #queryCompanyInput {
  font-size: 16px;
}
#consultation #contactUsPageForm #phoneAreaCode,
#consultation #contactUsPageForm #phoneNum,
#consultation #contactUsPageForm #phoneExt {
  margin: 8px 0 0 0;
}
#consultation #contactUsPageForm #message {
  height: 70px;
  resize: vertical;
}
#consultation #contactUsPageForm #resetQueryCompany {
  margin-top: 48px;
}
#consultation #contactUsPageForm #resetQueryCompany .fa-times {
  cursor: pointer;
  color: #ea475b;
}
#consultation #contactUsPageForm #queryCompanyBtn {
  margin-top: 34px;
  line-height: 34px;
  color: #1654b9;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #consultation #contactUsPageForm #queryCompanyBtn {
    margin-left: -16px;
  }
}
#consultation #contactUsPageForm #companyName {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
#consultation #contactUsPageForm #queryCompanyList {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
#consultation #contactUsPageForm #queryCompanyList li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
#consultation #contactUsPageForm #queryCompanyList li:hover {
  background-color: lightblue;
}
#consultation #contactUsPageForm #searchInfoRow {
  margin: 5px 3px;
}
#consultation #newCompanyInfo .errorInfo,
#consultation #contactUsPageForm .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
#consultation .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  #consultation .row.row-to-column {
    flex-direction: column;
  }
}
#consultation .col-xs-12,
#consultation .col-sm-6,
#consultation .col-md-10,
#consultation .col-md-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#consultation .col-xs-12 {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#consultation .col-xs-12 input, #consultation .col-xs-12 select, #consultation .col-xs-12 textarea {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#consultation .col-md-10 {
  width: 83.33%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#consultation .col-xs-1 {
  width: 8.33%;
  float: left;
}
@media (min-width: 768px) {
  #consultation .col-sm-6 {
    width: 50%;
    float: left;
  }
  #consultation .col-md-10 {
    width: 83.33%;
    float: left;
  }
  #consultation .col-md-1 {
    width: 8.33%;
    float: left;
  }
}
#consultation .phone-row {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
#consultation .phone-row .col-xs-3 {
  width: 25%;
  flex: none;
}
#consultation .phone-row .col-xs-6 {
  width: 50%;
  flex: none;
}
#consultation .phone-row > div {
  padding: 0 5px 0 0;
}
#consultation .phone-row > div:last-child {
  padding-right: 0;
}
#consultation .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#consultation .J104Text input,
#consultation .J104Text textarea,
#consultation .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 14px;
  height: 38px;
  color: #7e7e7e;
}
#consultation .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}
#consultation .btn-submit {
  width: 150px;
  min-width: 120px;
  height: 48px;
  border-radius: 8px;
  background-color: #3778FA;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
#consultation .btn-submit:hover {
  background-color: #265EDB;
  color: #fff;
  text-decoration: none;
}
#consultation #productNameColumn .J104Checkbox,
#consultation #additionalServicesColumn .J104Checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin: 8px 0 0 0;
}
#consultation #productNameColumn .J104Checkbox label.inline,
#consultation #additionalServicesColumn .J104Checkbox label.inline {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#consultation #productNameColumn .J104Checkbox label.inline {
  width: 100%;
}
#consultation #additionalServicesColumn .J104Checkbox label.inline {
  width: 48%;
}
@media (max-width: 768px) {
  #consultation #additionalServicesColumn .J104Checkbox label.inline {
    width: 100%;
  }
}
#consultation .text-center {
  text-align: center;
}
#consultation #userName,
#consultation #email,
#consultation #source,
#consultation #message {
  transform: translateX(0) !important;
  margin: 8px 0 0 0 !important;
}
@media (max-width: 767px) {
  #consultation .row-to-column {
    display: block;
  }
  #consultation .row-to-column .col-sm-6 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #consultation .row {
    margin-bottom: 0;
  }
  #consultation .col-xs-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #consultation {
    padding: 20px 0;
  }
}

#side-menu-container {
  overflow: hidden;
}
#side-menu-container .side-menu {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  padding: 10px;
  z-index: 9999;
  border-radius: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 105, 194, 0.3);
}
#side-menu-container .side-menu ul {
  margin: 0;
}
#side-menu-container .side-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#side-menu-container .side-menu li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 6px;
  right: 6px;
  border-top: 1px dashed #e6e6e6;
}
#side-menu-container .side-menu li:first-child::after {
  display: none;
}
#side-menu-container .side-menu li:last-child::after {
  border-top: none;
}
#side-menu-container .side-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px 4px;
  text-decoration: none;
  color: #0069c2;
  font-size: 12px;
  gap: 4px;
  cursor: pointer;
}
#side-menu-container .side-menu a#back-to-top {
  display: none;
}
@media (max-width: 768px) {
  #side-menu-container .side-menu a .sidebar_btn_text {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #side-menu-container .side-menu a#back-to-top {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #side-menu-container .side-menu {
    position: fixed;
    display: table;
    width: 100%;
    max-width: 768px;
    height: auto;
    border-radius: 0;
    padding: 0;
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    overflow: auto;
  }
  #side-menu-container .side-menu ul {
    display: table-row;
  }
  #side-menu-container .side-menu li {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #side-menu-container .side-menu li::after {
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 100%;
    border-top: none;
    border-right: 1px dashed #e6e6e6;
  }
}
