@import url("bootstrap.min.css");
@import url("bootstrap-icons.css");
@import url("animate.css");
@import url("jquery-ui.min.css");
@import url("menu.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("flexslider.css");
@import url("fancybox.css");
:root {
  --font-main-color: #666;
  --green-color: #4baf9e;
  --green-color2: #aadacd;
  --green-color3: #119573;
  --white-color: #fff;
  --black-color: #000;
  --grey-color: #666;
  --bg-white: #fff;
  --bg-brown: #f7f5ef;
  --bg-green: #4bae9e;
  --bg-green2: #f6fbf9;
  --btn-green-color: #58a699;
  --btn-white-color: #fff;
}

* {
  font-family: 'Poppins', 'Prompt', sans-serif !important;
}

html {
  font-size: 17px;
}

body {
  font: 100% "Poppins", "Prompt", sans-serif;
  line-height: 1.8;
  color: var(--font-main-color);
  font-weight: 300;
}

.bi {
  line-height: 1;
}

.bi::before {
  display: inline-block;
  vertical-align: middle;
}

.video-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 44.9%;
}

.canvas,
.video {
  height: 100%;
  width: 100%;
  background: #FFF;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.vdo-banner {
  padding: 0;
}

.owl-carousel.owl-bannerslide {
  background-color: #000;
}

.owl-carousel.owl-bannerslide .owl-item {
  overflow: hidden;
}

.owl-carousel.owl-bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
}

.owl-carousel.owl-bannerslide .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

.owl-carousel.owl-bannerslide .owl-dots {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background: none;
  width: 8px;
  height: 8px;
  margin: 10px;
}

.owl-carousel.owl-bannerslide .owl-dots .owl-dot.active span, .owl-carousel.owl-bannerslide .owl-dots .owl-dot:hover span {
  border: 1px solid #fff;
  background: #fff;
}

.wrap-topbar {
  background-color: var(--green-color2);
  font-size: 0.9rem;
  color: var(--black-color);
  padding: 5px 0;
}

.wrap-topbar a {
  display: inline-block;
  color: var(--black-color);
  text-decoration: none;
  margin-right: 30px;
}

.wrap-topbar a i {
  color: var(--green-color);
  font-size: 1.1rem;
  padding-right: 5px;
}

.logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo img {
  width: 200px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topbar-social a {
  margin-right: 0;
  margin-left: 15px;
}

.topbar-social a i {
  font-size: 1.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-social a:hover i {
  color: var(--green-color3);
}

.mainmenu ul li > a.menu-contact {
  color: var(--white-color);
}

.menu-contact {
  background-color: #edc33d;
  padding: 0 30px;
  border-radius: 50px;
  height: 45px;
}

.menu-contact i {
  font-size: 1.2rem;
  padding-right: 5px;
}

.menu-contact:hover {
  background-color: var(--green-color);
}

.wrap-bghome {
  background-image: url(../images/bg-home.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 0;
}

.content-welcome {
  text-align: center;
}

.content-welcome h1 {
  font-weight: normal;
  color: var(--green-color3);
}

.content-welcome h2 {
  font-weight: normal;
  color: var(--black-color);
  font-size: 1.45rem;
  margin: 20px 0;
  line-height: 1.5;
}

.content-welcome .photo-textwelcome {
  margin-top: 10px;
}

.content-welcome .photo-textwelcome img {
  width: 430px;
  max-width: 100%;
}

.txt-welcome {
  color: var(--black-color);
  font-size: 1.25rem;
}

.box-itemhome {
  margin: 50px -15px 0;
}

.item-home {
  padding: 0 15px;
  margin-bottom: 70px;
}

.item-home a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid var(--bg-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 25px 25px 75px 25px;
  text-decoration: none;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-home a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-home a.item-oem {
  background-image: url(../images/bg-itemhome_03.webp);
}

.item-home a.item-oem::before {
  background: rgba(52, 163, 132, 0.5);
}

.item-home a.item-oem .btn-green:hover {
  background-color: var(--bg-green);
}

.item-home a.item-company {
  background-image: url(../images/bg-itemhome_05.webp);
}

.item-home a.item-company::before {
  background: rgba(192, 144, 182, 0.5);
}

.item-home a.item-company .btn-default {
  background-color: #c090b6;
}

.item-home a.item-services {
  background-image: url(../images/bg-itemhome_07.webp);
}

.item-home a.item-services::before {
  background: rgba(173, 168, 117, 0.5);
}

.item-home a.item-services .btn-default {
  background-color: #c3bf99;
}

.item-home a.item-products {
  background-image: url(../images/bg-itemhome_09.webp);
}

.item-home a.item-products::before {
  background: rgba(115, 174, 202, 0.5);
}

.item-home a.item-products .btn-default {
  background-color: #9fc8dc;
}

.item-home a.item-process {
  background-image: url(../images/bg-itemhome_16.webp);
}

.item-home a.item-process::before {
  background: rgba(124, 145, 189, 0.5);
}

.item-home a.item-process .btn-default {
  background-color: #9daed1;
}

.item-home a.item-contact {
  background-image: url(../images/bg-itemhome_18.webp);
}

.item-home a.item-contact::before {
  background: rgba(223, 150, 72, 0.5);
}

.item-home a.item-contact .btn-default {
  background-color: #edb070;
}

.item-home a.item-news {
  background-image: url(../images/bg-itemhome_20.webp);
}

.item-home a.item-news::before {
  background: rgba(220, 131, 128, 0.5);
}

.item-home a.item-news .btn-default {
  background-color: #e5adab;
}

.item-home a div {
  color: var(--black-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-home a div.topic-itemhome {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 20px;
}

.item-home a div.shortdesc-itemhome {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0 0;
  opacity: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.item-home a .btn-default {
  color: var(--white-color);
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.item-home a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 15px 80px 15px 15px;
  text-decoration: none;
}

.item-home a:hover::before {
  opacity: 1;
}

.item-home a:hover > div {
  position: relative;
  z-index: 1;
  color: var(--white-color);
}

.item-home a:hover > div.shortdesc-itemhome {
  opacity: 1;
}

.item-home a:hover .topic-itemhome {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.04);
}

.item-home a:hover .btn-default {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.icon-itemhome {
  background-color: var(--bg-white);
  border-radius: 30px;
  width: 85px;
  height: 85px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  position: relative;
}

.icon-itemhome img {
  width: 65px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-default {
  line-height: 1;
  border-radius: 50px;
  padding: 0 30px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  white-space: nowrap;
}

.btn-default i {
  font-size: 1.3rem;
  padding-left: 7px;
  line-height: 0.9;
}

.btn-green {
  background-color: var(--btn-green-color);
  color: var(--white-color);
}

.btn-green:hover {
  color: var(--white-color);
  text-decoration: none;
  background-color: var(--grey-color);
}

.btn-brown {
  background-color: #a09d79;
  color: var(--white-color);
}

.btn-brown:hover {
  color: var(--white-color);
  text-decoration: none;
  background-color: var(--grey-color);
}

.btn-white {
  background-color: var(--btn-white-color);
  color: var(--grey-color);
}

.home-photocenter {
  padding: 0 10%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.home-photocenter img {
  width: 100%;
}

.wrap-iconquality {
  padding: 160px 15px 70px;
  background-color: var(--bg-brown);
  margin-top: -100px;
  text-align: center;
  color: var(--black-color);
  font-size: 1.5rem;
}

.wrap-iconquality img {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
}

.wrap-footer {
  background-color: var(--bg-green);
  color: var(--white-color);
  padding: 50px 0 10px;
}

.wrap-footer .footer-address img {
  width: 220px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.wrap-footer .footer-address address div {
  font-size: 1.2rem;
  padding-bottom: 5px;
}

.wrap-footer .footer-address .footer-contact a {
  display: block;
  color: var(--white-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
}

.wrap-footer .footer-address .footer-contact a i {
  padding-right: 7px;
}

.wrap-footer .footer-address .footer-contact a:hover {
  opacity: 0.7;
}

.wrap-footer ul {
  padding: 0;
  margin: 0;
}

.wrap-footer ul li {
  list-style: none;
  margin-bottom: 15px;
}

.wrap-footer ul li a {
  display: block;
  color: var(--white-color);
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
}

.wrap-footer ul li a:hover {
  opacity: 0.7;
}

.wrap-footer .txt-follow {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.wrap-footer .link-follow a {
  display: block;
  color: var(--white-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.85rem;
  margin-top: 15px;
}

.wrap-footer .link-follow a i {
  padding-right: 4px;
  font-size: 1rem;
}

.wrap-footer .link-follow a:hover {
  opacity: 0.7;
}

.wrap-footer .img-qrcode {
  margin: 10px 0 0 27px;
}

.wrap-footer .img-qrcode img {
  width: 90px;
  height: auto;
}

.wrap-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0.85rem;
  margin-top: 30px;
  padding-top: 10px;
}

.m-mobile {
  display: none;
  padding: 15px 40px 10px;
}

.m-mobile .logo-mb img {
  width: 150px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-inside {
  padding: 0;
}

.banner-inside img {
  width: 100%;
}

.wrap-content {
  padding-top: 60px;
}

.topic-mainpage {
  color: var(--green-color);
}

.txt-subtopic {
  font-size: 1.3rem;
  color: var(--black-color);
}

.content-editor img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

.wrap-oempage .content-editor {
  margin: 25px 0 70px;
}

.wrap-itemoem .item-listoem {
  display: block;
  position: relative;
  text-decoration: none;
}

.wrap-itemoem .item-listoem figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}

.wrap-itemoem .item-listoem figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.33792%;
}

.wrap-itemoem .item-listoem figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.wrap-itemoem .item-listoem figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-itemoem .item-listoem .col-12 {
  padding: 0;
}

.wrap-itemoem .item-listoem:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wrap-itemoem .item-listoem:nth-child(even) .row .content-itemoem {
  padding-right: 80px;
}

.wrap-itemoem .item-listoem:nth-child(odd) .content-itemoem {
  padding-left: 80px;
}

.wrap-itemoem .item-listoem .box-itemoem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap-itemoem .item-listoem .box-itemoem .content-itemoem {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: var(--black-color);
}

.wrap-itemoem .item-listoem .box-itemoem .content-itemoem h2 {
  font-size: 2rem;
}

.wrap-itemoem .item-listoem .box-itemoem .content-itemoem .desc-oemlist {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0 45px;
}

.wrap-itemoem .item-listoem:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap-recent {
  background: #f6fbf9;
  padding: 60px 0 130px;
  position: relative;
}

.wrap-recent .btn-default {
  float: right;
}

.wrap-recent .progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a8d6f), to(#1a8d6f));
  background-image: linear-gradient(to right, #1a8d6f, #1a8d6f);
  background-repeat: no-repeat;
  background-size: 16.667% 100%;
  -webkit-transition: background-size .4s ease-in-out;
  transition: background-size .4s ease-in-out;
  margin-top: 40px;
}

.topic-recent {
  color: var(--black-color);
  font-size: 1.65rem;
  text-transform: uppercase;
}

.item-recent {
  background-color: var(--bg-white);
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px;
}

.item-recent:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--bg-green);
}

.item-recent:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item-recent:hover .wrap-contentrecent {
  color: var(--white-color);
}

.item-recent:hover .wrap-contentrecent .txt-recentname {
  color: var(--white-color);
}

.item-recent:hover .newsdate {
  color: var(--white-color);
}

.item-recent figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}

.item-recent figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.33792%;
}

.item-recent figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.item-recent figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-recent .wrap-contentrecent {
  padding: 25px 15px;
  font-size: 0.95rem;
  color: var(--grey-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-recent .wrap-contentrecent .txt-recentname {
  color: var(--black-color);
  font-size: 1.1rem;
  margin-bottom: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-recent .wrap-contentrecent .desc-recent {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-recent .newsdate {
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon-recent {
  cursor: pointer;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.6rem;
  position: absolute;
  bottom: -110px;
  color: var(--grey-color);
  opacity: 0.5;
}

.icon-recent:hover {
  color: var(--green-color);
  opacity: 1;
}

.icon-recent.iconprev {
  right: 40px;
}

.icon-recent.iconnext {
  right: 0;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.btn-showmb {
  display: none;
  text-align: center;
}

.wrap-profile {
  padding-top: 70px;
  position: relative;
}

.wrap-profile::before {
  content: "";
  background-image: url(../images/bglogo.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 383px;
  height: 408px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}

.wrap-profile .photo-textwelcome {
  margin: 20px 0;
}

.wrap-profile .home-photocenter {
  margin-top: 40px;
}

.wrap-profile .wrapquality {
  background-color: var(--bg-green2);
  padding: 150px 0 70px;
  margin-top: -100px;
  text-align: center;
}

.wrap-profile .wrapquality .topic-inside {
  margin-bottom: 10px;
}

.wrap-profile .wrap-itemquality {
  text-align: left;
  margin-top: 30px;
}

.wrap-profile .wrap-itemquality .profile-itemquality {
  border-radius: 20px;
  background-color: var(--bg-brown);
  overflow: hidden;
  padding: 0;
}

.wrap-profile .quality-bgcolor {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  padding: 25px 13px 13px;
}

.wrap-profile .quality-bgcolor.bgblue {
  background-color: #b2d5e6;
}

.wrap-profile .quality-bgcolor.bgpink {
  background-color: #cfc3d4;
}

.wrap-profile .quality-bgcolor.bgpurple {
  background-color: #b6c3de;
}

.wrap-profile .quality-bgcolor.bgorange {
  background-color: #f1b36e;
}

.wrap-profile .quality-bgcolor div {
  opacity: 0.7;
}

.wrap-profile .quality-bgcolor figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wrap-profile .quality-bgcolor figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 85.61151%;
}

.wrap-profile .quality-bgcolor figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.wrap-profile .quality-bgcolor figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-profile .quality-logo {
  padding: 13px;
}

.wrap-profile .quality-logo img {
  width: auto;
  height: 75px;
}

.topic-inside {
  font-size: 2rem;
  color: var(--black-color);
  font-weight: 500;
}

.bg-innovation {
  background-image: url(../images/bg-blueprofile.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}

.bg-innovation figure {
  margin-bottom: 0;
}

.bg-innovation figure img {
  width: 100%;
}

.bg-innovation .col-12 {
  padding: 0;
}

.bg-innovation .topic-inside {
  color: var(--white-color);
  margin-bottom: 7px;
}

.bg-innovation .topic-inside span {
  font-weight: 300;
}

.wrap-qualitycontent {
  margin: 70px 0;
}

.wrap-qualitycontent figure img {
  width: 100%;
}

.wrap-qualitycontent .photo-qualitycontent {
  margin-top: 50px;
}

.wrap-qualitycontent .topic-inside {
  color: var(--green-color3);
  margin-bottom: 10px;
}

.wrap-qualitycontent .topic-inside img {
  width: 100px;
  height: auto;
  vertical-align: top;
  margin-top: -15px;
  margin-left: 5px;
}

.wrap-qualitycontent .desc-qualitycontent {
  padding-left: 40px;
  line-height: 2;
}

.nopad {
  padding: 0;
}

.desc-innovation {
  margin: 40px 0;
}

.wrap-servicepage {
  text-align: center;
}

.wrap-servicepage .topic-mainpage {
  margin-bottom: 15px;
}

.wrap-servicepage .topic-mainpage span {
  font-weight: 300;
}

.wrap-servicepage .topic-mainpage span:first-child {
  color: #aaa578;
}

.wrap-itemservice {
  margin: 50px 0 100px;
}

.wrap-itemservice .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  color: var(--grey-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-itemservice .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wrap-itemservice .row:nth-child(even) figure {
  margin-right: 0;
  margin-left: 50px;
}

.wrap-itemservice .row:hover figure {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wrap-itemservice .row:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap-itemservice .row:hover .btn-green {
  background-color: var(--grey-color);
}

.wrap-itemservice .row:hover .desc-itemservice h1 {
  color: var(--green-color);
}

.wrap-itemservice .row figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
  border-radius: 20px;
  margin-right: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-itemservice .row figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 69.02655%;
}

.wrap-itemservice .row figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.wrap-itemservice .row figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-itemservice .row .desc-itemservice h1 {
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--black-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-itemservice .row .desc-itemservice .subtopic-itemservice {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black-color);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 15px 0 10px;
}

.wrap-itemservice .row .desc-itemservice .detail-itemservice {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}

.banner-footer {
  padding: 0;
}

.banner-footer figure {
  margin-bottom: 0;
}

.banner-footer figure img {
  width: 100%;
}

.tab_article_btn div {
  display: inline-block;
  background: #ccc;
  cursor: pointer;
}

.tab_article_btn div.active {
  background: #000144;
  color: #fff;
}

.tab_article_btn div.btn-default {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 50px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab_article_btn div.btn-default:hover {
  background: #000144;
  color: #fff;
}

.tab_pdetail:not(:first-child) {
  display: none;
}

.menu-typreproduct {
  background-color: var(--bg-brown);
  border-radius: 50px;
  margin: 40px 0;
  padding: 10px;
}

.menu-typreproduct button {
  display: inline-block;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
  font-weight: 300;
  padding: 8px 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.menu-typreproduct button.active {
  background-color: var(--green-color);
  color: var(--white-color);
}

.menu-typreproduct button:hover {
  color: var(--black-color);
  background-color: #e6e6dc;
}

.filter-sort {
  display: none;
  background-color: var(--bg-green);
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 5px 20px;
  text-align: left;
}

.sel {
  font-size: 1rem;
  display: block;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  color: var(--white-color);
  min-width: 70px;
}

.sel::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sel__placeholder {
  display: block;
  padding: 5px 25px 5px 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
  white-space: nowrap;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 25px 5px 10px;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  background-color: var(--bg-brown);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 350px;
  width: 100%;
  overflow-y: auto;
}

.sel__box::-webkit-scrollbar-track {
  background-color: #1a1a1a;
  border-radius: 5px;
}

.sel__box::-webkit-scrollbar {
  width: 6px;
  background-color: #1a1a1a;
  border-radius: 5px;
}

.sel__box::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

.sel__box__options {
  display: list-item;
  color: var(--black-color);
  padding: 0.5em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sel__box__options:hover {
  background-color: #222;
}

.sel__box__options.selected {
  background-color: var(--bg-green);
  color: var(--white-color);
}

.sel.active::before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  top: 10px;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel.active .sel__box {
  display: block;
  -webkit-animation: fadeInUp 500ms;
          animation: fadeInUp 500ms;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.box-item-allproducts {
  margin: 0 -25px 40px;
}

.box-item-allproducts .item-allproducts {
  margin-bottom: 50px;
  padding: 0 25px;
}

.box-item-allproducts .item-allproducts a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: var(--grey-color);
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-item-allproducts .item-allproducts a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-item-allproducts .item-allproducts a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 79.74359%;
}

.box-item-allproducts .item-allproducts a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.box-item-allproducts .item-allproducts a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-item-allproducts .item-allproducts a:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-item-allproducts .item-allproducts a:hover figure {
  border-radius: 20px 20px 0 0;
}

.box-item-allproducts .item-allproducts a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.desc-item-allproducts {
  padding: 20px 15px;
  background-color: var(--bg-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.desc-item-allproducts .allproduct-name {
  color: var(--green-color);
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.desc-item-allproducts .allproduct-detail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.have_subitem-pro:before {
  background-image: url(../images/icon_arrow-green.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.topicproductlist {
  padding: 10px 50px 10px 0;
  border-bottom: 1px solid #dadada;
  font-weight: 500;
  color: var(--black-color);
  font-size: 1.05rem;
  position: relative;
}

.topicproductlist:before {
  content: "";
  background-image: url(../images/icon_arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 22px;
  right: 0;
}

.item_productdesc {
  margin-bottom: 30px;
}

.item_productdesc.active .topicproductlist {
  color: var(--green-color);
}

.item_productdesc.active .topicproductlist:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 16px;
}

.content_productlist {
  display: none;
  padding: 25px;
  background-color: var(--bg-brown);
  margin-top: 5px;
}

.content_productlist div {
  font-weight: 400;
  color: var(--black-color);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.content_productlist ul {
  padding: 0;
  margin: 0;
}

.content_productlist ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.content_productlist ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green-color);
}

.content_productlist ul li a {
  display: block;
  color: var(--black-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content_productlist ul li a:hover {
  color: var(--green-color);
}

.content_productlist img {
  width: auto;
  max-width: 100%;
}

.wrap-itemrecruit {
  margin-top: 30px;
}

.item_career {
  margin-bottom: 30px;
}

.item_career.active .have_subitem-pro:before {
  background-image: url(../images/icon-arrow-white.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 18px;
}

.topiccareerlist {
  padding: 13px 50px 13px 35px;
  background-color: #dfdfdf;
  position: relative;
  border-radius: 50px;
  font-size: 1.15rem;
  color: var(--black-color);
}

.topiccareerlist:before {
  content: "";
  background-image: url(../images/icon-arrow-grey.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.item_career.active .topiccareerlist {
  background-color: #58a699;
  color: var(--white-color);
}

.content_careerlist {
  display: none;
  padding: 50px 35px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-top: -15px;
}

.career-desctop {
  border-bottom: 1px solid #b8cac5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.career-desctop div {
  margin-bottom: 10px;
}

.career-desctop div i {
  color: var(--grey-color);
  font-size: 1.1rem;
}

.career-desctop div span {
  color: var(--green-color);
  padding: 0 5px 0 10px;
}

.box-qualification {
  margin-bottom: 30px;
}

.box-qualification .topic-qualification {
  color: var(--green-color);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.flexslider {
  border: 1px solid var(--white-color) !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.flexslider .flex-direction-nav .flex-prev {
  background-image: url(../images/arrow-right-circle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 10px !important;
  text-indent: 999999999999px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.3;
}

.flexslider .flex-direction-nav .flex-next {
  background-image: url(../images/arrow-right-circle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 10px !important;
  text-indent: 999999999999px;
  opacity: 0.3;
}

.product_photoslider figure {
  position: relative;
  padding-bottom: 77%;
  overflow: hidden;
  margin-right: 1px;
}

.product_photoslider figure img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product_photoslider .thumbphoto figure {
  border: 1px solid #eee;
}

.product_photoslider .box-pdetail {
  display: none;
}

.wrap-productdetail {
  margin-top: 70px;
  margin-bottom: 70px;
}

.box-pdetail {
  padding-left: 50px;
}

.box-pdetail h2 {
  font-weight: 300;
  font-size: 1.1rem;
}

.box-pdetail h1 {
  font-weight: 400;
  color: var(--green-color);
  font-size: 2.1rem;
  margin-top: 15px;
}

.box-pdetail .pdetail-shortdesc {
  margin: 25px 0;
}

.box-pdetail .pdetail-shortdesc .shortdesc_topic {
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--black-color);
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.txt-process {
  color: var(--black-color);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.wrap-itemproduction.wrap-itemservice .row .desc-itemservice h1 {
  color: var(--green-color);
  margin-bottom: 15px;
}

.bg-news {
  background-image: url(../images/bg-pananews_02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 60px;
}

.bg-news .wrap-content {
  text-align: center;
}

.bg-news .wrap-content h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

.item-pananews a {
  display: block;
  padding: 0 15px;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 1.45rem;
  text-decoration: none;
  font-weight: 400;
}

.item-pananews a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
  border: 3px solid rgba(195, 191, 153, 0.3);
}

.item-pananews a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68.80734%;
}

.item-pananews a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.item-pananews a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-pananews a i {
  font-size: 1.9rem;
  color: #c3bf99;
}

.item-pananews a:hover {
  color: #c3bf99;
}

.item-pananews a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item-pananews a .box-descnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
}

.item-pananews:nth-child(odd) a figure {
  border: 3px solid rgba(140, 173, 168, 0.5);
}

.item-pananews:nth-child(odd) a i {
  color: var(--green-color);
}

.item-pananews:nth-child(odd):hover {
  color: var(--green-color);
}

.latestnews {
  text-align: center;
  position: relative;
}

.latestnews a {
  display: block;
  color: var(--white-color);
}

.latestnews a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000;
}

.latestnews a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40.625%;
}

.latestnews a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.latestnews a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.latestnews a figure img {
  opacity: 0.7;
}

.latestnews a .caption-latestnews {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 60px;
}

.latestnews a .caption-latestnews .topic-latestnews {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.latestnews a .caption-latestnews .desc-latestnews {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bg-newstop5 {
  background-image: url(../images/bg-newtop5_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 85px 0;
}

.bg-newstop5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black-color);
  text-decoration: none;
}

.bg-newstop5 a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.bg-newstop5 a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.36111%;
}

.bg-newstop5 a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.bg-newstop5 a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg-newstop5 a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bg-newstop5 a:hover .btn-green {
  background-color: #666;
}

.bg-newstop5 a .box-newstop5 {
  padding-left: 50px;
}

.bg-newstop5 a .desc-topicnews5 {
  font-size: 1.7rem;
  color: var(--green-color3);
  line-height: 1.3;
  font-weight: 400;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bg-newstop5 a .desc-topnews5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}

.newsdate {
  color: var(--grey-color);
  font-size: 0.9rem;
}

.newsdate i {
  padding-right: 5px;
}

.box-item-allnews.box-item-allproducts .item-allproducts a {
  color: var(--black-color);
}

.box-item-allnews.box-item-allproducts .item-allproducts a .newsdate {
  margin-bottom: 10px;
}

.box-item-allnews.box-item-allproducts .item-allproducts a figure {
  background-color: #9fccbf;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.box-item-allnews.box-item-allproducts .item-allproducts a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.36111%;
}

.box-item-allnews.box-item-allproducts .item-allproducts a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.box-item-allnews.box-item-allproducts .item-allproducts a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-item-allnews.box-item-allproducts .item-allproducts a figure .btn-default {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-item-allnews.box-item-allproducts .item-allproducts a:hover {
  color: var(--green-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-item-allnews.box-item-allproducts .item-allproducts a:hover figure {
  border-radius: 20px;
}

.box-item-allnews.box-item-allproducts .item-allproducts a:hover figure img {
  opacity: 0.1;
}

.box-item-allnews.box-item-allproducts .item-allproducts a:hover figure .btn-default {
  opacity: 1;
}

.news-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.news-pagenav ul li a.page-link {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 1.6;
  margin: 0 7px;
  display: inline-block;
  text-decoration: none;
  color: var(--grey-color);
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}

.news-pagenav ul li a.page-link i {
  font-size: 0.7rem;
}

.news-pagenav ul li a.page-link:hover {
  color: var(--green-color);
  background: none;
}

.news-pagenav ul li.active > .page-link {
  background-color: var(--bg-green);
  border-radius: 50%;
  border: 0;
}

.news-pagenav ul li.active a {
  color: var(--white-color);
}

.banner-newsdetail {
  position: relative;
  padding: 0;
}

.banner-newsdetail figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000;
}

.banner-newsdetail figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40.625%;
}

.banner-newsdetail figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.banner-newsdetail figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-newsdetail figure img {
  opacity: 0.7;
}

.banner-newsdetail .caption-bannernews {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  bottom: 50px;
  left: 0;
  padding: 0 60px;
  color: var(--white-color);
}

.banner-newsdetail .caption-bannernews .topic-latestnews {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
}

.banner-newsdetail .caption-bannernews .newsdate {
  color: var(--white-color);
  margin-bottom: 15px;
}

.banner-newsdetail .caption-bannernews .news-boxshare div {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.banner-newsdetail .caption-bannernews .news-boxshare div a {
  display: inline-block;
  color: var(--white-color);
  margin: 0 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-newsdetail .caption-bannernews .news-boxshare div a i {
  font-size: 1.3rem;
  opacity: 0.8;
}

.banner-newsdetail .caption-bannernews .news-boxshare div a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.banner-newsdetail .caption-bannernews .news-boxshare div a:hover i {
  opacity: 1;
}

.banner-newsdetail .caption-bannernews .news-boxshare div.icon-share {
  position: relative;
  padding-left: 55px;
}

.banner-newsdetail .caption-bannernews .news-boxshare div.icon-share::before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 1;
}

.bg-newsgall {
  background-color: var(--bg-brown);
  padding-bottom: 70px;
  margin-top: 80px;
}

.bg-newsgall .topic-photogall {
  background-color: #c3bf99;
  border-radius: 50px;
  font-size: 1.4rem;
  color: var(--white-color);
  padding: 5px 50px;
  display: inline-block;
  position: relative;
  top: -25px;
  margin-bottom: 20px;
}

.item-photogall a {
  display: block;
  position: relative;
}

.item-photogall a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-photogall a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.36111%;
}

.item-photogall a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.item-photogall a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-photogall a:hover figure {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.item-photogall a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item-photogall.more-photogall figure {
  background-color: #000;
}

.item-photogall.more-photogall figure img {
  opacity: 0.5;
}

.item-photogall.more-photogall .txt-allphoto {
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 1.7;
  width: 90%;
}

.item-photogall.more-photogall .txt-allphoto span {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.hide-photogall {
  display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border: 3px solid #fff;
}

.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.96));
}

.bg-contact {
  background-image: url(../images/bg-contact_02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  text-align: center;
}

.bg-contact .topic-contact {
  font-weight: 400;
  color: var(--black-color);
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.icon-contact {
  color: var(--green-color);
  font-size: 1.9rem;
}

.desc-topiccontact {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--black-color);
  margin: 10px 0 5px;
}

.item-contact a {
  display: block;
  color: var(--black-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-contact a:hover {
  color: var(--green-color);
}

.item-contact a.link-qr {
  margin-top: 10px;
  font-size: 0.8rem;
}

.item-contact a.link-qr i {
  font-size: 1.1rem;
  padding-right: 5px;
}

.item-contact a.link-qr span {
  text-decoration: underline;
}

.wrap-item-contact {
  margin-top: 30px;
}

.link-contact {
  padding: 0;
}

.link-contact a {
  display: block;
  color: var(--black-color);
  font-weight: 400;
  font-size: 0.9rem;
}

.link-contact a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.link-contact a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 30.625%;
}

.link-contact a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.link-contact a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.link-contact a figure .desc-footcontact {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.link-contact a figure .desc-footcontact .topic-footc01 {
  text-transform: uppercase;
  color: var(--grey-color);
}

.link-contact a figure .desc-footcontact .topic-footc02 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.link-contact a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.googlemaps {
  padding: 0;
}

.googlemaps .ratio {
  height: 0;
}

.googlemaps .ratio::before {
  display: none;
}

.googlemaps .ratio-21x9 {
  padding-bottom: 20%;
}

.banner-career {
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
}

.banner-career figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000;
}

.banner-career figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40.625%;
}

.banner-career figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.banner-career figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-career figure img {
  opacity: 0.5;
}

.banner-career .caption-bannercareer {
  position: absolute;
  width: 800px;
  max-width: 100%;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 15px;
  color: var(--white-color);
}

.banner-career .caption-bannercareer .topic-bannercareer {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
}

.wrap-career {
  background-image: url(../images/bg-career.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.topic-career02 {
  color: var(--grey-color);
  font-weight: 400;
  text-transform: uppercase;
}

.topic-career01 {
  color: var(--green-color);
  font-weight: 400;
  font-size: 2rem;
}

.topic-career03 {
  color: var(--black-color);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.desc-shortcareer {
  margin-top: 50px;
}

.wrap-photocareer {
  background-color: var(--bg-brown);
  padding: 60px 0 80px;
  font-size: 1.2rem;
  color: var(--black-color);
}

.topic-careerphoto {
  color: var(--black-color);
  font-size: 1.9rem;
}

.topic-careerphoto span {
  color: var(--green-color);
  font-weight: 400;
}

.item-careerphoto a {
  display: block;
}

.item-careerphoto a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
}

.item-careerphoto a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 99.19355%;
}

.item-careerphoto a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.item-careerphoto a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-careerphoto:nth-child(even) {
  margin-top: 25px;
}

.mt-photocareer {
  margin: 30px 0 40px;
  position: relative;
}

.mt-photocareer::before {
  content: "PHOTO";
  position: absolute;
  top: -70px;
  right: 3%;
  font-size: 8rem;
  color: var(--white-color);
  font-weight: 700;
  line-height: 1;
  opacity: 0.6;
}

.mt-photocareer::after {
  content: "GALLERY";
  position: absolute;
  bottom: -50px;
  left: 4%;
  font-size: 7rem;
  color: var(--white-color);
  font-weight: 700;
  line-height: 1;
  opacity: 0.6;
}

.topic-org {
  color: var(--black-color);
  position: relative;
  display: inline;
  top: 50px;
}

.topic-org::before {
  content: "";
  background-color: #1a8d6f;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: -55px;
}

.txt-managerspeak {
  font-size: 1.55rem;
  line-height: 1.7;
  color: var(--black-color);
}

.txt-managerspeak::before {
  content: "";
  background: url(../images/icon-quote2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  opacity: 0.5;
  position: relative;
  right: 15px;
}

.txt-managerspeak::after {
  content: "";
  background: url(../images/icon-quote.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  opacity: 0.5;
  position: relative;
  left: 10px;
}

.manager-name {
  font-size: 1.2rem;
  color: var(--green-color3);
  font-weight: 400;
  margin: 20px 0 10px;
}

.desc-managerspeak {
  padding: 0 100px 0 40px;
  margin-top: 100px;
}

.box-mspeak {
  margin-bottom: 30px;
}

.box-mspeak figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
}

.box-mspeak figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 109.09091%;
}

.box-mspeak figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.box-mspeak figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-manager {
  background-color: #e8f3f0;
}

.process-numstep {
  font-size: 2rem;
  font-weight: 500;
}

.process-topic2 {
  color: var(--black-color);
  font-size: 1.4rem;
  font-weight: 400;
  margin: 7px 0 15px;
  line-height: 1.5;
}

.process-date {
  color: var(--black-color);
  font-size: 1.05rem;
  font-weight: 400;
}

.process-date i {
  font-size: 1.2rem;
  padding-right: 5px;
}

.circle-step {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #eee;
  position: absolute;
  top: 0;
  left: -26px;
}

.desc-itemprocess {
  padding-left: 55px;
}

.wrap-processdesc .row .box-processdesc {
  position: relative;
  height: 100%;
}

.wrap-processdesc .row .box-processdesc::before {
  content: "";
  border-left: 2px dotted #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 170%;
}

.wrap-processdesc .row:nth-child(even) {
  text-align: right;
}

.wrap-processdesc .row:nth-child(even) .box-processdesc::before {
  right: -2px;
  left: auto;
}

.wrap-processdesc .row:nth-child(even) .box-processdesc .desc-itemprocess {
  padding-left: 0;
  padding-right: 55px;
}

.wrap-processdesc .row:nth-child(even) .circle-step {
  left: auto;
  right: -28px;
}

.wrap-processdesc .row:last-child .box-processdesc::before {
  height: 0;
  border-left: 2px dotted #fff;
}

.wrap-processdesc .row .btn-default {
  color: var(--white-color);
  cursor: pointer;
  margin-top: 30px;
}

.wrap-processdesc .row:hover .btn-default {
  background-color: #666 !important;
  color: var(--white-color);
}

.logo-mopen {
  display: none;
  margin-top: 15px;
}

.logo-mopen img {
  width: 150px;
  height: auto;
}

.bannerhome .banner-pc {
  display: block;
}

.bannerhome .banner-pc figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}

.bannerhome .banner-pc figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 46.25%;
}

.bannerhome .banner-pc figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.bannerhome .banner-pc figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bannerhome .banner-mb {
  display: none;
}

.bannerhome .banner-mb figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}

.bannerhome .banner-mb figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.bannerhome .banner-mb figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

.bannerhome .banner-mb figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*responsive*/
@media (max-width: 1600px) {
  .home-photocenter {
    padding: 0 8%;
  }
}

@media (max-width: 1440px) {
  .home-photocenter {
    padding: 0 5%;
  }
  .content-welcome h1 {
    font-size: 2.3rem;
  }
  .item-home a div.topic-itemhome {
    font-size: 1.4rem;
  }
  .latestnews a .caption-latestnews {
    bottom: 14%;
  }
  .link-contact a figure .desc-footcontact .topic-footc02 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1380px) {
  .menu-contact {
    padding: 0 25px;
  }
  .mainmenu ul li > a {
    font-size: 0.9rem;
  }
  .box-pdetail {
    padding-left: 30px;
  }
  .link-contact a figure .desc-footcontact .topic-footc02 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1199px) {
  .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .mainmenu {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wrap_menu.sticky .mainmenu {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrap_menu.sticky .logo {
    margin-bottom: 5px;
  }
  .topic-mainpage {
    font-size: 2rem;
  }
  .wrap-itemoem .item-listoem .box-itemoem .content-itemoem h2 {
    font-size: 1.5rem;
  }
  .wrap-itemoem .item-listoem .box-itemoem .content-itemoem .desc-oemlist {
    margin: 10px 0 30px;
  }
  .wrap-itemoem .item-listoem:nth-child(odd) .content-itemoem {
    padding-left: 45px;
  }
  .wrap-itemoem .item-listoem:nth-child(even) .row .content-itemoem {
    padding-right: 45px;
  }
  .bg-innovation .topic-inside {
    font-size: 1.8rem;
  }
  .bg-innovation {
    font-size: 1.1rem;
  }
  .wrap-qualitycontent {
    margin: 60px 0;
  }
  .wrap-qualitycontent .desc-qualitycontent {
    padding-left: 15px;
  }
  .wrap-qualitycontent .topic-inside img {
    width: 80px;
    margin-top: -3px;
  }
  .wrap-qualitycontent .photo-qualitycontent {
    margin-top: 20px;
  }
  .wrap-itemservice .row figure {
    margin-right: 20px;
  }
  .wrap-itemservice .row:nth-child(even) figure {
    margin-left: 20px;
  }
  .wrap-itemservice {
    margin-bottom: 75px;
  }
  .box-item-allproducts .item-allproducts {
    padding: 0 15px;
  }
  .box-item-allproducts {
    margin: 0 -15px;
  }
  .desc-item-allproducts .allproduct-name {
    font-size: 1.2rem;
  }
  .item-pananews a {
    padding: 0 5px;
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .item-pananews a i {
    font-size: 1.7rem;
  }
  .latestnews a .caption-latestnews .topic-latestnews {
    font-size: 1.8rem;
  }
  .bg-newstop5 a .box-newstop5 {
    padding-left: 20px;
  }
  .bg-newstop5 a .desc-topicnews5 {
    font-size: 1.5rem;
  }
  .bg-newstop5 {
    padding: 60px 0;
  }
  .box-item-allnews.box-item-allproducts .item-allproducts a:hover figure .btn-default {
    opacity: 0;
  }
  .box-item-allnews.box-item-allproducts .item-allproducts a:hover figure img {
    opacity: 1;
  }
  .bg-newsgall .topic-photogall {
    font-size: 1.2rem;
  }
  .bg-newsgall .topic-photogall {
    padding: 6px 40px;
  }
  .googlemaps .ratio-21x9 {
    padding-bottom: 30%;
  }
  .link-contact a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .link-contact a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 37.5%;
  }
  .link-contact a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .link-contact a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-contact a {
    font-size: 0.8rem;
  }
  .link-contact a figure .desc-footcontact .topic-footc02 {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .circle-step {
    width: 40px;
    height: 40px;
    left: -20px;
  }
  .wrap-processdesc .row:nth-child(even) .circle-step {
    right: -20px;
  }
  .wrap-processdesc .row:nth-child(even) .box-processdesc .desc-itemprocess {
    padding-right: 35px;
  }
  .desc-itemprocess {
    padding-left: 35px;
  }
  .bg-contact {
    padding: 50px 0;
  }
  .topic-career01 {
    font-size: 1.6rem;
  }
  .desc-shortcareer {
    margin-top: 40px;
  }
  .wrap-career {
    padding-bottom: 50px;
  }
  .mt-photocareer::before {
    font-size: 7rem;
  }
  .mt-photocareer::after {
    font-size: 6rem;
  }
  .mainmenu.open .logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .m-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap_menu.sticky .m-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrap_menu.sticky .m-mobile .logo-mb {
    padding-top: 5px;
  }
  .wrap_menu.sticky .m-mobile .logo-mb img {
    width: 120px;
  }
  .wrap-bghome {
    padding-top: 50px;
  }
  .content-welcome h1 {
    font-size: 2rem;
  }
  .content-welcome h2 {
    font-size: 1.3rem;
  }
  .content-welcome .photo-textwelcome img {
    width: 380px;
  }
  .box-itemhome {
    margin-top: 35px;
  }
  .item-home a div.topic-itemhome {
    font-size: 1.1rem;
  }
  .item-home a {
    padding: 17px 15px 75px 15px;
  }
  .icon-itemhome img {
    width: 50px;
  }
  .icon-itemhome {
    border-radius: 15px;
    width: 70px;
    height: 70px;
  }
  .btn-default {
    font-size: 0.85rem;
  }
  .item-home a .btn-default {
    bottom: 15px;
    left: 15px;
  }
  .item-home a div.shortdesc-itemhome {
    opacity: 1;
    font-size: 0.85rem;
  }
  .item-home {
    margin-bottom: 50px;
  }
  .home-photocenter {
    margin-top: 0;
  }
  .item-home:last-child br {
    display: none;
  }
  .wrap-iconquality {
    margin-top: -60px;
    padding-top: 90px;
    font-size: 1.15rem;
    padding-bottom: 40px;
  }
  .wrap-iconquality img {
    width: 90%;
  }
  .wrap-footer ul {
    display: none;
  }
  .wrap-footer .footer-address img {
    width: 170px;
  }
  .wrap-footer {
    padding-top: 30px;
  }
  .topic-mainpage {
    font-size: 1.8rem;
  }
  .wrap-content {
    padding-top: 40px;
  }
  .wrap-oempage .content-editor {
    margin-bottom: 40px;
  }
  .wrap-itemoem .item-listoem .box-itemoem .content-itemoem h2 {
    font-size: 1.3rem;
  }
  .wrap-itemoem .item-listoem .box-itemoem .content-itemoem .desc-oemlist {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wrap-profile {
    padding-top: 50px;
  }
  .wrap-profile::before {
    width: 270px;
  }
  .wrap-profile .home-photocenter {
    margin-top: 20px;
  }
  .wrap-profile .wrapquality {
    margin-top: -70px;
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .wrap-profile .wrap-itemquality .profile-itemquality {
    margin-bottom: 40px;
  }
  .bg-innovation .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bg-innovation .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wrap-qualitycontent {
    margin: 50px 0;
  }
  .wrap-qualitycontent .desc-qualitycontent {
    padding-left: 0;
    margin-top: 20px;
  }
  .wrap-qualitycontent .col-12 {
    padding: 0;
  }
  .wrap-itemservice .row .desc-itemservice h1 {
    font-size: 1.5rem;
  }
  .wrap-itemservice .row .desc-itemservice .subtopic-itemservice {
    font-size: 1rem;
    margin: 10px 0 7px;
  }
  .wrap-itemservice .row .desc-itemservice .detail-itemservice {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  .wrap-itemservice .row figure {
    margin-right: 7px;
  }
  .wrap-itemservice .row:nth-child(even) figure {
    margin-left: 7px;
  }
  .wrap-itemservice .row {
    margin-bottom: 50px;
  }
  .filter-sort {
    display: block;
    position: relative;
    z-index: 1;
  }
  .menu-typreproduct {
    display: none;
  }
  .product_photoslider .box-pdetail {
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .product_photoslider .box-pdetail h1, .product_photoslider .box-pdetail h2 {
    display: block;
  }
  .box-pdetail {
    padding-left: 0;
  }
  .box-pdetail h1, .box-pdetail h2 {
    display: none;
  }
  .wrap-productdetail {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .item-pananews a figure {
    border-radius: 15px;
  }
  .item-pananews a .box-descnews {
    padding: 15px 5px;
  }
  .item-pananews a {
    font-size: 1.1rem;
  }
  .item-pananews a i {
    font-size: 1.5rem;
  }
  .bg-news {
    padding-top: 10px;
  }
  .latestnews a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .latestnews a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 62.5%;
  }
  .latestnews a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .latestnews a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .bg-newstop5 {
    background-position: top center;
  }
  .bg-newstop5 a .desc-topicnews5 {
    font-size: 1.3rem;
  }
  .bg-newstop5 a .desc-topnews5 {
    margin-bottom: 30px;
  }
  .banner-newsdetail .caption-bannernews {
    bottom: 30px;
  }
  .item-photogall {
    margin-bottom: 25px;
  }
  .bg-newsgall {
    padding-bottom: 40px;
  }
  .link-contact a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .link-contact a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 30.625%;
  }
  .link-contact a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .link-contact a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-contact a figure .desc-footcontact .topic-footc02 {
    font-size: 1.5rem;
  }
  .bg-contact {
    padding-top: 50px;
  }
  .circle-step {
    width: 30px;
    height: 30px;
    left: -15px;
  }
  .wrap-processdesc .row:nth-child(even) .circle-step {
    right: -15px;
  }
  .process-numstep {
    font-size: 1.3rem;
  }
  .process-topic2 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .process-date {
    font-size: 1rem;
  }
  .process-date i {
    font-size: 1.05rem;
  }
  .wrap-processdesc.wrap-itemservice .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap-processdesc.wrap-itemservice .row figure {
    margin-right: 30px;
  }
  .desc-itemprocess {
    padding-left: 25px;
  }
  .wrap-processdesc .row:nth-child(even) .box-processdesc .desc-itemprocess {
    padding-right: 25px;
  }
  .wrap-processdesc.wrap-itemservice .row:nth-child(even) figure {
    margin-right: 0;
    margin-left: 30px;
  }
  .banner-career .caption-bannercareer .topic-bannercareer {
    font-size: 1.7rem;
  }
  .banner-career .caption-bannercareer {
    font-size: 1rem;
    bottom: 30px;
  }
  .wrap-career {
    padding: 40px 0 30px;
  }
  .desc-shortcareer {
    margin-top: 6px;
  }
  .topiccareerlist {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .topiccareerlist:before {
    width: 15px;
  }
  .wrap-recent {
    padding: 40px 0 90px;
  }
  .txt-managerspeak {
    font-size: 1.2rem;
  }
  .topic-org {
    top: 10px;
  }
  .txt-managerspeak::before,
  .txt-managerspeak::after {
    width: 20px;
  }
  .desc-managerspeak {
    margin-top: 30px;
    padding: 0 40px 0 14px;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .manager-name {
    font-size: 1.05rem;
    margin: 15px 0 5px;
  }
  .wrap-manager.wrap-recent .progress {
    margin-top: 20px;
  }
  .wrap-manager .icon-recent {
    bottom: -85px;
  }
  .topic-careerphoto {
    font-size: 1.5rem;
  }
  .mt-photocareer::before {
    font-size: 4rem;
    top: -26px;
  }
  .mt-photocareer::after {
    font-size: 4rem;
    bottom: -28px;
  }
  .mt-photocareer {
    margin: 10px 0 20px;
  }
  .wrap-photocareer {
    padding: 30px 0 40px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .mainmenu {
    height: 100vh;
  }
  .mainmenu ul li > a.menu-contact {
    text-align: center;
  }
  .wrap_menu.sticky .mainmenu {
    height: 100vh;
  }
  .logo-mopen {
    display: inline-block;
  }
  .logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .m-mobile {
    padding: 15px;
  }
  .topbar-contact span {
    display: none;
  }
  .wrap-topbar a {
    margin-right: 5px;
    margin-left: 10px;
  }
  .topbar-social a i {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .wrap-topbar a i {
    padding-right: 0;
  }
  .topbar-social {
    font-size: 0.8rem;
  }
  .m-mobile .logo-mb img {
    width: 130px;
  }
  .wrap-bghome {
    padding-top: 30px;
  }
  .content-welcome h1 {
    font-size: 1.5rem;
  }
  .content-welcome h2 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .content-welcome .photo-textwelcome img {
    width: 340px;
  }
  .txt-welcome {
    font-size: 1.1rem;
  }
  .box-itemhome {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
  .item-home {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .item-home a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .icon-itemhome {
    display: inline-block;
  }
  .item-home a div.topic-itemhome {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    margin-top: 0;
    padding: 12px 0 0 12px;
  }
  .item-home:last-child br {
    display: block;
  }
  .wrap-iconquality {
    font-size: 1rem;
    line-height: 1.7;
  }
  .wrap-iconquality img {
    width: 100%;
  }
  .wrap-footer {
    padding-top: 25px;
  }
  .wrap-footer .link-follow a {
    display: inline-block;
    margin-right: 25px;
    margin-top: 5px;
  }
  .wrap-footer .txt-follow {
    display: none;
  }
  .wrap-footer .footer-address .footer-contact a {
    font-size: 0.85rem;
  }
  .wrap-footer .img-qrcode img {
    display: none;
  }
  .wrap-footer .copyright {
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .wrap-footer .footer-address img {
    margin-bottom: 10px;
    width: 150px;
  }
  .icon-itemhome {
    width: 65px;
    height: 65px;
  }
  .icon-itemhome img {
    width: 45px;
  }
  .topic-mainpage {
    font-size: 1.4rem;
  }
  .wrap-content {
    padding-top: 30px;
  }
  .txt-subtopic {
    font-size: 1.1rem;
  }
  .wrap-oempage .content-editor {
    margin: 15px 0 40px;
  }
  .wrap-itemoem .item-listoem:nth-child(odd) .content-itemoem,
  .wrap-itemoem .item-listoem:nth-child(even) .row .content-itemoem {
    padding: 30px 20px 40px;
  }
  .wrap-itemoem .item-listoem .box-itemoem .content-itemoem h2 {
    font-size: 1.2rem;
  }
  .item-listoem {
    margin-bottom: 1px;
  }
  .btn-hidemb {
    display: none;
  }
  .mb-nopad {
    padding: 0;
  }
  .topic-recent {
    font-size: 1.4rem;
    text-align: center;
  }
  .btn-showmb {
    display: block;
  }
  .wrap-recent .btn-default {
    float: left;
    margin-top: 25px;
  }
  .wrap-recent {
    padding: 30px 0 50px;
  }
  .wrap-profile {
    padding-top: 30px;
  }
  .wrap-profile::before {
    width: 170px;
  }
  .wrap-profile .photo-textwelcome {
    margin: 10px 0;
  }
  .wrap-profile .wrapquality {
    margin-top: -40px;
    padding-top: 65px;
  }
  .topic-inside {
    font-size: 1.4rem;
  }
  .wrap-profile .wrapquality .topic-inside {
    margin-bottom: 5px;
  }
  .wrap-profile .quality-bgcolor {
    font-size: 1rem;
    padding: 15px 8px 8px;
  }
  .wrap-profile .wrap-itemquality .profile-itemquality {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .wrap-profile .quality-logo img {
    height: 50px;
  }
  .wrap-profile .quality-logo {
    padding: 8px 8px 13px;
  }
  .bg-innovation .topic-inside {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .bg-innovation .desc-innovation {
    margin: 20px 0;
    padding: 0 15px;
  }
  .bg-innovation {
    font-size: 1rem;
  }
  .bg-innovation div, .bg-innovation p {
    padding-left: 15px;
  }
  .wrap-qualitycontent {
    margin: 30px 0;
  }
  .wrap-qualitycontent .photo-qualitycontent {
    margin-top: 10px;
  }
  .wrap-itemservice {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrap-servicepage {
    text-align: left;
  }
  .wrap-itemservice .row figure {
    margin-right: 0;
    margin-bottom: 25px;
    border-radius: 15px;
  }
  .wrap-itemservice .row:nth-child(even) figure {
    margin-left: 0;
  }
  .wrap-itemservice .row .desc-itemservice h1 {
    font-size: 1.35rem;
  }
  .wrap-itemservice .row:first-child {
    padding-top: 15px;
  }
  .wrap-itemservice .row:nth-child(even) {
    background-color: var(--bg-brown);
  }
  .wrap-itemservice .row {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn-default {
    font-size: 0.8rem;
  }
  .box-item-allproducts .item-allproducts {
    padding: 0;
    margin-bottom: 20px;
  }
  .box-item-allproducts {
    margin: 0;
  }
  .wrap-productdetail {
    margin-top: 30px;
  }
  .box-pdetail h1 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .product_photoslider .box-pdetail {
    margin-bottom: 20px;
  }
  .box-pdetail .pdetail-shortdesc .shortdesc_topic {
    font-size: 1rem;
  }
  .topicproductlist {
    font-size: 1rem;
  }
  .content_productlist {
    padding: 15px;
  }
  .bg-news {
    padding-bottom: 30px;
  }
  .latestnews a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .latestnews a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 87.5%;
  }
  .latestnews a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .latestnews a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .latestnews a .caption-latestnews {
    padding: 0 20px;
    bottom: 20%;
  }
  .latestnews a .caption-latestnews .topic-latestnews {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .latestnews a .caption-latestnews .desc-latestnews {
    line-height: 1.7;
  }
  .bg-newstop5 {
    padding: 35px 0;
    background-position: top left;
  }
  .bg-newstop5 a figure {
    border-radius: 15px;
  }
  .bg-newstop5 a .box-newstop5 {
    padding: 20px 5px 0;
  }
  .bg-newstop5 a .desc-topicnews5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .bg-newstop5 a .desc-topnews5 {
    margin-bottom: 20px;
  }
  .box-item-allnews.box-item-allproducts .item-allproducts a figure {
    border-radius: 15px;
  }
  .news-pagenav ul li a {
    font-size: 0.9rem;
  }
  .news-pagenav ul li {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .banner-newsdetail .caption-bannernews {
    position: relative;
    color: var(--grey-color);
    top: 30px;
    left: 0;
    padding: 0 15px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-left: 15px !important;
  }
  .banner-newsdetail .caption-bannernews .newsdate {
    color: var(--grey-color);
    margin-bottom: 5px;
  }
  .banner-newsdetail .caption-bannernews .topic-latestnews {
    color: var(--green-color);
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .banner-newsdetail .caption-bannernews .news-boxshare div a {
    color: #999;
    margin: 0 5px;
  }
  .banner-newsdetail .caption-bannernews .news-boxshare div a i {
    font-size: 1.1rem;
  }
  .banner-newsdetail .caption-bannernews .news-boxshare div.icon-share::before {
    background-color: #999;
  }
  .news-boxshare {
    margin-bottom: 20px;
  }
  .bg-newsgall .topic-photogall {
    font-size: 1rem;
    padding: 6px 30px;
    margin-bottom: 5px;
  }
  .item-photogall a figure {
    border-radius: 5px;
  }
  .item-photogall.more-photogall .txt-allphoto span {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .item-photogall.more-photogall .txt-allphoto {
    font-size: 0.6rem;
  }
  .bg-newsgall {
    padding-bottom: 20px;
  }
  .googlemaps .ratio-21x9 {
    padding-bottom: 65%;
  }
  .bg-contact {
    padding: 30px 0 20px;
    text-align: left;
    font-size: 0.9rem;
  }
  .bg-contact .topic-contact {
    font-size: 1.1rem;
    margin: 0;
  }
  .icon-contact {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .desc-contact {
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
  .desc-contact address {
    margin-bottom: 0;
  }
  .desc-contact a {
    display: inline-block;
  }
  .wrap-item-contact {
    margin-top: 20px;
  }
  .desc-topiccontact {
    margin-top: 0;
  }
  .item-contact {
    margin-bottom: 20px;
  }
  .item-contact a.link-qr {
    margin-left: 15px;
  }
  .link-contact a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .link-contact a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 45%;
  }
  .link-contact a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .link-contact a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-contact a figure .desc-footcontact {
    left: 48%;
  }
  .link-contact a figure .desc-footcontact .topic-footc02 {
    font-size: 1.1rem;
    margin-bottom: 13px;
  }
  .desc-footcontact .btn-default {
    height: 36px;
    padding: 0 20px;
  }
  .wrap-processdesc.wrap-itemservice .row figure {
    margin-right: 0;
  }
  .wrap-processdesc.wrap-itemservice .row:nth-child(even) figure {
    margin-left: 0;
  }
  .wrap-processdesc .row .box-processdesc::before {
    display: none;
  }
  .circle-step {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .process-numstep {
    line-height: 1;
    font-size: 1.2rem;
  }
  .desc-itemprocess {
    padding-left: 40px;
  }
  .process-topic2 {
    margin-top: 10px;
  }
  .wrap-processdesc .row:nth-child(even) {
    text-align: left;
  }
  .wrap-processdesc .row:nth-child(even) .circle-step {
    right: auto;
    left: 20px;
  }
  .wrap-processdesc .row:nth-child(even) .box-processdesc .desc-itemprocess {
    padding-right: 0;
    padding-left: 40px;
  }
  .wrap-processdesc.wrap-itemservice .row {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .banner-career figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .banner-career figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 68.75%;
  }
  .banner-career figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .banner-career figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .banner-career .caption-bannercareer .topic-bannercareer {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .banner-career .caption-bannercareer {
    font-size: 0.9rem;
  }
  .topic-career02 {
    font-size: 0.9rem;
  }
  .wrap-career {
    padding-top: 30px;
  }
  .topic-career01 {
    font-size: 1.3rem;
  }
  .topic-career03 {
    font-size: 1rem;
  }
  .wrap-itemrecruit {
    margin-top: 15px;
  }
  .item_career {
    margin-bottom: 20px;
  }
  .wrap-manager .content-order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box-mspeak figure {
    width: 60%;
    margin: 0 auto;
  }
  .topic-org {
    top: 20px;
  }
  .desc-managerspeak {
    padding-right: 0;
  }
  .txt-managerspeak {
    font-size: 1.05rem;
  }
  .txt-managerspeak::before, .txt-managerspeak::after {
    width: 18px;
  }
  .manager-name {
    font-size: 1rem;
    margin-top: 10px;
  }
  .wrap-manager.wrap-recent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .topic-careerphoto {
    font-size: 1.3rem;
  }
  .mt-photocareer::before {
    font-size: 3.5rem;
    top: -10px;
  }
  .mt-photocareer::after {
    font-size: 3.5rem;
    bottom: 5%;
    right: 0;
    left: auto;
  }
  .bannerhome .banner-pc {
    display: none;
  }
  .bannerhome .banner-mb {
    display: block;
  }
}
/*# sourceMappingURL=layout.css.map */