.project {
  position: relative;
  color: #222;
  --color: #2177b2;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common-container {
  padding: 25px;
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

@media (min-width: 996px) {
  .project .common-container {
    padding: 50px 0;
  }
}

.project .common-btn {
  display: inline-block;
  padding: 10px 40px;
  background: var(--color);
  border: var(--color) 1px solid;
  color: #fff;
  text-decoration: none;
}

.project .common-btn:hover {
  background: #fff;
  color: var(--color);
}

.project .common-title {
  position: relative;
  font-size: var(--title-xl);
  color: var(--color);
  text-align: center;
  padding-bottom: 15px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  overflow: hidden;
}

.project .common-title .char {
  display: inline-block;
  white-space: pre;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.project .common-title .char.space {
  width: 0.3em;
}

.project .common-text {
  font-size: var(--text-xl);
  color: #757575;
  text-align: center;
}

.kv {
  position: relative;
  overflow: hidden;
  background: #000;
  display: none;
}

@media (min-width: 996px) {
  .kv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kv::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, black), color-stop(70%, black), color-stop(90%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0, black 70%, rgba(0, 0, 0, 0) 90%);
  }
}

.kv .common-title {
  text-align: left;
}

.kv-xs img {
  width: 100%;
}

@media (min-width: 996px) {
  .kv-xs {
    display: none;
  }
}

.kv__vd {
  display: none;
}

@media (min-width: 996px) {
  .kv__vd {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% / 3 * 2);
            flex: 0 0 calc( 100% / 3 * 2);
    margin: -4vw 0;
    margin-left: calc( 100% / 3);
  }
}

.kv__box {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv__text {
  position: relative;
  color: #fff;
  z-index: 11;
}

.kv h1.common-title {
  font-size: var(--title-xl);
  padding-bottom: 20px;
  text-shadow: #000 2px 2px 10px;
  color: #fff;
}

.kv h1.common-title sup {
  font-size: 1.4rem;
  vertical-align: text-top;
  line-height: 1.8;
}

.kv p {
  padding-bottom: 3vw;
  font-size: var(--text-xl);
  line-height: 1.8;
  text-shadow: #000 1px 3px 8px;
}

.kv p sup {
  vertical-align: text-top;
  line-height: 1.5;
}

.kv p a {
  color: var(--color);
  border-bottom: 1px solid var(--color);
  font-weight: bold;
}

.kv p a:hover {
  border: none;
}

.kv p span {
  display: block;
}

.vd-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.vd-container iframe, .vd-container object, .vd-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whyMGX {
  padding: 25px 10px;
}

@media (min-width: 996px) {
  .whyMGX {
    padding: 50px 0 25px;
  }
}

.whyMGX .common-title {
  padding-bottom: 0;
}

@media (min-width: 996px) {
  .whyMGX__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    margin: 0 -25px;
  }
}

@media (min-width: 1930px) {
  .whyMGX__box {
    margin: 0 auto;
  }
}

.whyMGX__item {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 10px;
  padding: 25px 15px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .whyMGX__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 25px;
  }
}

.whyMGX__item-img {
  width: 40%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .whyMGX__item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-top: 25px;
  }
}

@media (min-width: 1600px) {
  .whyMGX__item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.whyMGX__item h3 {
  padding-bottom: 10px;
  line-height: 1.2;
}

.whyMGX__item h3 span {
  display: block;
}

@media (min-width: 1600px) {
  .whyMGX__item h3 {
    font-size: var(--title-lg);
  }
}

.whyMGX__item p {
  color: #757575;
  line-height: 1.4;
  font-size: var(--text-sm);
}

.prod {
  position: relative;
  overflow: hidden;
  padding-bottom: 3vw;
}

@media (min-width: 1930px) {
  .prod {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
  }
}

.prod__item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ebebeb;
  padding: 25px;
  font-size: 16px;
}

@media (min-width: 996px) {
  .prod__item {
    padding: 50px;
  }
}

.prod__item.bg {
  background: #f5f5f5;
}

.prod__item:nth-child(3) .prod__item-img img {
  padding-top: 50px;
}

.prod__item.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.prod__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  top: 0;
  left: 0;
}

@media (min-width: 996px) {
  .prod__item::before {
    top: auto;
    bottom: 0;
    height: 180px;
  }
}

.prod__item-img {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}

@media (min-width: 996px) {
  .prod__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin-left: 30%;
  }
}

@media (min-width: 1600px) {
  .prod__item-img {
    width: 60%;
    margin-left: 50%;
  }
}

.prod__item-text {
  position: relative;
  z-index: 3;
}

@media (min-width: 996px) {
  .prod__item-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.prod__item h3 {
  font-size: var(--title-lg);
}

.prod__item ul {
  margin-left: 20px;
  padding: 15px 0;
}

.prod__item ul li {
  list-style: disc;
  padding: 4px 0;
}

.prod__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 15px;
}

@media (min-width: 996px) {
  .prod__item-btn {
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1600px) {
  .prod__item-btn {
    padding-bottom: 0;
  }
}

.prod__item-btn a {
  display: block;
  text-align: center;
}

.workload {
  position: relative;
}

@media (min-width: 996px) {
  .workload {
    margin-top: -35px;
  }
}

.workload__text {
  padding: 25px 25px 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width: 996px) {
  .workload__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.workload__item {
  position: relative;
  padding: 25px;
  text-align: center;
}

@media (min-width: 996px) {
  .workload__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.5vw 0;
  }
}

.workload__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.workload__item:nth-child(1) {
  background: url("../images/workload-1.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item:nth-child(2) {
  background: url("../images/workload-2.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item:nth-child(3) {
  background: url("../images/workload-3.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item:nth-child(4) {
  background: url("../images/workload-4.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item:nth-child(5) {
  background: url("../images/workload-5.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item:nth-child(6) {
  background: url("../images/workload-6.jpg") center center no-repeat ;
  background-size: cover;
}

.workload__item__text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.workload__item__text h3 {
  padding: 0 10px 10px;
}

@media (min-width: 1600px) {
  .workload__item__text h3 {
    font-size: var(--title-lg);
    min-height: 55px;
  }
}

.workload__item__text h3 span {
  display: block;
}

@media (min-width: 576px) {
  .workload__item__text h3 span {
    display: inline-block;
  }
}

@media (min-width: 1600px) {
  .workload__item__text h3 span {
    display: block;
  }
}

.workload__item__text p {
  font-size: var(--text-md);
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .industry {
    padding-top: 20px;
  }
}

.industry__text {
  padding: 25px 25px 35px;
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}

.industry__box {
  position: relative;
  overflow: hidden;
}

.industry__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background: url("../images/industry-bg-xs.jpg") center top no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .industry__box::before {
    background: url("../images/industry-bg.jpg") center top no-repeat ;
    background-size: cover;
    height: 60%;
  }
}

.industry__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bgmov {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vd {
  position: relative;
  z-index: 2;
}

.vd.common-container {
  padding-top: 0;
}

@media (min-width: 996px) {
  .vd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.vd__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.vd__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.vd-img {
  position: relative;
  z-index: 1;
}

.vd-img img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.vd a {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.vd a:hover i {
  background: #fff;
  color: var(--color);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vd a:hover .vd-icon::before,
.vd a:hover .vd-icon::after {
  background: rgba(24, 89, 139, 0.3);
  -webkit-animation: rippleHover .5s infinite;
          animation: rippleHover .5s infinite;
}

.vd-icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
}

.vd-icon::before, .vd-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}

.vd-icon::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.vd-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
}

@-webkit-keyframes ripple {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

@-webkit-keyframes rippleHover {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

@keyframes rippleHover {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

.vd-icon::before {
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}

.vd-icon::after {
  -webkit-animation: ripple 2s infinite 0.5s;
          animation: ripple 2s infinite 0.5s;
}

.vd-icon:hover::before {
  -webkit-animation: rippleHover 1s infinite;
          animation: rippleHover 1s infinite;
}

.vd-icon:hover::after {
  -webkit-animation: rippleHover 1s infinite 0.3s;
          animation: rippleHover 1s infinite 0.3s;
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: .5s YouTubePopUp;
          animation: .5s YouTubePopUp;
}

.YouTubePopUp-Content {
  position: relative;
  padding: 2px;
  top: 50%;
  left: 50%;
  max-width: 1400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
  width: 100%;
  max-width: 100%;
  height: 220px;
  border: none;
}

@media (min-width: 768px) {
  .YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
    height: 320px;
  }
}

@media (min-width: 996px) {
  .YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
    height: 788px;
  }
}

.YouTubePopUp-Close {
  position: fixed;
  right: calc(50% - 25px);
  bottom: 20px;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  background: #17588c;
  border: #17588c 1px solid;
  color: #fff;
}

.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}

.YouTubePopUp-Close:hover {
  background: #fff;
  color: #17588c;
}

.YouTubePopUp-Hide {
  -webkit-animation: .5s YouTubePopUpHide;
          animation: .5s YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.contact {
  background: #000;
  text-align: center;
  padding: 25px 0 50px;
}

@media (min-width: 996px) {
  .contact {
    padding-top: 2vw;
    padding-bottom: 4vw;
  }
}

.contact .common-title,
.contact .common-text {
  color: #fff;
}

.contact p {
  padding-bottom: 25px;
}

.contact a {
  display: inline-block;
  color: #fff;
  border: var(--color) 1px solid;
  padding: 10px 40px;
}

.contact a:hover {
  background: var(--color);
  color: #fff;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 40%;
  font-size: 0;
}

.slick-arrow::before {
  font-size: 50px;
  color: #dbd8d8;
}

.slick-arrow:hover::before {
  color: #2177b2;
}

.slick-prev {
  left: -50px;
}

.slick-prev::before {
  content: "\ea10";
  font-family: "msi-icons";
  display: block;
}

@media (min-width: 996px) {
  .slick-prev {
    left: -70px;
  }
}

.slick-next {
  right: -50px;
}

.slick-next::before {
  content: "\ea09";
  font-family: "msi-icons";
  display: block;
}

@media (min-width: 996px) {
  .slick-next {
    right: -70px;
  }
}

.slick-dots {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

@media (min-width: 996px) {
  .slick-dots {
    margin-top: -50px;
  }
}

.slick-dots button {
  font-size: 0;
}

.slick-dots button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}

.slick-active button::before {
  background: #2177b2;
}
/*# sourceMappingURL=main.css.map */