@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100;200;300;400;500;600&display=swap');

html {
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%); /* รองรับ Safari เก่า */
    }



.body,p,h1,h2,h3,h4,h5,h6,ul,li,div {
    font-family: 'Anuphan', sans-serif!important;
}
.header_summit {
    background-color: #1d73be;
}
.floatLeft { 
    float: left;
 }

/* navbar */
.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%; }
    .site-navbar.transparent {
      background: transparent; }
    .site-navbar.absolute {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .site-navbar .site-logo {
      position: relative;
      left: 0;
      font-size: 24px !important; }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu .active > a span {
        background: #fff;
        color: #1d73be;
        border-radius: 30px;
        display: inline-block;
        padding: 5px 20px; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block; }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 0px;
          color: #fff;
          font-size: 16px;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a > span {
            padding: 5px 20px;
            display: inline-block;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            border-radius: 30px; }
          .site-navbar .site-navigation .site-menu > li > a:hover > span {
            background: #fff;
            color: #1d73be;
            border-radius: 30px;
            display: inline-block; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a span {
          position: relative;
          padding-right: 30px; }
          .site-navbar .site-navigation .site-menu .has-children > a span:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          border-top: 2px solid #007bff;
          -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #007bff !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 300px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #fafafb; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
              position: relative; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
                position: absolute;
                right: 0;
                content: "\e315";
                right: 20px;
                font-family: 'icomoon'; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #fafafb; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #007bff; }
          .site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
            background: #ffff;
            color: #1d73be; }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0px!important;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #f8f9fa; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: right;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 0 20px 20px 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #1d73be; }
        .site-mobile-menu .site-nav-wrap a:hover {
            background: #1d73be;
            color: #fff;
            border-radius: 30px;
            display: inline-block; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
            background: #1d73be;
            color: #fff;
            border-radius: 30px;
            display: inline-block; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 14px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 12px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 12px;
                  padding-left: 60px; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
          width: auto; }
          .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
            padding-left: 15px !important; }
/*end navbar*/

.header_summit {
  background-color: #1d73be;
}
.w_color{
  color: #fff;
}
.position_left_icon {
float: left;
margin: 5px;
}

.text_align_justify {
text-align: justify;
}
.text_align_center {
text-align:center;
}
.inline-block {
  display:inline-block;
}
.responsive {
width: 100%;
height: auto;
}
.responsive_logo {
width: 100%;
max-width: 20px;
max-height: 20px;
margin-right : 4px;
height: auto;
}
.bg_test {
  background-color: red;
  width: 100%;
height: auto;
}
.pedding_banner {
  padding-top:20px;
  padding-bottom: 10px;
}
.site-navbar-st-container {
  background-color: #1d73be; 
  padding-top: 5px; 
  padding-bottom: 2px;
}
.padding-carousel {
  padding-top: 40px;

}
.content-index-bg {
  padding-top: 40px ;
  background-color: #f6f6f6;
  padding-bottom: 30px;
}
.content-index-second-bg {
  padding-top: 40px ;
  background-color: #fff;
  padding-bottom: 30px;
}
.blockquote-footer-contant {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .775em;
  color: #6c757d;
}
.font-weight-head {
  font-weight: 500;
}
.responsive-text-header-content{
  font-size:18px;
}
.responsive-text-content{
  font-size:16px;
}
@media (min-width: 576px) { 
  .responsive-text-header-content {
      font-size:20px;
  }
  .responsive-text-content {
      font-size:18px;
  }
  .video-size {
  width:100%;
  height:auto;
  }
  .text-prou-seconed{
  padding-top:40px;
  padding-bottom:10px;
  text-align: center!important;
  }
}
@media (max-width: 576px) { 
  .text-prou-seconed{
  padding-top:40px;
  padding-bottom:10px;
  text-align: center!important;
  }
}
@media (min-width: 992px) {
  .responsive-text-header-content {
      font-size:18px;
  }
  .responsive-text-content {
      font-size:16px;
  }
  .video-size {
  width:auto;
  height:auto;
  }
  .text-prou-seconed{
  padding-top:20px;
  padding-bottom:10px;
  text-align: left!important;
  }

}
.btn-round {
  background: #1d73be;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
  padding-bottom: 5px;
}
.btn-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.padding-btn-after {
  padding-bottom: 20px;

}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-size {
  width:100%;
  height:300px;
}
.subtext-sm {
  font-size: 15px;
  color:#8e9194;
  padding-top:20px;
}
.text-prou-seconed{
  padding-top:20px;
  padding-bottom:10px;
  text-align: left;
}
.bg-services {
  padding-top: 30px ;
  background-color: #6191bf ;
  padding-bottom: 30px;
}
.bg-awards {
  padding-top:30px;
  padding-bottom:30px;
}
.box{
/*background-color: #000;*/
font-family: 'Lobster', sans-serif;
/*overflow: hidden;*/
position: relative;
width: 250px;
border-radius: 100%;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.box > img{
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.box:hover > img{
  opacity: 0.5;
  filter: blur(2px);
  transform: scale(1.05);
}
.box .box-content{
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0 0;
  transform: translateY(-50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
.box .box-content .overlay-img{
  width: 60%;
  margin: 0 auto;
}
.box .box-content .overlay-img img{
  width: 100%;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  opacity: 0;
  transform: translateY(80%);
  transition: all 0.3s ease 0.1s;
}
.box:hover .box-content .overlay-img img{
  opacity: 1;
  transform: translateY(0);
}
.box .box-content .inner-content{
  /*background-color: #000;*/
  padding: 10px 15px;
  opacity: 0;
  transform: scaleY(1.5);
  /*position: relative;*/
  transition: all 0.3s ease;
}
.box:hover .box-content .inner-content{
  opacity: 1;
  transform: scaleY(1);
}
.box .title{
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}
.box .post{
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
@media only screen and (max-width:990px){
  .box { margin: 0 0 30px; }
}

.text-title-services{
  padding-top:30px;
  
  text-shadow: 1px 1px 2px #1d73be;
}
.img-award {
  width: 100%;
  height: auto;
  position: relative;
}
.card-certificate {
  width:20rem;
  height:auto;
  position: relative;
}
.bg-Certified {
  padding-bottom: 20px;
}
.subtext-product {
  color:#fff;
  font-size:16px;
  font-weight: 400;
}
span.num {
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 4em;
  
}
  span.text {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}
.bg-count-num {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background-image: url(../image/sec_MI-26.jpg)!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.bg-reference {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}


/* owl.carousal reference*/

      
.bg-left-half {
position: relative; }
.bg-left-half:before {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background-color: #f8f9fa; }

.media-29101 img {
margin-bottom: 20px; }

.media-29101 h3 {
font-size: 18px;
font-weight: 900 !important; }
.media-29101 h3 a {
  color: #6c757d; }

.owl-2-style .owl-nav {
display: none; }

.owl-2-style .owl-dots {
text-align: center;
position: relative;
bottom: 0; }
.owl-2-style .owl-dots .owl-dot {
  display: inline-block; }
  .owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px; }
  .owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff; }
  .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
  outline: none; }
/*
  *{
  outline: 1px solid red;
}
*/

/*footer*/
.footer {
  background-color: #8ab4d8;
  color: #ffffff;
}
.site-footer {
  padding-top: 45px;
  padding-bottom: 45px;
}
.widget-title {
  padding-bottom: 20px;
}
.widget-info {
  padding-bottom: 12px;
}
.widget-info-between {
  padding-left: 1em;
  margin-bottom: 10px;
}
.resize-image-social {
  width:60px;
  height:60px;
  padding :5px;
}
.copyright-footer {
  padding-top:10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #222;
}
.copyright-text {
  color:#999;
  font-size: 0.8em;
  font-weight: 400;
}
.a-text-w {
  color: #fff!important;
}
.num-count {
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 4em;
}

/*career*/
.background-image-page-header-overlay {
  display: block;
 
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
      }

      .img-bg-content {
          padding-top:100px; padding-bottom: 150px; 
          background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url('../image/CachedImage_1600_900_POS2.jpg');
          width: 100%;
          height: 200px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover !important;
          background-color: #000!important;
      }
      .img-bg-career {
          padding-top:100px; padding-bottom: 150px; 
          background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/sec_working-7.jpg");
          width: 100%;
          height: 200px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover !important;
          background-color: #000!important;
      }
      .img-bg-awards {
        padding-top:100px; padding-bottom: 150px; 
        background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/awards.png");
        width: 100%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-color: #fff!important;
    }
      .img-bg-reference {
        padding-top:100px; padding-bottom: 150px; 
        background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/sec_working-15.jpg");
        width: 100%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-color: #000!important;
    }
      .img-bg-pcb-assembly {
        padding-top:100px; padding-bottom: 150px; 
        background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/pcb_assembly-2-crop2.png");
        width: 100%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-color: #000!important;
    }
    .img-bg-unit{
        padding-top:100px; padding-bottom: 150px; 
        background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/pcb_assembly-2-crop1.png");
        width: 100%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-color: #000!important;
    }
    .img-bg-automotive {
      padding-top:100px; padding-bottom: 150px; 
      background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/pcb_assembly-2-crop3.png");
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-color: #000!important;
    }
    .img-bg-machine {
      padding-top:100px; padding-bottom: 150px; 
      background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/SEC_smt61-scaled.jpg");
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-color: #000!important;
    }
    .img-bg-cleanroom {
      padding-top:100px; padding-bottom: 150px; 
      background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/02-18.jpg");
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-color: #000!important;
    }
    .img-bg-rd {
      padding-top:100px; padding-bottom: 150px; 
      background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../image/sec_RD-32.png");
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-color: #000!important;
    }

    .img-bg-contact {
      padding-top:100px; padding-bottom: 150px; 
      background:url("../image/bg-contact.jpg");
      width: 100%;
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-color: #000!important;
      
    }


      .career-title {
          padding-top:50px;
          padding-bottom: 50px;
      }
      .card-1 {
      border: none;
      border-radius: 0;
      box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
      }
      
      @media screen and (min-width: 577px) {
      .cards-wrapper {
        display: flex;
      }
      .card-1 {
        margin: 0 0.5em;
        width: calc(100% / 2);
      }
      .image-wrapper {
        height: 20vw;
        margin: 0 auto;
      }
      }
      @media screen and (max-width: 576px) {
      .card-1:not(:first-child) {
        display: none;
      }
      }

      .image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      }

      .career-text-header {
        padding-top: 10px;
        padding-bottom: 10px;
        color:#000080;
      } 
      .button_e-job {
      display: inline-block;
      background: #dd9933;
      color: #fff;
      padding: 10px 20px;
      border-radius: 40px;
      box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
      cursor: pointer;
      -webkit-transition: all ease-in-out 300ms;
      transition: all ease-in-out 300ms;
      }
      .button_e-job:hover {
      box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate(0px, -10px) scale(1.2);
      transform: translate(0px, -10px) scale(1.2);

      }


      /*hiring*/
      .img-position-hiring {
        position: absolute; z-index: 2; 
        padding-top:40px ; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      .img-hiring {
        width: auto;
        height: 300px;
        padding-bottom: 10px;
      }

      @media (max-width: 992px) {
        .img-position-hiring {
            position: absolute;
            z-index: 2; 
            padding-top:20px; 
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
      }
      @media (max-width: 768px) {
        .img-position-hiring {
            position: absolute;
            z-index: 2; 
            padding-top:0; 
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .img-hiring {
            width: auto;
            height: 300px;
            padding-bottom: 30px;
        }
      }
      .img-slider-cereer{
        padding-top:50px;
        padding-bottom: 20px;
      }
      
      /*end career*/
      .site-nav-header {
        padding-top:40px;
      }
/*
      *{
        outline: 1px solid red;
              }*/

/* new */
.img-pcb {
  padding:15px;
}
.img-machine {
  padding:3px;
}
.double_line {
  text-decoration-line: underline;
  text-decoration-style: double;
}
.box_line {
  display: block;
  height: 0;
  margin: 0 auto;
  background: none;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ul-padding-left {
  padding-left:60px;
}
.logoInfor {
  width: 15px;
  height: 15px;
}
.title-procurement {
  padding-top:50px;
  padding-bottom:30px;
  background-color: #f6f6f6;
}
.text-sublink-color {
  color: #b3b3b3;
}
.text-body-procurement {
  padding-top:10px;
  font-size:14px;
  color: #666;
}
.text-sub-body-procurement {
  padding-top:20px;
  font-size:14px;
  color: #666;
}




.img-quality-content {
  width:300px;
  height: 300px;
}
@media (max-width: 768px) { 
  .img-quality-content {
      width:100%;
      height: auto;
  }
  .size-card {
      width:100%;
      height: 200px;
  }
  
}
@media (max-width: 992px) {
  .size-card {
      width:100%;
      height: 300px;
  }

}
@media (max-width: 576px) { 
  .size-card {
      width:100%;
      height: 100%;
  }
}
.content-quality{
  padding:20px;
}
.padding-video-award {
  padding:30px;
}
.sub-text-activity {
  font-size: 14px;
  color: #666;
}
.sub-text-sp {
  padding-right: 10px;
}
.btn-activity {
  font-size: 14px;
  font-weight: 400;
}
.padding-card-activity {
  padding:10px;
}

.size-card{
  width:100%;
  height: 400px;
}
.widget-news ul  {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.widget-news ul li  {
  padding-left: var(--icon-space);
}
.widget-news ul li ::before {
  content:"\f016"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}
.sub-text-pdpa{
  font-size: 15px;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.

}
.get-in-line {
  padding: 2px 0 0 0;
  background-color: #919191;
}
.get-in-top {
  padding-top:20px;
  padding-bottom: 20px;
}

.widget-top-card {
  padding-bottom: 20px;
}
.widget-card-contact {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
   z-index:1; 
   position: relative;
}
.widget-card-in {
  padding:60px 40px 80px;
}
.widget-logo-contact {
  width: 40px;
  height: 40px;
}

.footer-pdpa {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.pdpa-contant {
  padding-top:20px;
  padding-bottom:10px;
}

.form-switch .form-check-input{
  transform: scale(1.4);
}
.widget-aboutus-head {
  padding-top: 50px;
  padding-bottom: 20px;
}
.img-pcb {
  padding:15px;
}
.img-erp {
  width: 100%;
  height:auto;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link .widget-tab {
  color: #666;
  background-color: #f8f8f8!important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link .widget-tab .none-active {
  color: #fff;
  background-color:#0e166f!important;
}

.img-content-activity{
  padding: 10px;
}