@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&display=swap");
.menu {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 2px -2px gray;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  font-weight: 500;
}
.menu .drop {
  font-weight: 500;
}
.menu .menu-left {
  position: relative;
}
.menu .menu-left .drop {
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
}
.menu .menu-left .dropdown-custom {
  position: absolute;
  right: 0;
  display: none;
  border: 1px solid;
  border-radius: 25px;
  padding: 8px;
}
.menu .menu-left .dropdown-custom.show {
  display: flex;
  flex-wrap: nowrap;
}
.menu .menu-left button {
  color: #333333;
  border: 0px;
  background-color: transparent;
  font-weight: 500;
}
.menu .container-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .menu .container-nav {
    max-width: 820px;
  }
}
.menu .main-menu {
  justify-content: center;
}
.menu .list-menu {
  color: #333333;
}
.menu a {
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .menu {
    display: none !important;
  }
}

.main-content-1 {
  min-height: 250px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .main-content-1 {
    max-height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .main-content-1 {
    min-height: 150px;
    max-height: 150px;
  }
}
@media only screen and (max-width: 466px) {
  .main-content-1 {
    min-height: 120px;
    max-height: 120px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 381px) {
  .main-content-1 {
    min-height: 100px;
    max-height: 100px;
    margin-top: -50px;
  }
}
.main-content-1 .container-fluid .image-row {
  display: flex;
  justify-content: space-between;
  min-height: 250px;
}
.main-content-1 .container-fluid .image-row img {
  height: 150px;
  width: 150px;
  transition: all 0.5s;
}
.main-content-1 .container-fluid .image-row .image-content-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-content-1 .container-fluid .image-row .image-content-1 .text {
  position: absolute;
  align-self: center;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  margin-left: -20px;
  transition: all 0.5s;
  text-align: center;
}
@media only screen and (max-width: 851px) {
  .main-content-1 .container-fluid .image-row .image-content-1 .text {
    font-size: 30px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 701px) {
  .main-content-1 .container-fluid .image-row .image-content-1 .text {
    font-size: 25px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 501px) {
  .main-content-1 .container-fluid .image-row .image-content-1 .text {
    font-size: 20px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 381px) {
  .main-content-1 .container-fluid .image-row .image-content-1 .text {
    font-size: 18px;
    margin-left: 0px;
  }
}
.main-content-1 .container-fluid .image-row .image-content-1:nth-child(1) {
  margin-left: 195px;
}
.main-content-1 .container-fluid .image-row .image-content-1:nth-child(3) {
  margin-right: 195px;
}
@media only screen and (max-width: 1250px) {
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(1) {
    margin-left: 150px;
  }
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(3) {
    margin-right: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(1) {
    margin-left: 50px;
  }
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(3) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(1) {
    margin-left: 20px;
  }
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(3) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(1) {
    margin-left: auto;
  }
  .main-content-1 .container-fluid .image-row .image-content-1:nth-child(3) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 851px) {
  .main-content-1 .container-fluid .image-row img {
    transform: scale(0.8);
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 701px) {
  .main-content-1 .container-fluid .image-row img {
    transform: scale(0.7);
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 501px) {
  .main-content-1 .container-fluid .image-row img {
    transform: scale(0.6);
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 466px) {
  .main-content-1 .container-fluid .image-row img {
    width: 120px;
    height: 120px;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 381px) {
  .main-content-1 .container-fluid .image-row img {
    width: 100px;
    height: 100px;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 315px) {
  .main-content-1 .container-fluid .image-row img {
    width: 90px;
    height: 90px;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 291px) {
  .main-content-1 .container-fluid .image-row img {
    width: 85px;
    height: 85px;
    transition: all 0.5s;
  }
}
.main-content-1 .container-fluid #cosmetic:hover .text {
  transform: scale(1.1);
  transition: all 0.5s;
}
.main-content-1 .container-fluid #cosmetic:hover img {
  transform: scale(0.9);
  transition: all 0.5s;
}
.main-content-1 .container-fluid #medical:hover .text {
  transform: scale(1.1);
  transition: all 0.5s;
}
.main-content-1 .container-fluid #medical:hover img {
  transform: scale(0.9);
  transition: all 0.5s;
}
.main-content-1 .container-fluid #chemical:hover .text {
  transform: scale(1.1);
  transition: all 0.5s;
}
.main-content-1 .container-fluid #chemical:hover img {
  transform: scale(0.9);
  transition: all 0.5s;
}

.main-content-2 {
  min-height: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 426px) {
  .main-content-2 .col-width {
    width: 88%;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .center-content-2 {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-2 .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-content-2 {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-2 .flex-center-custom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .flex-center-custom {
    margin-top: 0px;
    width: 88%;
  }
}
.main-content-2 .flex-center-custom-expand {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1250px) {
  .main-content-2 .flex-center-custom-expand {
    justify-content: center;
  }
}
.main-content-2 .scr-5 {
  display: flex;
  flex-direction: column;
}
.main-content-2 .scr-5 .title {
  font-size: 30px;
  line-height: 1;
  transition: all 0.5s;
}
.main-content-2 .scr-5 .title.title-expand {
  font-size: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  .main-content-2 .scr-5 .title {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (max-width: 851px) {
  .main-content-2 .scr-5 .title {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (max-width: 345px) {
  .main-content-2 .scr-5 .title {
    font-size: 30px !important;
    line-height: 1;
  }
}
.main-content-2 .scr-5 .sub-content {
  text-align: left;
  margin-top: 15px;
  color: #5c5c5c;
  font-size: 18px;
  white-space: pre-line;
}
.main-content-2 .scr-5 .sub-content.sub-content-expand {
  margin-top: 25px;
  transition: all 0.5s;
}
.main-content-2 .scr-5 .detail {
  text-align: left;
  color: #5c5c5c;
  height: 0;
  overflow: hidden;
  font-size: 18px;
  white-space: pre-line;
}
.main-content-2 .scr-5 .detail.show-detail {
  height: 100%;
  margin-top: 25px;
  transition: all 0.5s;
}
.main-content-2 .scr-5 .after-sub-content img {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 320px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .main-content-2 .scr-5 .after-sub-content img {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .scr-5 .after-sub-content img {
    margin-bottom: 0px;
    width: 255px;
    height: 80px;
  }
}
.main-content-2 .scr-5 .after-sub-content.after-sub-content-expand {
  align-self: flex-start;
}
.main-content-2 .scr-5 .after-sub-content.after-sub-content-expand img {
  margin-top: 15px;
  width: 320px;
  height: 100px;
  opacity: 0.3;
  margin-bottom: 15px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .main-content-2 .scr-5 .main-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .scr-5 .main-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-2 .scr-5 {
    max-width: 550px;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .scr-5 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.main-content-2 .scr-7 {
  overflow: hidden;
}
.main-content-2 .img-tech {
  width: 100%;
  height: 560px;
}
.main-content-2 .img-tech img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .main-content-2 .img-tech {
    height: auto;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-2 .img-tech {
    width: 100%;
  }
}

.content-padding {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 1024px) {
  .content-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content-3 {
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .main-content-3 .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-content-3 {
    min-height: 100%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-3 .flex-center-custom-align-items {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-3 .flex-center-custom-align-items {
    margin-top: 0px;
  }
}
.main-content-3 .scr-5 {
  overflow: hidden;
}
.main-content-3 .scr-5 .img-env {
  height: 560px;
  width: 100%;
}
.main-content-3 .scr-5 .img-env img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 98%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .main-content-3 .scr-5 .img-env img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-3 .scr-5 .img-env {
    height: auto;
  }
}
.main-content-3 .scr-7 {
  display: flex;
  flex-direction: column;
}
.main-content-3 .scr-7 .title {
  font-size: 30px;
  line-height: 1.1;
  transition: all 0.5s;
}
.main-content-3 .scr-7 .title.title-expand {
  font-size: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  .main-content-3 .scr-7 .title {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (max-width: 851px) {
  .main-content-3 .scr-7 .title {
    font-size: 30px;
    line-height: 1;
  }
}
.main-content-3 .scr-7 .sub-content {
  text-align: left;
  color: #5c5c5c;
  margin-top: 20px;
  white-space: pre-line;
  font-size: 18px;
}
.main-content-3 .scr-7 .sub-content.sub-content-expand {
  margin-top: 25px;
  transition: all 0.5s;
}
.main-content-3 .scr-7 .detail {
  text-align: left;
  color: #5c5c5c;
  height: 0;
  overflow: hidden;
  white-space: pre-line;
  font-size: 18px;
}
.main-content-3 .scr-7 .detail.show-detail {
  height: 100%;
  transition: all 0.5s;
  margin-top: 25px;
}
.main-content-3 .scr-7 .main-button {
  margin-top: 30px;
}

@media only screen and (max-width: 426px) {
  .main-content-3 {
    margin-top: 30px !important;
  }
  .main-content-3 .scr-5 {
    overflow: hidden;
  }
  .main-content-3 .scr-7 {
    margin-top: 30px;
    text-align: end;
    width: 88%;
  }
  .main-content-3 .scr-7 .title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 426px) and (max-width: 345px) {
  .main-content-3 .scr-7 .title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-3 .scr-7 .sub-content {
    text-align: end;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-3 .scr-7 .detail {
    text-align: end;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-3 .scr-7 .main-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 426px) {
  .main-content-3 .main-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.main-content-4 {
  min-height: 450px;
}
.main-content-4 .flex-center-custom {
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
}
.main-content-4 .left-right {
  transition: 0.5s;
  height: 450px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-content-4 .left-right:hover {
  background-color: rgba(0, 0, 0, 0.0980392157);
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .main-content-4 {
    margin-top: 100px;
  }
  .main-content-4 .item {
    display: none;
  }
  .main-content-4 .item:nth-child(1) {
    display: flex;
  }
  .main-content-4 .item:nth-child(2) {
    display: flex;
  }
}
.draft-img {
  border: 2px dashed #333333;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.main-news {
  display: flex;
}
.main-news .card-news {
  display: flex;
  flex-direction: column;
}
.main-news .card-news .title-news {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  white-space: pre-line;
}
.main-news .card-news .date {
  color: #CD4F7C;
  margin-top: 10px;
}
.main-news .card-news .detail {
  color: #5c5c5c;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  white-space: pre-line;
  font-size: 18px;
}
.main-news .card-news .detail.show-detail {
  height: 100%;
  transition: all 0.6s;
}
.main-news .card-news .main-button {
  margin-top: 10px;
}
.main-news .card-news .card-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-news .card-news .news-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.img-4by3.holder > img,
.img-16by9.holder > img,
.img-4by3-v.holder > img,
.img-16by9-v.holder > img,
.img-1by1.holder > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.img-16by9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.img-4by3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.news {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .news {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 426px) {
  .news {
    font-size: 35px;
    display: flex;
    justify-content: center;
  }
}

.news-flex {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.news-flex .news-image {
  width: 100%;
  height: 210px;
}
.news-flex .news-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-flex .new-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
.news-flex .news-title {
  margin-top: 15px;
  font-size: 20px;
}
.news-flex .detail {
  color: #5c5c5c;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  font-size: 18px;
}
.news-flex .detail.show-detail {
  height: 100%;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.news-flex .news-date {
  margin-top: 0px;
  color: #CD4F7C;
  font-size: 18px;
}
.news-flex .main-button {
  font-size: 16px;
}

.mt-50px {
  margin-top: 50px;
}

.mySwipernews {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mySwipernews {
    display: block;
  }
}
.mySwipernews .news-date {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .main-news {
    display: none;
  }
}
.main-button {
  border-radius: 30px;
  padding: 15px;
  color: #333333 !important;
  width: 170px;
  background-color: #fff;
  border: 1px solid #333333;
}

.menu-mobile {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 2px -2px gray;
  position: fixed;
  top: 0px;
  display: none;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.menu-mobile .hamburger {
  position: absolute;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20px;
  width: 20px;
}
.menu-mobile .hamburger div {
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #333333;
}
.menu-mobile .hamburger div:nth-child(2) {
  margin: 4px 0;
}
.menu-mobile .logo {
  width: 50px;
}
.menu-mobile .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: flex !important;
  }
}

.copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 50px;
}
.copy-right .list-social a {
  margin-right: 20px;
}
.copy-right .list-social a:nth-child(3) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .copy-right .list-social {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .copy-right {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer-right {
    justify-content: center !important;
  }
  .copy-right {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .row {
    margin-bottom: 0px !important;
  }
}
video {
  min-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

hr {
  height: 1px;
  background-color: #333333;
}

.row {
  margin-bottom: 80px;
}

.flex-center-custom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-custom-align-items {
  display: flex;
  align-items: center;
}

.swiper-custom {
  max-width: 90%;
  height: 450px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 425px) {
  .swiper-custom {
    --swiper-navigation-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-custom {
    margin-top: 80px;
  }
}
.swiper-slide-custom {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide-custom img {
  width: 200px;
}
@media only screen and (max-width: 576px) {
  .swiper-slide-custom img {
    height: 200px;
  }
}

.swiper-button-next {
  color: #5F5F5F !important;
}

.swiper-button-prev {
  color: #5F5F5F !important;
}

.partners {
  display: flex;
  justify-content: center;
  font-size: 35px;
  position: absolute;
  z-index: 3;
}

@media only screen and (max-width: 425px) {
  .partners {
    margin-bottom: 300px;
  }
}
.footer-v-sachet {
  font-weight: 600;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

@media only screen and (min-width: 769px) {
  .footer-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .small--hide {
    display: none;
  }
}

.footer .left {
  font-size: 18px;
}

.mySwiperfooter .left {
  padding-left: 40px;
  font-size: 14px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiperfooter .right {
  padding-left: 40px;
  font-size: 14px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}

.mySwiperfooter .swiper-pagination {
  display: flex;
  justify-content: center;
  top: 97% !important;
}
.mySwiperfooter .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
}

.mySwiperour .swiper-pagination {
  display: flex;
  justify-content: center;
  top: 95% !important;
}
@media only screen and (max-width: 426px) {
  .mySwiperour .swiper-pagination {
    position: relative !important;
    z-index: 9 !important;
    top: 100% !important;
    margin-top: 10px;
  }
}
.mySwiperour .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
}

.nowrap-cuatom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.mb-120px {
  margin-bottom: 120px;
}

.in-ham {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  top: 0;
  color: #333333;
  z-index: 98;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s;
  right: 100%;
}
.in-ham.show {
  opacity: 1;
  right: 0px;
}
@media only screen and (min-width: 1024px) {
  .in-ham {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .in-ham {
    display: none;
  }
}
.in-ham .header {
  align-self: start;
  padding: 17px;
}
.in-ham .in-ham-group {
  margin-top: 45px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.in-ham .in-ham-group .in-ham-list {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.in-ham .in-ham-footer {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-top: 1px solid #333333;
}
.in-ham .in-ham-footer .in-ham-language {
  margin-right: 28px;
  color: #333333;
  border: 0px;
  background-color: transparent;
}
.in-ham .in-ham-footer .in-ham-language img {
  margin-right: 5px;
}

.relative-our {
  position: absolute;
  margin-top: 25px;
  margin-left: 20px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .relative-our {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .relative-our {
    margin-top: -40px;
  }
}
.relative-our .back {
  font-family: "Poppins", light;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .relative-our {
    display: none;
  }
}

.our-mission-content-1 {
  min-height: 100vh;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .our-mission-content-1 .flex-wrap-reverse {
    margin-top: -35px;
  }
}
.our-mission-content-1 .title-our-mobile {
  font-size: 35px;
  line-height: 1;
  transition: all 0.5s;
  color: #333333;
  margin-top: -50px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .our-mission-content-1 .title-our-mobile {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .our-mission-content-1 .title-our-mobile {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .our-mission-content-1 .title-our-mobile {
    margin-top: -50px;
  }
}
.our-mission-content-1 .col-custom {
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .our-mission-content-1 .col-custom {
    padding-left: 0px !important;
  }
}
.our-mission-content-1 .hr-mobile {
  height: 2px;
  width: 60%;
  background-color: #333333;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .our-mission-content-1 .hr-mobile {
    display: none;
  }
}
.our-mission-content-1 a {
  color: #333333;
}
.our-mission-content-1 .relative {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .our-mission-content-1 .relative {
    display: none;
  }
}
.our-mission-content-1 .relative .back {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
}
.our-mission-content-1 .relative .back a {
  font-size: 16px;
  font-family: "Poppins", light;
  color: #5F5F5F;
}
@media only screen and (max-width: 1024px) {
  .our-mission-content-1 {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .our-mission-content-1 .flex-center-custom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .flex-center-custom {
    margin-top: 0px;
    width: 85%;
    margin-left: 35px;
  }
}
.our-mission-content-1 .flex-center-custom-expand {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1250px) {
  .our-mission-content-1 .flex-center-custom-expand {
    justify-content: center;
  }
}
.our-mission-content-1 .text-our-mission {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.our-mission-content-1 .text-our-mission .title-our {
  font-size: 35px;
  line-height: 1;
  transition: all 0.5s;
  color: #333333;
}
@media only screen and (max-width: 1090px) {
  .our-mission-content-1 .text-our-mission .title-our {
    font-size: 35px;
    line-height: 1;
  }
}
@media only screen and (max-width: 820px) {
  .our-mission-content-1 .text-our-mission .title-our {
    font-size: 35px;
    line-height: 1;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 851px) {
  .our-mission-content-1 .text-our-mission .title-our {
    font-size: 35px;
    line-height: 1;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-mission-content-1 .text-our-mission .title-our {
    display: none;
  }
}
.our-mission-content-1 .text-our-mission .hr {
  height: 2px;
  width: 50%;
  background-color: #333333;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .our-mission-content-1 .text-our-mission .hr {
    display: none;
  }
}
.our-mission-content-1 .text-our-mission .sub-title-our {
  font-size: 25px;
  font-family: "Poppins", Medium;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .text-our-mission .space-mobile {
    margin-top: 12px;
  }
}
.our-mission-content-1 .text-our-mission .sub-content-our {
  text-align: left;
  margin-top: 15px;
  color: #5c5c5c;
  font-size: 18px;
  font-family: "Poppins", light;
  margin-bottom: 15px;
  font-weight: 360;
  white-space: pre-line;
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .text-our-mission .sub-content-our {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .text-our-mission {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.our-mission-content-1 .scr-7 {
  overflow: hidden;
}
.our-mission-content-1 .img-tech {
  width: 100%;
  height: 100%;
  padding-left: 40px;
}
.our-mission-content-1 .img-tech img {
  width: 100%;
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .img-tech img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 426px) {
  .our-mission-content-1 .img-tech {
    width: 100%;
    height: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .our-mission-content-1 .img-tech {
    padding-left: 0px;
  }
}

.relative {
  position: relative;
  margin-top: 145px;
  margin-left: 20px;
  margin-bottom: 25px;
}
.relative .back {
  font-family: "Poppins", light;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .relative {
    display: none;
  }
}

.padding-partners img {
  width: 200px;
}
@media only screen and (max-width: 576px) {
  .padding-partners img {
    height: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .padding-partners .partners-mobile-hide {
    display: none !important;
  }
}
.padding-partners .mySwiper {
  --swiper-navigation-size:24px ;
}
@media only screen and (min-width: 576px) {
  .padding-partners .mySwiper {
    display: none;
  }
}
.padding-partners .mySwiper .swiper-button-next {
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.padding-partners .mySwiper .swiper-button-next::after {
  display: none;
}
.padding-partners .mySwiper .swiper-button-prev {
  background-image: url("../images/prev.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.padding-partners .mySwiper .swiper-button-prev::after {
  display: none;
}
.padding-partners .container-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.padding-partners .container-title .title-partners {
  font-size: 35px;
  display: flex;
  justify-content: center;
  color: #333333;
}
@media only screen and (max-width: 576px) {
  .padding-partners .container-title .title-partners {
    margin-top: 80px;
    font-size: 35px;
  }
}
.padding-partners .container-title .hr {
  height: 2px;
  width: 30%;
  background-color: #333333;
  align-self: center;
  margin-bottom: 50px;
  margin-top: 12px;
}
@media only screen and (max-width: 576px) {
  .padding-partners .container-title .hr {
    margin-bottom: 77px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .padding-partners.container, .padding-partners.container-sm {
    max-width: 720px !important;
  }
}

.relative-services {
  position: relative;
  margin-top: 145px;
  margin-left: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .relative-services {
    margin-top: 80px;
  }
}
.relative-services .back {
  font-family: "Poppins", light;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .relative-services {
    display: none;
  }
}

.services-content-1 {
  min-height: 100%;
}
.services-content-1 .card-mobile {
  height: 440px;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .services-content-1 .card-mobile {
    display: none;
  }
}
.services-content-1 .card-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.services-content-1 .card-mobile .gradient {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #333333);
  top: 0;
  left: 0;
  padding: 25px;
}
.services-content-1 .card-mobile .gradient .title {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: start;
}
.services-content-1 .card-mobile .gradient .detail {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Poppins", light;
  font-weight: 300;
  white-space: pre-line;
}
.services-content-1 .card-mobile .gradient .detail .find-out-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  width: 140px;
  height: 35px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  border: 1px solid #fff;
  padding: 5px;
  margin-top: 10px;
}
.services-content-1 .title-services-mobile {
  font-size: 35px;
  line-height: 1;
  transition: all 0.5s;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .services-content-1 .title-services-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .services-content-1 .title-services-mobile {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .services-content-1 .title-services-mobile {
    margin-top: 80px;
  }
}
.services-content-1 .title-services-mobile .hr-mobile {
  height: 2px;
  width: 55%;
  background-color: #58606E;
  margin-top: 20px;
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .services-content-1 .title-services-mobile .hr-mobile {
    display: none;
  }
}
.services-content-1 .sub-content-services-mobile {
  text-align: center;
  margin-top: 15px;
  color: #5c5c5c;
  font-size: 18px;
  font-family: "Poppins", light;
  font-weight: 360;
  white-space: pre-line;
}
@media only screen and (min-width: 768px) {
  .services-content-1 .sub-content-services-mobile {
    display: none;
  }
}
.services-content-1 .col-custom {
  flex-direction: column;
}
.services-content-1 a {
  color: #333333;
}
@media only screen and (max-width: 1024px) {
  .services-content-1 {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .services-content-1 .flex-center-custom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 426px) {
  .services-content-1 .flex-center-custom {
    margin-top: 0px;
    width: 85%;
    margin-left: 35px;
  }
}
.services-content-1 .flex-center-custom-expand {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1250px) {
  .services-content-1 .flex-center-custom-expand {
    justify-content: center;
  }
}
.services-content-1 .text-services-mission {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.services-content-1 .text-services-mission .title-services {
  font-size: 35px;
  line-height: 1;
  transition: all 0.5s;
  color: #333333;
}
@media only screen and (max-width: 1090px) {
  .services-content-1 .text-services-mission .title-services {
    font-size: 35px;
    line-height: 1;
  }
}
@media only screen and (max-width: 820px) {
  .services-content-1 .text-services-mission .title-services {
    font-size: 35px;
    line-height: 1;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 851px) {
  .services-content-1 .text-services-mission .title-services {
    font-size: 35px;
    line-height: 1;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .services-content-1 .text-services-mission .title-services {
    display: none;
  }
}
.services-content-1 .text-services-mission .hr {
  height: 2px;
  width: 60%;
  background-color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .services-content-1 .text-services-mission .hr {
    display: none;
  }
}
.services-content-1 .text-services-mission .sub-content-services {
  text-align: left;
  margin-top: 15px;
  color: #5c5c5c;
  font-size: 18px;
  font-family: "Poppins", light;
  margin-bottom: 15px;
  font-weight: 360;
  white-space: pre-line;
}
@media only screen and (max-width: 767px) {
  .services-content-1 .text-services-mission .sub-content-services {
    display: none;
  }
}
@media only screen and (max-width: 426px) {
  .services-content-1 .text-services-mission {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.services-content-1 .scr-7 {
  overflow: hidden;
}
.services-content-1 .img-tech {
  width: 100%;
  height: 100%;
}
.services-content-1 .img-tech img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 426px) {
  .services-content-1 .img-tech img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 426px) {
  .services-content-1 .img-tech {
    width: 80%;
    height: 80%;
  }
}

.mySwiperservices .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.mySwiperservices .swiper-slide .show-detail {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #333333);
  height: 100%;
  justify-content: end;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.mySwiperservices .swiper-slide .show-detail:hover {
  opacity: 1;
}
.mySwiperservices .swiper-slide .show-detail .title {
  font-size: 35px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
.mySwiperservices .swiper-slide .show-detail .content {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Poppins", light;
  font-weight: 300;
  white-space: pre-line;
}
.mySwiperservices .swiper-slide .show-detail .find-out-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  width: 140px;
  height: 35px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  border: 1px solid #5F5F5F;
  padding: 5px;
  margin-top: 15px;
}
.mySwiperservices .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-left: -4px;
}
@media only screen and (max-width: 767px) {
  .mySwiperservices {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .contact-content-1 .container-custom .row-custom {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .padding-contact {
  padding-left: 65px;
}
@media only screen and (max-width: 1400px) {
  .contact-content-1 .container-custom .row-custom .contact-left .padding-contact {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-content-1 .container-custom .row-custom .contact-left .padding-contact {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .contact-left .padding-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .title-mobile {
  font-size: 35px;
  letter-spacing: -3px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .contact-content-1 .container-custom .row-custom .contact-left .title-mobile {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .contact-content-1 .container-custom .row-custom .contact-left .title-mobile {
    margin-top: 80px;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .hr {
  height: 2px;
  width: 32%;
  background-color: #58606E;
  align-self: center;
  margin-bottom: 50px;
  margin-top: 5px;
}
@media only screen and (max-width: 576px) {
  .contact-content-1 .container-custom .row-custom .contact-left .hr {
    margin-top: 0px;
    margin-bottom: 77px;
    width: 50%;
  }
}
@media only screen and (min-width: 767px) {
  .contact-content-1 .container-custom .row-custom .contact-left .hr {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .title {
  font-size: 25px;
  font-family: "Poppins", medium;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 500;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .contact-left .title {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .location {
  font-size: 16px;
  font-family: "Poppins", light;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .contact-content-1 .container-custom .row-custom .contact-left .location {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .location {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .location img {
  margin-right: 13px;
}
.contact-content-1 .container-custom .row-custom .contact-left .location-mobile {
  font-size: 14px;
  font-family: "Poppins", light;
  margin-bottom: 10px;
  max-width: 220px;
  display: flex;
  align-items: center;
  margin-top: -40px;
  font-weight: 300;
}
.contact-content-1 .container-custom .row-custom .contact-left .location-mobile img {
  margin-right: 20px;
}
@media only screen and (min-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .location-mobile {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .phone {
  font-size: 16px;
  font-family: "Poppins", light;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .phone {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .phone img {
  margin-right: 10px;
}
.contact-content-1 .container-custom .row-custom .contact-left .phone-mobile {
  font-size: 14px;
  font-family: "Poppins", light;
  margin-bottom: 10px;
  max-width: 220px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.contact-content-1 .container-custom .row-custom .contact-left .phone-mobile img {
  margin-right: 15px;
}
@media only screen and (min-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .phone-mobile {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .email {
  font-size: 16px;
  font-family: "Poppins", light;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .email {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .email img {
  margin-right: 10px;
}
.contact-content-1 .container-custom .row-custom .contact-left .email-mobile {
  font-size: 14px;
  font-family: "Poppins", light;
  margin-bottom: 10px;
  max-width: 220px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.contact-content-1 .container-custom .row-custom .contact-left .email-mobile img {
  margin-right: 15px;
}
@media only screen and (min-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .email-mobile {
    display: none;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .social-icon {
  display: flex;
  align-items: center;
}
.contact-content-1 .container-custom .row-custom .contact-left .social-icon img {
  margin-right: 10px;
}
@media only screen and (max-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .social-icon {
    margin-top: 25px;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .image {
  height: 510px;
  width: 570px;
  margin-top: 75px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1400px) {
  .contact-content-1 .container-custom .row-custom .contact-left .image {
    width: 90%;
    height: 90%;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .contact-left .image {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 567px) {
  .contact-content-1 .container-custom .row-custom .contact-left .image {
    margin-top: 45px;
  }
}
.contact-content-1 .container-custom .row-custom .contact-left .image img {
  width: 100%;
  height: 80%;
}
.contact-content-1 .container-custom .row-custom .col-custom {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #FFFFFF;
  max-width: 550px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right {
  max-width: 100%;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right .title {
  font-size: 25px;
  font-family: "Poppins", medium;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .col-custom .contact-right .title {
    margin-top: 15px;
  }
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right .content {
  font-size: 16px;
  font-family: "Poppins", light;
  font-weight: 300;
  color: #333333;
  margin-bottom: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .col-custom .contact-right .content {
    max-width: 100%;
  }
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right .form {
  font-size: 16px;
  font-family: "Poppins", light;
  font-weight: 300;
  color: #333333;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=radio] {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #333333;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=radio]:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  margin-top: 16%;
  margin-left: 16%;
  border-radius: 50%;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=radio]:checked:before {
  background: #333333;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=text] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px #5F5F5F solid;
  padding-left: 10px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px #5F5F5F solid;
  color: #5F5F5F;
  font-size: 14px;
  font-family: "Poppins", light;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-left: 15px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right select {
  background-color: #fff;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=email] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px #5F5F5F solid;
  padding-left: 10px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=tel] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px #5F5F5F solid;
  padding-left: 10px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right input[type=submit] {
  width: 50%;
  height: 55px;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, #CD4F7C, #676AAF);
  border: 0px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", medium;
  font-weight: 500;
  transition: 0.5s !important;
  margin-top: 25px;
  margin-bottom: 30px;
}
.contact-content-1 .container-custom .row-custom .col-custom .contact-right textarea {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-content-1 .container-custom .row-custom .col-custom {
    max-width: 100%;
    width: 85%;
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  .contact-content-1 .container-custom {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 426px) {
  .no-padding-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.contact-content-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-content-2 .title-wrap {
  width: 165px;
}
.contact-content-2 .title-wrap .title {
  font-size: 35px;
  color: #333333;
}
.contact-content-2 .title-wrap .hr {
  width: 70%;
  height: 2px;
  background-color: #58606E;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .contact-content-2 .title-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content-2 {
    margin-top: 50px;
  }
}

.label-padding {
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
}

.mt-15px {
  margin-top: 15px;
}

@media only screen and (max-width: 790px) {
  .next-n {
    right: -3% !important;
  }
}

@media only screen and (max-width: 790px) {
  .prev-n {
    left: -3% !important;
  }
}

.text-pink {
  color: #CD4F7C;
}

.footer {
  margin-top: 70px;
  min-height: 300px;
}
.footer .footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-left p {
  margin-bottom: 10px;
}
.footer .footer-left .text-left {
  text-align: left;
  margin-top: 20px;
}
@media only screen and (max-width: 426px) {
  .footer .footer-left .text-left {
    width: 80%;
  }
}
.footer .footer-left img {
  align-self: start;
}
@media only screen and (max-width: 426px) {
  .footer .footer-left img {
    align-self: center;
  }
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.footer .qrcode {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 425px) {
  .footer .w-mobile-300px {
    width: 300px;
  }
}
@media only screen and (max-width: 345px) {
  .footer .w-mobile-300px {
    width: 250px;
  }
}
@media only screen and (max-width: 291px) {
  .footer .w-mobile-300px {
    width: 220px;
  }
}
.footer .image-footer {
  margin-bottom: 15px;
}
.footer .image-footer img {
  height: 70px;
  width: 100px;
}
.footer-partners {
  margin-top: 70px;
  min-height: 300px;
}
@media only screen and (max-width: 576px) {
  .footer-partners {
    margin-top: 27vh;
  }
}
.footer-partners .footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-partners .footer-left p {
  margin-bottom: 10px;
}
.footer-partners .footer-left .text-left {
  text-align: left;
  margin-top: 20px;
}
@media only screen and (max-width: 426px) {
  .footer-partners .footer-left .text-left {
    width: 80%;
  }
}
.footer-partners .footer-left img {
  align-self: start;
}
@media only screen and (max-width: 426px) {
  .footer-partners .footer-left img {
    align-self: center;
  }
}
.footer-partners .footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.footer-partners .qrcode {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 425px) {
  .footer-partners .w-mobile-300px {
    width: 300px;
  }
}
@media only screen and (max-width: 345px) {
  .footer-partners .w-mobile-300px {
    width: 250px;
  }
}
@media only screen and (max-width: 291px) {
  .footer-partners .w-mobile-300px {
    width: 220px;
  }
}
.footer-partners .image-footer {
  margin-bottom: 15px;
}
.footer-partners .image-footer img {
  height: 70px;
  width: 100px;
}
.font-thai {
  font-family: "Prompt", light;
  font-weight: 200;
}
.font-thai .main-button {
  font-family: "Prompt", light;
  font-weight: 200;
}
.font-thai .main-content-1 .container-fluid .image-row .image-content-1 .text {
  font-weight: 300;
}
.font-thai .menu {
  font-weight: 400;
}
.font-thai .menu .drop {
  font-weight: 400;
}
.font-thai .footer-v-sachet {
  font-weight: 500;
}
.font-thai .our-mission-content-1 .text-our-mission .sub-title-our {
  font-family: "Prompt", light;
  font-weight: 400;
}
.font-thai .our-mission-content-1 .text-our-mission .sub-content-our {
  font-family: "Prompt", light;
}
.font-thai .footer .left {
  font-size: 16px;
}
.font-thai .services-content-1 .text-services-mission .sub-content-services {
  font-family: "Prompt", light;
}
.font-thai .mySwiperservices .swiper-slide .show-detail .content {
  font-family: "Prompt", light;
}
.font-thai .mySwiperservices .swiper-slide .show-detail .title {
  font-weight: 400;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .title {
  font-weight: 400;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .col-custom .contact-right .title {
  font-weight: 400;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .location {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .location-mobile {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .phone {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .phone-mobile {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .email {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .contact-left .email-mobile {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .col-custom .contact-right .content {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .contact-content-1 .container-custom .row-custom .col-custom .contact-right .form {
  font-weight: 300;
  font-family: "Prompt", light;
}
.font-thai .services-content-1 .sub-content-services-mobile {
  font-family: "Prompt", light;
  font-size: 16px;
}
.font-thai .services-content-1 .card-mobile .gradient .detail {
  font-family: "Prompt", light;
  font-size: 16px;
}
.font-thai .news-flex .news-title {
  font-size: 18px;
}
.font-thai .in-ham-language {
  font-size: 18px;
  font-weight: 300;
}
.font-thai .menu .menu-left button {
  font-weight: 400;
}

.font-eng {
  font-family: "Work Sans", sans-serif;
}/*# sourceMappingURL=main.css.map */