html, body {
  width: 100%; }

section {
  overflow: hidden;
  display: block;
  width: 100%; }

section.page-tab {
  padding: 0 !important; }

p, li {
  font-size: 20px;
  font-weight: 300; }

#header li {
  font-size: 16px;
  font-weight: 400; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

.title-area {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .title-area h3 {
    font-weight: 500; }
  .title-area p {
    color: #7F7F7F;
    padding-top: 5px;
    max-width: 810px;
    font-size: 24px;
    font-weight: bold; }

.card div .button, .card p .button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.card {
  border: 0px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: .8rem !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .card:hover {
    -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15); }
  .card .img-card {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .card .card-text {
    padding: 1.2rem; }
  .card .card-bg img {
    width: 100%;
    height: auto; }

.sub-menu {
  z-index: 10000; }

.card-bottom-l {
  height: 40px; }

.card-bottom-m {
  height: 20px; }

.card-bottom-s {
  height: 10px; }

.bg-blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  overflow: hidden; }

.ellipsis {
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.hide {
  diaplay: none; }

.disable {
  cursor: default; }

.card-text_a_e {
  position: absolute;
  background: #FFF;
  color: #000;
  width: 100%;
  height: 2000px;
  z-index: 1000;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  overflow: hidden;
  word-wrap: break-word; }

.card_h2 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500; }

.card-bg {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s; }

.gxc-more, .gxc-more_b_e, .gxc-link {
  font-weight: 500;
  font-size: 20px;
  z-index: 1000;
  color: #1F9CFF; }

.gxc-more img, .gxc-link img {
  margin-top: -5px; }

.gxc-more:hover, .gxc-link:hover {
  text-decoration: underline;
  color: #1F9CFF; }

.gxc-more {
  position: absolute; }

.gxc-more_b_e {
  position: relative; }
  .gxc-more_b_e img {
    margin-top: -5px; }
  .gxc-more_b_e:hover {
    color: #1F9CFF; }

span.button, button.button a.button {
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-box-shadow: 0px 0.2em 1.4em rgba(32, 156, 255, 0.3);
  box-shadow: 0px 0.2em 1.4em rgba(32, 156, 255, 0.3);
  border-radius: 100px;
  text-align: center;
  cursor: pointer; }
  span.button:hover, button.button a.button:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  span.button:active, button.button a.button:active {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94); }

.fixednav-web {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 999;
  margin-left: -15px; }

.mobile {
  display: none; }

.bg-gray-s {
  background-color: #F7F7F7; }

.bg-gray {
  background-color: #F0F0F0; }

.bg-footer {
  background-color: #EAEAEA; }

.banner ~ .solution {
  padding-top: 0em; }

#header ~ .banner {
  padding-top: 0%;
  padding-bottom: 0%; }

@media (max-width: 768.98px) {
  div#header header nav .logo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0; }
  div#header header nav .logo-section .logo {
    display: block !important;
    background: url(https://www.cht.com.tw/home/eshop/img/logo/logo.svg) left center no-repeat;
    width: 34px;
    height: 34px;
    background-size: cover; }
  .mobile {
    display: inline !important;
    margin: 0px; }
  .web {
    display: none !important; }
  .fixednav {
    top: 63px;
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-left: 0px; }
  section {
    padding-bottom: 2.5rem; }
  h3 {
    font-size: 26px; }
  .title-area {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding: 10px 40px; }
    .title-area h3 {
      padding-top: 0px; }
    .title-area p {
      font-size: 16px; }
  .py-6, .pt-6 {
    padding-top: 1rem !important; }
  .py-6, .pb-6 {
    padding-bottom: 1rem !important; }
  .card-bottom-l, .card-bottom-m {
    height: 20px; }
  .card-bottom-s {
    height: 10px; }
  .banner ~ .article_a1, .banner ~ .article_a3, .article_a1 ~ .article_a2 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .banner ~ .gxc-tab {
    padding-top: 0rem !important; } }

.header {
  position: fixed;
  z-index: 4000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .header .navbar {
    padding: 4% 0% 2% 0%; }
    .header .navbar .navbar-brand {
      margin-right: 30px; }
      .header .navbar .navbar-brand:hover .svg {
        -webkit-filter: invert(0.4) sepia(1) saturate(20) hue-rotate(187.2deg) brightness(0.92);
        filter: invert(0.4) sepia(1) saturate(20) hue-rotate(187.2deg) brightness(0.92); }
    .header .navbar .navbar-nav {
      margin-left: 30%; }
      .header .navbar .navbar-nav .nav-item {
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        width: 140px;
        max-height: 50px; }
        .header .navbar .navbar-nav .nav-item a {
          vertical-align: middle;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          position: relative;
          overflow: hidden;
          color: #FFF; }
          .header .navbar .navbar-nav .nav-item a:hover {
            text-decoration: none; }
          .header .navbar .navbar-nav .nav-item a:before {
            color: #FFF;
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: 0;
            background: #FFF;
            height: 1px;
            -webkit-transition-property: right;
            -o-transition-property: right;
            transition-property: right;
            -webkit-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .header .navbar .navbar-nav .nav-item a:hover:before, .header .navbar .navbar-nav .nav-item a:focus:before {
            right: 0;
            color: #FFF; }
        .header .navbar .navbar-nav .nav-item a.active {
          border-bottom: 1px solid #FFF; }
        .header .navbar .navbar-nav .nav-item a.active:before {
          left: 1;
          height: 0px; }
        .header .navbar .navbar-nav .nav-item .button {
          margin-top: -20%;
          font-size: 16px;
          background: #209cff;
          color: #fafafa;
          width: 120px;
          padding: .8em 2em; }
  .header .disable {
    cursor: default !important; }
    .header .disable a {
      color: #7F7F7F !important; }
      .header .disable a:hover {
        color: #7F7F7F !important; }

.navbar-scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar-scrolled .navbar-brand .svg {
    -webkit-filter: invert(0.7);
    filter: invert(0.7); }
  .navbar-scrolled .navbar-nav .nav-item a {
    color: #000 !important; }
    .navbar-scrolled .navbar-nav .nav-item a:before {
      color: #000 !important;
      background: #000 !important; }
    .navbar-scrolled .navbar-nav .nav-item a:hover:before, .navbar-scrolled .navbar-nav .nav-item a:focus:before {
      color: #000 !important; }
  .navbar-scrolled .navbar-nav .nav-item a.active {
    border-bottom: 1px solid #000 !important; }

.gxc-section-tab {
  background: rgba(0, 0, 0, 0.05); }
  .gxc-section-tab .disable a:hover {
    color: #666 !important; }
  .gxc-section-tab .owl-carousel {
    line-height: 2.6rem;
    white-space: nowrap; }
  .gxc-section-tab .owl-stage-outer {
    width: 97%;
    margin-left: auto;
    margin-right: auto; }
    .gxc-section-tab .owl-stage-outer .owl-stage {
      height: 55px;
      margin: 0 auto; }
      .gxc-section-tab .owl-stage-outer .owl-stage li {
        margin: 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: inline-block;
          border-bottom: 3px solid transparent;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          color: #666;
          text-decoration: none;
          font-size: 16px;
          font-weight: 400;
          min-width: 120px;
          text-align: center;
          margin: 0 14px;
          padding: 0 16px; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a.active {
          border-bottom: 3px solid #209cff;
          color: #333; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a:hover {
          color: #209cff; }
        .gxc-section-tab .owl-stage-outer .owl-stage li .active:hover {
          color: #333; }
  .gxc-section-tab .owl-nav {
    z-index: -1;
    width: 100%;
    margin-left: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin-top: -60px; }
    .gxc-section-tab .owl-nav .owl-prev, .gxc-section-tab .owl-nav .owl-next {
      outline: none;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-filter: invert(0.5) brightness(0.8);
      filter: invert(0.5) brightness(0.8); }
      .gxc-section-tab .owl-nav .owl-prev span, .gxc-section-tab .owl-nav .owl-next span {
        width: 50px;
        height: 50px;
        outline: none; }
    .gxc-section-tab .owl-nav .owl-prev:hover, .gxc-section-tab .owl-nav .owl-next:hover {
      background: none; }
    .gxc-section-tab .owl-nav .owl-prev {
      margin-left: 0%; }
    .gxc-section-tab .owl-nav .owl-next {
      margin-left: 103%; }
  .gxc-section-tab .owl-nav .disabled {
    display: none; }

@media (max-width: 991px) {
  .gxc-section-tab .owl-stage-outer {
    width: 100%; }
    .gxc-section-tab .owl-stage-outer .owl-stage {
      height: 55px;
      margin: 0 auto; }
      .gxc-section-tab .owl-stage-outer .owl-stage li {
        margin: 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: inline-block;
          border-bottom: 3px solid transparent;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          color: #666;
          text-decoration: none;
          font-size: 16px;
          font-weight: 400;
          min-width: 120px;
          text-align: center;
          margin: 0 14px;
          padding: 0 10px; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a.active {
          border-bottom: 3px solid #209cff;
          color: #333; }
        .gxc-section-tab .owl-stage-outer .owl-stage li a:hover {
          color: #209cff; }
        .gxc-section-tab .owl-stage-outer .owl-stage li .active:hover {
          color: #333; }
  .gxc-section-tab .owl-nav {
    z-index: -1;
    width: 100%;
    margin-left: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin-top: -60px; }
    .gxc-section-tab .owl-nav .owl-prev, .gxc-section-tab .owl-nav .owl-next {
      outline: none;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-filter: invert(0.5) brightness(0.8);
      filter: invert(0.5) brightness(0.8); }
      .gxc-section-tab .owl-nav .owl-prev span, .gxc-section-tab .owl-nav .owl-next span {
        width: 50px;
        height: 50px;
        outline: none; }
    .gxc-section-tab .owl-nav .owl-prev:hover, .gxc-section-tab .owl-nav .owl-next:hover {
      background: none; }
    .gxc-section-tab .owl-nav .owl-prev {
      margin-left: 0%; }
    .gxc-section-tab .owl-nav .owl-next {
      margin-left: 103%; } }

@media (max-width: 579.98px) {
  .gxc-section-tab .owl-stage-outer {
    width: 100%;
    height: 50px;
    padding: 0px; }
    .gxc-section-tab .owl-stage-outer .owl-stage {
      height: 50px;
      margin-left: -12px; }
      .gxc-section-tab .owl-stage-outer .owl-stage li a {
        min-width: 95px;
        margin: 0 15px;
        height: 50px; }
  .gxc-section-tab .owl-nav {
    z-index: -1;
    display: none; } }

.banner {
  padding: 0px; }
  .banner .custom-nav {
    width: 100%; }
  .banner .carousel-control-prev, .banner .carousel-control-next {
    position: relative;
    width: 100%; }
  .banner .carousel-control-prev-icon, .banner .carousel-control-next-icon {
    top: -250px; }
  .banner .carousel-control-prev-icon {
    -webkit-transform: .2s;
    -ms-transform: .2s;
    transform: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: absolute;
    left: 27%; }
    .banner .carousel-control-prev-icon:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    .banner .carousel-control-prev-icon:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
  .banner .carousel-control-next-icon {
    position: absolute;
    right: 27%; }
    .banner .carousel-control-next-icon:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    .banner .carousel-control-next-icon:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
  .banner .carousel-indicators li {
    margin: 0 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px; }
  .banner .carousel-inner .carousel-item {
    height: 500px; }
    .banner .carousel-inner .carousel-item .bg-mask {
      z-index: 5 !important;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.3;
      height: 500px; }
    .banner .carousel-inner .carousel-item .bg {
      width: 1280px;
      height: 520px;
      z-index: 300;
      z-index: 4 !important;
      position: absolute;
      left: 25%;
      top: 0px; }
    .banner .carousel-inner .carousel-item .bg-blur {
      z-index: 3 !important;
      height: 500px;
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px; }
    .banner .carousel-inner .carousel-item .banner-container {
      cursor: default;
      position: absolute;
      right: 15%;
      bottom: 20px;
      left: 15%;
      top: 40%;
      z-index: 10;
      padding-top: 0px;
      padding-bottom: 20px;
      color: #fff;
      text-decoration: none; }
      .banner .carousel-inner .carousel-item .banner-container .text {
        margin-left: 25%; }
        .banner .carousel-inner .carousel-item .banner-container .text h2 {
          font-size: 32px;
          font-weight: 400;
          opacity: 0;
          text-shadow: 0.1em 3px 8px black, 0.1em 3px 8px black;
          -webkit-animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1); }
        .banner .carousel-inner .carousel-item .banner-container .text p, .banner .carousel-inner .carousel-item .banner-container .text li {
          font-weight: 200;
          max-width: 500px;
          color: #FFF;
          opacity: 0;
          text-shadow: 0px 2px 10px black, 0px 2px 10px black, 0px 2px 10px black, 0px 2px 10px black;
          -webkit-animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          -webkit-animation-delay: .5s;
          animation-delay: .5s; }
        .banner .carousel-inner .carousel-item .banner-container .text button {
          cursor: pointer;
          opacity: 0;
          -webkit-animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          animation: banner-animate 3s 0.1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          -webkit-animation-delay: .5s;
          animation-delay: .5s; }

@media (max-width: 2100px) {
  .banner .carousel-control-prev-icon {
    left: 20%; }
  .banner .carousel-control-next-icon {
    right: 20%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 18%; }
  .banner .carousel-inner .carousel-item .banner-container {
    left: 5%; }
    .banner .carousel-inner .carousel-item .banner-container .text {
      margin-left: 25%; } }

@media (max-width: 1700px) {
  .banner .carousel-control-prev-icon {
    left: 15%; }
  .banner .carousel-control-next-icon {
    right: 15%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 11%; }
  .banner .carousel-inner .carousel-item .banner-container {
    left: 5%; } }

@media (max-width: 1500px) {
  .header .navbar .navbar-nav {
    margin-left: 10%; }
  .banner .carousel-control-prev-icon {
    left: 8%; }
  .banner .carousel-control-next-icon {
    right: 8%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 5%; }
  .banner .carousel-inner .carousel-item .banner-container {
    left: -10%; } }

@media (max-width: 1400px) {
  .banner .carousel-control-prev-icon {
    left: 3%; }
  .banner .carousel-control-next-icon {
    right: 3%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 2%; } }

@media (max-width: 1300px) {
  .header .navbar .navbar-nav {
    margin-left: 15%; }
  .banner .carousel-control-prev-icon {
    left: 3%; }
  .banner .carousel-control-next-icon {
    right: 3%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 0; } }

@media (max-width: 1200px) {
  .header .navbar .navbar-nav {
    margin-left: 2%; }
  .banner .carousel-control-prev-icon {
    left: 8%; }
  .banner .carousel-control-next-icon {
    right: 8%; }
  .banner .carousel-inner .carousel-item .bg {
    left: 0%; } }

@media (max-width: 767px) {
  .web {
    display: none !important; }
  .header {
    padding-bottom: 20%; }
    .header #sd-nav .navbar-nav, .header #bd-nav .navbar-nav, .header #iot-nav .navbar-nav, .header #cdn-nav .navbar-nav, .header #noc-nav .navbar-nav {
      margin-left: auto; }
    .header #soc-nav .navbar-nav, .header #twg-nav .navbar-nav, .header #ipvpn-nav .navbar-nav, .header #iplc-nav .navbar-nav, .header #idc-nav .navbar-nav {
      margin-left: auto; }
    .header .container {
      width: 100%; }
    .header .navbar {
      position: fixed;
      width: 105%;
      background-color: #FFF;
      margin-left: -5%;
      padding: 0.6em 0em;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
      .header .navbar img {
        width: 50px; }
      .header .navbar .navbar-brand {
        margin-top: 5px;
        margin-left: -5px;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
      .header .navbar .navbar-toggler {
        position: absolute;
        top: 16px;
        left: 10px;
        border: 0px;
        color: #000 !important;
        z-index: 1000; }
        .header .navbar .navbar-toggler .navbar-toggler-icon {
          color: #000 !important;
          width: 1.3em;
          height: 1.3em; }
      .header .navbar .navbar-collapse {
        width: 100%;
        background-color: #FFF; }
      .header .navbar .navbar-nav {
        overflow-y: scroll;
        z-index: 1000;
        margin-left: 0px;
        width: 270px;
        height: 100%;
        background: #ffffff;
        position: fixed;
        top: 0px;
        left: -320px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .header .navbar .navbar-nav .nav-close {
          font-size: 35px;
          text-align: left;
          margin: 15px 0px 15px 25px; }
        .header .navbar .navbar-nav a {
          margin: 15px 35px; }
        .header .navbar .navbar-nav .nav-item {
          font-weight: 400;
          font-size: 18px;
          margin-left: 10%;
          padding: 3% 5%;
          color: #000;
          text-align: left;
          border-bottom: 2px solid #F5F5F5;
          width: 75%; }
          .header .navbar .navbar-nav .nav-item a {
            overflow: hidden;
            font-size: 18px;
            margin: 15px 0px;
            padding: 0px;
            vertical-align: left;
            position: static;
            color: #000 !important; }
        .header .navbar .navbar-nav .navbardrop {
          height: 100%; }
          .header .navbar .navbar-nav .navbardrop #sd-navbardrop {
            padding-left: 43%;
            margin: 0px;
            display: inline-block !important; }
            .header .navbar .navbar-nav .navbardrop #sd-navbardrop .dropdown-icon {
              background-image: url("../img/ic/common/arrow_down.svg");
              -webkit-filter: invert(0.5);
              filter: invert(0.5);
              width: 25px;
              height: 25px; }
            .header .navbar .navbar-nav .navbardrop #sd-navbardrop.active .dropdown-icon {
              background-image: url("../img/ic/common/arrow_up.svg");
              -webkit-filter: invert(0.5);
              filter: invert(0.5);
              width: 25px;
              height: 25px; }
          .header .navbar .navbar-nav .navbardrop .dropdown-menu {
            margin-left: -25%;
            margin-top: 15px;
            background-color: #F5F5F5;
            height: 96%;
            width: 200%;
            border: 0px solid rgba(0, 0, 0, 0.15) !important;
            border-top: 1px solid rgba(0, 0, 0, 0.15) !important; }
            .header .navbar .navbar-nav .navbardrop .dropdown-menu .dropdown-item {
              padding: 5px 40px; }
          .header .navbar .navbar-nav .navbardrop #nav-login {
            color: #209CFF;
            font-weight: 900; }
        .header .navbar .navbar-nav .nav-item:last-child {
          border-bottom: 0px solid #F5F5F5; }
      .header .navbar .menu--open {
        left: 0; }
    .header .nav-bg {
      position: fixed;
      background-color: #000;
      top: 0;
      left: 0;
      opacity: 0.6;
      z-index: 500;
      height: 100%;
      width: 100%;
      display: none; }
  #nav-login {
    color: #1F9CFF; }
  .banner {
    padding-bottom: 0em; }
    .banner .carousel-inner {
      margin-top: 0px;
      height: 450px; }
      .banner .carousel-inner .carousel-item .bg {
        height: 500px;
        position: static;
        margin-left: -20%; }
      .banner .carousel-inner .carousel-item .banner-container {
        left: 15%; }
        .banner .carousel-inner .carousel-item .banner-container .text {
          text-align: center;
          margin-left: 0%;
          margin-top: -10%; }
          .banner .carousel-inner .carousel-item .banner-container .text h1 {
            font-size: 36px;
            font-weight: 400; }
          .banner .carousel-inner .carousel-item .banner-container .text p, .banner .carousel-inner .carousel-item .banner-container .text li {
            font-size: 16px;
            font-weight: 200;
            max-width: 500px; }
    .banner #gxc-banner .carousel-inner .carousel-item .bg {
      height: 500px; } }

@media (max-width: 576.98px) {
  .banner .custom-nav, .banner .carousel-indicators {
    margin-top: -15px !important; }
  .banner .carousel-indicators {
    z-index: 2000; } }

@media (min-width: 578px) {
  .header-bg {
    z-index: 1010;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 110px;
    position: fixed; } }

@-webkit-keyframes banner-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes banner-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.text-carousel .carousel-control-prev, .text-carousel .carousel-control-next {
  position: relative;
  width: 100%; }

.text-carousel .carousel-control-prev-icon, .text-carousel .carousel-control-next-icon {
  opacity: 1 !important;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  top: -230px; }

.text-carousel .carousel-control-prev-icon {
  background: url("../img/button/white_01@3x.svg") no-repeat;
  -webkit-transform: .2s;
  -ms-transform: .2s;
  transform: .2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  left: 0px; }
  .text-carousel .carousel-control-prev-icon:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  .text-carousel .carousel-control-prev-icon:active {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94); }

.text-carousel .carousel-control-next-icon {
  background: url("../img/button/white_02@3x.svg") no-repeat;
  position: absolute;
  right: 0px; }
  .text-carousel .carousel-control-next-icon:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  .text-carousel .carousel-control-next-icon:active {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94); }

.text-carousel .carousel {
  min-height: 50px; }
  .text-carousel .carousel .icon-area {
    padding: 0px 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
    padding-bottom: 60px; }
    .text-carousel .carousel .icon-area .gxc-icon {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 200px; }
      .text-carousel .carousel .icon-area .gxc-icon p {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
        font-weight: 500; }
      .text-carousel .carousel .icon-area .gxc-icon .blue, .text-carousel .carousel .icon-area .gxc-icon .green, .text-carousel .carousel .icon-area .gxc-icon .orange, .text-carousel .carousel .icon-area .gxc-icon .green-2 {
        text-align: center;
        height: 148px;
        width: 148px;
        border-radius: 73.5px;
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .text-carousel .carousel .icon-area .gxc-icon .blue h4, .text-carousel .carousel .icon-area .gxc-icon .green h4, .text-carousel .carousel .icon-area .gxc-icon .orange h4, .text-carousel .carousel .icon-area .gxc-icon .green-2 h4 {
          margin: 0; }
      .text-carousel .carousel .icon-area .gxc-icon .blue {
        background-color: #D9EBFA; }
        .text-carousel .carousel .icon-area .gxc-icon .blue h4 {
          color: #209CFF; }
      .text-carousel .carousel .icon-area .gxc-icon .green {
        background-color: #DCF3E6; }
        .text-carousel .carousel .icon-area .gxc-icon .green h4 {
          color: #3CCB78; }
      .text-carousel .carousel .icon-area .gxc-icon .orange {
        background-color: #FAE7DD; }
        .text-carousel .carousel .icon-area .gxc-icon .orange h4 {
          color: #FF874D; }
      .text-carousel .carousel .icon-area .gxc-icon .green-2 {
        background-color: #D7F2EF; }
        .text-carousel .carousel .icon-area .gxc-icon .green-2 h4 {
          color: #39BFB0; }
      .text-carousel .carousel .icon-area .gxc-icon .mt h4 {
        margin-top: 5px; }

.text-carousel .carousel-indicators li {
  margin: -25px 5px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #4D4D4D;
  margin-top: 90px; }
  .text-carousel .carousel-indicators li.active {
    background-color: #FFF;
    border: 1px #4D4D4D solid; }

@media (max-width: 991.98px) {
  .text-carousel .carousel-control-prev-icon {
    left: -80px; }
  .text-carousel .carousel-control-next-icon {
    right: -80px; }
  .text-carousel .carousel .icon-area {
    padding: 0px 20px;
    padding-bottom: 70px; } }

@media (max-width: 768.98px) {
  .text-carousel .carousel-control-prev, .text-carousel .carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .text-carousel .carousel-control-prev-icon, .text-carousel .carousel-control-next-icon {
    top: -500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.page-tab .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.page-tab .tab .tab-wrap {
  line-height: 55px; }
  .page-tab .tab .tab-wrap .nav-tabs {
    border-bottom: 0px; }
    .page-tab .tab .tab-wrap .nav-tabs .nav-item a {
      margin: 0 14px;
      padding: 0 10px; }
      .page-tab .tab .tab-wrap .nav-tabs .nav-item a p {
        color: #666; }
    .page-tab .tab .tab-wrap .nav-tabs .nav-item a.active p {
      color: #000; }
    .page-tab .tab .tab-wrap .nav-tabs .nav-item p {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0px;
      line-height: 53px; }

@media (max-width: 579.98px) {
  .page-tab .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
    .page-tab .container-fluid .tab .tab-wrap {
      line-height: 55px; }
      .page-tab .container-fluid .tab .tab-wrap .nav-tabs .nav-item a {
        margin: 0 8px;
        padding: 0 5px;
        padding-left: 0px;
        padding-right: 0px; } }

.gxc-solution .icon-area {
  display: none; }

.gxc-solution .describe {
  display: none; }

.gxc-solution .solution-display {
  display: block; }

.gxc-solution .gxc-solu-title-display {
  display: block; }

.gxc-solution form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gxc-solution form select {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #AAAAAA;
    border-radius: 10px; }

.gxc-solution .describe {
  background-color: #DCF3E6;
  border-radius: 10px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  .gxc-solution .describe p {
    margin: 0; }

.gxc-solution .content-pane {
  width: 100%;
  height: 100%;
  max-width: 720px;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto; }
  .gxc-solution .content-pane .icon-area {
    margin-top: 20px;
    margin: 0;
    width: 100%; }
    .gxc-solution .content-pane .icon-area .icon-card {
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gxc-solution .content-pane .icon-area .icon-card .circle {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: #F7F7F7;
        margin-left: auto;
        margin-right: auto; }
      .gxc-solution .content-pane .icon-area .icon-card h5 {
        height: 66px;
        min-width: 150px;
        line-height: 33px;
        color: #3F3F3F;
        margin-top: 10px;
        text-align: center;
        padding-bottom: 20px; }
      .gxc-solution .content-pane .icon-area .icon-card .ellipsis {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .gxc-solution .content-pane .icon-area .icon-card .svg {
        margin-left: auto;
        margin-right: auto; }
    .gxc-solution .content-pane .icon-area .disable {
      cursor: default !important; }
      .gxc-solution .content-pane .icon-area .disable h5 {
        color: #7F7F7F; }
      .gxc-solution .content-pane .icon-area .disable .svg {
        -webkit-filter: invert(0.5) brightness(1.3);
        filter: invert(0.5) brightness(1.3); }
  .gxc-solution .content-pane a:hover {
    background-color: #F0F0F0;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer; }
    .gxc-solution .content-pane a:hover .icon-card .circle {
      background-color: #D6D6D6; }
    .gxc-solution .content-pane a:hover .svg {
      -webkit-filter: invert(0.4) sepia(1) saturate(20) hue-rotate(176.4deg) brightness(0.5);
      filter: invert(0.4) sepia(1) saturate(20) hue-rotate(176.4deg) brightness(0.5); }

@media (max-width: 579.98px) {
  .gxc-solution {
    padding: 0px 20px; }
    .gxc-solution .describe {
      background-color: #DCF3E6;
      border-radius: 10px;
      max-width: 500px;
      padding: 10px; }
      .gxc-solution .describe p {
        margin: 0; } }

.card_d .card {
  width: 100%;
  min-width: 270px;
  max-height: 300px; }
  .card_d .card .card-bg {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
  .card_d .card .card-text {
    margin-top: 0px;
    z-index: 1000;
    padding: 15px 10px;
    font-size: 22px;
    background: #FFF;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
    .card_d .card .card-text h2 {
      padding: 12px 0px;
      font-weight: 500;
      font-size: 32px;
      -webkit-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s; }
    .card_d .card .card-text ul {
      padding-top: 3%;
      opacity: 0 !important; }
      .card_d .card .card-text ul li {
        list-style-type: none;
        padding: 5px 0px;
        font-size: 22px; }
        .card_d .card .card-text ul li img {
          padding-right: 10px;
          margin-top: -5px; }
        .card_d .card .card-text ul li a {
          color: #808080; }
    .card_d .card .card-text .gxc-more {
      position: absolute;
      z-index: 1000;
      opacity: 0 !important;
      font-size: 20px;
      font-weight: 700;
      color: #1F9CFF;
      margin-left: 40px;
      margin-top: 30px; }

.card_d .card:hover .card-bg img {
  -webkit-box-shadow: 0px 15px 25px #D2D3D4;
  box-shadow: 0px 15px 25px #D2D3D4;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }

.card_d .card:hover .card-text {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s; }
  .card_d .card:hover .card-text h2 {
    opacity: 0 !important;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s; }
  .card_d .card:hover .card-text ul {
    opacity: 1 !important; }
  .card_d .card:hover .card-text .gxc-more {
    opacity: 1 !important;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s; }

.card_d .card .card-text {
  fill: white; }
  .card_d .card .card-text li:hover a {
    color: #1F9CFF;
    text-decoration: none; }
  .card_d .card .card-text .gxc-more:hover {
    text-decoration: none; }
  .card_d .card .card-text .svg path {
    fill: #FFF; }

.card_d .card-bottom {
  height: 15px; }

.icon_b .owl-stage-outer {
  margin-left: -5%;
  width: 110%;
  border-radius: 15px;
  padding: 30px 50px 50px 55px; }
  .icon_b .owl-stage-outer .owl-stage .owl-item img {
    width: 120px;
    height: auto; }
  .icon_b .owl-stage-outer .owl-stage .owl-item h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center; }

@media (max-width: 575.98px) {
  .card_d .card {
    width: 100%;
    height: auto;
    padding-bottom: 100%; }
    .card_d .card .card-text {
      padding-bottom: 100%; }
      .card_d .card .card-text ul {
        padding-top: 2%; }
  .card_d .card:hover .card-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s; }
    .card_d .card:hover .card-text .gxc-more {
      -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      transform: translateY(-10%); }
  .icon_b .owl-stage-outer {
    margin-left: 0px;
    width: 100%; } }

.card_e .custom-nav-1 {
  width: 1500px;
  margin-top: -200px; }
  .card_e .custom-nav-1 .owl-prev, .card_e .custom-nav-1 .owl-next {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    outline: none; }
  .card_e .custom-nav-1 .owl-prev {
    background: url("../img/button/white_01@3x.svg") no-repeat;
    -webkit-transform: .2s;
    -ms-transform: .2s;
    transform: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-left: -10%; }
    .card_e .custom-nav-1 .owl-prev:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      cursor: pointer; }
    .card_e .custom-nav-1 .owl-prev:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
  .card_e .custom-nav-1 .owl-next {
    background: url("../img/button/white_02@3x.svg") no-repeat;
    margin-left: 85%; }
    .card_e .custom-nav-1 .owl-next:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      cursor: pointer; }
    .card_e .custom-nav-1 .owl-next:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }

.card_e .owl-dot {
  outline: none; }

.card_e .owl-stage-outer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 300px; }
  .card_e .owl-stage-outer .owl-stage {
    margin-left: 5px; }

.card_e .gxc-more_b_e {
  margin-left: 86%;
  padding: 2% 0%; }
  .card_e .gxc-more_b_e img {
    margin-top: -5px; }

.card_e .card {
  max-height: 290px;
  height: 95%;
  width: 95%;
  min-widht: 200px;
  z-index: 1; }
  .card_e .card .img-card {
    min-height: 320px; }
    .card_e .card .img-card .card-bg {
      background-color: #F7F7F7;
      width: 100%;
      height: 160px;
      display: block; }
      .card_e .card .img-card .card-bg img {
        width: 100%;
        height: 160px; }
    .card_e .card .img-card .card-text_a_e {
      padding: 25px 30px; }
      .card_e .card .img-card .card-text_a_e img {
        padding-right: 12px;
        margin-top: -7px; }
      .card_e .card .img-card .card-text_a_e p {
        padding-top: 8px;
        font-size: 19px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
  .card_e .card .gxc-more {
    opacity: 0 !important;
    margin-left: 190px;
    margin-top: 80px;
    text-decoration: none; }
    .card_e .card .gxc-more img {
      width: 25px;
      height: 25px;
      display: inline; }
  .card_e .card .gxc-more:hover {
    text-decoration: underline;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .card_e .card .gxc-more:hover .svg {
      -webkit-filter: sepia(100%) grayscale(100%);
      filter: sepia(100%) grayscale(100%); }

.card_e .nothing {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #EDEDED; }
  .card_e .nothing .img-card .card-bg {
    display: none; }
  .card_e .nothing .img-card .card-text_a_e {
    background: #EDEDED;
    height: auto;
    z-index: 1000;
    overflow: hidden;
    word-wrap: break-word; }
    .card_e .nothing .img-card .card-text_a_e h4 {
      padding-top: 30%;
      font-size: 28px;
      display: table;
      margin-left: auto;
      margin-right: auto;
      color: #7F7F7F; }
    .card_e .nothing .img-card .card-text_a_e p {
      text-align: center;
      padding-top: 8px;
      font-size: 19px;
      display: table;
      margin-left: auto;
      margin-right: auto;
      color: #7F7F7F; }
  .card_e .nothing .gxc-more {
    display: none; }

.card_e .yet .gxc-more {
  display: none; }

.card_e .disable h4 {
  color: #7F7F7F; }

.card_e .disable .svg {
  -webkit-filter: invert(0.5) brightness(1);
  filter: invert(0.5) brightness(1); }

@media (max-width: 1401px) {
  .card_e .custom-nav-1 .owl-prev, .card_e .custom-nav-1 .owl-next {
    top: 0px; }
  .card_e .custom-nav-1 .owl-prev {
    margin-left: -6%; }
  .card_e .custom-nav-1 .owl-next {
    margin-left: 79%; } }

@media (max-width: 1300px) {
  .card_e .custom-nav-1 .owl-prev {
    margin-left: -5%; }
  .card_e .custom-nav-1 .owl-next {
    margin-left: 77%; } }

@media (max-width: 1199.98px) {
  .card_e .custom-nav-1 {
    width: 1200px; }
    .card_e .custom-nav-1 .owl-prev {
      margin-left: -7%; }
    .card_e .custom-nav-1 .owl-next {
      margin-left: 83%; } }

@media (max-width: 991.98px) {
  .card_e .custom-nav-1 {
    width: 115%; }
    .card_e .custom-nav-1 .owl-prev {
      margin-left: -10%; }
    .card_e .custom-nav-1 .owl-next {
      margin-left: 94%; }
  .card_e .card {
    max-height: 290px;
    height: 95%;
    width: 95%;
    min-widht: 200px;
    z-index: 1; }
    .card_e .card .img-card {
      min-height: 290px; }
      .card_e .card .img-card .card-bg {
        background-color: #F7F7F7;
        width: 100%;
        height: 160px;
        display: block; }
        .card_e .card .img-card .card-bg img {
          width: 100%;
          height: 160px; }
      .card_e .card .img-card .card-text_a_e {
        padding: 15px 20px; }
        .card_e .card .img-card .card-text_a_e h4 {
          margin: 0; }
        .card_e .card .img-card .card-text_a_e img {
          padding-right: 12px;
          margin-top: -7px; }
        .card_e .card .img-card .card-text_a_e p {
          padding-top: 8px;
          font-size: 19px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden; }
    .card_e .card .gxc-more {
      opacity: 0 !important;
      margin-left: 75px;
      margin-top: 80px;
      text-decoration: none; }
      .card_e .card .gxc-more img {
        width: 25px;
        height: 25px;
        display: inline; } }

.card_e .img-card:hover .card-text_a_e, .card_e .img-card:hover .gxc-more {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.card_e .img-card:hover .card-text_a_e {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px); }

.card_e .img-card:hover .gxc-more {
  opacity: 1 !important;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

.card_e .nothing .img-card:hover {
  cursor: default; }
  .card_e .nothing .img-card:hover .card-text_a_e {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

@media (max-width: 991.98px) {
  .card_e .card-text_a_e {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

@media (max-width: 575.98px) {
  .card_e .gxc-more, .card_e .gxc-more_b_e {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .card_e .gxc-more_b_e {
    margin-top: 5%; }
  .card_e .owl-item {
    margin-left: -2px; }
  .card_e .card {
    min-width: 0px;
    min-height: 0px;
    width: 85%;
    margin-left: auto;
    margin-right: auto; }
    .card_e .card .img-card {
      margin-left: auto;
      margin-right: auto; }
      .card_e .card .img-card .card-text_a_e h4 {
        font-size: 26px; }
      .card_e .card .img-card .card-text_a_e img {
        padding-right: 10px; }
      .card_e .card .img-card .card-text_a_e p {
        padding-top: 5px;
        font-size: 19px;
        font-weight: 200; }
      .card_e .card .img-card .gxc-more {
        margin-left: 60%;
        margin-top: 16%; }
  .card_e .img-card:hover .card-bg, .card_e .img-card:hover .card-text_a_e, .card_e .img-card:hover .gxc-more {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .card_e .img-card:hover .gxc-more {
    opacity: 0 !important; } }

@media (max-width: 376px) {
  .card_e .card {
    max-height: 270px; }
    .card_e .card .img-card .gxc-more {
      margin-left: 50%; } }

@media (max-width: 321px) {
  .card_e .card {
    max-height: 250px; }
    .card_e .card .img-card .card-bg {
      height: 130px; }
    .card_e .card .img-card .card-text h3 {
      font-size: 24px; }
    .card_e .card .img-card .card-text p {
      font-size: 15px; }
    .card_e .card .img-card .gxc-more {
      margin-left: 45%;
      margin-top: 35%; } }

.contact .title-area {
  padding-bottom: 0px; }

.contact .col-md-6, .contact .col-12 {
  padding: 0 5px; }

.contact .col-md-6 {
  max-width: 250px; }

.contact input[type=text] {
  font-size: 16px;
  font-weight: 400;
  background: white;
  border: 1px solid #d6d6d6;
  padding: .7rem .7rem;
  border-radius: 4px;
  width: 100%;
  height: 49px; }

.contact input[type=text]:focus {
  border: 1px solid #209cff;
  outline: none; }

.contact input#companyname {
  width: 100%;
  height: 49px;
  margin-top: 10px;
  max-width: 490px; }

.contact .button {
  background: #209cff;
  border-radius: 100px;
  color: #fafafa;
  padding: .8em 1.8em;
  margin: 25px 0px 0px 0px;
  width: 200px;
  height: 48px;
  -webkit-appearance: none; }

.contact button {
  border: 1px solid transparent;
  outline: none;
  background: #F0F0F0; }

.contact .white {
  background: #FFF; }

@media (max-width: 575.98px) {
  .contact .title-area {
    padding-bottom: 5%; }
  .contact .col-md-6, .contact .col-12 {
    padding: 0 15px;
    max-width: none; }
  .contact input[type=text] {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 10px;
    height: 46px; }
  .contact input#companyname {
    width: 80%;
    margin-top: 0px;
    height: auto; } }

.article_a1 .photo img {
  position: relative;
  min-width: 500px;
  max-width: 600px;
  margin-left: 100%; }

.article_a1 h3 {
  font-size: 32px;
  margin-left: -105%;
  text-align: left; }

.article_a1 .text {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #FFF;
  margin-top: 3%;
  max-width: 660px;
  height: auto;
  padding: 9% 12% 8% 12%;
  margin-left: -105%; }
  .article_a1 .text p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10%; }
  .article_a1 .text a {
    margin-left: 75%;
    position: relative; }

.article_a2 .photo img {
  position: relative;
  min-width: 500px;
  max-width: 600px; }

.article_a2 h3 {
  font-size: 32px;
  text-align: right; }

.article_a2 .text {
  position: relative;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #FFF;
  margin-top: 3%;
  max-width: 660px;
  padding: 9% 12% 8% 12%;
  margin-left: -20%; }
  .article_a2 .text p {
    padding-top: 2%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10%; }
  .article_a2 .text a {
    margin-left: 365px;
    position: relative; }

@media (max-width: 768.98px) {
  .article_a1, .article_a2 {
    max-height: 600px; }
    .article_a1 .photo img, .article_a2 .photo img {
      margin-left: -10%;
      padding-top: 50%; }
    .article_a1 h3, .article_a2 h3 {
      position: absolute;
      margin-top: -565px;
      font-size: 25px;
      margin-left: 7%;
      z-index: 5; }
    .article_a1 .text, .article_a2 .text {
      position: relative;
      top: -600px;
      padding: 8%;
      margin-left: 0%; }
      .article_a1 .text p, .article_a2 .text p {
        padding-top: 10%;
        margin-bottom: 25%; }
      .article_a1 .text a, .article_a2 .text a {
        margin-left: 55%;
        position: relative; } }

@media (max-width: 575.98px) {
  .article_a1, .article_a2 {
    max-height: 600px; }
    .article_a1 .photo img, .article_a2 .photo img {
      margin-left: -10%;
      padding-top: 50%; }
    .article_a1 h3, .article_a2 h3 {
      position: absolute;
      margin-top: -565px;
      font-size: 25px;
      margin-left: 7%;
      z-index: 5; }
    .article_a1 .text, .article_a2 .text {
      position: relative;
      top: -600px;
      padding: 8%;
      margin-left: 0%; }
      .article_a1 .text p, .article_a2 .text p {
        padding-top: 10%;
        margin-bottom: 25%; }
      .article_a1 .text a, .article_a2 .text a {
        margin-left: 55%;
        position: relative; } }

@media (max-width: 376px) {
  .article_a1, .article_a2 {
    max-height: 610px; }
    .article_a1 h3, .article_a2 h3 {
      position: absolute;
      margin-top: -540px; }
    .article_a1 .text, .article_a2 .text {
      top: -580px; }
      .article_a1 .text p, .article_a2 .text p {
        padding-top: 15%; } }

@media (max-width: 321px) {
  .article_a1, .article_a2 {
    max-height: 670px; }
    .article_a1 .photo img, .article_a2 .photo img {
      padding-top: 80%; }
    .article_a1 h3, .article_a2 h3 {
      margin-top: -615px; }
    .article_a1 .text, .article_a2 .text {
      top: -650px; }
      .article_a1 .text p, .article_a2 .text p {
        padding-top: 15%; }
      .article_a1 .text a, .article_a2 .text a {
        margin-left: 45%; } }

.article_a3 .photo img {
  position: relative;
  min-width: 500px;
  max-width: 600px;
  margin-left: 100%; }

.article_a3 .col-md-6.col-12 h3 {
  font-size: 32px;
  margin-left: -105%;
  text-align: left; }

.article_a3 .text {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #FFF;
  margin-top: 4%;
  max-width: 660px;
  padding: 9% 11% 12% 11%;
  margin-left: -105%; }
  .article_a3 .text p {
    font-weight: 400;
    font-size: 20px; }
  .article_a3 .text a {
    display: none; }

.article_a4 .photo img {
  position: relative;
  min-width: 500px;
  max-width: 600px; }

.article_a4 h3 {
  font-size: 32px;
  text-align: right; }

.article_a4 .text {
  position: relative;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #FFF;
  margin-top: 4%;
  min-width: 660px;
  padding: 9% 11% 13% 11%;
  margin-left: -20%; }
  .article_a4 .text p {
    font-weight: 400;
    font-size: 20px; }
  .article_a4 .text a {
    display: none; }

@media (max-width: 768.98px) {
  .article_a3 .photo img, .article_a4 .photo img {
    margin-left: -10%;
    padding-top: 50%; }
  .article_a3 h3, .article_a4 h3 {
    position: absolute;
    margin-top: -570px;
    font-size: 25px;
    margin-left: 7%;
    z-index: 5; }
  .article_a3 .text, .article_a4 .text {
    width: 93%;
    position: absolute;
    top: -600px;
    padding: 8%;
    margin-left: 0%;
    min-width: 0px;
    margin-top: 0px; }
    .article_a3 .text p, .article_a4 .text p {
      padding-top: 10%;
      margin-bottom: 25%; }
    .article_a3 .text a, .article_a4 .text a {
      margin-left: 55%;
      position: relative; } }

@media (max-width: 575.98px) {
  .article_a3 .photo img, .article_a4 .photo img {
    margin-left: -10%;
    padding-top: 50%; }
  .article_a3 h3, .article_a4 h3 {
    position: absolute;
    margin-top: -570px;
    font-size: 25px;
    margin-left: 7%;
    z-index: 5; }
  .article_a3 .text, .article_a4 .text {
    width: 93%;
    position: absolute;
    top: -600px;
    padding: 8%;
    margin-left: 0%;
    min-width: 0px;
    margin-top: 0px; }
    .article_a3 .text p, .article_a4 .text p {
      padding-top: 10%;
      margin-bottom: 25%; }
    .article_a3 .text a, .article_a4 .text a {
      margin-left: 55%;
      position: relative; } }

@media (max-width: 376px) {
  .article_a3 h3, .article_a4 h3 {
    position: absolute;
    margin-top: -540px; }
  .article_a3 .text, .article_a4 .text {
    top: -580px; }
    .article_a3 .text p, .article_a4 .text p {
      padding-top: 15%; } }

@media (max-width: 321px) {
  .article_a3 h3, .article_a4 h3 {
    margin-top: -530px; }
  .article_a3 .text, .article_a4 .text {
    width: 91%;
    top: -545px;
    max-height: 510px; }
    .article_a3 .text p, .article_a4 .text p {
      padding-top: 10%; }
    .article_a3 .text a, .article_a4 .text a {
      margin-left: 45%; } }

.card_a .container .card {
  min-height: 390px; }
  .card_a .container .card .card-bg {
    background-color: #f5f5f5;
    display: block;
    height: 325px; }
  .card_a .container .card .card-text_a_e {
    margin-top: 160px;
    top: 140px;
    padding: 15px 0px 0px 25px; }
    .card_a .container .card .card-text_a_e h4 {
      font-size: 24px;
      padding: 15px 0px; }
    .card_a .container .card .card-text_a_e p {
      padding: 0px 0px;
      opacity: 0; }
  .card_a .container .card .gxc-more {
    margin-top: 100px;
    margin-left: 155px;
    opacity: 0;
    top: 245px; }

.card_a .card:hover .card-bg img {
  -webkit-box-shadow: 0px 15px 25px #D2D3D4;
  box-shadow: 0px 15px 25px #D2D3D4;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }

.card_a .card:hover .card-text_a_e {
  padding: 45px 30px 10px 30px;
  -webkit-transform: translateY(-320px);
  -ms-transform: translateY(-320px);
  transform: translateY(-320px);
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s; }
  .card_a .card:hover .card-text_a_e p {
    opacity: 1; }

.card_a .card:hover .gxc-more {
  opacity: 1;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s; }

@media (max-width: 575.98px) {
  .card_a .container .card {
    min-width: 275px;
    min-height: 420px;
    height: 95%;
    width: 100%; }
    .card_a .container .card .card-text_a_e {
      width: 100%;
      margin-top: 130px;
      padding: 15px 25px; }
      .card_a .container .card .card-text_a_e h4 {
        padding: 2% 0px;
        font-size: 24px;
        width: 100%; }
      .card_a .container .card .card-text_a_e p {
        padding: 0px 10px 0px 0px;
        opacity: 1 !important; }
      .card_a .container .card .card-text_a_e h4 {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        width: 100%; }
      .card_a .container .card .card-text_a_e p {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .card_a .container .card .card-text_a_e .gxc-more {
        margin-top: 35%;
        margin-left: 200px; }
  .card_a .container .card:hover .card-text_a_e {
    padding: 130px 25px; } }

@media (max-width: 376px) {
  .card_a .container .card .card-text_a_e .gxc-more {
    margin-top: 40%;
    margin-left: 150px; } }

@media (max-width: 321px) {
  .card_a .container .card {
    min-width: 275px;
    min-height: 400px;
    height: 95%;
    width: 100%; }
    .card_a .container .card .card-text_a_e .gxc-more {
      margin-top: 45%;
      margin-left: 100px; } }

.card_b .gxc-more_b_e {
  margin-left: 86%;
  margin-top: 2%; }
  .card_b .gxc-more_b_e img {
    margin-top: -5px; }

.card_b .card {
  min-height: 370px; }
  .card_b .card .card-bg {
    min-height: 124px;
    display: block;
    background-color: #f5f5f5; }
    .card_b .card .card-bg img {
      min-height: 124px;
      width: auto; }
  .card_b .card .card-text {
    padding: 20px 35px;
    text-align: center;
    max-height: 450px; }
    .card_b .card .card-text p {
      padding-top: 5px; }
  .card_b .card .gxc-more {
    margin-left: 0%;
    margin-top: 0%;
    top: 315px;
    right: 100px; }

@media (max-width: 991.98px) {
  .card_b .gxc-more_b_e {
    display: none;
    margin-left: auto;
    margin-right: auto; }
  .card_b .card {
    max-width: 500px;
    min-height: 375px;
    height: 95%;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .card_b .card .card-bg {
      min-height: 100px; }
      .card_b .card .card-bg img {
        height: 100%; }
    .card_b .card .gxc-more {
      position: relative;
      right: 0px;
      top: 18px;
      display: table;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10%; } }

@media (max-width: 575.98px) {
  .card_b .gxc-more_b_e {
    display: none;
    margin-left: auto;
    margin-right: auto; }
  .card_b .card {
    max-width: 100%;
    min-width: 300px;
    min-height: 375px;
    height: 95%;
    width: 100%; }
    .card_b .card .card-bg {
      min-height: 100px; }
      .card_b .card .card-bg img {
        height: 100%; }
    .card_b .card .card-text h2 {
      font-size: 30px; }
    .card_b .card .gxc-more {
      position: relative;
      right: 0px;
      top: 18px;
      display: table;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10%; } }

@media (max-width: 321px) {
  .card_b .card {
    min-width: 280px;
    min-height: 350px; }
    .card_b .card .gxc-more {
      top: 20px !important; } }

.article_b1 .text, .article_b2 .text, .article_b3 .text, .article_b4 .text {
  width: 500px; }
  .article_b1 .text h3, .article_b2 .text h3, .article_b3 .text h3, .article_b4 .text h3 {
    font-size: 32px;
    font-weight: 600; }
  .article_b1 .text li, .article_b2 .text li, .article_b3 .text li, .article_b4 .text li {
    padding-top: 20px; }
  .article_b1 .text p, .article_b2 .text p, .article_b3 .text p, .article_b4 .text p {
    padding-top: 20px; }
  .article_b1 .text .b-padding, .article_b2 .text .b-padding, .article_b3 .text .b-padding, .article_b4 .text .b-padding {
    padding-left: 10px; }

.article_b1 img, .article_b2 img, .article_b3 img, .article_b4 img {
  display: inline-block;
  vertical-align: middle; }

.article_b1 .photo-pt, .article_b2 .photo-pt, .article_b3 .photo-pt, .article_b4 .photo-pt {
  padding-top: 7%; }

.article_b1 .text {
  margin-left: -80%; }

.article_b1 img {
  margin-left: 145%; }

.article_b2 .text {
  margin-left: -10%; }

.article_b2 img {
  margin-left: 25%; }

.article_b3 .text {
  margin-left: -95%; }
  .article_b3 .text li {
    width: 480px; }

.article_b3 img {
  margin-left: 125%; }

.article_b4 .text {
  margin-left: 10%; }

.article_b4 img {
  margin-left: 10%; }

@media (max-width: 768.98px) {
  .article_b1, .article_b2, .article_b3, .article_b4 {
    padding-bottom: 20px; }
    .article_b1 .text, .article_b2 .text, .article_b3 .text, .article_b4 .text {
      height: auto;
      width: 80%;
      margin-top: 0%;
      margin-left: 10%;
      padding-bottom: 0%; }
      .article_b1 .text h3, .article_b2 .text h3, .article_b3 .text h3, .article_b4 .text h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: center; }
      .article_b1 .text li, .article_b2 .text li, .article_b3 .text li, .article_b4 .text li {
        padding-top: 5px; }
      .article_b1 .text p, .article_b2 .text p, .article_b3 .text p, .article_b4 .text p {
        padding-top: 5px; }
      .article_b1 .text .b-padding, .article_b2 .text .b-padding, .article_b3 .text .b-padding, .article_b4 .text .b-padding {
        padding-left: 0px;
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
    .article_b1 .photo, .article_b2 .photo, .article_b3 .photo, .article_b4 .photo {
      padding: 10% 5%; }
      .article_b1 .photo img, .article_b2 .photo img, .article_b3 .photo img, .article_b4 .photo img {
        position: relative;
        display: table;
        width: 140px;
        margin-top: 0%;
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 575.98px) {
  .article_b1, .article_b2, .article_b3, .article_b4 {
    padding-bottom: 20px; }
    .article_b1 .text, .article_b2 .text, .article_b3 .text, .article_b4 .text {
      height: auto;
      width: 80%;
      margin-top: 0%;
      margin-left: 10%;
      padding-bottom: 0%; }
      .article_b1 .text h3, .article_b2 .text h3, .article_b3 .text h3, .article_b4 .text h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: center; }
      .article_b1 .text li, .article_b2 .text li, .article_b3 .text li, .article_b4 .text li {
        padding-top: 5px; }
      .article_b1 .text p, .article_b2 .text p, .article_b3 .text p, .article_b4 .text p {
        padding-top: 5px; }
      .article_b1 .text .b-padding, .article_b2 .text .b-padding, .article_b3 .text .b-padding, .article_b4 .text .b-padding {
        padding-left: 0px;
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
    .article_b1 .photo, .article_b2 .photo, .article_b3 .photo, .article_b4 .photo {
      padding: 10% 5%; }
      .article_b1 .photo img, .article_b2 .photo img, .article_b3 .photo img, .article_b4 .photo img {
        position: relative;
        display: table;
        width: 140px;
        margin-top: 0%;
        margin-left: auto;
        margin-right: auto; } }

.article_c .img img {
  position: absolute;
  margin-left: 125%;
  margin-top: -8%; }

.article_c .text {
  min-height: 190px;
  max-width: 500px;
  margin-top: 10%;
  margin-left: -85%; }
  .article_c .text p {
    color: #898989;
    padding-top: 5px; }
  .article_c .text .gxc-more {
    padding-top: 4%; }
    .article_c .text .gxc-more img {
      margin-top: -3%; }

@media (max-width: 575.98px) {
  .article_c {
    margin-top: 0%; }
    .article_c .col-12.col-md-6 img {
      position: relative;
      display: table;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .article_c .col-12.col-md-6 .text {
      position: relative;
      margin-top: 0%;
      display: table;
      width: 80%;
      height: auto;
      min-height: 230px;
      margin-left: auto;
      margin-right: auto; }
    .article_c .col-12.col-md-6 .gxc-more img {
      width: 25px;
      display: inline; } }

.icon_a .card-area {
  width: 100%;
  padding-top: 20px; }
  .icon_a .card-area .icon-card {
    padding: 0 20px;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .icon_a .card-area .icon-card img {
      padding-bottom: 5%; }
    .icon_a .card-area .icon-card p {
      width: 250px; }

@media (max-width: 575.98px) {
  .icon_a .title-area {
    padding: 10% 0% 10% 0%;
    max-width: 220px;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .icon_a .title-area h3 {
      font-size: 24px; }
  .icon_a .card-area {
    padding: 0% 10%;
    width: 100%;
    margin-left: 0%; }
    .icon_a .card-area .icon-card {
      max-width: 100%; } }

.card_c {
  padding-bottom: 3%; }
  .card_c .button_1 {
    padding-left: 150px; }
  .card_c .button_1 button {
    background-color: #D9EBFA;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #209CFF;
    height: 240px;
    width: 358px;
    border-radius: 16px;
    border: none;
    background-color: #D9EBFA; }
    .card_c .button_1 button:hover {
      background-color: #209CFF;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      color: #FFFFFF;
      cursor: pointer;
      -webkit-box-shadow: 0px 5px 20px rgba(32, 156, 255, 0.5);
      box-shadow: 0px 5px 20px rgba(32, 156, 255, 0.5); }
      .card_c .button_1 button:hover p {
        color: #FFFFFF; }
    .card_c .button_1 button p {
      color: #209CFF; }
  .card_c .button_2 button {
    background-color: #D9EBFA;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #FF874D;
    height: 240px;
    width: 358px;
    border-radius: 16px;
    border: none;
    background-color: #FAE7DD; }
    .card_c .button_2 button:hover {
      background-color: #FF874D;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      color: #FFFFFF;
      cursor: pointer;
      -webkit-box-shadow: 0px 5px 20px rgba(255, 135, 77, 0.5);
      box-shadow: 0px 5px 20px rgba(255, 135, 77, 0.5); }
      .card_c .button_2 button:hover p {
        color: #FFFFFF; }
    .card_c .button_2 button p {
      color: #FF874D; }
  .card_c .button_1 h2, .card_c .button_2 h2 {
    font-size: 48px; }
  .card_c button {
    outline: none; }

@media (max-width: 575.98px) {
  .card_c .button_1, .card_c .button_2 {
    width: 100%;
    padding-left: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    outline: none; }
    .card_c .button_1 h2, .card_c .button_2 h2 {
      font-size: 32px; }
    .card_c .button_1 p, .card_c .button_2 p {
      padding: 0 10%;
      font-size: 20px; }
    .card_c .button_1 button, .card_c .button_2 button {
      width: 100%;
      height: 194px;
      outline: none; }
  .card_c .button_2 {
    padding: 5% 0; } }

.icon_c .owl-item {
  width: auto; }
  .icon_c .owl-item img {
    height: 100px; }

@media (max-width: 575.98px) {
  .icon_c .icon-area img {
    position: relative;
    display: table;
    height: auto;
    margin-left: auto;
    margin-right: auto; } }

.solution {
  padding: 0px; }
  .solution .button-tab {
    padding: 30px;
    min-width: 270px; }
    .solution .button-tab h2 {
      font-size: 20px;
      text-align: center;
      margin: 0;
      padding: 0;
      color: #050505;
      font-weight: 400; }
    .solution .button-tab p {
      color: #7F7F7F;
      font-size: 20px;
      text-align: center;
      margin: 0;
      padding: 0; }
  .solution .tab {
    background-color: #F5F5F5;
    font-weight: 400; }
    .solution .tab .tab-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 3rem;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap; }
    .solution .tab a {
      display: inline-block;
      border-bottom: 3px solid transparent;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #333;
      opacity: 1;
      padding: 0 .5rem;
      margin: 0 .3rem;
      text-decoration: none; }
      .solution .tab a .button {
        overflow: break-word; }
  .solution .section-tab a.active {
    border-bottom: 3px solid #209cff; }
  .solution .section-tab a:hover h2, .solution .section-tab a:hover p {
    color: #209cff; }
  .solution .section-tab .active:hover p {
    color: #7F7F7F; }
  .solution .section-tab .active:hover h2 {
    color: #2C2D2C; }
  .solution .tab-content .img-area {
    border: 1px #D6D6D6 solid;
    border-radius: 20px;
    width: 100%; }
    .solution .tab-content .img-area .content-img {
      margin-right: 0%; }
      .solution .tab-content .img-area .content-img img {
        width: 99%;
        padding: 0%;
        margin-top: 0%; }
    .solution .tab-content .img-area .content-img-png {
      margin-right: 0%; }
      .solution .tab-content .img-area .content-img-png img {
        width: 99%;
        padding: 15px;
        margin-top: 10%;
        margin-bottom: 10%; }
    .solution .tab-content .img-area .content {
      position: relative;
      margin-left: 45%;
      min-width: 200px;
      margin-top: -5%;
      margin-bottom: 5%; }
      .solution .tab-content .img-area .content li {
        list-style-type: none; }
        .solution .tab-content .img-area .content li img {
          vertical-align: top; }
        .solution .tab-content .img-area .content li .content-small {
          display: inline-block;
          width: 200px; }
          .solution .tab-content .img-area .content li .content-small h5 {
            font-weight: 300;
            font-size: 16px; }
          .solution .tab-content .img-area .content li .content-small p {
            font-size: 14px;
            color: #999999; }
    .solution .tab-content .img-area .text {
      margin-left: 55px;
      margin-bottom: 10%; }
      .solution .tab-content .img-area .text h5 {
        font-weight: 450px;
        font-size: 16px; }
      .solution .tab-content .img-area .text li {
        font-weight: 300;
        font-size: 16px;
        margin-left: -10px;
        margin-bottom: 5px; }
  .solution .tab-content .text-area {
    margin-top: 8%;
    width: 550px; }
    .solution .tab-content .text-area h3 {
      font-size: 32px;
      padding-bottom: 5%; }
    .solution .tab-content .text-area ul {
      width: 475px; }
      .solution .tab-content .text-area ul li {
        padding-bottom: 4%; }
    .solution .tab-content .text-area .content-collapse .card {
      max-width: 530px;
      -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.13);
      box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.13);
      border: none; }
      .solution .tab-content .text-area .content-collapse .card:hover {
        -webkit-box-shadow: 0rem 0.2rem 1.5rem rgba(0, 0, 0, 0.2);
        box-shadow: 0rem 0.2rem 1.5rem rgba(0, 0, 0, 0.2); }
      .solution .tab-content .text-area .content-collapse .card .card-header {
        border: none;
        background-color: #FFF;
        height: auto; }
        .solution .tab-content .text-area .content-collapse .card .card-header h4 {
          width: 450px;
          padding: 4% 1% 1% 1%;
          font-size: 20px;
          font-weight: 400; }
        .solution .tab-content .text-area .content-collapse .card .card-header .btn {
          right: 0px;
          top: 0px;
          position: absolute; }
        .solution .tab-content .text-area .content-collapse .card .card-header .collapse-icon {
          width: 24px;
          height: 24px;
          position: absolute;
          margin-top: -5px;
          right: 25px;
          top: 35px;
          background-image: url(../img/ic/common/minus.svg); }
        .solution .tab-content .text-area .content-collapse .card .card-header .collapsed .collapse-icon {
          background-image: url(../img/ic/common/plus.svg); }
      .solution .tab-content .text-area .content-collapse .card .card-border {
        width: 500px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        display: table;
        margin-left: auto;
        margin-right: auto; }
      .solution .tab-content .text-area .content-collapse .card .card-body {
        padding-bottom: 1%; }
        .solution .tab-content .text-area .content-collapse .card .card-body ul li {
          list-style-type: none;
          margin-left: -15px;
          padding-bottom: 0px; }

@media (max-width: 575.98px) {
  .solution .button-tab {
    padding: 5px;
    min-width: 150px; }
    .solution .button-tab h2 {
      font-size: 16px; }
    .solution .button-tab p {
      font-size: 16px; }
  .solution .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .solution .tab .tab-wrap {
    line-height: 2rem;
    overflow: scroll; }
  .solution .tab-content {
    padding: 5% 0%; }
    .solution .tab-content .col-lg-6 {
      padding-bottom: 4%;
      height: 100%; }
    .solution .tab-content .img-area {
      margin-left: 0%;
      min-width: 100%;
      max-width: 1000px;
      width: 100%; }
      .solution .tab-content .img-area .content-img img {
        width: 105%;
        min-width: 0px; }
      .solution .tab-content .img-area .content {
        margin-top: 5px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-left: 17%; }
    .solution .tab-content .text-area {
      margin-top: 10px;
      margin-left: 0%;
      width: 100%; }
      .solution .tab-content .text-area h3 {
        font-size: 26px;
        padding-bottom: 10px;
        margin-left: 30px; }
      .solution .tab-content .text-area ul {
        width: 100%; }
      .solution .tab-content .text-area .content-collapse .card .card-header h4 {
        width: 90%; }
      .solution .tab-content .text-area .content-collapse .card .card-header .collapse-icon {
        right: 25px;
        top: 27px;
        background-image: url(../img/ic/common/minus.svg); }
      .solution .tab-content .text-area .content-collapse .card .card-header .collapsed .collapse-icon {
        background-image: url(../img/ic/common/plus.svg); }
      .solution .tab-content .text-area .content-collapse .card .card-border {
        width: 500px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        display: table;
        margin-left: auto;
        margin-right: auto; }
      .solution .tab-content .text-area .content-collapse .card .card-body ul li {
        list-style-type: none;
        margin-left: -10px;
        width: 96%; } }

.success_article, .cooperate_article, .success-logo_article {
  padding-bottom: 5%; }
  .success_article .container .title-area, .cooperate_article .container .title-area, .success-logo_article .container .title-area {
    text-align: left;
    padding: 10px 0px; }
    .success_article .container .title-area h3, .success_article .container .title-area h5, .cooperate_article .container .title-area h3, .cooperate_article .container .title-area h5, .success-logo_article .container .title-area h3, .success-logo_article .container .title-area h5 {
      padding-top: 5%; }
  .success_article .container .text img, .cooperate_article .container .text img, .success-logo_article .container .text img {
    width: 100%; }

.cooperate_article .text h3 {
  font-size: 26px; }

.cooperate_article .text p {
  font-weight: normal;
  width: 100% !important;
  max-width: 100%;
  padding-bottom: 50px; }

.success-logo_article .container {
  padding: 35px 0 0 0; }
  .success-logo_article .container .logo-text {
    margin-left: -110px; }
    .success-logo_article .container .logo-text p {
      color: #7F7F7F;
      max-width: 550px;
      font-size: 24px;
      font-weight: bold; }
    .success-logo_article .container .logo-text h5 {
      color: #7F7F7F;
      max-width: 550px;
      font-size: 20px;
      font-weight: bold;
      text-align: right; }
  .success-logo_article .container .logo-img img {
    margin: 0px 50px 0 0;
    width: 60%; }

.global-article .container.big {
  max-width: 1200px; }
  .global-article .container.big .col-12.col-md-4 {
    padding: 15px 25px; }

.global-article .container .just-img {
  display: none; }

.global-article .container p {
  margin: 5px; }

.global-article .container .map {
  position: ralative; }
  .global-article .container .map img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%; }
  .global-article .container .map .location {
    position: absolute;
    width: 30px; }
    .global-article .container .map .location img {
      width: 30px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .global-article .container .map .location .location-name {
      opacity: 0;
      width: 40px;
      background-color: #FFF;
      border-radius: 15px;
      margin-left: -5px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .global-article .container .map .location .location-name p {
        opacity: 0;
        font-size: 14px;
        font-weight: 600; }
  .global-article .container .map #tokyo {
    top: 205px;
    left: 490px; }
  .global-article .container .map #Beijing {
    top: 175px;
    left: 425px; }
  .global-article .container .map #Shanghai {
    top: 225px;
    left: 415px; }
  .global-article .container .map #Hongkong {
    top: 255px;
    left: 390px; }
  .global-article .container .map #Vietnam {
    top: 290px;
    left: 370px; }
  .global-article .container .map #Thai {
    top: 280px;
    left: 345px; }
  .global-article .container .map #Singapore {
    top: 315px;
    left: 340px; }
    .global-article .container .map #Singapore .location-name {
      width: 54px;
      margin-left: -15px; }
  .global-article .container .map #Myanmar {
    top: 265px;
    left: 325px; }
  .global-article .container .map #Indonesia {
    top: 350px;
    left: 345px; }
  .global-article .container .map #Sanfrancisco {
    top: 200px;
    left: 820px; }
    .global-article .container .map #Sanfrancisco .location-name {
      width: 54px;
      margin-left: -15px; }
  .global-article .container .map #Newyork {
    top: 220px;
    left: 970px; }
  .global-article .container .map .location:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .global-article .container .map .location:hover .location-name {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .global-article .container .map .location:hover .location-name p {
      opacity: 1;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.global-article .container .title-area {
  text-align: left;
  padding: 10px 15px; }
  .global-article .container .title-area h3, .global-article .container .title-area h5 {
    padding-top: 5%; }

.global-article .container .foothold-list .card {
  height: 110px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15); }
  .global-article .container .foothold-list .card img {
    height: 100%; }

.global-article .container .foothold-list .foothold {
  padding: 15px;
  list-style: none; }
  .global-article .container .foothold-list .foothold .text {
    padding-top: 10px; }
  .global-article .container .foothold-list .foothold .phone {
    color: #7F7F7F; }

.global-article .container .titles {
  padding: 0px 15px; }
  .global-article .container .titles h4 {
    font-size: 20px;
    color: #323232;
    font-weight: 600; }

.global-article .container .title.text-right {
  margin-left: -160px; }

.global-article .container .region-list {
  padding: 0px 10px; }
  .global-article .container .region-list .col-12.col-md-3 {
    padding: 0px; }
  .global-article .container .region-list .region {
    width: 100%; }
    .global-article .container .region-list .region .col-6 {
      padding: 0px; }
    .global-article .container .region-list .region li {
      font-size: 35px;
      margin-left: 30px; }
    .global-article .container .region-list .region p {
      display: inline;
      font-weight: 500;
      color: #000;
      font-size: 26px;
      margin-left: -25px; }
    .global-article .container .region-list .region p.date {
      font-weight: 300;
      color: #7F7F7F;
      font-size: 20px;
      margin-top: 20px;
      margin-left: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .global-article .container .region-list .region img {
      width: 100%; }
    .global-article .container .region-list .region .c-1 {
      color: #E60010; }
    .global-article .container .region-list .region .c-2 {
      color: #8EC31F; }
    .global-article .container .region-list .region .c-3 {
      color: #22AC37; }
    .global-article .container .region-list .region .c-4 {
      color: #43318F; }
    .global-article .container .region-list .region .c-5 {
      color: #FDD105; }
    .global-article .container .region-list .region .c-6 {
      color: #F39800; }
    .global-article .container .region-list .region .c-7 {
      color: #007F41; }
    .global-article .container .region-list .region .c-8 {
      color: #E4007F; }

@media (max-width: 1199.98px) {
  .global-article .web {
    display: none !important; }
  .global-article .container .just-img {
    display: block !important;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto; }
    .global-article .container .just-img img {
      min-width: 1500px;
      height: auto; }
  .global-article .container .region-list .region {
    width: 100%; }
    .global-article .container .region-list .region .col-6 {
      padding: 0px; }
    .global-article .container .region-list .region li {
      font-size: 22px;
      margin-left: 30px;
      margin-top: 18px; }
    .global-article .container .region-list .region p {
      display: inline;
      font-weight: 500;
      color: #000;
      font-size: 22px;
      margin-left: -10px; } }

@media (max-width: 575.98px) {
  .global-article .container .foothold-list {
    padding: 0px; } }

.img-list .list img {
  margin-top: -15px; }

.price .mobile {
  display: none; }

.price .custom-nav {
  width: 1500px;
  margin-top: -825px;
  position: absolute; }
  .price .custom-nav .owl-prev, .price .custom-nav .owl-next {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer; }
  .price .custom-nav .owl-prev {
    background: url("../img/button/white_01@3x.svg") no-repeat;
    -webkit-transform: .2s;
    -ms-transform: .2s;
    transform: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .price .custom-nav .owl-prev:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    .price .custom-nav .owl-prev:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
  .price .custom-nav .owl-next {
    background: url("../img/button/white_02@3x.svg") no-repeat;
    margin-left: 70%; }
    .price .custom-nav .owl-next:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    .price .custom-nav .owl-next:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }

.price .owl-stage-outer .owl-stage {
  cursor: -webkit-grab;
  cursor: grab;
  float: none;
  margin: 0 auto; }
  .price .owl-stage-outer .owl-stage .owl-item {
    padding: 0 0 20px 0; }

.price .card {
  width: 370px;
  height: 700px; }
  .price .card .card-text {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    font-weight: 200; }
  .price .card ul {
    padding-top: 10%; }
    .price .card ul li {
      list-style-type: none; }
      .price .card ul li img {
        top: 0px;
        width: 35px;
        display: inline-block;
        padding-right: 2%;
        vertical-align: top; }
      .price .card ul li p {
        position: relative;
        display: inline-block;
        width: 250px; }
  .price .card .button {
    position: absolute;
    background: #209cff;
    color: #fafafa;
    width: 85%;
    padding: .8em 5em;
    left: 8%;
    bottom: 5%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border: none; }
    .price .card .button:hover {
      text-decoration: none;
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      border: none; }
    .price .card .button:active {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94);
      border: none; }

@media (max-width: 1400px) {
  .price .custom-nav {
    width: 100%; }
    .price .custom-nav .owl-next {
      margin-left: 75%; } }

@media (max-width: 1200px) {
  .price .custom-nav {
    width: 100%; }
    .price .custom-nav .owl-next {
      margin-left: 75%; } }

@media (max-width: 575.98px) {
  .price {
    padding-bottom: 1em; }
    .price .owl-stage-outer .owl-stage {
      margin-left: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .price .owl-stage-outer .owl-stage .owl-item {
        display: inline; }
    .price .card {
      width: 100%;
      min-width: 320px;
      height: 600px; }
      .price .card .img-card ul {
        height: 380px;
        overflow-y: scroll;
        -webkit-scrollbar: none; }
        .price .card .img-card ul li p {
          width: 70%; }
      .price .card .img-card .button {
        border-radius: 100px; } }

@media (max-width: 376px) {
  .price .card {
    min-width: 290px;
    min-height: 600px; }
    .price .card .card-text {
      top: 13%; }
      .price .card .card-text h2 {
        font-size: 26px; }
      .price .card .card-text p {
        font-size: 20px; }
    .price .card .img-card ul {
      height: 380px;
      overflow-y: scroll;
      -webkit-scrollbar: none; }
      .price .card .img-card ul li img {
        max-width: 25px;
        margin-top: 5px; } }

@media (max-width: 321px) {
  .price .card {
    min-width: 240px;
    min-height: 550px;
    -webkit-scrollbar: none; }
    .price .card .card-text {
      top: 12%; }
      .price .card .card-text h2 {
        font-size: 22px; }
      .price .card .card-text p {
        font-size: 16px; }
    .price .card .img-card ul {
      height: 320px;
      overflow-y: scroll;
      -webkit-scrollbar: none; }
    .price .card .img-card .button {
      padding: .8em 3em; } }

#uc_p1_popup .modal-dialog, #uc_p2_popup .modal-dialog {
  display: table;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto; }
  #uc_p1_popup .modal-dialog .modal-content, #uc_p2_popup .modal-dialog .modal-content {
    width: 760px;
    height: 370px;
    border-radius: 15px; }
    #uc_p1_popup .modal-dialog .modal-content img, #uc_p2_popup .modal-dialog .modal-content img {
      margin-top: -10px; }
  #uc_p1_popup .modal-dialog .text-area, #uc_p2_popup .modal-dialog .text-area {
    margin-top: -280px;
    margin-left: 350px; }
    #uc_p1_popup .modal-dialog .text-area h2, #uc_p2_popup .modal-dialog .text-area h2 {
      font-size: 28px; }
    #uc_p1_popup .modal-dialog .text-area p, #uc_p2_popup .modal-dialog .text-area p {
      display: table;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 0%; }
    #uc_p1_popup .modal-dialog .text-area .describe, #uc_p2_popup .modal-dialog .text-area .describe {
      font-size: 15px;
      color: #5B5E63;
      padding-bottom: 1%;
      margin-bottom: 0%;
      padding-top: 0%; }
  #uc_p1_popup .modal-dialog .close, #uc_p2_popup .modal-dialog .close {
    font-size: 70px;
    margin-right: 10px; }
  #uc_p1_popup .modal-dialog button, #uc_p2_popup .modal-dialog button {
    outline: none; }

@media (max-width: 575.98px) {
  #uc_p1_popup .modal-dialog, #uc_p2_popup .modal-dialog {
    margin-top: 50%; }
    #uc_p1_popup .modal-dialog .modal-content, #uc_p2_popup .modal-dialog .modal-content {
      width: 360px;
      height: 480px; }
      #uc_p1_popup .modal-dialog .modal-content img, #uc_p2_popup .modal-dialog .modal-content img {
        margin-left: -20px;
        margin-top: -100px; }
    #uc_p1_popup .modal-dialog .text-area, #uc_p2_popup .modal-dialog .text-area {
      margin-left: 50px;
      margin-top: -70px; }
      #uc_p1_popup .modal-dialog .text-area h2, #uc_p2_popup .modal-dialog .text-area h2 {
        font-size: 22px; }
      #uc_p1_popup .modal-dialog .text-area p, #uc_p2_popup .modal-dialog .text-area p {
        display: table;
        font-size: 18px; }
      #uc_p1_popup .modal-dialog .text-area .pt-3, #uc_p2_popup .modal-dialog .text-area .pt-3 {
        padding-top: 2px !important; }
      #uc_p1_popup .modal-dialog .text-area .describe, #uc_p2_popup .modal-dialog .text-area .describe {
        font-size: 12px; }
    #uc_p1_popup .modal-dialog .close, #uc_p2_popup .modal-dialog .close {
      font-size: 40px;
      margin: 0px 10px 10px 0px; } }

@media (max-width: 321px) {
  #uc_p1_popup .modal-dialog, #uc_p2_popup .modal-dialog {
    margin-top: 50%; }
    #uc_p1_popup .modal-dialog .modal-content, #uc_p2_popup .modal-dialog .modal-content {
      width: 300px;
      height: 450px; }
      #uc_p1_popup .modal-dialog .modal-content img, #uc_p2_popup .modal-dialog .modal-content img {
        margin-left: -50px;
        margin-top: -100px; }
    #uc_p1_popup .modal-dialog .text-area, #uc_p2_popup .modal-dialog .text-area {
      width: auto;
      margin-left: 20px;
      margin-top: -90px; }
    #uc_p1_popup .modal-dialog p, #uc_p2_popup .modal-dialog p {
      display: table;
      font-size: 16px; }
    #uc_p1_popup .modal-dialog .describe, #uc_p2_popup .modal-dialog .describe {
      font-size: 14px; } }

.picture .photo {
  width: 100%; }

#footer {
  min-height: 180px;
  padding-top: 10px; }
  #footer .cotntac.py-4 {
    padding: 0px; }
  #footer .footer-link {
    border-bottom: 1px solid #C8C9CC;
    padding-bottom: 10px; }
  #footer h5 {
    font-size: .7rem;
    margin-bottom: .4rem; }
  #footer li {
    line-height: 1.8;
    margin-left: -30px; }
  #footer a {
    color: #616469;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 10px; }
  #footer a:first-child {
    padding-left: 0px; }
  #footer .brand {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
    width: 35px; }
  #footer .svg {
    -webkit-filter: invert(0.5) brightness(1.5);
    filter: invert(0.5) brightness(1.5);
    width: 20px; }
  #footer p {
    font-size: 14px;
    font-weight: 300;
    color: #616469; }
  #footer .version {
    color: #616469;
    font-size: 16px;
    font-weight: 400;
    margin-left: 50%; }
  #footer .misc-links, #footer .miniature {
    font-size: 0.65rem; }
  #footer .misc-links a {
    margin-top: 5px;
    margin-right: .5rem;
    padding-right: .5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline; }
  #footer .official-links {
    margin-top: 0; }
    #footer .official-links a img {
      height: 30px; }
  #footer .misc-links p, #footer .copyright p {
    margin: 0; }

@media (max-width: 575.98px) {
  #footer {
    min-height: 100px;
    padding-bottom: 15px; }
    #footer .py-4 {
      padding-top: 5px !important; }
    #footer .footer-link {
      padding-bottom: 8px;
      border-bottom: 0px solid #C8C9CC;
      font-size: .7rem; }
      #footer .footer-link a {
        color: #616469;
        font-size: 14px;
        font-weight: 300;
        padding: 0px 5px; }
      #footer .footer-link a:first-child {
        padding-left: 0px; }
      #footer .footer-link .svg {
        margin-left: -5px; }
    #footer .footer-border {
      width: 95%;
      border-bottom: 1px solid #C8C9CC;
      height: 1px;
      margin-left: 10px; }
    #footer .brand {
      -webkit-filter: invert(0.5);
      filter: invert(0.5);
      width: 35px;
      margin-top: -2px; }
    #footer .svg {
      -webkit-filter: invert(0.5) brightness(1.7);
      filter: invert(0.5) brightness(1.7);
      margin-top: -5px; }
    #footer p {
      margin-left: 10px;
      font-size: 14px;
      font-weight: 300;
      color: #616469; }
    #footer .misc-links, #footer .miniature {
      font-size: 0.65rem; }
    #footer .misc-links a {
      margin-top: 5px;
      margin-right: .5rem;
      padding-right: .5rem;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      display: inline; }
    #footer .official-links {
      padding: 20px 0px; }
      #footer .official-links a {
        width: 30%;
        overflow: hidden; }
        #footer .official-links a img {
          height: 28px; }
    #footer .version {
      color: #616469;
      font-size: 16px;
      font-weight: 400;
      margin-left: 50%; } }

@media (max-width: 376px) {
  #footer .footer-border {
    margin-left: 17px; }
  #footer a {
    font-size: 12px;
    padding: 0px 5px; }
  #footer p {
    margin-left: 10px;
    font-size: 12px; } }

@media (max-width: 321px) {
  #footer .footer-border {
    margin-left: 15px; }
  #footer a {
    padding: 0px 2px; }
  #footer p {
    font-size: 12px; }
  #footer .col-2 {
    width: 0px !important; } }

.cht-article .container {
  padding: 0px 100px; }

.cht-article li, .cht-article p, .cht-article span {
  font-size: 16px !important;
  font-weight: 400; }

.cht-article table {
  background-color: #DCDCDC;
  border: #FFF;
  border-radius: 10px;
  width: 100%; }
  .cht-article table tr td p {
    text-align: center !important;
    margin: 10px 0px; }
  .cht-article table tr td .text-left {
    padding-left: 15px;
    text-align: left !important; }

.cht-article .border-bottom {
  height: 1px;
  width: 100%;
  background-color: #D6D6D6; }

.aws-section {
  position: relative;
  padding: 0px;
  max-height: 1000px;
  min-height: 800px;
  height: 100%; }
  .aws-section .aws-bg .bg-y {
    background: #FFC80B !important; }
  .aws-section .aws-bg {
    overflow: hidden;
    min-height: 1500px;
    height: 80%; }
    .aws-section .aws-bg .bg_back {
      position: absolute;
      min-width: 2210px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .aws-section .aws-bg .bg_front {
      position: absolute;
      min-width: 2210px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .aws-section .aws-bg .cover {
      width: 100%;
      max-width: 1500px;
      min-width: 1400px;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      
      z-index: 2; }
    .aws-section .aws-bg .cover img {
      width: 100%; }
    .aws-section .aws-bg .title {
      max-width: 1400px;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 10%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .aws-section .aws-bg .card-area {
      position: absolute;
      max-width: 1280px;
      bottom: 5%;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
      z-index: 3; }
      .aws-section .aws-bg .card-area .card {
        min-height: 180px;
        min-width: 264px;
        position: relative;
        border: 10px solid #FFD440;
        border-radius: 30px !important;
        -webkit-box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.25);
        overflow: visible; }
      .aws-section .aws-bg .card-area .card-number {
        position: absolute;
        top: -30px;
        left: -20px;
        z-index: 10;
        border-radius: 100%;
        background: #000;
        width: 60px;
        height: 60px;
        background: #ffd441;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#ffd441), color-stop(50%, #ffd441), color-stop(50%, #ffc500), to(#ffc500));
        background: -o-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        background: linear-gradient(to right, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd441', endColorstr='#ffc500',GradientType=1 );
        /* IE6-9 */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .aws-section .aws-bg .card-area .card-number h2 {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: relative;
          z-index: 10;
          text-align: center;
          margin: 0px;
          margin-top: 5px;
          color: #FFF; }
      .aws-section .aws-bg .card-area .card-content {
        padding: 28px 20px; }
        .aws-section .aws-bg .card-area .card-content h2, .aws-section .aws-bg .card-area .card-content p {
          text-align: center; }
        .aws-section .aws-bg .card-area .card-content h2 {
          color: #FD6108;
          font-size: 56px;
          font-weight: 600;
          line-height: 68px; }
        .aws-section .aws-bg .card-area .card-content p {
          color: #808080;
          font-size: 20px;
          font-weight: 400;
          line-height: 28px; }
    .aws-section .aws-bg .button-area {
      position: relative;
      max-width: 1280px;
      bottom: 10%;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 3; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .aws-section .aws-bg .cover {
    grid-template-columns: repeat(2,50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 1400px !important;
   }
  .aws-section .aws-bg .cover img {
    width: 100%;
    position: relative;
    max-width: 700px;
  }
}

@media (max-width: 1440px) {
  .aws-section {
    max-height: 900px; }
    .aws-section .aws-bg {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .aws-section .aws-bg .title {
        top: 8%; }
      .aws-section .aws-bg .cover {
        min-width: 1200px;
        width: 80%;
        margin-left: 100px; }
      .aws-section .aws-bg .card-area {
        bottom: 0%; }
        .aws-section .aws-bg .card-area .card-content {
          padding: 20px 16px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .aws-section .aws-bg .card-area .card-content h2 {
            font-size: 50px; }
      .aws-section .aws-bg .button-area {
        margin: 0px; } }

@media (max-width: 1350px) {
  .aws-section {
    max-height: 900px; }
    .aws-section .aws-bg {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .aws-section .aws-bg .title {
        top: 8%; }
      .aws-section .aws-bg .cover {
        min-width: 1200px;
        width: 100%;
        margin-left: 0px; }
      .aws-section .aws-bg .card-area {
        bottom: 4%; }
        .aws-section .aws-bg .card-area .card-content {
          padding: 20px 16px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .aws-section .aws-bg .card-area .card-content h2 {
            font-size: 50px; }
      .aws-section .aws-bg .button-area {
        margin: 0px; } }

@media (max-width: 1200px) {
  .aws-section {
    max-height: 800px; }
    .aws-section .aws-bg .title {
      top: 6%; }
    .aws-section .aws-bg .cover {
      min-width: 1200px; }
    .aws-section .aws-bg .card-area {
      bottom: 0%; }
      .aws-section .aws-bg .card-area .card-content {
        padding: 20px 20px; }
        .aws-section .aws-bg .card-area .card-content h2 {
          font-size: 46px; }
        .aws-section .aws-bg .card-area .card-content p {
          font-size: 18px; } }

@media (max-width: 1150px) {
  .aws-section {
    max-height: 800px; }
    
    .aws-section .aws-bg .bg_back {
      min-width: 2000px; }
    .aws-section .aws-bg .bg_front {
      min-width: 2000px; }
    .aws-section .aws-bg .cover {
      width: 105%;
      min-width: 0px;
      max-width: 1500px; }
      .aws-section .aws-bg .cover img {
        width: 100%; }
    .aws-section .aws-bg .title {
      max-width: 90%;
      position: absolute;
      top: 6%; }
    .aws-section .aws-bg .card-area {
      max-width: 100%;
      bottom: 5%;
      width: 95%; }
      .aws-section .aws-bg .card-area .card {
        min-height: 180px;
        min-width: 250px;
        position: relative;
        border: 10px solid #FFD440;
        border-radius: 30px !important;
        -webkit-box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.25);
        overflow: visible; }
      .aws-section .aws-bg .card-area .card-number {
        position: absolute;
        top: -30px;
        left: -20px;
        z-index: 10;
        border-radius: 100%;
        background: #000;
        width: 60px;
        height: 60px;
        background: #ffd441;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#ffd441), color-stop(50%, #ffd441), color-stop(50%, #ffc500), to(#ffc500));
        background: -o-linear-gradient(left, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        background: linear-gradient(to right, #ffd441 0%, #ffd441 50%, #ffc500 50%, #ffc500 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd441', endColorstr='#ffc500',GradientType=1 );
        /* IE6-9 */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .aws-section .aws-bg .card-area .card-number h2 {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: relative;
          z-index: 10;
          text-align: center;
          margin: 0px;
          margin-top: 5px;
          color: #FFF; }
      .aws-section .aws-bg .card-area .card-content {
        padding: 20px; }
        .aws-section .aws-bg .card-area .card-content h2, .aws-section .aws-bg .card-area .card-content p {
          text-align: center; }
        .aws-section .aws-bg .card-area .card-content h2 {
          color: #FD6108;
          font-size: 42px;
          font-weight: 600;
          line-height: 68px; }
        .aws-section .aws-bg .card-area .card-content p {
          color: #808080;
          font-size: 16px;
          font-weight: 400;
          line-height: 28px; }
   
    .aws-section .aws-bg .button-area {
      margin: 5% auto 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .aws-section .aws-bg .button {
    margin: 0 !important; } 
}

@media (max-width: 768px) {
  .aws-section {
    position: relative;
    padding: 0px;
    max-height: inherit;
    height: auto; }
    .aws-section .aws-bg {
      overflow: hidden;
      min-height: 0vh;
      height: auto; }
      .aws-section .aws-bg .bg_back {
        position: absolute;
        min-width: 1500px;
        left: 50%;
        top: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .aws-section .aws-bg .bg_front {
        position: absolute;
        min-width: 1150px;
        left: 50%;
        top: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .aws-section .aws-bg .card-bottom-l {
        height: 30px; }
      .aws-section .aws-bg .title {
        max-width: 1000px;
        width: 100%;
        position: relative;
        top: 20px; }
      .aws-section .aws-bg .card-area {
        position: relative;
        bottom: inherit;
        padding-bottom: 0px !important;
        width: 100%; }
        .aws-section .aws-bg .card-area .card {
          min-height: 124px; }
        .aws-section .aws-bg .card-area .card-number h2 {
          margin-top: 10px;
          margin-left: -4px; }
        .aws-section .aws-bg .card-area .card-content {
          padding: 20px 16px; }
          .aws-section .aws-bg .card-area .card-content h2 {
            font-size: 40px;
            font-weight: 500;
            line-height: 40px; }
      .aws-section .aws-bg .button {
        margin-top: 0px !important;
        font-size: 16px !important; }
      .aws-section .aws-bg .button.bg-y {
          background: #FFC80B; }
      .aws-section .aws-bg button {
        font-weight: 500;
        line-height: 22px; } }

@media (max-width: 568.98px) {
  .aws-section .aws-bg .bg_front {
    min-width: 0px; } }

.aws-page-tab {
  padding: 0px; }
  .aws-page-tab section {
    padding: 0px; }
  .aws-page-tab .button {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    outline: none; }
  .aws-page-tab .tab {
    background: #21282D;
    position: relative; }
    .aws-page-tab .tab .brand-logo {
      position: absolute;
      max-width: 120px;
      cursor: pointer; }
    .aws-page-tab .tab .nav-tabs {
      border: 0px; }
    .aws-page-tab .tab .tab-wrap .nav-item {
      border: 0px; }
      .aws-page-tab .tab .tab-wrap .nav-item a {
        color: #BCBEC0;
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        padding: 20px 0px;
        margin: 0 50px; }
        .aws-page-tab .tab .tab-wrap .nav-item a.active {
          color: #FFF;
          border-bottom: 3.87px solid #FF9901 !important; }

@media (max-width: 768.98px) {
  .aws-page-tab {
    padding: 0px; }
    .aws-page-tab section {
      padding: 0px; }
    .aws-page-tab .button {
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      outline: none; }
    .aws-page-tab .tab {
      background: #21282D;
      width: 100%;
      position: relative; }
      .aws-page-tab .tab .brand-logo {
        position: absolute;
        cursor: pointer;
        display: inline;
        height: 65px; }
        .aws-page-tab .tab .brand-logo img {
          max-width: 120px;
          height: 65px;
          margin: auto 0;
          margin-left: 20px; }
      .aws-page-tab .tab .nav-tabs {
        border: 0px;
        display: inline; }
      .aws-page-tab .tab .tab-wrap {
        display: inline; }
        .aws-page-tab .tab .tab-wrap .nav-item a {
          font-weight: 500;
          font-size: 16px;
          line-height: 22px;
          padding: 20px 0px;
          margin: 0 15px; }
          .aws-page-tab .tab .tab-wrap .nav-item a.active {
            color: #FFF;
            border-bottom: 3.87px solid #FF9901 !important; }
  .tab .tab-wrap:after {
    content: '';
    width: 0rem; } }

@media (max-width: 768.98px) {
  .aws-page-tab .tab .brand-logo {
    left: -20px; }
  .aws-page-tab .tab .tab-wrap .nav-item a {
    margin: 0 10px; } }

.img-article-a {
  height: 400px;
  background: #21282D; }
  .img-article-a .container {
    max-width: 1280px; }
  .img-article-a .img-area {
    padding: 0px;
    margin-left: -111px; }
    .img-article-a .img-area img {
      min-width: 600px;
      position: absolute;
      z-index: 0; }
  .img-article-a .triangle {
    width: 0;
    height: 400px;
    border: 200px solid transparent;
    border-right: 100px solid #21282D;
    position: absolute;
    left: -300px;
    top: 0; }
  .img-article-a .text-area {
    position: relative;
    padding: 80px 40px;
    z-index: 1;
    background: #21282D;
    height: 400px; }
    .img-article-a .text-area h3, .img-article-a .text-area p {
      color: #FFF; }
    .img-article-a .text-area h3 {
      font-size: 48px;
      font-weight: 500;
      line-height: 67px; }
    .img-article-a .text-area p {
      font-size: 24px;
      line-height: 36px; }
    .img-article-a .text-area .button {
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      outline: none; }

@media (max-width: 768.98px) {
  .img-article-a .triangle {
    left: -299px; } }

@media (max-width: 568.98px) {
  .img-article-a {
    height: auto;
    background: #21282D; }
    .img-article-a .img-area {
      padding: 0px;
      height: 200px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 0px; }
      .img-article-a .img-area img {
        min-width: 0px;
        position: absolute;
        z-index: 0;
        bottom: 0; }
    .img-article-a .triangle {
      width: 100%;
      height: 0px;
      border-right: 49.5vw solid transparent;
      border-left: 49.5vw solid transparent;
      border-top: 15vw solid #21282D;
      position: absolute;
      z-index: 1;
      left: 0%;
      top: 250px; }
    .img-article-a .text-area {
      padding: 32px 24px;
      text-align: center;
      position: relative;
      min-height: 250px;
      height: auto; }
      .img-article-a .text-area h3, .img-article-a .text-area p {
        color: #FFF; }
      .img-article-a .text-area h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 45px; }
      .img-article-a .text-area p {
        font-size: 20px;
        line-height: 32px; }
      .img-article-a .text-area .button {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        outline: none;
        font-size: 16px !important;
        width: 200px;
        margin: 0;
        margin-top: 15px; } }

@media (max-width: 321px) {
  .img-article-a .img-area img {
    min-height: 200px; } }

.img-article-b {
  height: 400px;
  background: #21282D; }
  .img-article-b .container {
    max-width: 1280px; }
  .img-article-b .img-area {
    padding: 0px; }
    .img-article-b .img-area img {
      min-width: 800px;
      position: absolute;
      top: 50;
      transfrom: translateY(-50%); }
  .img-article-b .triangle {
    width: 0;
    height: 400px;
    border: 200px solid transparent;
    border-left: 100px solid #21282D;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 0; }
  .img-article-b .text-area {
    position: relative;
    padding: 80px 40px;
    z-index: 2;
    background: #21282D; }
    .img-article-b .text-area h3, .img-article-b .text-area p {
      color: #FFF; }
    .img-article-b .text-area h3 {
      font-size: 48px;
      font-weight: 500;
      line-height: 67px; }
    .img-article-b .text-area p {
      font-size: 24px;
      line-height: 36px; }
    .img-article-b .text-area .button {
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      outline: none; }

@media (max-width: 568.98px) {
  .img-article-b {
    height: auto;
    background: #21282D; }
    .img-article-b .img-area {
      padding: 0px;
      height: 200px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 0px; }
      .img-article-b .img-area img {
        min-width: 0px;
        position: absolute;
        z-index: 0; }
    .img-article-b .triangle {
      width: 100%;
      height: 0px;
      border-right: 49.5vw solid transparent;
      border-left: 49.5vw solid transparent;
      border-top: 15vw solid #21282D;
      position: absolute;
      z-index: 1;
      left: 0%;
      top: inherit; }
    .img-article-b .text-area {
      padding: 32px 24px;
      text-align: center;
      position: relative;
      min-height: 250px;
      height: auto; }
      .img-article-b .text-area h3, .img-article-b .text-area p {
        color: #FFF; }
      .img-article-b .text-area h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 45px; }
      .img-article-b .text-area p {
        font-size: 20px;
        line-height: 32px; }
      .img-article-b .text-area .button {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        outline: none;
        font-size: 16px !important;
        width: 200px;
        margin: 0;
        margin-top: 15px; } }

@media (max-width: 321px) {
  .img-article-b .img-area img {
    min-width: 0px;
    width: auto;
    min-height: 200px;
    bottom: 0; } }

.img-article-b.color-w {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(48%, white), color-stop(48%, #e7e7e7), to(#e7e7e7));
  background: -webkit-linear-gradient(left, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%);
  background: -o-linear-gradient(left, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%);
  background: linear-gradient(90deg, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%); }
  .img-article-b.color-w .text-area {
    padding: 80px 0px 60px 15px;
    background: #FFF; }
    .img-article-b.color-w .text-area h3, .img-article-b.color-w .text-area p {
      color: #000; }
    .img-article-b.color-w .text-area p {
      color: #838383; }
  .img-article-b.color-w .triangle {
    border: 200px solid  trasparent;
    border-left: 100px solid #FFF;
    position: absolute;
    left: 0px;
    top: 0; }
  .img-article-b.color-w .icon-area {
    background: #E7E7E7;
    min-width: 1000px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -125px; }
    .img-article-b.color-w .icon-area img {
      padding: 140px 20px;
      width: 160px;
      height: 400px; }

@media (max-width: 568.98px) {
  .img-article-b.color-w {
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(48%, white), color-stop(48%, #e7e7e7), to(#e7e7e7));
    background: -webkit-linear-gradient(left, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%);
    background: -o-linear-gradient(left, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%);
    background: linear-gradient(90deg, white 0%, white 48%, #e7e7e7 48%, #e7e7e7 100%); }
    .img-article-b.color-w .text-area {
      padding: 60px 0px 60px 15px;
      background: #FFF; }
      .img-article-b.color-w .text-area h3, .img-article-b.color-w .text-area p {
        color: #000; }
      .img-article-b.color-w .text-area p {
        color: #838383; }
    .img-article-b.color-w .triangle {
      width: 100%;
      height: 0px;
      border-right: 49.5vw solid transparent;
      border-left: 49.5vw solid transparent;
      border-top: 15vw solid #FFF;
      position: absolute;
      z-index: 1;
      left: 0%;
      top: inherit; }
    .img-article-b.color-w .img {
      padding: 0px; }
    .img-article-b.color-w .icon-area {
      background: #E7E7E7;
      min-width: inherit;
      height: auto;
      min-height: 200px;
      width: 100%;
      margin-left: 0px; }
      .img-article-b.color-w .icon-area .img-div {
        margin: 0 auto;
        margin-top: 18%; }
      .img-article-b.color-w .icon-area img {
        padding: 0px;
        width: 80px;
        height: 80px;
        z-index: 2;
        position: relative;
        margin: 0 10px; } }

.card-article-c .container {
  max-width: 1280px; }

.card-article-c .title-area h3 {
  color: #000000;
  font-size: 48px;
  line-height: 67px; }

.card-article-c .title-border {
  height: 4px;
  width: 200px;
  background-color: #FF9901;
  margin: 0 auto;
  margin-top: 10px; }

.card-article-c .card {
  width: 95%; }

.card-article-c .text-area {
  padding: 30px 15px 0px 15px;
  list-style: none; }
  .card-article-c .text-area h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 45px; }
  .card-article-c .text-area p {
    color: #545454;
    font-size: 24px;
    line-height: 33px; }

.card-article-c .button {
  width: 200px;
  margin: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .card-article-c .card img{
    max-height: 180px; }

}

@media (max-width: 768.98px) {
  .card-article-c .title-area {
    padding: 24px 0; }
    .card-article-c .title-area h3 {
      font-size: 32px;
      font-weight: 500;
      line-height: 45px; }
  .card-article-c .title-border {
    height: 4px;
    width: 200px;
    background-color: #FF9901;
    margin: 0 auto;
    margin-top: 10px; }
  .card-article-c .card {
    width: 100%; }
  .card-article-c .text-area {
    padding: 30px 15px 0px 15px;
    list-style: none; }
    .card-article-c .text-area h4, .card-article-c .text-area p {
      text-align: center; }
    .card-article-c .text-area h4 {
      font-size: 24px;
      line-height: 33px; }
    .card-article-c .text-area p {
      font-size: 20px;
      line-height: 32px; }
  .card-article-c .button {
    width: 200px;
    margin: 0; } }

.attention {
  padding: 20px 0px !important;
  background: #D3D3D3; }
  .attention .container {
    max-width: 1280px; }
    .attention .container .photo {
      width: 100%; }
    .attention .container .photo img{
        width: 100%;
        height: auto;
        min-width: 170px;
    }
    .attention .container .content {
      padding: 0px 0px 15px 0px;
      width: 100%; }
      .attention .container .content .title, .attention .container .content p {
        color: #545454; }
      .attention .container .content .title {
        font-size: 20px;
        line-height: 28px; }
      .attention .container .content p {
        font-size: 16px;
        line-height: 24px;
        margin: 8px; }

@media (max-width: 1024px) {
  .attention .container .content {
    padding: 15px;
    width: 100%; } }

@media (max-width: 767px) {
  .attention .container .col-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .attention .container .photo {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 15px; }
    .attention .container .photo img {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      min-width: inherit;
    }
  .attention .container .content {
    padding: 0px 15px 15px 15px; } }

#aws-login {
  overflow: hidden; }
  #aws-login .modal-dialog .modal-content {
    border-radius: 16px;
    overflow: hidden; }
  #aws-login .modal-dialog .close {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    padding-right: 15px;
    padding-top: 5px; }
  #aws-login .modal-dialog .banner {
    min-height: 150px;
    width: 100%;
    background: #FF9901; }
    #aws-login .modal-dialog .banner img {
      width: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #aws-login .modal-dialog form {
    width: 50%; }
    #aws-login .modal-dialog form p {
      display: block;
      width: 100%;
      margin: 12px 0;
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px; }
    #aws-login .modal-dialog form input {
      width: 100%;
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.05); }
  #aws-login .modal-dialog .button {
    width: 55%; }
