@charset "UTF-8";
[lang=en] [lang=vi],
[lang=vi] [lang=en] {
  display: none !important;
}

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

body {
  box-sizing: border-box;
}

input, button, textarea {
  border: none;
}

@keyframes scroll-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 👈 Điều chỉnh theo độ dài của slider */
  }
}
@keyframes navsticky {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes nav-dropdown-in {
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 20px;
    opacity: 1;
  }
}
.nav-sticky {
  animation: navsticky 0.5s;
  transition: transform 0.4s;
}

nav {
  position: sticky;
  top: 0;
  z-index: 3;
  font-family: "Alata";
  color: white;
  margin: auto;
  background-color: #333333;
}
nav .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin: auto;
  max-width: 1200px;
}
nav .row .left {
  flex: 0.5;
}
nav .row .left img {
  width: auto;
  height: 66px;
}
nav .row .center {
  flex: 7;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .row .center ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav .row .center ul li {
  float: left;
  margin-left: 40px;
  position: relative;
}
nav .row .center ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
nav .row .center ul li a h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
nav .row .center ul li a h6 img {
  width: 14px;
  height: 7px;
  margin-left: 22px;
  color: rgb(46, 105, 255);
}
nav .row .center ul li a:hover {
  color: rgb(46, 105, 255);
}
nav .row .center ul li img {
  cursor: pointer;
  margin-top: -10px;
}
nav .row .right {
  flex: 1;
}
nav .row .right .nav-right-contact {
  padding: 20px 22px;
  background-color: rgb(46, 105, 255);
  border-radius: 17px;
  font-size: 21px;
  cursor: pointer;
  text-align: center;
}
nav .row .right .nav-right-contact:hover {
  background-color: white;
  color: black;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}
nav .row .menu {
  display: none;
  max-width: 50px;
}
nav .row .menu a {
  padding: 10px;
  background-color: white;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
}
nav .row .menu a img {
  width: 24px;
  height: 24px;
}
nav .row .offcanvas {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: rgb(87, 87, 87);
}
nav .row .offcanvas .offcanvas-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 35px;
  padding: 20px 40px;
}
nav .row .offcanvas .offcanvas-header img {
  width: auto;
  height: 66px;
}
nav .row .offcanvas .offcanvas-header a {
  padding: 8px;
  border-radius: 15px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .row .offcanvas .offcanvas-header a img {
  width: 30px;
  height: 30px;
}
nav .row .offcanvas .offcanvas-header a img:hover {
  cursor: pointer;
}
nav .row .offcanvas .offcanvas-header-bottom {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
nav .row .offcanvas .offcanvas-header-bottom a {
  display: block;
  text-decoration: none;
}
nav .row .offcanvas .offcanvas-header-bottom a:first-of-type {
  color: rgb(46, 105, 255);
}
nav .row .offcanvas .offcanvas-header-bottom a h5 {
  font-family: "Alata";
  transition: 0.3s;
  color: white;
  font-size: 16px;
}
nav .row .offcanvas .offcanvas-header-bottom a:hover h5 {
  color: rgb(46, 105, 255);
}
nav .row .offcanvas .offcanvas-header-bottom .offcanvas-header-bottom-contact {
  padding: 16px 20px;
  background-color: rgb(46, 105, 255);
  border-radius: 17px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
nav .row .offcanvas .offcanvas-header-bottom .offcanvas-header-bottom-contact:hover {
  background-color: white;
  color: black;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}
nav .row .offcanvas .offcanvas-header-bottom .language {
  width: 128px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-radius: 0;
}
nav .row .offcanvas .offcanvas-header-bottom .language img {
  width: 36px;
  height: 24px;
  border-radius: 0;
}
nav .row .offcanvas .offcanvas-header-bottom .language img:hover {
  cursor: pointer;
}

.banner {
  max-width: 1200px;
  margin: auto;
  border-radius: 17px;
  padding: 20px;
}
.banner img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.experience {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-top: 30px;
}
.experience .experience-star {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 40px;
  background-color: rgba(84, 107, 255, 0.16);
  padding: 15px 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 420px;
}
.experience .experience-star .experience-star-item1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(46, 105, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience .experience-star .experience-star-item1 img {
  width: 16px;
  height: 16px;
}
.experience .experience-star .experience-star-item2 {
  display: inline;
}
.experience .experience-star .experience-star-item2 p {
  font-size: 32px;
  font-family: "Alata";
  text-align: center;
  margin: 0;
}
.experience .experience-text {
  margin-top: 20px;
  font-size: 60px;
  font-family: "Alata";
  text-align: center;
}
.experience .experience-learnmore {
  background-color: rgb(46, 105, 255);
  max-width: 160px;
  padding: 12px 6px;
  border-radius: 17px;
  font-family: "Alata";
  color: white;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: auto;
  margin-top: 15px;
}
.experience .experience-learnmore:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}

.commitment {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commitment .commitment-item1 {
  font-family: "Alata";
}
.commitment .commitment-item1 .commitment-item1-title {
  font-size: 40px;
  border-radius: 50px;
  border: 2px solid rgb(46, 105, 255);
  padding: 10px 80px;
}
.commitment .commitment-item1 .commitment-item1-text {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item .check {
  width: 35px;
  height: 35px;
  background-color: rgb(46, 105, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 3px;
}
.commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item p {
  margin: 0;
  padding: 0;
  font-size: 35px;
  color: rgb(46, 105, 255);
  font-weight: 600;
}
.commitment .commitment-item2 {
  max-width: 400px;
}
.commitment .commitment-item2 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.product {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-top: 80px;
}
.product .product-title {
  font-size: 40px;
  border-radius: 50px;
  border: 2px solid rgb(46, 105, 255);
  padding: 10px 80px;
  max-width: 400px;
  margin: auto;
  font-family: "Alata";
  text-align: center;
}
.product .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 900px;
  margin: auto;
  margin-top: 80px;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
.product .product-image .slider-track {
  display: flex; /* 👈 KEY! Phải là flex để các item nằm ngang */
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content; /* 👈 để đủ rộng cho animation */
  animation: scroll-slide 50s linear infinite;
}
.product .product-image .product-image-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 10px;
  border-radius: 30px;
  background-color: rgb(48, 90, 216);
  padding: 30px 10px;
  height: 300px;
  max-height: 350px;
  width: 303px;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
}
.product .product-image .product-image-item:hover {
  background: radial-gradient(125% 156% at 50% 50%, rgb(48, 90, 216) 0%, rgb(0, 0, 0) 100%);
  will-change: transform;
}
.product .product-image .product-image-item img {
  width: 70%;
  height: auto;
  margin: auto;
}
.product .product-image .product-image-item .product-image-item-text {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid white;
  max-width: 200px;
  margin: auto;
  text-align: center;
  font-family: "Alata";
  font-size: 22px;
  color: white;
}
.product .product-seemore {
  text-decoration: none;
  background-color: rgb(46, 105, 255);
  max-width: 160px;
  padding: 10px 30px;
  border-radius: 17px;
  font-family: "Alata";
  color: white;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  transition: 0.4s;
  margin: auto;
  margin-top: 80px;
  display: block;
}
.product .product-seemore:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}

.capacity {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.capacity .capacity-item1 {
  flex: 1;
  font-family: "Alata";
}
.capacity .capacity-item1 .capacity-item1-title {
  display: block;
  font-size: 40px;
  border-radius: 50px;
  border: 2px solid rgb(46, 105, 255);
  padding: 10px 80px;
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.capacity .capacity-item1 .capacity-item1-text {
  font-size: 40px;
  text-align: center;
  margin-top: 25px;
}
.capacity .capacity-item1 .capacity-item1-learnmore {
  text-decoration: none;
  background-color: rgb(46, 105, 255);
  max-width: 160px;
  padding: 12px;
  border-radius: 17px;
  font-family: "Alata";
  color: white;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  transition: 0.4s;
  margin: auto;
  display: block;
  margin-top: 25px;
}
.capacity .capacity-item1 .capacity-item1-learnmore:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}
.capacity .capacity-item2 {
  flex: 1;
}
.capacity .capacity-item2 .capacity-item2-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Alata";
  margin-bottom: 20px;
}
.capacity .capacity-item2 .capacity-item2-item .check {
  width: 35px;
  height: 35px;
  background-color: rgb(46, 105, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 3px;
}
.capacity .capacity-item2 .capacity-item2-item p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: black;
}

.process {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 50px;
  row-gap: 20px;
  font-family: "Alata";
  margin-top: 80px;
}
.process .process-title {
  display: block;
  font-size: 40px;
  border-radius: 50px;
  border: 2px solid rgb(46, 105, 255);
  padding: 10px;
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.process .process-content {
  margin-top: 50px;
}
.process .process-content .tabs {
  display: flex;
  gap: 0;
  background: #fafafa;
  padding: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin: auto;
}
.process .process-content .tab {
  padding: 22px 20px;
  border-radius: 20px;
  color: #666;
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
.process .process-content .tab img {
  scale: 1.5;
}
.process .process-content .tab.active {
  color: #333333;
  opacity: 1;
  border-bottom: 2px solid rgb(46, 105, 255);
  border-radius: 0;
}
.process .process-content .tab img {
  width: 16px;
}
.process .process-content .image-area img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-height: 380px;
}
.process .process-content .image-area {
  margin-top: 20px;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 20px;
  flex: 4;
}
.process .process-content .showtabs-button {
  flex: 1;
}
.process .process-content .showtabs-button .left-button {
  background: rgb(46, 105, 255);
  color: white;
  padding: 14px 40px;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  font-size: 22px;
}
.process .process-content .left-button:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}
.process .process-content .showtabs {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 30px;
}

.contact {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  row-gap: 20px;
  font-family: "Alata";
}
.contact .contact-container {
  padding: 40px;
  background-color: rgba(46, 105, 255, 0.8);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact .contact-container .contact-logo {
  margin: auto;
  border-radius: 18px;
  background-color: rgb(66, 66, 66);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .contact-container .contact-logo img {
  width: 50px;
  height: 45px;
  margin-left: 2px;
}
.contact .contact-container .contact-text {
  font-size: 65px;
  color: white;
  text-align: center;
}
.contact .contact-container .contact-learnmore {
  text-decoration: none;
  margin-top: 15px;
  background-color: rgb(46, 105, 255);
  max-width: 160px;
  padding: 15px 25px;
  border-radius: 17px;
  font-family: "Alata";
  color: white;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  transition: 0.4s;
  opacity: 1;
}
.contact .contact-container .contact-learnmore:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}

footer {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333333;
}
footer .footer-top {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex: 5;
}
footer .footer-top .item1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
}
footer .footer-top .item1 img {
  width: 207px;
  height: 138px;
}
footer .footer-top .item1 h5 {
  font-weight: bold;
  font-family: "Alata";
}
footer .footer-top .item1 div img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
footer .footer-top .item1 .item1-logo-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top .item1 .item1-logo-text .item1-logo img {
  width: 88px;
  height: auto;
}
footer .footer-top .item1 .item1-logo-text .item1-text p {
  color: white;
  font-family: "Alata";
  margin: 0;
  padding: 0;
  font-size: 24px;
}
footer .footer-top .item1 .text2 {
  margin-top: 15px;
  color: red;
  font-family: "Alata";
  font-size: 17px;
}
footer .footer-top .item1 .learmore {
  margin-top: 15px;
  background-color: rgb(46, 105, 255);
  max-width: 160px;
  padding: 10px 20px;
  border-radius: 17px;
  font-family: "Alata";
  color: white;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  transition: 0.4s;
}
footer .footer-top .item1 .learmore:hover {
  color: black;
  background-color: white;
  filter: drop-shadow(0 15px 10px rgba(26, 17, 20, 0.4));
}
footer .footer-top .item2 {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex: 5;
  justify-content: flex-end;
}
footer .footer-top .item2 .contactus {
  height: 224px;
  max-width: 254px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
}
footer .footer-top .item2 .contactus h4 {
  font-family: "Alata";
  color: white;
  font-size: 20px;
}
footer .footer-top .item2 .contactus .content a {
  font-family: "Alata";
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  transition: 0.4s;
}
footer .footer-top .item2 .contactus .content a:hover {
  color: rgb(46, 105, 255);
  cursor: pointer;
}
footer .footer-top .item2 .contactus .content div p {
  display: inline-block;
}
footer .footer-top .item2 .contactus .content div img {
  width: 23px;
  height: 20px;
  margin-right: 10px;
}
footer .footer-top .item2 .navigation, footer .footer-top .item2 .quicklinks {
  min-width: 145px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
}
footer .footer-top .item2 .navigation h4, footer .footer-top .item2 .quicklinks h4 {
  font-family: "Alata";
  color: rgb(46, 105, 255);
  font-weight: bold;
}
footer .footer-top .item2 .navigation .content, footer .footer-top .item2 .quicklinks .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-top .item2 .navigation .content a, footer .footer-top .item2 .quicklinks .content a {
  display: block;
  text-decoration: none;
  font-family: "Alata";
  font-size: 17px;
  transition: 0.3s;
}
footer .footer-top .item2 .navigation .content a:not(:first-of-type), footer .footer-top .item2 .quicklinks .content a:not(:first-of-type) {
  margin-top: 20px;
}
footer .footer-bottom {
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  max-width: 1200px;
}
footer .footer-bottom .map {
  height: 500px;
}

@media screen and (max-width: 1320px) {
  nav .row .center ul li {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .content-theytrustus .content-theytrustus-bottom {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 1199px) {
  nav .row .center ul li {
    margin-left: 35px;
  }
  nav .row .center ul li a h6 img {
    margin-left: 8px;
  }
  .capacity .capacity-item1 .capacity-item1-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1110px) {
  nav .row .right {
    flex: 1.2;
  }
  footer .footer-top {
    display: block;
  }
  footer .footer-top .item1 {
    width: 100%;
  }
  footer .footer-top .item1 .item1-logo-text {
    justify-content: center;
  }
  footer .footer-top .item1 .text2 {
    text-align: center;
  }
  footer .footer-top .item1 .learmore {
    margin: auto;
    margin-top: 20px;
  }
  footer .footer-top .item2 {
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1070px) {
  nav .row .center ul li {
    margin-left: 25px;
  }
  nav .row .center ul li a h6 {
    font-size: small;
  }
  nav .row .center ul li a h6 img {
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  nav .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  nav .row .center {
    justify-content: center;
  }
  nav .row .center ul li {
    margin-left: 18px;
  }
  nav .row .center ul li a h6 {
    font-size: small;
  }
  nav .row .center ul li a h6 img {
    display: none;
  }
  nav .row .right {
    display: inline;
    flex: 1.4;
  }
  nav .row .right img {
    margin-left: 5px;
  }
  .commitment {
    justify-content: center;
  }
  .commitment .commitment-item2 {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .capacity {
    display: block;
  }
  .capacity .capacity-item2 {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 935px) {
  nav .row {
    justify-content: space-between;
  }
  nav .row .center, nav .row .right {
    display: none;
  }
  nav .row .menu {
    display: inline-block;
    text-align: right;
  }
  nav .row .menu a:hover {
    cursor: pointer;
  }
  nav .row .menu a img {
    font-size: large;
  }
  nav .row .menu-language {
    display: flex;
    margin: auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-left: 1px;
  }
  nav .row .menu-language img {
    width: 150px;
    height: 150px;
    cursor: pointer;
  }
}
@media screen and (max-width: 920px) {
  .process .process-content {
    padding: 0;
  }
  .process .process-content .tabs {
    display: block;
  }
  .process .process-content .showtabs {
    display: block;
  }
  .process .process-content .showtabs .showtabs-button {
    max-width: 260px;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  .commitment .commitment-item1 .commitment-item1-title {
    font-size: 26px;
    padding: 10px 6px;
    max-width: 280px;
    text-align: center;
    margin: auto;
  }
  .commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item p {
    font-size: 28px;
  }
  footer .footer-top {
    display: block;
  }
  footer .footer-top .item2 .contactus {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .experience .experience-text {
    font-size: 30px;
  }
  .product .product-title {
    font-size: 25px;
    max-width: 300px;
  }
  .product .product-image #product-image-item3 {
    display: none;
  }
  .capacity .capacity-item1 .capacity-item1-title {
    font-size: 25px;
    max-width: 300px;
  }
  .process .process-title {
    font-size: 25px;
    max-width: 300px;
  }
  .contact .contact-container .contact-text {
    font-size: 40px;
  }
  footer .footer-top .item2 .quicklinks .content .app {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-top {
    margin-bottom: 0;
  }
  footer .footer-top .item2 {
    display: block;
  }
  footer .footer-top .item2 .contactus {
    margin-top: 0;
    margin-bottom: 0px;
  }
  footer .footer-top .item2 .contactus h4 {
    margin-bottom: 0;
  }
  footer .footer-top .item2 .contactus .content {
    margin-top: -10px;
  }
  footer .footer-bottom {
    margin-top: -40px;
  }
}
@media screen and (max-width: 575px) {
  nav .row {
    padding: 0 10px;
  }
  .capacity .capacity-item1 .capacity-item1-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding: 15px 0;
  }
  footer .footer-top .item1 .item1-logo-text .item1-text p {
    font-size: 18px;
    text-align: center;
  }
  footer .footer-top .item1 .text2 {
    text-align: center;
  }
  footer .footer-top .item1 .learmore {
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 470px) {
  .experience .experience-star {
    max-width: 290px;
    padding: 10px 10px;
  }
  .experience .experience-star .experience-star-item2 p {
    font-size: 20px;
  }
  .product .product-image {
    -webkit-mask-image: linear-gradient(to right, rgba(206, 32, 32, 0) 0%, rgb(16, 151, 27) 5%, rgb(0, 0, 0) 95%, rgba(53, 19, 173, 0) 100%);
            mask-image: linear-gradient(to right, rgba(206, 32, 32, 0) 0%, rgb(16, 151, 27) 5%, rgb(0, 0, 0) 95%, rgba(53, 19, 173, 0) 100%);
  }
  .product .product-image #product-image-item2 {
    display: none;
  }
  .product .product-image .product-image-item {
    min-height: 350px;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-top .item2 .quicklinks .content .app {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .commitment .commitment-item1 .commitment-item1-text .commitment-item1-text-item p {
    font-size: 23px;
  }
}
@media screen and (max-width: 327px) {
  footer .footer-top .item2 .navigation {
    margin-top: 22px;
  }
}/*# sourceMappingURL=style.css.map */