:root {
  --black: #000;
  --black1: #1B1717;
  --white: #fff;
  --blue_theme: #253873;
  --blue_lighter: #325DCD;
  --blue_dark: #002E88;
  --blue_1: #3A89FF;
  --blue_2: #2548C5;
  --blue_3: #152B79;
  --gray: #D9D9D9;
  --purple: #253873;
  --hover-color: #FF6108;
}

.adm-glyphicon {
  z-index: 9999;
}

.adm-glyphicon span {
  background: url('../img/setting.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}

html {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Sarabun', sans-serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: #1B1717;
  background: #fff;
}

img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

a:hover {
  text-decoration: none;
}

.language {
  position: relative;
}

.language.open .country-list {
  display: block;
}

.country-list {
  display: none;
  position: absolute;
  top: 140%;
  right: 10px;
  width: 140px;
  text-align: center;
  background-color: var(--white);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 99;
  overflow: hidden;
}

.country-list .country {
  padding: 10px 20px;
  transition: all .2s linear;
  width: 100%;
}

.country-list .country svg {
  margin-top: 4px;
}

.country-list .country span {
  color: var(--black1);
  cursor: pointer;
}

.country-list .country:hover {
  background-color: var(--hover-color);
}

.country-list .country:hover span {
  color: var(--white);
}

.factory-title {
  margin-left: -30px;
}



.factory-item-title {
  display: none;
}

.factory-item-title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 24px;
}

.story-img {
  position: relative;
  padding-right: 45px;
  height: 865px;
}

.story-img:before {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -29px;
  background-color: #fff;
  transform: skewX(-8deg);
}

.font-roboto {
  font-family: 'Roboto', sans-serif !important;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.wrap-2 {
  max-width: calc(1560px / 2);
  width: 100%;
  margin-right: auto;
}

.wrap-3 {
  max-width: calc(1280px / 2);
  width: 100%;
  margin-left: auto;
}

/* header -------------------- */
.header {
  background-color: var(--white);
}

.header .wrap {
  max-width: 1330px;
  margin: auto;
}

.header-logo {
  padding-left: 15px;
}

.header-logo img {
  width: 102px;
  height: 70px;
  margin: 5px;
}

.menu-mb img {
  width: 102px;
  height: 70px;
  margin: 5px;
}

.menu-mb {
  text-align: center;
  display: none;
}

.menu-mb button {
  position: absolute;
  left: 0;
  background-color: var(--blue_theme);
  border: none;
  margin: 30px 0px 30px 20px;
}

.tool-tab-left {
  margin-top: 31px;
  /* width: 100%; */
  float: right;
  height: 20px;
  border-right: 1px solid var(--black);
  padding-right: 34px;
}

.tool-tab-left a {
  float: left;
  font-size: 14px;
  color: var(--black);
}

.tool-tab-left a:last-child {
  margin-left: 7px;
  margin-right: 5px;
}

.tool-tab-left a:hover {
  text-decoration: none;
}

.tool-tab-left a svg {
  margin-right: 9px;
  margin-top: 1px;
}

.tool-tab-left a p {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.tool-tab-right {
  margin-top: 29px;
  height: 20px;
  float: right;
  padding-left: 34px;
}

.tool-tab-right button {
  color: var(--black);
  font-size: 14px;
  background-color: var(--white);
  border: none;
  display: inline-block;
  padding: 0px;
}

.tool-tab-right button:last-child {
  margin-left: 30px;
}

.tool-tab-right button p {
  float: right;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.tool-tab-right>button>p>svg {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

.tool-tab-right .header-language svg {
  float: left;
  margin-right: 6px;
}

.tool-tab-right .header-language svg:last-child {
  float: right;
  margin-top: 3px;
  margin-left: 6px;
  padding: 0;
}

.tool-tab-right .header-language {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}



/* ------------------------modal-search--------------------------- */
.popup-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s linear;
  z-index: 999;

}

.modal-search {
  position: absolute;
  width: 580px;
  padding: 36px 10px;
  top: 30%;
  left: 32%;
  background-color: #fff;
  transition: all .3s linear;
}

.bg-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-search::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.modal-search .btn-close-modal {
  position: absolute;
  top: -60px;
  right: -25px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  cursor: pointer;
}

.modal-search .btn-close-modal:hover {
  background-color: var(--hover-color);
}

.modal-search .modal-title {
  margin-bottom: 40px;
  text-align: center;
}

.modal-search .modal-title h3 {
  font-size: 24px;
  line-height: 31px;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.modal-search .modal-title p {
  font-size: 13px;
  color: #8e8e8e;
  line-height: 18px;
  font-family: Open_sans, sans-serif;
}

.modal-search .modal-form-search input {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  height: 38px;
  color: #555;
  border: 1px solid #d5d5d5;
}

.modal-search .modal-form-search .btn-modal-search {
  display: block;
  margin: 15px auto;
  line-height: 15px;
  padding: 9px 28px;
  border: none;
  background-color: var(--blue_theme);
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  transition: all .2s linear;
}

.modal-search .modal-form-search .btn-modal-search:hover {
  background-color: var(--hover-color);
}

.open-modal {
  opacity: 1;
  visibility: visible;
}

.open-modal .modal-search {
  transform: translateY(0) perspective(600px) rotateX(0);
}

.close-modal {
  opacity: 0;
  visibility: hidden;
}

.close-modal .modal-search {
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* header end ------------------------------------ */


/* .menu-dd { ---------------------------------------*/

/* .menu-dd {
  display: none;
  width: 100%;
  height: 1000px;
  background-color: var(--white);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  padding: 100px 16px 0px;
}

.affix-top {
  position: static;
  z-index: 10 !important;
  top: 0px !important;
  position: relative !important;
}

.menu-dd ul {
  list-style: none;
  padding: 0px;
}

.menu-dd ul li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid var(--gray);
  padding: 10px 0px;
}

.menu-dd ul li:last-child {
  border-bottom: none;
}

.menu-dd ul li a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
} */

/* menu-dd end ----------------- */

/* header-menu ------------------------------- */

.header-menu {
  background-color: var(--blue_theme);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  z-index: 9999;
}

.header-menu .wrap {
  max-width: 1050px;
  margin: 0 auto;
}

.header-menu-item ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.header-menu-item ul li {
  position: relative;
  display: inline-block;
  padding: 18px 47px 18px 12px;
}

.header-menu-item ul li:last-child {
  padding-right: 0px;
}

.header-menu-item .menu-item:hover .menu-child {
  opacity: 1;
  visibility: visible;
}

.header-menu-item .menu-item a {
  transition: all .2s linear;
}

.header-menu-item .menu-item:hover>a {
  color: var(--hover-color);
}

.header-menu-item .menu-item.active a {
  color: var(--hover-color);
  font-weight: 500;
}

.header-menu-item .menu-item.jobs a {
  color: var(--hover-color);
  font-weight: 500;
}

.header-menu-item .menu-item.contact a {
  color: var(--hover-color);
  font-weight: 500;
}

.header-menu-item .menu-child {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--blue_3);
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  z-index: 9999;
}

.header-menu-item .menu-child a {
  display: block;
  padding: 10px 100px 10px 20px;
  white-space: nowrap;
}

.header-menu-item .menu-child a:hover {
  background-color: var(--hover-color);
}

.header-menu-item .menu-item a {
  color: var(--white);
  font-size: 16px;
}

.header-menu-item a:hover {
  text-decoration: none;
}

.header-menu-item svg {
  margin-bottom: 1px;
  margin-left: 10px;
}

.svg svg {
  display: none;
}

.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: var(--blue_theme);
  z-index: 10;
  width: 100%;

}

.affix-top {
  position: static;
  top: -35px;
}

.affix+.container-fluid {
  padding-top: 70px;
}

/* header-menu end ------------------------------------------ */


/* footer --------------------------------- */

.footer {
  background: url('../img/background/Rectangle 127.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}

.footer .wrap {
  max-width: 1350px;
  margin: auto;
}

.footer-logo img {
  width: 327px;
  height: auto;
  margin-bottom: 28px;
}

.footer-logo-mb {
  display: none;
}

.contact-summary {
  margin-bottom: 17px;
  width: 340px;
  float: left;
}

.contact-summary:last-child {
  margin-bottom: 0px;
}

.contact-summary .contact-summary-title {
  float: left;
  width: calc(100% - 60px);
}

.contact-summary svg {
  float: left;
  margin-right: 12px;
  margin-top: 10px;
}

.contact-summary-title span {
  color: var(--white);
  font-size: 14px;
  font-family: Sarabun;
  font-weight: 400;
  line-height: 18px;

}

.contact-summary-title p a,
.contact-summary-title p {
  color: var(--white);
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

.footer-menu-1 {
  margin-top: 60px;
  margin-left: -25px;
}

.footer-menu-1 h3,
.footer-menu-2 h3 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Sarabun;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.footer-menu-1 ul {
  list-style: none;
  padding-left: 0px;
}

.footer-menu-1 ul li {
  margin-bottom: 16px;
}

.footer-menu-1 ul li a {
  transition: all .2s linear;
}

.footer-menu-1 ul li:hover a {
  color: var(--hover-color);
}

.footer-menu-1 a {
  color: var(--white);
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.footer-menu-1 a:hover {
  text-decoration: none;
}

.facebook-i {
  width: 35.4px;
  height: 37.88px;
}

.footer-menu-2 {
  margin-top: 60px;
  margin-left: 50px;
}



.footer-menu-2 ul {
  list-style: none;
  padding-left: 0px;
}

.footer-menu-2 ul li {
  margin-bottom: 16px;
}

.footer-menu-2 ul li a {
  transition: all .2s linear;
}

.footer-menu-2 ul li:hover a {
  color: var(--hover-color);
}

.footer-menu-2 a {
  color: var(--white);
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.footer-menu-2 a:hover {
  text-decoration: none;
}

.footer-menu-net {
  margin-top: 96px;
}

.zalo-i {
  width: 66px;
  height: 70.66px;
}

.map-i {
  width: 38px;
  height: 38px;
}

.footer-qr {
  margin-top: 80px;
  margin-left: -20px;
}

.footer-qr img {
  height: auto;
  width: auto;
}

.footer-menu-net-mb {
  display: none;
}

.copyright-box {
  background-color: var(--black1);
  width: 100%;
  text-align: center;
  padding: 22px 0px;
}

.copyright-box p {
  color: var(--white);
  margin: 0px;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;

}

/* footer end ---------------------------------------------------------- */


/* body ----------------------------- */

/* header-banner -------------------------------------- */
.header-banner {
  background: url('../img/background/banner.jpg');
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner-intro {
  margin-top: 341px;
  transform: translateY(-50%);
  margin-left: 17px;
}

.banner-intro span {
  font-family: Roboto Condensed, sans-serif;
  color: var(--blue_theme);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  display: inline-block;
}

.banner-intro::before {
  display: inline-block;
  margin: 10px 10px 5px 0px;
  content: "";
  background-color: var(--blue_lighter);
  height: 1px;
  width: 50px;
}

.banner-intro h1 {
  color: var(--black);
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
}

.banner-intro p {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  max-width: 474px;
}

.banner-intro .btn-more {
  display: inline-block;
  background-color: var(--blue_lighter);
  padding: 16px 17px 16px 25px;
  border: none;
  transform: skewX(-10deg);
  margin-top: 20px;
  height: 54px;
  transition: all .2s linear;
  margin-left: 5px;
}

.banner-intro .btn-more:hover {
  background-color: var(--hover-color);
}


.banner-intro .btn-more:hover svg {
  transform: translateX(4px);
}

.banner-intro .btn-more a {
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  transform: skewX(10deg);
  /* display: inline-block; */
  float: left;
  margin: 0px;

}

.hihi {
  padding-left: 0px;
}

.hihi .owl-carousel .owl-stage {
  padding-left: 0px !important;
  /* padding-bottom: 32px; */
}

.banner-intro .btn-more svg {
  margin-left: 10px;
  margin-bottom: -2px;
  transition: all .2s linear;
}

.banner-slide {
  margin-top: 67px;
  margin-bottom: 77px;
}

/* banner breacrum */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  padding: 254px 0 237px;
  color: white;
  max-height: 600px;
}

.banner .breadcrumb a {
  color: #fff;
}

.banner .heading-8 {
  text-transform: uppercase;
  font-family: Roboto Condensed;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.banner.banner-spnb .heading-8 {
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  margin-top: 24px;
}

.banner .breadcrumb {
  margin-bottom: 0;
  background: unset;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 24px;
  text-align: center;
  color: var(--white);
}

.banner .breadcrumb span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.banner-spnb {
  min-height: 490px;
}

/* ------------------------------------------------------------ */

.hihi {
  padding-right: 0px;
}

.boximg {
  position: relative;
  padding-bottom: calc(550 / 720 * 100%);
  max-height: 550px;
  border-radius: 3px;
  overflow: hidden;
}

.boximg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.owl-dots {
  position: absolute;
  left: -864px !important;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.owl-dots button span {
  width: 15px;
  display: block;
  height: 15px;
  border: 2px solid var(--blue_lighter);
  background-color: var(--blue_lighter);
  margin: 0px 14px;
  border-radius: 50%;
}


.owl-dots .owl-dot.active span {
  background-color: var(--white);
  transform: scale(2);
}

/* header-banner end------------------------- */



/* vision-and-mission ------------------------------------------ */


.vision-and-mission {
  background: url('../img/background/banner2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 78px 0px;
  overflow: hidden;
}

.vam-title {
  text-align: center;
  color: var(--white);
  max-width: 597px;
  margin: auto;
}

.vam-title span {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.vam-title span::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--white);
}

.vam-title span::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: var(--white);
}

.vam-title h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 52px;
  text-transform: uppercase;
}

.vam-title p {
  font-size: 16px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 26px;
}

.vam-content-mb {
  display: none;
}

.vam-content {
  background-color: var(--white);
  width: 100%;
  height: 573px;
  border: 1px solid var(--black);
  border-radius: 3px;
  overflow: hidden;
}

.vam-content img {
  height: 280px;
}

.vam-content-text {
  padding: 30px;
}

.vam-content-text h3 {
  font-size: 20px;
  color: var(--blue_lighter);
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 26px;
}

.vam-content-text p {
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.vision-and-mission button {
  display: none;
}

/* vision-and-mission end----------------------------- */


/* ==================story ================================================ */

.story {
  padding: 0px;
  max-height: 685px;
  overflow: hidden;
}


.story-content {
  padding-top: 100px;
  padding-left: 80px;
  max-width: 770px;
}

.story img {
  float: left;
  /* width: 50%; */
  height: 100%;
  height: 685px;
}

.story-content span {
  color: var(--blue_dark);
  margin-bottom: 10px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}

.story-content span::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--blue_dark);
}

.story-content h2 {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  margin-top: 10px;
}

.story-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.story-mb-hidden {
  display: none;
}

.story-content button {
  display: none;
  background-color: var(--blue_lighter);
  color: var(--white);
  border: none;
  width: 200px;
}

.story-content svg {
  float: left;
  margin-top: 4px;
  margin-right: 7px;
}

/* story end -------------------------------------- */



/* outstanding-product------------------------------ */

.outstanding-product {
  padding: 60px 0px 95px;
  background: url('../img/background/banner4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.outstanding-product .wrap {
  max-width: 1375px;
  margin: auto;
}

.op-slide {
  position: relative;
}

.outstanding-product .op-item img {
  height: 300px;
}

.outstanding-product .owl-nav {
  position: absolute;
  width: calc(100% + 100px);
  top: 35%;
  right: -50px;
}

.news-list .owl-nav {
  position: absolute;
  width: calc(100% + 100px);
  top: 38%;
  right: -50px;
}

.outstanding-product .owl-nav .owl-next,
.news-list .owl-nav .owl-next {
  float: right;
}

.outstanding-product .owl-nav button:hover svg path,
.news-list .owl-nav button:hover svg path {
  stroke: var(--hover-color);
  fill: var(--hover-color);
}

.op-item-mb {
  display: none;
}

.op-title {
  color: var(--white);
  max-width: 735px;
  margin: auto;
  text-align: center;
}

.op-title span {
  margin-bottom: 5px;
  /* font-size: 16px; */
  /* font-weight: 500; */
  /* line-height: 19px; */
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}

.op-title span::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--white);
}

.op-title span::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: var(--white);
}

.op-title h2 {
  color: var(--blue_lighter);
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  margin-left: 10px;
  text-transform: uppercase;
}

.op-title p {
  margin-bottom: 85px;
  font-family: Sarabun;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}

.op-item h3 {
  margin-top: 18.8px;
  color: var(--white);
  margin-bottom: 15px;
  /* font-size: 20px; */
  /* font-weight: 800; */
  /* line-height: 26px; */
  font-family: Sarabun;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.op-item p {
  color: var(--white);
  /* font-size: 16px; */
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* outstanding-product end ---------------------------------------- */


/* .factory {------------------------ */


.factory {
  background: url('../img/background/8.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right top;
  padding: 35px 0px 34px;
  overflow: hidden;
  /* background: hsl(0, 12%, 89%); */
}

.factory .wrap {
  max-width: 1376px;
  margin: auto;
}

.factory-title span {
  color: var(--blue_theme);
  margin-bottom: 13px;
  /* font-size: 16px; */
  /* font-weight: 500; */
  /* line-height: 19px; */
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 21px;
  display: block;
}

.factory-title span::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--blue_dark);
}

.factory-title h2 {
  color: var(--blue_dark);
  margin-bottom: 30px;
  /* font-size: 50px; */
  /* font-weight: 800; */
  /* line-height: 52px; */
  font-family: Sarabun;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
  margin-top: 15px;
}

.factory-title-mb {
  display: none;
}

.factory-title ul {
  padding: 0px;
}

.factory-title ul li {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  transition: all .2s linear;
}

.factory-title ul li.active {
  color: var(--hover-color);
}

.factory-title ul li:hover {
  color: var(--hover-color);
}

.factory-title ul li:last-child {
  margin-bottom: 0px;
}

.factory-title .btn-factory {
  display: inline-block;
  background-color: var(--blue_lighter);
  /* padding: 10px 28px; */
  border: none;
  transform: skewX(-10deg);
  margin-top: 12px;
  width: 126px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  transition: all .2s linear;
}

.factory-title .btn-factory:hover {
  background-color: var(--hover-color);
}

.factory-title .btn-factory a {
  display: inline-block;
  color: var(--white);
  /* font-size: 16px; */
  /* font-weight: bold; */
  transform: skewX(10deg);
  margin: 0px;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.factory-slide {
  text-align: center;
  width: 592px;
  margin-left: 35px;
}

.factory-slide-item {
  border-radius: 5px;
  position: relative;
}

.factory-slide-item span {
  display: none;
}

.factory-slide-item img {
  border-radius: 45px;
  border: 10px solid var(--blue_theme);
  height: 592px;
}

.factory-slide .owl-dots {
  position: unset;
  transform: unset;
  margin-top: 23px;
  /* padding-bottom: 30px; */
}

.factory-slide .owl-dots button span {
  width: 8px;
  display: block;
  height: 8px;
  border: none;
  background-color: var(--gray);
  margin: 0px 5px;
  border-radius: 50%;
}

.factory-slide .owl-dots .owl-dot.active span {
  background-color: var(--blue_dark);
}

/* factory end --------------------------------------- */


/* status -------------------------------------- */

.status {
  background: url('../img/background/banner5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 101px;
  padding-bottom: 94px;
}

.status-content p:first-child {
  margin-left: 0px;
}

.status-content {
  max-width: 100%;
  /* margin: auto; */
  display: flex;
  justify-content: center;
}

.status-content p {
  display: inline-block;
  font-size: 64px;
  font-weight: bold;
  color: var(--white);
  margin-left: 45px;
  margin-bottom: 0px;
}

.status-content span {
  font-size: 20px;
  color: var(--white);
  float: right;
  margin-top: 17px;
  margin-left: 10px;
  font-weight: 400;
}

.sc-item {
  /* float: left; */
  margin: 0px 27px;
  display: flex;
  /* justify-content: center; */
}

.status-content p::after {
  content: "";
  height: 52px;
  width: 1px;
  display: inline-block;
  margin-left: 10px;
  background-color: var(--white);
  margin-top: 2px;
}

.status-content-mb {
  display: none;
}

.padding-right .scm1::after {
  height: 40px;
  width: 1px;
  content: "";
  display: block;
  background-color: var(--white);
  float: right;
  margin-top: -20px;
  /* margin-left: -32px; */
}

.padding-right .scm4::after {
  height: 40px;
  width: 1px;
  content: "";
  display: block;
  background-color: var(--white);
  float: right;
  margin-top: -20px;
}

.status-mb .padding-left {
  padding-left: 0px;
}

.padding-left .scm4::before {
  height: 40px;
  width: 1px;
  content: "";
  display: block;
  background-color: var(--white);
  float: left;
  margin-top: 0px;
}

/* status end -=---------------------------------------------------- */


/* .factories {----------------------------- */


.factories {
  max-height: 754px;
  background-color: var(--blue_lighter);
  overflow: hidden;
}



.factories-slide {
  padding: 194px 0;
  margin-left: -63px;
}

.factories-item {
  color: var(--white);
}

.factories-item span {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.factories-item span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--white);
}

.factories-item h2 {
  margin-top: 8px;
  margin-bottom: 21px;
  font-family: Sarabun;
  font-size: 34px;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
}

.factories-item p {
  font-family: Sarabun;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}

.factories-slide .owl-dots {
  /* text-align: center; */
  position: unset;
  margin-top: 30px;
  transform: translateY(-50%);
}

.factories-slide .owl-dots button span {
  width: 15px;
  display: block;
  height: 15px;
  border: 2px solid var(--white);
  background-color: var(--white);
  margin: 0px 10px;
  border-radius: 50%;
}

.factories-slide .owl-dots .owl-dot.active span {
  background-color: var(--blue_lighter);
  transform: scale(2);
}

.factories-slide-img img {
  min-height: 700px;
  max-height: 753px !important;
  width: 100%;
  object-fit: fill;
}

/* factories ------------------------------------------------- */

/* .infomation----------------------------- { */
.information {
  /* background: url('../img/background/vector.png'); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  padding-bottom: 23px;
}

.information .wrap {
  max-width: 1428px;
  margin: auto;
}

.infor-box ul {
  list-style: none !important;
  padding: 0px !important;
  position: absolute;
  top: -50px;
  width: 100%;
  left: 0px;
  z-index: 5;
  /* padding: 0px 0px; */
}

.infor-box ul li {
  width: calc(100%/3);
  display: inline-block;
  text-align: center;
  padding: 25px 0px;
  height: 106px;
  cursor: pointer;

}

.infor-box ul li a {
  transition: all .2s linear;
}

.infor-box ul li.active a {
  color: var(--hover-color);
}

.infor-box ul li:hover a {
  color: var(--hover-color);
}



.tab1 {
  background-color: var(--blue_1);
}

.tab2 {
  background-color: var(--blue_2);
  margin-left: -5px;
}

.tab3 {
  background-color: var(--blue_3);
  margin-left: -5px;
}

.infor-box>ul>li>a {
  color: var(--white);
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;

}

.infor-content {
  /* margin-top: 60px; */
  max-height: 608px;
}


.ic-1 img {
  width: 90%;
  margin: 125px 0px 51px;
  margin-left: -30px;
  height: 406px;
  border: 6px solid #fff;
}

.ic-text {
  margin-top: 130px;
  margin-left: 68px;
}

.ic-text span {
  font-family: Roboto Condensed;
  font-size: 16px;
  color: var(--blue_dark);
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}

.ic-text span::before {
  content: "";
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--blue_dark);
  width: 50px;
  height: 1px;
  margin-bottom: 7px;
}

.ic-text h2 {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 800;
  /* line-height: 52px; */
  margin-top: 10px;
}

.ic-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 55px;
}

.ic-2-slide-item {
  padding: 25px 15px;
  border: 1px solid var(--black);
  border-radius: 15px;
  max-width: 650px;
  background-color: var(--white);
  margin: auto;
}

.ic-2 {
  margin: 144px 0px 72px;
  margin-left: -2px;
  position: relative;
}

.infor-svg1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  height: 15px;
}

.infor-svg2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  height: 15px;
}

.ic-2 .btn-recruitment {
  display: inline-block;
  transition: all .2s linear;
}

.ic-2 .btn-recruitment:hover {
  background-color: var(--hover-color);
}

.ic-2-slide-item h3 {
  margin-top: 0px;
}

.ic-2-slide-item h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--black);
}

.ic-2-slide-item h3 {
  color: var(--black);
  margin-left: 15px;
}

.ic-2-item p {
  font-size: 16px;
  color: var(--black);
  display: inline-block;
}

.ic-2-item span {
  margin-left: 15px;
}

.ic-2-tgian span {
  margin-left: 0px !important;
  font-size: 16px;
}

.bold {
  font-weight: 700;
}

.ic-2-slide-item .btn-recruitment {
  color: var(--white);
  background-color: var(--blue_dark);
  padding: 14.5px 40.67px;
  border: none;
  border-radius: 30px;
  margin-top: 21px;
}

.ic3-slide-item {
  text-align: center;
}

.ic3-img {
  width: 305px;
  height: 196px;
  background-color: var(--white);
  border-radius: 10px;
  text-align: center;
  padding: 25.7px 40px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.ic3-slide {
  padding: 110px 0px 72px;
}

.ic3-slide-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
}

/* infomation -------------------------------------------- */

/* news ====================================== */
.news-list {
  background: #325DCD;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 100px 0px 109px;
  overflow: hidden;
}

.news-list .wrap,
.contact .wrap {
  max-width: 1310px;
}


.news-title span {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.news-title span::before {
  content: "";
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 50px;
  height: 2px;
  background-color: var(--white);

}

.news-title h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  margin-top: 5px;
}

.news-title p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
}

.newspc-button {
  background-color: var(--white);
  transform: skewX(-10deg);
  border: none;
  padding: 16px 44.2px;
  position: absolute;
  bottom: -150px;
  right: 20px;
  transition: all .2s linear;
}

.newspc-button:hover {
  background-color: var(--hover-color);
}

.newspc-button:hover span {
  color: var(--white);
}



.newspc-button:hover svg {
  transform: translateX(10px);
}

.newspc-button:hover svg path {
  fill: var(--white);
}

.newspc-button span {
  color: var(--blue_lighter);
  font-size: 16px;
  font-weight: 700;
  /* float: left; */
  margin: 0px auto;
  transform: skewX(10deg);
  float: left;
}

.newspc-button svg {
  float: right;
  margin-left: 8px;
  margin-top: 3px;
  transform: skewX(10deg);
  transition: all .2s linear;
}

.news-item {
  color: var(--white);
  margin-top: 50px;
}

.news-item img {
  margin-bottom: 30px;
  border-radius: 2px;
  height: 275px;
}

.news-item span svg {
  float: left;
  margin-right: 10px;

}

.news-item span {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 4px;
}

.news-item p {
  margin-top: 12px;
  margin-left: 4px;
  font-family: Sarabun;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.news-item .news-item-title {
  /* display: -webkit-inline-box; */
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
  font-family: Sarabun;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.news-item a {
  color: var(--white);
}

.news-item p a {
  color: var(--white);
}

.new-date-mb {
  display: none !important;
}

.news-button {
  display: none;
}

.news-list .row-cover-20 {
  margin: 0;
}



/* news end --------------------------------------------- */

/* ---------------------------------news----------------------------- */
.news-index {
  padding-top: 156px;
  padding-bottom: 60px;
  overflow: hidden;
}

.news-index .title {
  margin-bottom: 55px;
}

.news-index .title h2 {
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
}

.news-index .item-main {
  margin-bottom: 45px;
}

.news-index .item-main .item-image {
  max-height: 416px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.custom-col {
  padding: 0 10px;
}

.news-index .item-main h3 {
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  margin-bottom: 5px;
}

.news-index .item-main h3 a {
  color: #1B1717;
}

.news-index .item-main p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-index .card {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 29px;
}

.news-index .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 134px;
  height: 1px;
  background: #E30613;
}

.news-index .card .box-img {
  border-radius: 10px;
  overflow: hidden;
  height: 232px;
}

.news-index .box-img img {
  transition: all 0.3s;
  min-height: 232px;
}

.news-index .box-img:hover img {
  transform: scale(1.05);
}

.news-index .card .article-infor {
  margin: 19px 0 9px;
  height: 20px;
}

.news-index .article-infor button {
  border: unset;
  background: unset;
}

.news-index .article-infor * {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #7C7C7B;
}

.news-index .card .title {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1B1717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 22px;
  margin-top: 8px;
  height: 45px;
  text-transform: uppercase;
}

.news-index .article-infor .created {
  margin-right: 16px;
}

.news-index .article-infor .created svg {
  float: left;
  margin-right: 10px;
}

.news-index .share button {
  float: right;
  margin-left: 11px;
  margin-top: 2px;
}

.news-index .share button svg path {
  transition: all .2s linear;
}

.news-index .share button:hover svg path {
  fill: var(--hover-color);
}

.news-index .paging-n {
  margin-top: 21px;
}

/* -------------------------news end ---------------------------- */

/* ------------------sider-bar------------------------------------ */

.news-index .form-search input {
  width: 100%;
  height: 66px;
  padding: 12px 27px;
  border: unset;
  background: #F0F1F2;
  box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.sidebar-news {
  margin-top: 31px;
  padding: 21px 0 51px 27px;
  border-radius: 10px;
  box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.2);
  float: left;
}

.sidebar-news .title {
  margin-bottom: 26px;
}

.sidebar-news .title h2 {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  line-height: 26px;
}

.sidebar-news .item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar-news .item:last-child {
  margin-bottom: 0;
}

.sidebar-news .item-image {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}

.sidebar-news .item-image img {
  min-height: 100px;
}

.sidebar-news .item-content {
  width: calc(100% - 140px);
  float: left;
}

.sidebar-news .item-title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
  color: #7C7C7B;
  margin-top: 10px;
}

.sidebar-news .item-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar-news .item-text a {
  color: #1B1717;
}

/* .contact -------------------------------- */
.contact {
  padding: 47px 0px 46px;
  background: url('../img/background/10.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  background-color: var(--gray);
}



.contact-title h2 {
  color: var(--blue_lighter);
  margin-top: 20px;
  margin-bottom: 15px;
  /* line-height: 52px; */
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
}

.contact-title h2::after {
  display: block;
  content: "";
  background-color: var(--blue_lighter);
  width: 100px;
  height: 2px;
  margin-top: 20px;
}

.contact-title img {
  margin-top: 12px;
  height: 491px;
}

.contact-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 40px;
  height: 661px;
  width: 581px;
  border-radius: 10px;
  /* right: 0px; */
  margin-left: 44px;
}

.contact-box h2 {
  margin-bottom: 37px;
  margin-top: 0px;
  color: var(--blue_lighter);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.contact-box input {
  width: 100%;
  border: none;
  background-color: var(--white);
  border-radius: 8px;
  height: 54px;
  margin-bottom: 37px;
  padding: 15px 40px;
  color: var(--black);
  outline: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-box .textarea {
  border: none;
  background-color: var(--white);
  margin-bottom: 37px;
  width: 100%;
  height: 125px;
  padding: 20px 0 0 40px;
  margin-bottom: 31px;
  border-radius: 10px;
  outline: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  resize: none;
}

.contact-submit {
  padding: 13px 0px !important;
  border: none;
  border-radius: 10px;
  background-color: var(--blue_lighter);
  color: var(--white) !important;
  font-size: 16px;
  font-weight: 700;
  width: 214px !important;
  font-family: Roboto;
  line-height: 22px;
  text-align: center !important;
  transition: all .2s linear;
  /* text-align: center; */
}

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

/* contact end */



.row-cover-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.col-cover-20 {
  padding-right: 10px;
  padding-left: 10px;
}

.factories-slide {
  float: left;
  width: 37%;
  position: absolute;
  left: 15%;
  z-index: 3;
}

.factories-slide-img {
  position: relative;
  float: right;
  width: 52%;
}

.factories-slide-img::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  left: -1px;
  background: #325DCD;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 28% 0);
  clip-path: polygon(0 0, 0% 100%, 18% 0);
}

.dropdowm:hover .dropdown-menu {
  display: block;
}


/* ------------------sweetalert------------------------- */
.swal2-confirm {
  width: 90px;
  height: 30px;
  font-size: 14px !important;
  padding: 5px 20px;
}

.swal2-html-container {
  font-size: 16px !important;
}

/* ---------------------------------list-job-------------------------------- */
/* RECRUITMENT */

.recruitment {
  color: var(--drank-color-1);
  background: #f4f4f4;
  padding-top: 128px;
}

.recruitment>.wrap {
  max-width: 1094px;
  margin: auto;
}

.recruitment .heading {
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.recruitment .heading::after {
  content: '';
  position: absolute;
  background: var(--blue_dark);
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recruitment .subheading {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  width: 630px;
  max-width: 100%;
  margin: 0 auto 60px;
}

.recruitment .box-img {
  padding-bottom: calc(421 / 1280 * 100%);
  min-height: 200px;
}

.recruitment .heading-1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
  text-transform: unset
}

.recruitment .form-control {
  padding-right: 27px;
  padding-left: 26px;
  height: 100%;
  border: unset;
  background: #F9F9F9;
}

.recruitment .dropdown-menu {
  width: 232px;
  padding: 12px 16px;
}

.form-control,
.form-control:focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.recruitment .form-group {
  margin-bottom: 0;
  height: 45px;
  position: relative;
}

.recruitment .form-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.recruitment .select-address {
  line-height: 45px;
  color: rgba(27, 23, 23, 0.5);
  font-size: 16px;
  cursor: pointer;
}

.recruitment .item {
  border-radius: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 128px;
}

.recruitment .item h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}

.recruitment .item .item-content {
  padding: 35px 25px 45px 26px;
  text-align: center;
  min-height: 128px;
}

.recruiment-anouncement {
  background: #f0f0f0;
  padding: 109px 0;
  overflow: hidden;
}

.recruiment-anouncement .modal-content {
  padding: 30px;
}

.mb8 {
  margin-bottom: 8px;
  display: block;
}

.text-name {
  font-size: 18px;
  font-weight: 600;
}

.wrap-11 .form-group {
  margin-bottom: 8px;
}

.recruiment-anouncement .sm-recruitment {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 7px;
  border: 0;
  transition: all .2s linear;
  background-color: var(--black1);
  color: var(--white);
}

.recruiment-anouncement .sm-recruitment:hover {
  background-color: var(--hover-color);
  color: #fff;
}

.recruiment-anouncement .sm-search {
  height: 48px;
  width: 123px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border-radius: 30px;
  margin: 0px 0 0 53px;
}

.recruiment-anouncement .dropdown-addr {
  width: 200px;
  background: transparent;
  margin-top: 7px;
  justify-content: flex-start;
}

.recruiment-anouncement .dropdown-addr div {
  width: calc(100% + 24px);
  padding-left: 10px;
}

.recruiment-anouncement .dropdown-addr .icondown {
  margin-right: -31px;
}

.recruitment .form-search {
  padding: 20px 26px 20px 40px;
  background: #F9F9F9;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
  height: 84px;
}

.recruiment-anouncement .search-group.search-input {
  position: relative;
  width: 45%;
  float: left;
}

.recruiment-anouncement .search-group.location-sl {
  position: relative;
  width: 30%;
  margin-left: 48px;
  float: left;
}

.recruiment-anouncement .search-group #search {
  width: 100%;
  padding: 10px 0 10px 33px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #F9F9F9;
}

.recruiment-anouncement .search-group #location {
  width: 90%;
  float: right;
  border: none;
  outline: none;
  padding: 10px 0;
  font-size: 16px;
  background: #F9F9F9;
  margin-left: 33px;
}

.recruiment-anouncement .search-group svg {
  position: absolute;
  top: 11px;
  left: 0;

}

.recruiment-anouncement .form-search .btn-recruiment-search {
  width: 123px;
  height: 48px;
  border-radius: 25px;
  background: #1B1717;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border: none;
  line-height: 28px;
  color: var(--white);
  float: right;
  transition: all .2s linear;
}

.recruiment-anouncement .form-search .btn-recruiment-search:hover {
  background-color: var(--hover-color);
}

.recruiment-anouncement .form-search .break {
  position: absolute;
  width: 1px;
  height: 84px;
  background-color: #8988881F;
  float: left;
  top: 0;
  right: 50%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mt12 {
  margin-top: 12px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.recruitment .box {
  color: #36393F;
  font-size: 16px;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: 30px;
}

.recruitment .box .title {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.recruitment .box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.recruitment .bg-red {
  width: 163px;
  height: 48px;
  border-radius: 30px;
  padding: 0 40px;
  margin: 29px 0 0 -10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: var(--blue_dark);
  color: var(--white);
  line-height: 48px;
  transition: all .2s linear;
}

.recruitment .bg-red:hover {
  background-color: var(--hover-color);
}

.recruitment .modal .bg-red {
  margin: auto;
  margin-top: 18px;
}

.recruitment .contact-work {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 35px 31px 29px;
  font-size: 16px;
  color: rgba(61, 58, 53, 0.7);
  line-height: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 113px;
}

.recruitment .contact-work .form-control {
  height: 64px;
  background: #F9F9F9;
  border-radius: 10px;
  background: #F9F9F9;
  margin-bottom: 9px;
  padding: 20px 30px;
}

.recruitment .contact-work textarea.form-control {
  height: 158px;
  resize: none;
}

.recruitment .contact-work .form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(61, 58, 53, 0.7);
}

.recruitment .contact-work .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
  color: #3D3A35;
}

.recruitment .contact-work .desc {
  margin-bottom: 20px;
}

/* END RECRUITMENT */

/* ----------------------------pagination---------------- */
.paging-n {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}

.paging-n a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--drank-color-1);
}

.paging-n span:hover {
  background: #59585840;
  border-radius: 50%;
}

.paging-n svg:hover path {
  fill: #59585869;
  stroke: #59585869;
  ;
}

.paging-n span:not(:last-child) {
  margin-left: 10px;
}

.paging-n .current {
  border-radius: 50%;
  background: #59585840;
}

.recruitment .paging-n {
  margin-top: 50px;
}

/* ----------------------------end pagination---------------- */
/* banner intro */

.page-banner-intro {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.page-banner-intro .wrap-13 {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
}

.page-banner-intro .description {
  overflow: hidden;
}

.page-banner-intro .description.full {
  max-height: 288px;
}


.page-banner-intro .description.full-m {
  max-height: 145px;
}

.page-banner-intro .description.full,
.page-banner-intro .des-signature.full {
  width: 574px;
}

.page-banner-intro .description,
.page-banner-intro .des-signature {
  width: 885px;
}

.page-banner-intro .description,
.page-banner-intro .description p {
  color: var(--black);
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 0px;
  /* margin-top: -7px; */
  margin-right: 7px;

}

.page-banner-intro .description p {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.page-banner-intro .description p:not(:first-child) {
  text-indent: 15px;
}

.btnthugon {
  margin: -9px 0px 0px;
  display: inline-block;
  color: var(--black);
  padding: 10px 0px;
  border-radius: 6px;
  cursor: pointer;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.btnxemthem {
  margin: 3px 0 0 0;
  display: inline-block;
  color: var(--black);
  padding: 10px 0px;
  border-radius: 6px;
  cursor: pointer;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  border: none;
  text-align: center;
  background: none;
}

.btnxemthem svg {
  margin-bottom: -2px;
  margin-left: 3px;
  transform: rotate(180deg);
  transition: all .2s linear;
}


/* .mb .subheading.subheadingmb {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 4px;
} */



.recruitment .btnthugon,
.recruitment .btnxemthem {
  color: #1b1717;
  font-size: 16px;
}

/* .mb .page-banner-intro .descmb p:nth-child(n+3) {
  display: none;
} */

.mb10 {
  margin-bottom: 10px !important;
}

.page-banner-intro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 82px;
  padding-left: 57px;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb-detail,
.breadcrumb-detail a,
.heading-5 {
  color: var(--black);
  /* padding: 8px 40px; */
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.breadcrumb a:hover,
.breadcrumb-detail a:hover {
  color: var(--hover-color);
}

.heading-5 img {
  width: 166px;
  height: 92px;
  float: right;
  margin-top: -47px;
}

.page-banner-intro .des-signature.full .heading-5 img {
  margin-top: 27px;
}

.heading-6 {
  float: left;
}

.heading-6 p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 11px;
}

.breadcrumb,
.breadcrumb-detail {
  border-radius: 0;
  color: var(--black);
}

.breadcrumb-detail {
  padding-top: 16px;
  padding-bottom: 23px;
}

.breadcrumb .wrap,
.breadcrumb-detail .wrap {
  max-width: 1302px;
  margin: 0 auto;
}

.breadcrumb,
.breadcrumb {
  padding-left: 36px;
  background-color: var(--white);
  padding-top: 18px;
}

.page-banner-intro .box {
  border-radius: 69px;
  padding: 0 40px 0;
}

.page-banner-intro .heading-4 {
  margin-bottom: 30px;
  color: var(--black);
  font-family: Sarabun;
  font-size: 36px;
  font-weight: 800;
  line-height: 52px;
  margin-top: 4px;
  margin-left: 10px;
  width: 40%;
}

.badge-1 {
  text-transform: uppercase;
  color: var(--blue_theme);
  margin-left: 8px;
  margin-top: 2px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.badge-1::before {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  background-color: var(--blue_theme);
}

.heading-banner-img {
  position: absolute;
  right: -293px;
  top: 125px;
  width: 52%;
}

.heading-banner-img.full {
  right: 9px;
  top: -30px;
}

.heading-banner-img.full img {
  width: 720px;
  height: auto;

}

.heading-banner-img img {
  width: 562px;
}

/* end banner intro */

/* introdution */
.introduction {
  height: 390px;
  position: relative;
}

.introduction-img1,
.introduction-img2 {
  width: 28%;
  position: absolute;
  height: 390px;
}

.introduction-img1 {
  left: 0px;
  top: 0px;
}

.introduction-img2 {
  right: 0px;
  top: 0px;
}

.introduction .wrap {
  max-width: 789px;
  margin: auto;
}

.introduction-text {
  text-align: center;
  padding-top: 69px;
}

.introduction-text span {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--blue_theme);
}

.introduction-text span::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: var(--blue_dark);
}

.introduction-text span::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-color: var(--blue_dark);
}

.introduction-text h1 {
  font-family: Sarabun;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: var(--black1);
  margin-top: 11px;
  margin-bottom: 55px;
}

.introduction-text p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: var(--black1);
}


/* end introdution  */

/* hinh-anh4  */

.hinh-anh4 img {
  width: calc(100%/4);
  height: auto;
  display: inline-block;
  margin: 0px -2px;
}

.hinh-anh4 {
  margin-right: -4px;
  width: 100%;
}

/*end hinh-anh4  */


/* information-pd-pd */

.wrap-10 {
  width: 1300px;
  max-width: 100%;
  margin: auto;
}

.information-pd {
  margin-top: -92px;
  padding-bottom: 0px;
}

.information-pd .col-custom {
  padding: 0px;
}

.information-pd .box {
  margin-top: 40px;
}

.information-pd .box1 {
  margin-top: -50px;
}

.information-pd .row:nth-child(2n+1) .box {
  background: var(--blue_theme);
  padding: 50px 155px 77px 54px;
  color: #fff;
  width: 120%;
  height: 450px;
}

.information-pd .row:nth-child(2n+1) .badge-1 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.information-pd .row:nth-child(2n+1) .badge-1::before {
  background: #fff;
  height: 2px;
}

.information-pd .row:nth-child(2n) .col-md-7 {
  margin-top: -53px;
}

.information-pd .row:nth-child(2n) .box {
  margin-left: 57px;
}

.information-pd .row:nth-child(2n+1) .box {
  background: var(--blue_theme);
  padding: 50px 165px 77px 54px;
  color: #fff;
  width: 131.92%;
  height: 450px;
}


.information-pd .title {
  /* font-family: 'Sarabun', sans-serif; */
  /* font-weight: 700; */
  /* font-size: 40px; */
  margin-bottom: 14px;
  margin-top: 10px;
  /* line-height: 52px; */
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
}

.title {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  /* color: var(--black1) */
}

.description {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* text-align: justify; */
  /* color: var(--white); */
}

.information-pd .description {
  font-style: normal;
  /* font-size: 16px; */
  text-align: justify;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}

.information-pd .thumb {
  width: 650px;
  display: block;
  margin-left: auto;
}

.information-pd .row:nth-child(2n) .thumb {
  margin-right: auto;
  margin-left: unset;
  width: 690px;
}

/* end information-pd-pd  */


/* .core-value { */
.core-value {
  padding: 65px 0px 45px;
  overflow: hidden;
}

.core-value .wrap {
  max-width: 805px;
  margin: 0 auto;
}

.core-value-title {
  text-align: center;
}

.core-value span {
  color: var(--white);
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.core-value span::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: var(--white);
}

.core-value span::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-color: var(--white);
}

.core-value-title h1 {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  color: var(--white);
  margin-top: 1px;
  margin-bottom: 20px;
}

.core-value-box {
  text-align: center;
  padding: 20px 15px;
  color: var(--white);
  border: 1px solid var(--white);
  height: 284px;
  margin-top: 20px;
  /* width: 100%; */
  max-width: 378px;
}

.core-value-box h3 {
  font-family: Sarabun;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.core-value-box p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.cvb1,
.cvb3 {
  margin-right: 20px;
}

.cvb2,
.cvb4 {
  margin-left: 20px;
}

/* end core-value { */


.information-pd .row:nth-child(1) .box {
  padding: 72px 216px 90px 66px;
  margin-top: -100px;
}

.information-pd .row:nth-child(2) .box {
  padding: 19px 0 61px 76px;
  margin: 0;
}

.information-pd .row:nth-child(2) .thumb {
  margin-top: -83px;
}

.information-pd .row:nth-child(3) .box {
  margin-top: -42px;
}

.information-pd .row:nth-child(4) .thumb {
  margin-top: -152px;
}


/* doi-tac  */
.doi-tac {
  padding: 50px 0px 90px;
  overflow: hidden;
}

.doi-tac-title {
  max-width: 675px;
  text-align: center;
  margin: auto;
  margin-bottom: 42px;

}

.doi-tac-title span {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--blue_theme);
  text-transform: uppercase;
}

.doi-tac-title span::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: var(--blue_dark);
}

.doi-tac-title span::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-color: var(--blue_dark);
}


.doi-tac-title h1 {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 20px;
}

.doi-tac-title p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-top: 11px;
}

.slide-doi-tac .item {
  width: 100%;
  /* background-color: var(--white); */
  /* border-radius: 10px; */
  /* box-shadow: -7px 10px 22px 0px rgba(0,0,0,0.1); */
  text-align: center;
}

.doi-tac-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 26px 39px;
  box-shadow: 2px 4px 30px 0px #0000000F;
}

.doi-tac-box img {
  width: auto;
}

.slide-doi-tac .box-img:first-child {
  margin-bottom: 75px;
}

.slide-doi-tac button {
  position: absolute;
  top: calc(50% - 15px);
}

.slide-doi-tac .owl-next {
  right: 0;
}

.slide-doi-tac .owl-prev {
  left: 0;
}

.slide-doi-tac.owl-carousel .owl-nav.disabled {
  display: block;
}

.slide-doi-tac .title {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: var(--black1);
  margin-top: 30px;
  height: 50px;
}

/*end doi-tac  */

/* banner  */

.banner-nlsx.banner {
  min-height: 300px;
  padding: 178px 0 212px;
  color: white;
  min-height: unset !important;
  max-height: 490px;
}

.banner-nlsx .banner .breadcrumb a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.banner-nlsx .heading-8 {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
}


/* end banner  */

/* gt-nlsx */
.gt-nlsx {
  padding: 60px 0px 69px;
  background-color: var(--white);
}
.gt-nlsx2 {
  padding-top: 0px;
}

.gt-nlsx:last-child {
  padding-top:0px !important;
}

.gt-nlsx-title {
  max-width: 826px;
  margin: auto;
  text-align: center;
}

.gt-nlsx-title span {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--blue_theme);
}

.gt-nlsx-title span::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.gt-nlsx-title span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.gt-nlsx-title h2 {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  color: var(--black1);
  margin-top: 3px;
  margin-bottom: 13px;
}

.gt-nlsx-title p {
  font-family: Sarabun;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  color: var(--black1);
}

.para2 {
  margin-top: 38px;
  padding: 0px 20px;
  margin-bottom: 70px;
}

.video-box {
  position: relative;
  width: 100%;
  height: 585px;
}

.video-box svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.video-box iframe {
  width: 100%;
  height: 585px;
}

.video-box .img-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 585px;
}

.img-video-box svg {
  cursor: pointer;
}



/* may moc  */


.maymoc-slide .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  right: 0px;
}

.maymoc-slide .owl-nav svg {
  width: 30px;
  height: 55px;
  filter: invert(100%);
}

.maymoc-slide .owl-nav .owl-next {
  float: right;
}


.may-moc {
  padding-bottom: 56px;
}

.mm-item {
  position: relative;
  /* margin-left: 15px; */
  margin-bottom: 32px;
  overflow: hidden;
}

.mm-item img {
  width: 100%;
  height: 100%;
  /* max-height: 610px; */
}

/* .mm-item.show .mm-text {
  height: auto;
} */

.mm-item:hover .mm-text p {
  opacity: 1;
  visibility: visible;
}

.mm-item {
  transition: all 0.35s linear;
}

.mm-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: var(--white);
  background: #002E8899;
  width: 100%;
  /* height: 60px; */
  text-align: justify;
  padding: 17px 14px 10px;
  transition: all 0.35s linear;
  transform: translateY(calc(100% - 75px));
}

.mm-item:hover .mm-text {
  transform: translateY(0);
}

.mm-text h3 {
  margin-bottom: 0px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 40px;
}

.mm-text p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: all 0.35s linear;
}

.may-moc-title {
  max-width: 552px;
  margin: auto;
  text-align: center;
}

.may-moc-title span {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--blue_theme);
  /* margin-top: 3px; */
}

.may-moc-title span::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.may-moc-title span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.may-moc-title h1 {
  font-family: Sarabun;
  margin-top: 16px;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  margin-bottom: 87px;
}

/*end may moc  */

/* nlsx-footer */

.nlsx-footer {
  padding: 39px 0px 70px;
}

.nlsx-footer-title {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.nlsx-footer-title span {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--blue_theme);
  text-transform: uppercase;
  margin-left: 30px;
}

.nlsx-footer-title span::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.nlsx-footer-title span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 50px;
  height: 1px;
  background-color: var(--blue_dark);
}

.nlsx-footer-title h1 {
  font-family: Sarabun;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  color: var(--black1);
  margin-left: 30px;
  margin-top: 45px;
  margin-bottom: 75px;
}

.nlsx-footer-box {
  text-align: center;
  max-width: 343px;
  margin: 0px auto 25px;
}

.nlsx-footer-box.nlsx-footer-box-1 {
  margin-right: 30px;
}

.nlsx-footer-box.nlsx-footer-box-2 {
  margin-left: 30px;
}

.nlsx-footer-box img {
  width: 60px;
}

.nlsx-footer-box-2 img {
  width: 100px;
}

.nlsx-footer-box h3 {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  color: var(--black1);
  margin-bottom: 5px;
}

.nlsx-footer-box p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: var(--black1);
}

/*end nlsx-footer */

.banner-blue {
  height: 123px;
  width: 100%;
}

.banner-blue img {
  height: 118px;
  width: 100%;
}


/* --product list ========================================== */

.product-list {
  background-color: var(--bg-blue);
  padding: 40px 0px 227px;
}

.product-list .wrap {
  max-width: 1293px;
  margin: 0 auto;
}

.product-list-title {
  max-width: 1029px;
  margin: auto;
  text-align: center;
}

.product-list-title h1 {
  margin-top: 0px;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 23px;
}

.product-list-title h1::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 94%;
  background-color: #004C39;
  bottom: 0;
  left: 3%;
}

.product-list-title p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 49px;
  margin-top: 12px;
}

.product_item {
  width: 100%;
  background-color: var(--white);
  padding: 16px 17px;
  border-radius: 28px;
  height: 100%;
  box-shadow: 1px 7px 4px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  position: relative;
  margin-left: 24px;
}

.pi-slide-item .owl-nav {
  position: absolute;
  width: calc(100% + 32px);
  top: 40%;
  right: -17px;
}

.pi-slide-item .owl-nav svg {
  width: 10px;
  height: 15px;
}

.pi-slide-item .owl-nav .owl-next {
  float: right;
}

.pi-slide-item .owl-nav button:hover svg path {
  stroke: var(--hover-color);
  fill: var(--hover-color);
}

.pi-title {
  height: 60px;
  background-color: var(--blue_dark);
  padding: 14.69px 40px 16.09px 21.69px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.pi-title::after {
  position: absolute;
  content: '';
  top: -1px;
  width: 100%;
  right: -1px;
  background: #fff;
  height: 100%;
  clip-path: polygon(100% 0, 91% 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 91% 0, 100% 100%);
  /* -webkit-clip-path: polygon(0 0, 0% 100%, 28% 0);
  clip-path: polygon(0 0, 0% 100%, 18% 0); */
}

.pi-title h2 {
  color: var(--white);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin: 0;
}

.product_item p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
  /* max-width: 514px; */
  margin-bottom: 0px;
}

.product_item .pi-content {
  min-height: 153px;
  margin-bottom: 9px;
  padding: 0px 50px 0px 0px;
}

.pi-item {
  position: relative;
  float: left;
  width: 100%;
  /* max-height: 193px; */
  margin-right: 32.63px;
  background-color: var(--blue_dark);
  text-align: center;
  color: var(--white);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  height: 193px;
}

.pi-item img {
  width: 155px;
  height: 153px;
}

/* .padding-left {
  padding-left: 0px;
} */

.padding-custom {
  padding-left: 10px;
}

.padding-right {
  padding-right: 0px;
}

.pi-text {
  width: 100%;
  text-align: center;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #002E88;
  height: 42px;
  /* overflow: hidden; */
}

.pi-text p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;

}

.pi-img {
  margin-left: -42px;
}

.pi-img img {
  height: 439px;
  border-radius: 10px;
  width: 100%;
}

/* ---------------------------------- */
.oproduct-list {
  background-color: var(--white);
  width: 309px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 943px;
  border-radius: 10px;
  z-index: 3;
  box-shadow: 1px 7px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 39px 22px 39px 30px;
}


.oproduct-list img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  border-radius: 50%;
}

.oproduct-item {
  margin-bottom: 33px;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.oproduct-item.active p {
  color: var(--blue_1);
}

.oproduct-item:last-child {
  margin-bottom: 0px;
}

.oproduct-item p {
  display: inline-block;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
  /* padding-top: 10px; */
}

.why-us {
  background: url('../img/background/Rectangle 5855.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 43px 0px 90px;
  margin-bottom: 46px;
}

.why-us h2 {
  /* font-family: Roboto Condensed; */
  /* font-size: 40px; */
  /* font-weight: 700; */
  /* line-height: 52px; */
  /* text-align: center; */
  color: var(--white);
  margin-bottom: 45px;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  margin-left: 3px;
}

.why-us h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: var(--white);
  margin-top: 29px !important;
  margin: auto;
}

.why-us p {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: var(--white);
  max-width: 1029px;
  margin: auto;
}

.cac-linh-vuc {
  padding: 73px 0px 83px;
}



.linh-vuc-item>p {
  margin-top: 10px;
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
  max-width: 346px;
}

.linh-vuc-title {
  display: flex;
  align-items: center;
}

.linh-vuc-title p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-left: 17px;
  margin-bottom: 0;
}

.padding-right .linh-vuc-item {
  margin-left: 5px;
}

.linh-vuc-item {
  float: left;
  width: 100%;
}

.linh-vuc-item .linh-vuc-icon {
  float: left;
}

.linh-vuc-item .linh-vuc-text {
  float: left;
  width: calc(100% - 66px);
}

/* CONTACT */
.contactpage {
  padding: 150px 0 0;
}

.contactpage .wrap {
  max-width: 1310px;
  margin: auto;
}

/* .pc .contactpage {
	padding-bottom: 84px;
} */

.contact-form {
  margin-bottom: 200px;
}

.contactpage .subheading {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--blue_dark);
  text-transform: uppercase;
}

.contactpage .heading {
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 13px;
  margin-bottom: 25px;
  color: var(--blue_dark);
  width: 70%;
}

.contactpage .form-control {
  background: #F0F1F2;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.06) !important;
  border-radius: 15px;
  height: 70px;
  padding: 23px 50px;
  border: unset;
}

.contactpage .form-control:focus {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.06) !important;
}

.contactpage .form-control::-webkit-input-placeholder,
.contactpage .form-control::-ms-input-placeholder,
.contactpage .form-control::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: rgba(27, 23, 23, 0.5);
}

.contactpage textarea.form-control {
  height: 294px;
  padding: 41px 50px;
  resize: none;
}

.contactpage button.bg-red {
  width: 230px;
  height: 51px;
  border: none;
  background-color: var(--blue_dark);
  color: var(--white);
  border-radius: 340px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-left: 40px;
  transition: all .2s linear;
}

.contactpage button.bg-red:hover {
  background-color: var(--hover-color);
}

.contactpage .communications {
  background: var(--blue_dark);
  border-radius: 15px;
  padding: 90px 25px 114px 37px;
  color: #fff;
  min-height: 549px;
}

.contactpage .communications h2 {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 41px;
  text-transform: uppercase;
  margin-top: 0;
}

.contactpage .communications .location .icon {
  margin-top: 0px;
  height: 67px;
  float: left;
}

.contactpage .communications .footer-menu-net {
  margin-top: 0;
}

.contactpage .communications .footer-menu-net a {
  margin-right: 10px;
}

.contactpage .communications .icon {
  float: left;
  margin-right: 12px;
}

/* 
.contactpage .communications .phone .icon {
	margin-top: 6px;
} */

.contactpage .location,
.contactpage .phone {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #FFF;
  float: left;
}

/* .contactpage .phone {
	display: i;
} */

.contactpage .contact-content {
  float: left;
  width: calc(100% - 60px);
}

.contactpage .contact-content p:first-child {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;

}

.contactpage .contact-content p:last-child {
  line-height: 24px;
  margin-bottom: 0;
}

.contactpage .phone a,
.contactpage .facebook a {
  color: #fff;
}

.contactpage .phone {
  margin-bottom: 25px;
}

.contactpage .phone a:hover {
  color: var(--blue-color-1);
}

.contactpage .location span,
.contactpage .phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.contactpage .phone .icon {
  margin-top: 2px;
}

.contactpage .facebook {
  margin-top: 14px;
  margin-bottom: 0;
}

.contactpage iframe {
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 600px;
}

.mb .contactpage iframe {
  height: 400px;
  margin-top: 40px;
}


/* ----------------------search-------------------------------------- */
.search-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.search-list .breadcrumb {
  padding-left: 0;
}

.search-main .title {
  margin-bottom: 21px;
}

.search-main .title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.search-main .break {
  margin-bottom: 35px;
  width: 132px;
}

.search-main .item-image img {
  border-radius: 10px;
  height: 250px;
}

.search-main .item-content {
  padding-top: 15px;
}

.search-main .item-content h3 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 22px;
  color: #1B1717;
}

.search-main .item-content .date {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
  color: #7C7C7B;
  font-style: italic;
}

.search-main {
  padding-bottom: 80px;
}

.search-main .item {
  margin-bottom: 40px;
}

.search-null .error-text {
  color: red;
  font-size: 40px;
}

/* -------------------------news-detail--------------------------- */
.news-detail {
  padding-bottom: 60px;
}

.new-detail .detail-head {
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 15px;
}

.new-detail .detail-view {
  font-weight: 500;
  line-height: 22px;
  color: #666666;
  margin-bottom: 30px;
}

.new-detail p {
  word-wrap: break-word;
  margin-bottom: 5px;
  line-height: 25px;
}

.new-detail h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 20px 0 10px 0;
}

.new-detail img {
  display: inline-block;
  /* width: 100% !important; */
  /* height: auto !important; */
  border-radius: 10px;
  /* height: 314px; */
  /* width: 607px; */
  margin: 35px auto;
}

.new-detail .detail-relation {
  float: left;
  margin-top: 40px;
  width: 100%;
  background-color: #EDEDEDCC;
  height: 50px;
  text-align: end;
  padding: 10px;
}

.new-detail .detail-relation button {
  width: 100px;
  height: 30px;
  padding: 8px;
  color: var(--third-color);
  background-color: var(--fourth-color);
  border: none;
  line-height: 14px;
  font-size: 12px;
  border-radius: 4px;
  transition: all .2s linear;
}


.new-detail .detail-relation button:hover {
  background-color: var(--second-color);
}

.new-detail .detail-relation .detail-share {
  width: 85px;
}

.new-detail .detail-relation button svg {
  margin-right: 7px;
}

.content-main {
  float: left;
  width: 100%;
}

/* ------------------news-list-hot----------------------- */
.news-list-hot,
.product-list-hot {
  padding-bottom: 82px;
}

.news-list-hot .title,
.product-list-hot .title {
  margin-bottom: 21px;
}

.news-list-hot .title h2,
.product-list-hot .title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.news-list-hot .break,
.product-list-hot .break {
  margin-bottom: 35px;
  width: 132px;
}

.news-list-hot .item-image img {
  border-radius: 10px;
  height: 165px;
}

.product-list-hot .item-image img {
  height: 250px;
  border-radius: 10px;
}

.news-list-hot .item-content,
.product-list-hot .item-content {
  padding-top: 15px;
}

.news-list-hot .item-content h3,
.product-list-hot .item-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
  color: #1B1717;
}

.news-list-hot .item-content .date {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
  color: #7C7C7B;
  font-style: italic;
}

/* -------------------------up-to-top-------------------------- */
.social {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: .3s linear;
  z-index: 99;
  /* transition: all .5s linear; */
}

.social-icon {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  transform: translate(100px, 0);
  transition: .3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
}

.up-to-top {
  background-color: var(--blue_3);
}

.mail-pop {
  background-color: #0180C7;
}

.mail-pop svg {
  margin-bottom: -9px;
}


.phone-pop svg {
  margin-bottom: -5px;
}

.phone-pop {
  background-color: #EA0000;
}

.tran-delay-1 {
  transition-delay: .1s;
  transition-property: all;
}

.tran-delay-2 {
  transition-delay: .2s;
  transition-property: all;
}

.tran-delay-3 {
  transition-delay: .3s;
  transition-property: all;
}

.social-icon:hover {
  background-color: var(--hover-color);
}

.social-icon.active {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

/* 
/////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */
/* responsive -------------------------- */




@media (min-width: 2000px) and (max-width: 2560px) {
  .banner-slide {
    margin-top: 35px;
    margin-bottom: 35px;

  }
}

@media only screen and (max-width: 1850px) {
  .oproduct-list {
    width: 265px;
    padding: 39px 15px 39px 15px;

  }

  .product-list {
    padding: 40px 0;
  }

  .product_item {
    margin-left: 20%;
    width: 80%;
  }

  .pi-item img {
    width: 100%;
    height: 100%;
  }

  .pi-item {
    /* max-width: 31%; */
    margin: 0px 1% 20px;
    /* max-height: 200px; */
  }

  .pi-img {
    margin: 0;
  }

  /* .product_item .padding-left {
    padding-left: 15px !important;
  } */
}

@media only screen and (max-width: 1791px) {
  .sc-item {
    margin: 0 5px;
  }

  .status-content p::after {
    height: 40px;
  }

  .status-content p {
    font-size: 50px;
  }

  .status-content span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1760px) {

  /* banner intro */
  .heading-banner-img {
    width: 48%;
    bottom: 40px;
  }

  .page-banner-intro {
    padding-top: 30px;
  }

  /* end banner intro */

  /* introdution */
  .introduction {
    height: 300px;
    position: relative;
  }

  .introduction-img1,
  .introduction-img2 {
    width: 22%;
    height: 300px;
  }

  .introduction-text {
    padding-top: 30px;
  }

  .introduction-text h1 {
    margin-bottom: 30px;
  }

  /* end introdution  */
}

@media only screen and (max-width: 1600px) {
  .factories-item h1 {
    font-size: 30px;
  }

  .factory-title {
    margin-left: 100px;
  }

  .factory-title h1 {
    font-size: 34px;
  }

  .op-title h1 {
    font-size: 34px;
  }

  .vam-title h1 {
    font-size: 34px;
  }

  .banner-intro h1 {
    font-size: 34px;
  }

  .factories-slide {
    padding: 140px 0px;
    margin-top: 0px;

  }

  .news-title h1 {
    font-size: 34px;
  }

  .contact-title h1 {
    font-size: 34px;
  }

  .ic-text h1 {
    font-size: 40px;
  }

  .banner-intro {
    margin-top: 10% !important;
    margin-left: 25%;
    width: 70%;
    transform: unset;
  }


  .banner-intro h1 {
    margin-top: 10px;
  }

  .banner-intro .btn-more {
    margin-top: 15px;
  }

  .owl-dots {
    left: -95% !important;
  }

  .tool-tab-left {
    padding-right: 27.5px;
  }

  /* //////////////////////////////////////////// */
  .ic3-img {
    width: 100%;
  }

  /* //////////////////////////////////////////////////// */


  .story-content {
    margin-right: 90px;
    padding-top: 70px;
    padding-top: 4px !important;
    margin-top: 50px;
    padding-left: 0px;
  }

  .story-content span {
    /* font-size: 14px; */
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;


    /* margin-bottom: 13px; */
  }

  .story-content h1 {
    /* font-size: 32px; */
    /* font-family: Nunito; */
    font-size: 23px;
    font-weight: 700;
    line-height: 35px;

    margin-top: 5px;

    font-family: 'Roboto Condensed';
    margin-bottom: 0px;
  }

  .story-content p {
    /* font-size: 14px; */
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;


  }

  /* ////////// */
  .sc1 {
    float: unset;
    text-align: center;
  }

  .sc2 {
    float: unset;
    text-align: center;
  }

  .contact-box {
    width: 100%;
    margin-left: 0px;
  }

  .factory-slide {
    margin-left: 0px;
    width: 100% !important;
    padding-left: 40px;
  }

  /*  */

}

@media only screen and (max-width: 1400px) {

  .factories-item h1 {
    font-size: 26px;
  }

  .introduction {
    height: 250px;
    position: relative;
  }

  .introduction-img1,
  .introduction-img2 {
    width: 20%;
    height: 250px;
  }

  .introduction-text {
    padding-top: 30px;
    padding: 20px 40px 0px;
  }

  .introduction-text h1 {
    margin-bottom: 30px;
  }

  /* end introdution  */

  /* .information-pd */
  .information-pd {
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .information-pd .col-md-5,
  .information-pd .col-md-7 {
    width: 100% !important;
  }

  .information-pd .row:nth-child(1) .box {
    padding: 50px 216px 60px 66px;
    margin-top: 0px;
  }

  .information-pd .row:nth-child(2n+1) .box {
    width: 100%;
    height: 350px;
  }

  .information-pd .thumb {
    width: 100%;
    height: 250px;
  }

  .information-pd .row:nth-child(2) .thumb {
    margin-top: 0px;
  }

  .information-pd .row:nth-child(2n) .thumb {
    width: 100%;
  }

  .information-pd .row:nth-child(2) .box {
    padding: 30px 100px 30px 0px;
  }

  .information-pd .row:nth-child(3) .box {
    margin-top: 0px;
  }

  .information-pd .row:nth-child(4) .thumb {
    margin-top: 0px;
  }

  .information-pd .row:nth-child(2n) .box {
    margin: 0px;
  }

  .cac-linh-vuc {
    padding: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1330px) {
  .product_item {
    margin-left: 22% !important;
    width: 80% !important;
  }

  .page-banner-intro .description,
  .page-banner-intro .des-signature {
    width: 550px;
  }

  .heading-banner-img {
    right: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .heading-banner-img.full img {
    width: 100%;
  }

  .factory-slide-item img {
    height: 570px;
  }


  .banner {
    padding: 150px 0 150px;
    min-height: 400px;
  }

  .banner-blue {
    height: 50px;
    overflow: hidden;
  }

  .tool-tab-left {
    padding-right: 5px !important;
  }


  .factories-slide-img img {
    max-height: 700px;
  }

  .factories-slide {
    padding-left: 0 !important;
  }

  .news-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .factories-slide {
    padding-top: 150px;
  }

  .factory {
    padding-left: 30px;
    padding-right: 15px;
  }

  .factories {
    max-height: 700px;
  }

  /* s1tatus ---------------------------------------------- */

  .status {
    background: unset;
    background: url('../img/background/Rectangle 6089.jpg');
    padding: 0px;
    height: 200px;
  }

  .status-content {
    display: none;
  }

  .status-mb {
    position: relative;
  }

  .border-col {
    border-right: 1px solid var(--white);
  }

  .status-mb-bg {
    background-color: var(--blue_dark);
    opacity: 0.6;
    height: 200px;
    width: 104%;
    margin-left: -2%;
  }

  .status-content-mb {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    margin-left: 8px;
  }


  .customcol-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .scm {
    text-align: center;
    color: var(--white);
    /* margin-left: 8px; */
  }

  .scm p {
    font-size: 18px;
    font-weight: 800;
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .scm span {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 16px;
    /* font-size: 18px; */
  }

  .scm3 p,
  .scm4 p,
  .scm5 p {
    margin-top: 37px;
    font-size: 18px;
  }



  .infor-box>ul>li>a {
    font-size: 30px;
  }

  .infor-box ul li {
    padding: 10px 0px;
    height: 70px;
    margin-top: 20px;
  }

  .footer-qr {
    margin-left: 0px;
  }

  .footer-qr img {
    width: 100%;
    height: 100%;
  }

  .factory-title h1 {
    font-size: 30px;
  }

  .factory-title ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .factory-slide {
    padding: 0px;
  }

  .factory-title .btn-factory a {
    font-size: 14px;
  }

  /* stỏy -- */
  .story img {
    height: 500px !important;
  }

  /* --------------------------------------------- */

  .information {
    height: unset;
    padding: 0px;
  }

  .ic-text {
    margin-top: 75px;
    margin-left: 25px;
  }

  .ic-text span {
    color: var(--blue_dark);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 9px;


  }

  .ic-text span::before {
    margin-bottom: 3px;
  }


  span::before {
    margin-bottom: 5px;
  }

  .ic-text h1 {
    color: var(--black);
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Sarabun;
    font-size: 32px;
    margin-top: 15px;
    font-weight: 800;
  }

  .news-title h1 {
    font-size: 32px;
  }

  .contact-title h1 {
    font-size: 32px;
  }

  .ic-text p {
    color: var(--black);
    font-family: Sarabun;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 34px;
  }

  .ic-1 img {
    margin: 70px 0px 35px;
    width: 100%;
  }


  .owl-dots {
    left: -100% !important;
  }

  .story-img {
    height: 500px;
  }

  .vam-title h1 {
    font-size: 32px;
  }

  .op-title h1 {
    font-size: 32px;
  }

}

@media only screen and (max-width: 1250px) {
  .tool-tab-left a:first-child {
    margin-left: 0px;
    margin-right: 15px;
  }

  .tool-tab-right button:first-child {
    margin-right: 15px;
  }



  #menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: 0.5s linear;
    visibility: hidden;
    opacity: 0;
  }

  .menu_mobile-wrap {
    position: relative;
    min-width: 325px;
    width: 100%;
    background-color: #1C659F;
    height: 100vh;
    padding: 48px 10px 0 20px;
    opacity: 1;
    visibility: hidden;
    transform: translate(0, -110%);
    transition: .5s linear;
  }

  .mbactive .menu_mobile-wrap {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .mbactive {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mc-1 {
    position: absolute;
    top: 30px;
    left: 20px;
  }

  .mc-2 {
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .child-product-m {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0px;
  }


  .child-categories-m {
    margin-bottom: 15px;
    margin-top: 14px;
    display: flex;
    align-items: center;
  }

  .child-categories-m a {
    text-transform: capitalize;
  }

  .hasc {
    position: relative;
  }

  .categories-menu-m span {
    display: none;
  }

  .menu_mobile_home img {
    width: unset;
    height: unset;
    margin-top: 10px;
  }

  .menu_mobile-wrap ul {
    list-style: none;
    padding: 0px;
  }

  .menu_mobile-wrap>ul {
    padding: 20px 20px 0 20px;
  }

  .menu_mobile-wrap>ul:last-child {
    padding-top: 0;
  }

  .menu_mobile-wrap>ul:last-child li:last-child {
    border: none;
  }

  .menu_mobile-wrap ul li {
    border-bottom: 1px solid var(--gray);
  }

  .menu_mobile-wrap ul li:last-child {
    border-bottom: 2px solid var(--black1);
  }

  .header-contact-item {
    padding: 10px 0;
  }

  .header-contact-item svg {
    margin-bottom: -4px;
    margin-right: 6px;
  }

  .header-contact-item a {
    display: inline-block !important;
    padding: 0 !important;
    font-size: 16px !important;
  }

  .menu_mobile-wrap ul li a {
    color: var(--black1);
    font-weight: 400;
    padding: 10px 0px;
    font-size: 18px;
    display: block;
  }

  .mbactive .menu_mobile-wrap {
    background-color: var(--white);
    padding: 0px;
  }

  .menu_mobile_home {
    background-color: var(--blue_theme);
    height: 80px;
    text-align: center;
  }

  .hasc span {
    content: url('../uploads/images/img/arrow-right.svg');
    position: absolute;
    color: #f5f5f5;
    top: -1px;
    right: 0;
    transition: .3s;
    z-index: -1;
    display: block;
  }

  .child-categories-m::before {
    content: '';
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 99%;
    display: block;
    margin-right: 10px;
    background-color: #fff;
  }

  .hasca {
    width: 100%;
    display: block;
  }

  .menu-contact {
    position: absolute;
    bottom: 130px;
    left: 20px;
    /* transform: translate(0, -110%); */
  }

  .pinkBg {
    background-color: var(--blue_lighter) !important;
    background-image: linear-gradient(90deg, var(--blue_lighter), var(--blue_lighter));
  }

  .intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -30px;
    left: -35px;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;

    &:nth-child(2) {
      animation-delay: .3s;
      -webkit-animation-delay: 0.3s;
    }

    &:nth-child(3) {
      animation-delay: .6s;
      -webkit-animation-delay: 0.6s;
    }
  }

  @-webkit-keyframes ripple {
    0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes ripple {
    0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

}

@media only screen and (max-width: 1199px) {
  .page-banner-intro .heading-4 {
    width: 100%;
  }

  .page-banner-intro .description.full,
  .page-banner-intro .des-signature.full {
    width: 100%;
  }

  .banner-intro {
    margin-bottom: 10px;
  }

  .linh-vuc-item>p {
    margin-bottom: 16px;
    margin-top: 0;
  }

  .banner-intro h1 {
    font-size: 32px;
  }

  /* factories ----------------------------------- */
  .factories {
    display: none;
  }

  /* banner intro */
  .heading-banner-img {
    display: none;
  }

  .page-banner-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-banner-intro .description,
  .page-banner-intro .description p {
    margin-right: unset;
    width: 100%;
    text-align: justify;
  }


  /* end banner intro */

  /* introdution */
  .introduction-img1,
  .introduction-img2 {
    display: none;
  }

  .introduction-text {
    padding: 20px;
  }

  .introduction {
    height: unset;
  }

  /* end introdution  */

  .information-pd .row:nth-child(2) .box {
    padding: 15px;
    margin-left: 0;
  }

  .information-pd .box {
    margin-top: 0;
  }

  .general-introduction {
    padding: 40px 0;
  }

  .mb .information-pd {
    margin-top: 0;
  }

  .information-pd .title {
    font-size: 30px;
    margin-bottom: 4px;
    margin-top: 0;
  }

  .oproduct-list {
    display: none;
  }

  .product_item {
    margin-left: 0% !important;
    width: 100% !important;
  }

  .pi-text {
    padding: 5px 10px;
    font-size: 12px;
  }

  .linh-vuc-title p {
    margin-top: 2px;
    margin-left: 5px;
  }

  .linh-vuc-title p {
    font-size: 18px;
    line-height: 26px;
  }

}

@media only screen and (max-width: 1050px) {


  .menu-mb {
    display: block;
  }

  .header-menu-item {
    display: none;
  }

  .header {
    display: none;
  }

  .footer-qr img {
    height: auto;
    width: 100%;
  }

  .vam-content-text {
    padding: 0px 20px;
  }



  /* .story -------------------------------------------- */

  .story-mb-hidden {
    display: block;
    padding: 0px 1px 16px;
    float: unset;
  }

  .story-img {
    display: none;
  }

  .story-img:before {
    display: none;
  }

  .story {
    background: unset;
    background-color: var(--blue_lighter);
    padding: 20px 0px 0px;
    max-height: unset;
    text-align: center;
  }

  .story-content {
    width: 100% !important;
    margin-right: unset !important;
    padding-top: 30px !important;
    float: unset;
    /* margin-left: 50%; */
    transform: translateX(-50%);
  }

  .story-content span {
    color: var(--white);
  }

  .story-content span::before {
    background-color: var(--white);
  }

  .story-content span::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 50px;
    height: 1px;
    background-color: var(--white);
  }

  .story-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);
  }

  .story-conent {
    width: 90%;
  }



  .story-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--white);
    text-align: justify;
  }



  .story-mb-hidden img {
    border-radius: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .story img {
    width: 90%;
    height: unset;
    float: unset;
    margin-top: 20px;
  }



  .story-content button {
    display: block;

  }

}

@media (max-width:991.8px) {

  .information-pd,
  .infor2 {
    margin-top: 0px;
  }

  .information-pd .thumb {
    width: 100%;
    height: unset;
  }

  .information-pd .col-custom {
    display: block;
  }

  .information-pd .col-custom-1 {
    display: none;
  }

  .information-pd .col-custom.hidden {
    display: block !important;
  }

  .information-pd .hidden-mibi {
    display: none;
  }

  .information-pd .row:nth-child(2) .col-md-7 {
    margin: 0;
  }

  .information-pd .row:nth-child(1) .box {
    /* background: var(--blue_theme); */
    padding: 30px 100px 77px 54px;
    color: #fff;
    width: 100%;
    height: 300px;
  }

  .information-pd {
    margin-bottom: 25px;
  }
}


@media only screen and (max-width: 768px) {

  .page-banner-intro .description.full,
  .page-banner-intro .des-signature.full {
    width: 100%;
  }

  .page-banner-intro .description,
  .page-banner-intro .des-signature {
    width: 100%;
  }

  .new-detail img {
    width: 100% !important;
    height: auto !important;
    text-align: justify;
  }

  .content-main table {
    width: 100% !important;
  }

  .video-box,
  .video-box .img-video {
    height: 400px;
  }

  .heading-5 img {
    margin-right: 0px;
  }


  .scm span {
    font-size: 12px;
  }

  .scm p {
    font-size: 12px;
  }

  .scm3 p,
  .scm4 p,
  .scm5 p {
    font-size: 12px;
  }

  .status-mb-bg {
    height: 160px;
  }

  .dropdown-backdrop {
    display: none;
  }

  .language {
    float: right;
    line-height: 80px;
  }

  .language .country .lang-text {
    display: none;
  }

  .language #contry svg {
    margin-bottom: -4px;
  }

  .language #contry .country svg:last-child path {
    fill: var(--white);
  }

  .language .country-list .lang-text {
    display: inline-block;
    margin-left: 5px;
  }

  .country-list {
    top: 70%;
    width: 127px;
  }

  .country-list .country {
    float: left;
  }

  .country-list .country {
    line-height: 30px !important;
  }

  .country-list .country svg {
    float: left;
  }


  .country-list .country span {
    line-height: 20px !important;
    float: right;
  }

  .banner-slide-item {
    height: 406px;
  }

  .banner .heading-8 {
    font-size: 40px;
  }


  .video-box iframe {
    height: 200px;
  }

  /* .header-banner --------------------------------- */
  .hihi {
    padding: 0 !important;
  }

  .banner-slide {
    margin: 0px !important;
    height: 406px;
    /* padding-bottom: 30px; */
  }

  .banner-slide-item {
    height: 406px;
  }

  .boximg {
    min-height: 406px;
  }

  .boximg img {
    height: 406px;
  }

  .header-banner {
    max-height: unset;
    padding-bottom: 40px;
    border: 4px solid var(--blue_dark);
  }

  .owl-dots {
    position: unset;
    transform: unset;
    text-align: center;
    margin: 10px 0px;
    padding: 0px;
  }

  .banner-intro {
    margin-top: 43px !important;
    margin-left: 10px !important;
    width: unset !important;
    margin-bottom: 12px !important;
  }

  .banner-intro::before {
    margin: 10px 8px 5px 2px;
  }

  .banner-intro p {
    font-size: 14px;
    font-family: Sarabun;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin-top: 19px;
    margin-bottom: 15px;
  }

  .banner-intro .btn-more {
    font-size: 10px;
    padding: 0px;
    width: 113px;
    height: 35px;
    line-height: 35px;
  }

  .banner-intro .btn-more svg {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    margin-bottom: -2px;
  }

  .banner-intro .btn-more a {
    font-family: Sarabun;
    font-size: 10px;
    font-weight: 700;
    padding-left: 14px;
    color: var(--white);
    line-height: 35px;
  }

  .banner-intro span {
    /* font-family: Sarabun; */
    margin-bottom: 5px;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;


    color: var(--blue_theme);
    margin-top: 8px;
    /* margin-left: 3px; */
  }

  .banner-intro h1 {
    font-family: Roboto;
    /* font-size: 24px; */
    font-weight: 900;
    line-height: 47px;
    margin: 0px !important;
  }

  .menu-mb button {
    margin-left: 10px;
  }

  .menu-mb img {
    padding: 7px;
    margin-left: 44px;
  }


  /* .vision-and-mission------------------------------ */

  .vision-and-mission {
    padding: 36px 0px 0px;
    background-position-x: 30%;
  }

  .vam-title span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;


  }

  .vam-title {
    padding: 0px 20px;
  }

  .vam-title h1 {
    font-family: Sarabun;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }

  .vam-title p {
    margin-bottom: 29px;
    font-family: Sarabun;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }

  .vam-content-mb {
    display: block;
    background-color: var(--white);
    color: var(--black);
    margin-left: 10px;
    margin-right: 10px;
  }

  .vam-content-mb img {
    height: 280px;
  }

  .vam-content {
    display: none;
  }

  .vam-content-mb-text {
    padding: 10px 15px 10px;
  }

  .vam-content-mb-text h3 {
    color: var(--blue_lighter);
    margin-top: 0px;
    font-size: 18px;
    font-weight: 800;
    line-height: 23px;

  }

  .vam-content-mb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--black);
    text-align: justify;
  }


  .vision-and-mission .btn-more {
    /* width: 100%; */
    height: 43px;
    margin: 13px 0px;
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    border: 1px solid var(--white);
    background-color: var(--blue_lighter);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    display: block;
    text-align: center;
  }


  /* .story-content----- */
  .story-content {
    margin-left: unset !important;
    transform: unset !important;
    margin-top: unset !important;
    padding-left: 0% !important;
  }

  .story-content h1 {
    text-align: center !important;
  }

  .story img {
    margin-top: 0px !important;
    height: 245px !important;
  }




  /* outstanding-product---------------------------- */

  .outstanding-product {
    background: unset;
    padding: 21px 0px 10px 0;
  }

  .op-title span {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: var(--black);
  }

  .op-title span::after {
    background-color: var(--black);
  }

  .op-title span::before {
    background-color: var(--black);
  }

  .op-title h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    margin-top: 0;
  }

  .op-title p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 35px;
  }

  .op-slide {
    display: none !important;
    position: relative;
  }

  .op-nav1 {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .op-nav2 {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .op-item-mb {
    display: block;
    padding: 0px;
    text-align: center;
  }

  .op-item-mb .op-item {
    float: left;
    width: 45%;
    margin: 0px 2.5% 15px;
    border: 3px solid var(--blue_dark);
    border-radius: 4px;
    height: 105px;
    overflow: hidden;
  }

  .op-item-mb .op-item img {
    height: auto;
  }



  /* factory ---------------------------------- */

  .factory {
    background: unset;
    background-color: var(--blue_dark);
    padding: 23px 0px 70px;
  }

  .factory-title {
    text-align: center;
    margin: 0;
  }

  .factory-title span {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 3px;
  }

  .factory-title span::after {
    background-color: var(--white);
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .factory-title span::before {
    background-color: var(--white);
  }

  .factory-title h1 {
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 14px;
    margin-top: 0px;
    text-align: center;
    margin-top: 0;
  }

  .factory-slide {
    /* height: auto; */
    height: 367px;
  }


  .factory-title-mb {
    display: block;
  }

  .factory-title-mb h2 {
    color: var(--white);
    font-size: 17px;
    font-weight: 700;
    line-height: 31px;
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .factory-title-mb p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 33px;
  }

  .factory-title ul {
    display: none;
  }

  .factory-title a {
    display: none;
  }

  .factory-slide .owl-dots {
    margin-top: 5px;
    margin-left: -40px;
  }

  .factory-slide .owl-dots .owl-dot.active span {
    background-color: var(--blue_lighter);
  }

  .factory-slide-item {
    background-color: var(--blue_lighter);
    border-radius: 50px;
    text-align: center;
    padding-bottom: 28px;
  }

  .factory-slide-item img {
    border-radius: 50px;
    height: 290px;
  }

  .factory-title>h1 {
    display: none;
  }

  .factory-slide-item span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    margin-top: 7px;
    text-transform: uppercase;
  }

  .factory-slide.owl-carousel .owl-stage {
    padding-left: 0px !important;
  }

  .haha {
    padding-right: 0px !important;
  }


  /* infomation --------------------------------------- */
  .information {
    height: unset;
    padding-bottom: 15px;
    background-position-x: -40px;
    background-size: 100% 100%;
    background-color: #D9D9D9;
  }

  .infor-box ul {
    position: absolute;
    top: -6px;
    width: 97%;
    left: 2%;
    z-index: 5;
  }

  .infor-box ul li {
    width: calc(100%/3);
    display: inline-block;
    text-align: center;
    padding: 0px 10px !important;
    height: 37px !important;
    margin-top: 0px !important;
  }

  .infor-box ul li a {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 37px !important;
  }

  .tab1 {
    background-color: var(--blue_1);
  }

  .tab2 {
    background-color: var(--blue_2);
    margin-left: -5px;
  }

  .tab3 {
    background-color: var(--blue_3);
    margin-left: -5px;
  }

  .ic-text {
    margin-top: 16px !important;
    margin-left: 13px;
    padding-right: 5px;
  }


  .ic-text span {
    font-size: 9px !important;
    font-weight: 500;
    line-height: 9px;
    color: var(--blue_dark);
  }

  .ic-text h1 {
    font-size: 24px !important;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0;
    margin-top: 0;
    line-height: 34px;
  }

  .ic-text p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 15px;
    color: var(--black);
    margin-left: -6px;
  }

  .ic-1 img {
    width: 100% !important;
    margin: -30px 0px 0px 0px !important;
    height: 234px;
    border: 8px solid var(--blue_dark);
    border-radius: 3px;
  }

  .ic1-img {
    padding: 7px;
    border-radius: 5px;
    background-color: var(--white);
    margin: 25px 0px 0px 10px !important;
    /* height: 94px; */
  }

  .ic-2 {
    margin: 0px !important;
    padding: 0px 0px 20px;
  }


  .ic-2-slide-item {
    width: 90%;
    margin-top: 44px;
    padding: 5px 9px;
  }

  .ic-2-slide-item button {
    display: none;
  }

  .ic-2-slide-item h3 {
    font-size: 8px;
    font-weight: 800;
    line-height: 14px;
    margin-bottom: 5px;
    margin-left: 0;
  }


  .ic-2-tgian span {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .ic-2-item span {
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 8px;
    margin-left: 0;
  }

  .ic-2-col-custom {
    padding: 0;
  }

  .ic-2-item p {
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 8px;
  }

  .ic3-slide {
    padding: 44px 0px 0px;
  }

  .ic3-img {
    height: 100px;
    width: 90% !important;
    padding: 13px 0px;
    text-align: center;
    margin-bottom: 15px;
  }

  .ic3-img img {
    width: 111px !important;
    margin: auto;
  }

  .ic3-slide-item h3 {
    display: none;

  }


  /* .news---------------------------------------------- */

  .news-list {
    background: unset;
    background-color: var(--blue_dark);
    padding: 8px 0px 40px;
  }

  .news-item {
    margin-top: 5px;
    padding: 0px 15px;
  }

  .news-title {
    text-align: center;
  }

  .news-title span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .news-title span::after {
    content: "";
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 50px;
    height: 1px;
    background-color: var(--white);
  }

  .news-title h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 0px;
  }


  .news-title p {
    display: none;
  }

  .new-date-pc {
    display: none !important;
  }

  .new-date-mb {
    display: block;
  }

  .news-item span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;


    margin-bottom: 8px;
  }

  .news-item img {
    margin-bottom: 0px;
    height: 220px;
  }

  .news-item p {
    color: var(--white);
    margin-bottom: 36px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;


    margin-top: 10px;
    margin-bottom: 40px;
  }

  .new-date-mb svg {
    margin-top: 2px;
    margin-right: 8px;
  }

  .news-button {
    display: block !important;
    text-align: center;
  }

  .newspc-button {
    display: none !important;
  }

  .news-button a {
    display: inline-block;
    transform: unset;
    width: 100%;
    position: unset !important;
    background-color: var(--blue_dark);
    border: 1px solid var(--white);
    height: 100%;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    color: var(--white);
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
    color: var(--white)
  }

  /* ---------------------------detail-news------------------------------------- */
  .new-detail .detail-img {
    width: 100%;
  }

  .new-detail .detail-view {
    margin-bottom: 20px;
  }

  .new-detail {
    padding-bottom: 20px;
  }

  .news-detail {
    padding-bottom: 40px;
  }

  .news-list-hot .item {
    margin-bottom: 20px;
  }

  .news-list-hot .item-content {
    padding: 10px;
  }

  .news-list-hot {
    padding-bottom: 20px;
  }

  /* .contact {------------------------------------------- */

  .contact {
    background: unset;
    background-color: var(--purple);
    padding: 0px;
  }

  .contact-title {
    display: none;
  }

  .contact-box {
    background-color: var(--purple);
    padding: 23px 0px 31px;
    height: unset;
  }

  .contact-box h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 17px;
    font-family: Roboto, sans-serif;
  }

  .contact-submit {
    width: 153px !important;
    height: 48px !important;
  }

  .contact-box textarea {
    border-radius: 10px;
    margin-bottom: 18px !important;
  }

  .contact-submit {
    padding: 15px 23px !important;
    /* text-align: center; */
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: 0em !important;
    text-align: center;
  }

  /* ------------------------------------recruitment--------------------------------- */
  .recruitment {
    padding: 40px 0;
  }

  .recruitment .heading {
    font-size: 32px;
    line-height: 30px;
  }

  .recruitment .item {
    margin-bottom: 20px;
  }

  .recruitment .form-search {
    float: left;
    height: 100%;
    padding: 20px;
  }

  .recruiment-anouncement {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .recruitment .heading-1 {
    font-size: 32px;
  }

  .recruiment-anouncement .search-group {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
    float: left;
  }

  .recruiment-anouncement .search-group.location-sl {
    margin-left: 0;
  }

  .break {
    display: none;
  }

  .recruiment-anouncement .recruiment-single {
    float: left;
  }

  .recruitment .contact-work {
    float: left;
  }

  .recruiment-anouncement .form-search .btn-recruiment-search {
    float: none;
  }


  /* footer ---------------------------------------- */
  .footer {
    padding: 0px;
  }

  .footer-logo-mb {
    text-align: center;
    display: block;
  }

  .footer-logo-mb img {
    height: 73px;
    width: 112px;
    margin: 12px;
  }

  .footer-logo {
    display: none;
  }

  .contact-summary svg {
    margin-top: 2px;
  }

  .footer-number .contact-summary:first-child {
    float: left;
    width: 45%;
    margin-bottom: 29px !important;
  }

  .footer-number .contact-summary:last-child {
    float: right;
    width: 45%
  }

  .contact-summary svg {
    width: 34px;
    height: 34px;
  }

  .contact-summary span {
    font-size: 14px;
    font-weight: 800;

  }

  .contact-summary p {
    font-size: 12px;
  }

  .footer-menu-1 {
    margin-top: 0px;
  }

  .footer-menu-1 h3,
  .footer-menu-2 h3 {
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 0px;
    font-family: Sarabun;
    font-weight: 800;
    line-height: 18px;
  }

  .footer-menu-1 ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-menu-1 a {
    font-size: 14px;
    font-family: Sarabun;
    line-height: 22px;
    font-size: 12px;
  }

  .footer-menu-1 {
    margin: 0;
  }

  .footer-menu-2 {
    margin: 0;
  }



  .footer-menu-2 ul li {
    margin-bottom: 16px;
  }

  .footer-menu-2 a {
    font-family: Sarabun;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    font-size: 12px;
  }

  .footer-qr {
    margin-top: 0px;
  }

  .copyright-box {
    height: 44px;
    padding: 10px 0px;
  }

  .copyright-box p {
    font-family: Sarabun;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;

    text-align: center;
  }

  .footer-menu-net {
    display: none;
  }

  .footer-menu-net-mb {
    display: block;
    text-align: center;
  }

  .footer-menu-net-mb img {
    display: inline-block;
  }

  .facebook-i {
    height: 18.3px;
    width: 17.21px;
  }

  .zalo-i {
    width: 32.08px;
    height: 34.34px;
  }

  .map-i {
    width: 18.47px;
    height: 18.47px;
  }

  .status {
    height: 160px !important;
  }

  .contact-summary {
    margin-bottom: 13px !important;
  }

  .contact-box input {
    margin-bottom: 18px !important;
    padding: 14px;
  }

  .wrap-2 {
    max-width: unset;
    margin-right: unset;
  }

  .page-banner-intro .heading-4 {
    font-size: 28px;
  }

  .hinh-anh4 img {
    display: block;
    width: 100%;
    height: 200px;
  }

  .banner-ben-duoi img {
    height: 200px;
  }

  /* banner intro */
  .page-banner-intro .padding-right {
    padding-right: 15px;
  }

  /* end banner intro */
  .information-pd {
    padding: 70px 0;
  }

  .information-pd {
    margin: 0;
    padding: 0;
  }

  .information-pd .row .box {
    padding: 15px !important;
    margin-top: 0;
    margin: 0 !important;
  }

  .information-pd .row:nth-child(2) .col-md-7 {
    margin-top: 0;
  }

  .core-value-box {
    width: 100%;
    margin: 15px 0 !important;
    max-width: unset;
  }

  .core-value .padding-right {
    padding-right: 15px;
  }

  .core-value .padding-left {
    padding-left: 15px;
  }

  /* .page-banner-intro .description p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  } */

  .page-banner-intro .description {
    max-height: unset;
  }

  .page-banner-intro .description.full p {
    display: block;
  }

  .heading-5 img {
    height: auto;
    width: 100px;
    margin-top: 35px;
    /* margin-right: 0px; */
    /* margin-left: 0px; */
  }

  .nlsx-footer-box {
    width: 80%;
    max-width: unset;
  }

  .nlsx-footer-box.nlsx-footer-box-1,
  .nlsx-footer-box.nlsx-footer-box-2 {
    margin: 0px auto 25px;
  }

  /* .mm-item:hover .mm-text {
    height: 100%;
  } */

  .mm-text {
    padding: 7px 14px 10px;
    transform: translateY(calc(100% - 60px));
  }

  .mm-text h3 {
    font-size: 16px;
    margin-bottom: 22px;
    height: 100%;
    display: block;
  }

  .mm-text p {
    font-size: 14px;
  }

  .product-list {
    padding: 20px 0;
  }

  .product-list-title h1,
  .heading-8 {
    font-size: 24px;
    line-height: 1.5;
  }

  .product-list-title h1 {
    padding-bottom: 12px;
  }

  .pi-title {
    height: 41px;
    background-color: var(--blue_dark);
    padding: 4px 20px;
    margin-bottom: 15px;
  }

  .pi-title h2 {
    font-family: Sarabun;
    font-size: 17px;
    font-weight: 700;
    line-height: 31px;


  }

  .product-list-title p {
    font-size: 18px;
    margin: 15px 0;
  }

  .product_item {
    margin-bottom: 20px;
  }

  .product_item p {
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;


  }

  .product_item .pi-content {
    min-height: unset;
  }

  .pi-img {
    margin-left: 0px;
  }

  .pi-item {
    margin-bottom: 20px;
    /* height: 200px; */
  }

  .pi-item img {
    height: 80% !important;
  }

  .why-us {
    margin-bottom: 0;
    padding: 50px 0;
  }

  .why-us h2 {
    font-size: 30px;
  }

  .why-us p {
    font-size: 18px;
  }

  /* linh-vuc-item- */
  .cac-linh-vuc {
    padding: 20px 0;
  }


  .cac-linh-vuc .padding-right {
    padding-left: 15px;
  }

  .padding-right .linh-vuc-item {
    margin-left: 0px;
  }

  .linh-vuc-title p {

    font-size: 16px;
    line-height: 70px;
    margin: 0 0 0 10px;
  }

  .cac-linh-vuc .padding-right {
    padding-right: 15px;
  }

  .cac-linh-vuc .linh-vuc-icon svg {
    width: 50px;
  }

  .contactpage {
    padding-top: 40px;
  }

  .contactpage .heading {
    font-size: 24px;
    line-height: 42px;
    width: 100%;
  }

  .contactpage .form-control {
    padding: 10px 20px;
    height: 50px;
  }

  .contactpage textarea.form-control {
    height: 170px;
    padding: 15px 20px;
  }

  .contactpage button.bg-red {
    margin-left: 0;
    width: 160px;
    height: 40px;
    font-size: 14px;
  }

  .contact-form {
    margin-bottom: 40px;
  }

  .contactpage .communications {
    min-height: 250px;
    padding: 40px 25px;
  }

  .contactpage .communications .footer-menu-net {
    display: block;

  }

  /* -----------------------breadcrumb-------------------- */
  .breadcrumb a {
    font-size: 14px;
    color: var(--white);
  }

  .breadcrumb {
    padding: 0;
    background-color: #081d6b;
    color: var(--white);
  }

  .content-main ul {
    padding-left: 20px;
  }

  .news-list-hot .item-content h3 {
    line-height: 26px;
  }

  .breadcrumb span:last-child {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: -8px;
    /* width: 55%; */
  }

  .search-title h2 {
    font-size: 22px;
  }

  .search-null .error-text {
    font-size: 24px;
  }

  .search-main .item-image img {
    height: 200px;
  }

  /* ---------------------------detail-news------------------------------------- */
  .new-detail .detail-img {
    width: 100%;
  }

  .new-detail .detail-view {
    margin-bottom: 20px;
  }

  .new-detail {
    padding-bottom: 20px;
  }

  .news-detail {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .new-detail .detail-head {
    margin: 0;
  }

  .news-list-hot .item,
  .product-list-hot .item {
    margin-bottom: 20px;
  }

  .news-list-hot .item-content,
  .product-list-hot .item-content {
    padding: 10px;
  }

  .news-list-hot,
  .product-list-hot {
    padding-bottom: 20px;
  }

  .product-list-hot .item-image img {
    height: 200px;
  }

  .product-list-hot .item-content h3 {
    height: auto;
  }

  .news-index {
    padding-top: 40px;
  }

  .news-index .title h2 {
    font-size: 32px;
    margin: 0;
  }

  .news-index .title {
    margin-bottom: 20px;
  }

  .text-trancate6 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .infor-svg1,
  .infor-svg2 {
    display: none;
  }

  .btnxemthem svg {
    transform: rotate(180deg);
  }


  .breadcrumb-detail {
    padding: 6px 10px;
    background-color: var(--blue_2);
    color: #fff;
  }

  .breadcrumb-detail a {
    color: #fff;
    font-size: 14px;
  }

  .news-index .form-search {
    margin-top: 20px;
  }

}

.col-pd-sm-img {
  display: none;
}

@media (max-width: 767px) {
  .news-list {
    padding: 14px 0 40px;
    background: #002E88;
  }

  .news-list .news-item {
    padding: 0 6px;
  }

  .news-list .news-item img {
    border-radius: 4px;
  }

  .news-list .news-item p {
    margin-top: 12px;
    margin-bottom: 36px;
  }

  .news-list .new-date-mb {
    display: block !important;
    margin: 0 0 11px 0;
  }

  .news-list .news-button a {
    margin-top: 21px;
    padding: 11px;

  }

  .news-list .news-button a p {
    margin: 0;
  }

  .contact .contact-box input {
    background: #F4F4F4;
    padding-left: 40px;
  }

  .contact .contact-box .textarea {
    padding: 14px 14px 14px 40px;
  }

  .banner-intro {
    margin: 43px 7px 0px !important;
  }

  .banner-intro .btn-more {
    margin: 13px 0 8px 0;
  }

  .vision-and-mission .btn-more {

    margin: 13px 10px;
    background-color: var(--blue_dark);
  }

  .story-content {
    padding-top: 6px !important;
  }

  .story-mb-hidden img {
    border-radius: 8px;
  }

  .factory-slide-item img {
    border: unset;
  }

  .factory-slide-item {
    padding-bottom: 0;
  }

  .factory-slide-title {
    font-size: 14px;
    line-height: 19.5px;
    font-family: Sarabun;
    color: #FFFFFF;
    font-weight: 600;
    padding: 7px 16px 13px;
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .factory-slide-item {
    background: #3B5998;
  }

  .factory .owl-dots .owl-dot.active span {
    transform: scale(1);
  }

  .factory {
    padding-bottom: 66px;
  }

  .thumb-tab {
    padding: 0;
  }

  .thumb-tab .ic1-img {
    margin-left: 0 !important;
  }

  .col-none-sm {
    display: none;
  }

  .col-pd-sm {
    padding: 0 10px;
  }

  .col-pd-sm-img {
    padding: 0;
    display: block;
  }

  .bg-white-sm {
    background: #fff;
    margin-top: 44px;
    z-index: 9;
  }

  .image-moni {
    border: 8px solid #002E88;
    border-top: 0;
  }

  .factory-item-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 7px 30px 13px;
    height: 60px;

  }

  .doi-tac-title h1,
  .core-value-title h1,
  .introduction-text h1,
  .gt-nlsx-title h1,
  .banner-nlsx .heading-8,
  .may-moc-title h1,
  .nlsx-footer-title h1 {
    font-size: 24px;
    line-height: 1.5
  }

  .doi-tac-title,
  .may-moc-title h1,
  .nlsx-footer-title h1,
  .may-moc-title h1 {
    margin-bottom: 25px;
  }

  .mm-item {
    margin-left: 0;
  }

  .para2 {
    margin: 20px 0;
  }

  .gt-nlsx {
    padding: 40px 0;
  }

  .may-moc {
    padding-bottom: 10px;
  }

  .nlsx-footer-title h1 {
    margin-top: 15px;
  }

  .nlsx-footer {
    padding: 30px 0 20px;
  }

  .why-us h2 {
    margin-bottom: 28px;
  }

  .why-us h2::after {
    margin-top: 16px !important;
  }
}

@media (max-width:575.8px) {
  .information-pd .title {
    font-size: 24px;
    line-height: 1.5;
  }

  .information-pd .description {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .information-pd .title {
    margin-bottom: 12px;
  }

  /* 
  .information-pd .row:not(:last-child) {
    margin-bottom: 30px;
  } */

}

@media only screen and (max-width: 500px) {
  .heading-5 img {
    margin-right: 0px;
  }

  .pi-img img {
    height: 250px;
  }

  .pi-item img {
    height: 75% !important;
  }

  .page-banner-intro .des-signature.full .heading-5 img {
    margin-right: 0px;
  }

}

@media (min-width:768px) {
  .product_item .pi-slide-item {
    max-width: 530px;
    width: 100%;
  }
}

@media (min-width:1200px) {
  .information-pd .col-md-5 {
    width: 47%;
  }

  .information-pd .col-md-7 {
    width: 53%;
  }
}

.item-header {
  margin-right: 30px;
}

@media (max-width: 1399px) {
  .slide-doi-tac .box-img:first-child {
    margin-bottom: 40px;
  }
}xxxx