@import url("bootstrap.min.css");
@import url("bootstrap-icons.css");
@import url("animate.css");
@import url("jquery-ui.min.css");
@import url("menu.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("fancybox.css");
@import url("bootstrap-datepicker3.standalone.min.css");
@import url("component.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;500;600&display=swap");
:root {
  scroll-behavior: auto;
  --font-main-color: #666;
  --black-color: #000;
  --white-color: #fff;
  --green-color: #1C8B2F;
}

* {
  font-family: 'IBM Plex Sans Thai', sans-serif !important;
}

html {
  font-size: 17px;
}

body {
  font: 100% "IBM Plex Sans Thai", sans-serif;
  line-height: 1.8;
  color: var(--font-main-color);
}

.bi {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

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

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

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

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

.owl-carousel.owl-bannerslide .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}

.owl-carousel.owl-bannerslide .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 46.25%;
}

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

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

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

.owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 8px;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.wrapbanner {
  padding: 0;
  position: relative;
}

.wrapbanner figure {
  height: 100vh;
}

.wrapbanner figure img {
  opacity: 0.7;
}

.logo-mb {
  display: none;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: 130px;
  height: auto;
}

.logo a .logo-50year-new {
  display: inline-block;
  padding-left: 30px;
}

.wrap_menu.sticky .logo a img {
  width: 80px;
}

.wrap_menu.sticky .logo a .logo-50year-new {
  padding-left: 20px;
}

.top-lang {
  display: inline-block;
  color: var(--white-color);
  position: relative;
  padding-left: 25px;
}

.top-lang::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: var(--white-color);
  position: absolute;
  top: 7px;
  left: 0;
}

.sel {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--white-color);
  width: 60px;
  padding-left: 7px;
  max-width: 100%;
  height: auto;
  font-size: 1rem;
  text-align: left;
}

.sel::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  right: 0;
  top: 10px;
}

.sel__placeholder {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
}

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

.sel__box {
  position: absolute;
  z-index: 1;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  width: 100%;
}

.sel__box__options {
  color: var(--white-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  text-align: center;
}

.sel__box__options:hover {
  color: var(--white-color);
}

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

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

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

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

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

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

.wrap_menu.sticky .sel, .wrap_menu.sticky .sel__box__options {
  color: var(--font-main-color);
}

.wrap_menu.sticky .sel__box {
  background: rgba(255, 255, 255, 0.8);
}

.box-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrap_menu.sticky .top-lang,
.wrap_menu.sticky .sel {
  color: var(--font-main-color);
}

.wrap_menu.sticky .sel::before {
  background-image: url(../images/chevron-grey.svg);
}

.wrap_menu.sticky .top-lang::before {
  background-color: var(--font-main-color);
}

.logo-50year {
  display: inline-block;
  margin-left: 30px;
}

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

.wrap_menu.sticky .logo-50year img {
  width: 90px;
}

.caption-banner {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 600px;
  max-width: 80%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: var(--white-color);
  z-index: 10;
}

.caption-banner .topic-banner01 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.caption-banner .topic-banner02 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 13px 0;
}

.caption-banner .topic-banner03 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.wrap-homeintro {
  background: url(../images/bg-intro.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 90px;
}

.wrap-homeintro .photo-office {
  position: relative;
}

.wrap-homeintro .photo-office img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.wrap-homeintro .photo-office::before {
  content: "";
  background-color: #AFE0C9;
  width: 80%;
  height: 70%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  opacity: 0.3;
}

.wrap-homeintro .desc-introhome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-homeintro .desc-introhome .content-intro {
  padding-left: 50px;
}

.wrap-homeintro .desc-introhome .content-intro h1 {
  color: var(--green-color);
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.wrap-homeintro .desc-introhome .content-intro h2 {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--black-color);
  margin: 20px 0;
}

.wrap-homeintro .desc-introhome .content-intro div p {
  margin-bottom: 7px;
}

.photo-intro {
  padding: 0;
}

.photo-intro img {
  width: 100%;
}

.wrap-homenews {
  overflow: hidden;
}

.home-news {
  padding-top: 10px;
  padding-bottom: 90px;
  position: relative;
}

.home-news .owl-homenews {
  position: static;
  margin-top: 30px;
}

.home-news .owl-homenews .owl-stage-outer {
  overflow: visible;
}

.home-news .owl-homenews .owl-stage-outer .owl-item {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}

.home-news .owl-homenews .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.home-news .owl-homenews .owl-stage-outer .owl-item.active + .owl-item:not(.active) {
  opacity: .4;
}

.home-news .owl-homenews .owl-dots {
  position: absolute;
  width: 15px;
  left: -30px;
  top: 40%;
  margin-top: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

.home-news .owl-homenews .owl-dots span {
  background: var(--white-color);
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
}

.home-news .owl-theme .owl-dots .owl-dot.active span, .home-news .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
  border: 1px solid #ccc;
}

.home-news .text-end a {
  margin-top: 30px;
}

.btn-showmb {
  display: none;
}

.tab_article_btn {
  padding-left: 50px;
  padding-top: 30px;
}

.tab_article_btn div {
  display: inline-block;
  cursor: pointer;
  color: #C8C8C8;
  text-transform: uppercase;
  width: 33%;
  vertical-align: top;
  padding-right: 50px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 2.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab_article_btn div.active, .tab_article_btn div:hover {
  color: #373737;
}

.tab_article_btn div.active span, .tab_article_btn div:hover span {
  color: var(--black-color);
}

.tab_article_btn div span {
  color: #ADADAD;
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.btn-default {
  background-color: #085716;
  color: var(--white-color);
  font-size: 0.9rem;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  white-space: nowrap;
  border: 0;
}

.btn-default i {
  margin-left: 30px;
}

.btn-default:hover {
  background-color: #666;
}

.home-project {
  padding-top: 50px;
  padding-bottom: 70px;
}

.col-topicproject {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.col-topicproject::before {
  content: "";
  background: rgba(244, 244, 244, 0.6);
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}

.topic-home {
  position: relative;
  z-index: 1;
  color: var(--black-color);
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.topic-home div {
  font-weight: 500;
  font-size: 3rem;
}

.wrap-btnproject {
  padding-top: 30px;
}

.bg-contentproject {
  background: url(../images/bg-homeproject.webp) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-contentproject .desc-phome {
  padding-right: 100px;
  width: 100%;
  color: var(--black-color);
}

.bg-contentproject .desc-phome figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.bg-contentproject .desc-phome figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.75%;
}

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

.bg-contentproject .desc-phome figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg-contentproject .desc-phome .home-pname {
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

.bg-contentproject .desc-phome .home-plocation {
  margin: 20px 0 35px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.bg-contentproject .desc-phome .home-plocation div {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 7px 0;
}

.bg-contentproject .desc-phome .gallery-phome {
  margin-bottom: 30px;
}

.bg-contentproject .desc-phome .gallery-phome a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.img-contentproject {
  padding: 0;
}

.img-contentproject figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.img-contentproject figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.75%;
}

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

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

.btn-moredetail {
  display: block;
  color: var(--black-color);
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.8rem;
}

.btn-moredetail img {
  width: 22px;
  height: auto;
  margin-left: 15px;
}

.item-homenews {
  display: block;
  color: var(--font-main-color);
}

.item-homenews figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 30px;
}

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

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

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

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

.item-homenews:hover .desc-titlenews {
  color: var(--black-color);
}

.txt-date {
  font-size: 0.9rem;
}

.titlenews {
  color: var(--black-color);
  font-size: 1.3rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

.desc-titlenews {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel .owl-item .arrow-more img {
  width: 33px;
  height: auto;
}

.wrap-footervision {
  background: url(../images/bg-footer.webp) no-repeat;
  background-size: cover;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 18px 18px 15px;
  line-height: 1;
}

.wrap-footer {
  background-color: #2E2E2E;
  color: #D8D8D8;
  padding-top: 50px;
  font-size: 0.9rem;
}

.wrap-footer .logo-footer {
  margin-bottom: 30px;
}

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

.wrap-footer .footer-cname-en {
  color: var(--white-color);
  font-size: 1.3rem;
  line-height: 1.3;
}

.wrap-footer .footer-cname-th {
  color: var(--white-color);
  font-size: 1.15rem;
  margin-bottom: 5px;
}

.wrap-footer .footer-cc {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0.8rem;
  padding: 15px 0 25px;
  letter-spacing: 1px;
  margin-top: 40px;
}

.wrap-footer .topic-footer {
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 18px;
}

.wrap-footer .topic-footer div {
  position: relative;
  display: inline-block;
}

.wrap-footer .topic-footer div::before {
  content: "";
  background-color: #D9D9D9;
  height: 1px;
  width: 50px;
  position: absolute;
  top: -5px;
  left: 10px;
  display: inline-block;
}

.wrap-footer ul {
  padding: 0;
}

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

.wrap-footer ul li a {
  color: #D8D8D8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.wrap-footer ul li a:hover {
  color: var(--white-color);
}

.wrap-footer ul li i {
  margin-right: 10px;
}

.phome-btn-viewmore {
  display: none;
}

.phome-btn-viewmore2 {
  display: block;
}

.phome-btn-viewmore3 {
  display: none;
}

.intro-showmb {
  display: none;
}

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

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

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

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

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

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

.banner-inside figure .title-banner {
  position: relative;
  bottom: 50px;
  left: 0;
  z-index: 10;
  color: var(--white-color);
  text-transform: uppercase;
  width: 90%;
}

.banner-inside figure .title-banner .titlepage-banner {
  font-size: 2.1rem;
}

.banner-inside figure .title-banner .titlepage-banner span {
  font-weight: 600;
  position: relative;
}

.banner-inside figure .title-banner .titlepage-banner span::before {
  content: "";
  background-color: #D9D9D9;
  width: 55px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 2px;
}

.banner-inside figure .title-banner .navmenu-banner {
  font-size: 0.85rem;
  margin-top: 50px;
}

.banner-inside figure .title-banner .navmenu-banner a {
  color: var(--white-color);
}

.banner-inside figure .title-banner .navmenu-banner span {
  padding: 0 15px;
}

.bg-contact {
  background-image: url(../images/bg-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.box-contactinfo {
  padding: 70px 40px 70px 0;
}

.box-contactinfo .topic-contact {
  color: var(--black-color);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-contactinfo .topic-contact div {
  color: var(--green-color);
  font-weight: normal;
  font-size: 1.8rem;
}

.contact-info {
  color: var(--black-color);
}

.contact-info div {
  margin-bottom: 10px;
}

.contact-info div i {
  padding-right: 8px;
  font-size: 1rem;
}

.contact-info div span {
  font-weight: 500;
  padding-right: 5px;
}

.contact-info div a {
  color: var(--black-color);
  display: inline-block;
}

.contact-info div a.btn-viewmap {
  text-decoration: underline;
  font-weight: 500;
}

.contact-social {
  color: var(--black-color);
  font-weight: 500;
  margin-top: 30px;
}

.contact-social a {
  display: inline-block;
  color: #1877F2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-social a i {
  font-size: 1.4rem;
  margin-left: 10px;
}

.contact-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bg-contactfrm {
  position: relative;
}

.bg-contactfrm::before {
  content: "";
  background: rgba(203, 203, 203, 0.2);
  width: 80vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-contactfrm .box-contactfrm {
  position: relative;
  z-index: 1;
  padding: 70px 0 70px 50px;
}

.bg-contactfrm .box-contactfrm .topic-form {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black-color);
}

.bg-contactfrm .box-contactfrm form {
  margin-top: 25px;
}

.bg-contactfrm .box-contactfrm form label {
  color: #333;
}

.bg-contactfrm .box-contactfrm form label span {
  color: #f00;
}

.bg-contactfrm .box-contactfrm form .form-control {
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #f0f0f0;
}

.bg-contactfrm .box-contactfrm form textarea.form-control {
  border-radius: 10px;
  margin-bottom: 10px;
}

.bg-contactfrm .box-contactfrm form .col-12 {
  margin-bottom: 25px;
}

.bg-contactfrm .box-contactfrm .btn-default {
  padding-left: 30px;
  padding-right: 30px;
}

.bg-contactfrm .box-contactfrm .btn-default i {
  padding-right: 10px;
  font-size: 1.1rem;
  margin-left: 0;
}

.bg-contactfrm .box-contactfrm img {
  width: auto;
  max-width: 100%;
}

.link-contact {
  padding: 0 1px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-contact a {
  display: block;
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.7rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}

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

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

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

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

.link-contact a figure img {
  opacity: 0.7;
}

.link-contact a figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .75;
  z-index: 1;
}

.link-contact a figure span::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.link-contact a figure span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.link-contact a .caption-services {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.704941)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.704941) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translate(0, 110px);
          transform: translate(0, 110px);
  -webkit-transition: 1s;
  transition: 1s;
  padding-left: 50px;
  padding-right: 50px;
}

.link-contact a .topic-services {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link-contact a .topic-linkcontact {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

.link-contact a .home-descservices {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1rem;
  opacity: 0;
  transition: 0.5s;
  height: 100px;
}

.link-contact a .txt-readmore {
  margin-top: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  opacity: 0.9;
  text-align: center;
}

.link-contact a .txt-readmore::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.link-contact a:hover {
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.link-contact a:hover figure span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.link-contact a:hover figure span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

.link-contact a:hover .home-descservices {
  opacity: 1;
  height: 170px;
}

.link-contact a:hover .caption-services {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.googlemaps {
  padding: 0;
}

.googlemaps .ratio {
  height: 0;
}

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

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

.wrap-news {
  padding-top: 70px;
  padding-bottom: 20px;
}

.wrap-news .topic-home {
  margin-bottom: 40px;
}

.wrap-news .item-homenews {
  margin-bottom: 80px;
}

.wrap-news .item-homenews figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 30px;
}

.wrap-news .item-homenews figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75.62189%;
}

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

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

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

.wrap-news .wrap-boxnews {
  margin: 0 -30px;
}

.wrap-news .wrap-boxnews .col-12 {
  padding: 0 30px;
}

.wrap-news .text-center .btn-default {
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-news .topic-project .topic-home {
  margin-bottom: 15px;
}

.wrap-news .topic-project .topic-home div {
  margin-bottom: 10px;
}

.content-news {
  margin: 25px 0 60px;
}

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

.txt-titlenews {
  color: var(--black-color);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.topic-news {
  color: var(--black-color);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.hide-photogall {
  display: none;
}

.wrap-photogall {
  margin-bottom: 90px;
}

.recent-news {
  background-color: #FAFAFA;
  padding: 70px 0 90px;
}

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

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

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

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

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

.recent-news .item-homenews .titlenews {
  margin-bottom: 25px;
}

.recent-news .owl-recentnews {
  margin-top: 20px;
}

.topic-recent {
  color: var(--black-color);
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 55px;
}

.topic-recent span {
  font-weight: 500;
}

.topic-recent::before {
  content: "";
  background-color: var(--black-color);
  width: 35px;
  height: 4px;
  position: absolute;
  top: 26px;
  left: 0;
}

.wrap-career {
  background: url(../images/bg-career.webp) no-repeat;
  background-size: cover;
  padding: 70px 0 200px;
  color: var(--black-color);
  font-size: 1.1rem;
}

.txt-career01 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}

.career-nameoffice {
  color: var(--green-color);
  font-weight: 500;
  font-size: 2rem;
  margin: 5px 0;
}

.topic-career01 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.owl-photocareer {
  margin-top: -160px;
}

.owl-photocareer figure img {
  height: 385px;
}

.topic-career {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.topic-career .topic-home div {
  font-size: 2.4rem;
}

.wrap-itemrecruit {
  padding: 0 13px;
  margin-bottom: 80px;
}

.item_positionlist {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.item_positionlist:nth-child(odd) {
  padding-right: 25px;
}

.item_positionlist:nth-child(even) {
  padding-left: 25px;
}

.item_positionlist.active .topicposition:before {
  background-image: url(../images/chevron-grey.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.topicposition {
  padding: 10px 50px 10px 40px;
  cursor: pointer;
  position: relative;
  color: var(--black-color);
  font-size: 1.1rem;
  font-weight: 500;
}

.topicposition::before {
  content: "";
  background-image: url(../images/chevron-grey.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topicposition::after {
  content: "";
  background-color: var(--black-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 15px;
}

.topicposition span {
  font-weight: normal;
  color: var(--font-main-color);
  font-size: 0.9rem;
  padding-left: 5px;
}

.content_position {
  display: none;
  padding: 25px 35px 40px;
  background-color: #F9F9F9;
  margin-bottom: 15px;
}

.content_position ul {
  margin-top: 10px;
}

.content_position ul li {
  list-style: none;
  position: relative;
  margin-bottom: 7px;
}

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

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

.qualification-note {
  color: var(--black-color);
  padding-left: 18px;
}

.wrap-btn-career {
  margin-top: 30px;
}

.wrap-btn-career .btn-default {
  margin-right: 13px;
}

.wrap-btn-career .btn-default i {
  margin-left: 0;
  font-size: 1.2rem;
  margin-right: 5px;
}

.wrap-btn-career .btn-grey.btn-default {
  background-color: var(--font-main-color);
}

.wrap-btn-career .btn-grey.btn-default:hover {
  background-color: #333;
}

.line-black {
  width: 100%;
  height: 1px;
  background-color: var(--black-color);
  margin-top: -1px;
}

.career-hrcontact {
  background: url(../images/bg-hrcontact.webp) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.career-hrcontact .hr-name {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.career-hrcontact address {
  margin-bottom: 10px;
}

.career-hrcontact .hr-contact div {
  display: inline-block;
  color: var(--black-color);
  margin-right: 30px;
}

.career-hrcontact .hr-contact div a {
  color: var(--black-color);
}

.career-hrcontact .hr-contact div:last-child {
  margin-right: 0;
}

.bg-benefit {
  background: url(../images/bg-benefit.webp) no-repeat;
  background-size: cover;
  color: var(--white-color);
}

.bg-benefit .photo-benefit {
  position: relative;
}

.bg-benefit .photo-benefit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.list-benefit {
  padding: 40px 0 30px 50px;
}

.list-benefit .topic-benefit {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.list-benefit ul {
  list-style-type: none;
  counter-reset: li;
  padding: 0;
}

.list-benefit ul li {
  width: 48%;
  display: inline-block;
  margin-bottom: 8px;
  padding-right: 30px;
  vertical-align: top;
}

.list-benefit ul li::before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: var(--white-color);
  margin-right: 0.25em;
  font-size: 1.2rem;
  opacity: 0.5;
  font-weight: 500;
}

.wrap-listbenefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-careerupload {
  background-color: var(--white-color);
  border: 1px solid #eee;
  padding: 30px 50px 70px;
  margin-top: -170px;
  margin-bottom: 90px;
}

.wrap-careerupload form input[type="file"] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0;
}

.wrap-careerupload form input[type="submit"] {
  position: relative;
  padding: 10px 30px;
  width: 145px;
  background: #085716;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border: 0;
  color: #fff;
  margin-top: 20px;
}

.wrap-careerupload form label {
  position: relative;
  padding: 10px 30px;
  background: var(--font-main-color);
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  font-size: 0.95rem;
}

.wrap-careerupload form label i {
  font-size: 1.2rem;
  padding-right: 5px;
}

.wrap-careerupload form label:hover {
  background: #085716;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.wrap-careerupload form div.files {
  background: #F9F9F9;
  padding: 30px;
  margin: 25px 0 10px;
  border-radius: 5px;
}

.wrap-careerupload form div.files h2 {
  color: var(--black-color);
  font-size: 1.2rem;
}

.wrap-careerupload form div.files ul {
  list-style: none;
  padding: 0;
}

.wrap-careerupload form div.files ul li {
  padding: 0.5rem 0;
  padding-right: 2rem;
  position: relative;
  color: var(--black-color);
  font-size: 0.9rem;
}

.wrap-careerupload form div.files ul li i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.wrap-careerupload form div.container {
  width: 100%;
  padding: 0 2rem;
}

.wrap-careerupload form span.file-size {
  color: #999;
  padding-left: 0.5rem;
}

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

.note-fileupload {
  padding-left: 15px;
  margin-top: 15px;
}

.note-fileupload div {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}

.note-fileupload div::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--font-main-color);
  position: absolute;
  top: 12px;
  left: 0;
}

.wrap-projects {
  margin-top: 10px;
  margin-bottom: 90px;
}

.wrap-projects li figure {
  position: relative;
}

.wrap-projects li figure a {
  display: block;
  color: var(--white-color);
}

.wrap-projects li figure a .box-pname {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 25px;
}

.wrap-projects li figure a .box-pname .project-name {
  width: 100%;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.5;
}

.wrap-projects li figure a .box-pname .project-location {
  font-size: 0.8rem;
  opacity: 0.8;
  position: relative;
  margin-top: 25px;
  padding-top: 30px;
  text-align: center;
}

.wrap-projects li figure a .box-pname .project-location::before {
  content: "";
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.wrap-projects li:hover .box-pname {
  opacity: 1;
}

.project-slide {
  margin-bottom: 80px;
}

.project-slide .flexslider {
  margin-bottom: 0;
  border: 0;
}

.project-slide .flexslider figure {
  padding: 1px;
}

.project-slide .flexslider .thump-photo figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.project-slide .flexslider .thump-photo figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 69.23077%;
}

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

.project-slide .flexslider .thump-photo figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.desc-projectdetail {
  padding: 10px 0 0 40px;
  margin-bottom: 60px;
}

.desc-projectdetail .txt-project {
  color: var(--black-color);
  font-weight: 500;
  text-transform: uppercase;
}

.desc-projectdetail .projectname {
  color: var(--black-color);
  font-size: 2.3rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 65px;
  margin-top: 15px;
  line-height: 1.2;
}

.desc-projectdetail .projectname::before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: var(--black-color);
  position: absolute;
  bottom: -30px;
  left: 0;
}

.desc-projectdetail .projectlocation {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.desc-projectdetail .projectlocation::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.desc-projectdetail .projectlocation div {
  color: var(--black-color);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.desc-projectdetail .btn-nextproject {
  display: block;
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.desc-projectdetail .btn-nextproject img {
  width: 20px;
  height: auto;
  margin-left: 15px;
}

.projectname-showmb {
  display: none;
}

.projectname-showmb .txt-project {
  color: var(--black-color);
  font-weight: 500;
  text-transform: uppercase;
}

.projectname-showmb .projectname {
  color: var(--black-color);
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1.4;
}

.wrap-history {
  background: url(../images/bg-history.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0 0;
}

.wrap-history figure {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

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

.about-vision {
  padding: 0;
  margin-top: -100px;
}

.about-vision figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #064010;
}

.about-vision figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 21.875%;
}

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

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

.about-vision figure img {
  opacity: 0.25;
}

.about-vision figure .box-vision {
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
}

.about-vision figure .box-vision .txt-history {
  color: var(--white-color);
}

.about-vision figure .box-vision .txt-vision {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 10px;
  position: relative;
  display: block;
}

.about-vision figure .box-vision .txt-vision span {
  padding: 0 20px 0 45px;
}

.about-vision figure .box-vision .txt-vision::before {
  content: "";
  background: url(../images/icon-quotation.svg) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
}

.about-vision figure .box-vision .txt-vision::after {
  content: "";
  background: url(../images/icon-quotation.svg) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.desc-history {
  padding-left: 30px;
  padding-top: 100px;
}

.desc-history .name-office {
  color: var(--green-color);
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 7px;
}

.desc-history p {
  text-align: justify;
  text-indent: 30px;
}

.txt-history {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.4rem;
}

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

.wrap-mission .desc-mission {
  padding-right: 70px;
}

.wrap-mission .desc-mission .txt-history {
  margin-bottom: 10px;
}

.wrap-mission .desc-mission .txt-mission {
  color: var(--black-color);
  font-size: 1.1rem;
  margin-top: 25px;
  margin-bottom: 5px;
}

.wrap-mission .desc-mission .caption-mission {
  color: var(--green-color);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wrap-mission .desc-mission p {
  text-align: justify;
  text-indent: 30px;
}

.wrap-textmission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-mission figure img {
  width: 100%;
}

.wrap-value {
  background: url(../images/bg-value.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
}

.item-value .txt-charvalue {
  font-weight: 700;
  font-size: 8rem;
  color: #1A5B3D;
  line-height: 1;
}

.item-value .desc-value {
  padding: 0 25px;
  color: var(--black-color);
}

.item-value .desc-value .value-name {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0 10px;
}

.item-value .desc-value .desc-valuename {
  font-size: 1.1rem;
}

.item-value .desc-value .desc-valuename span {
  font-weight: 500;
}

.wrap-service {
  background: url(../images/bg-services.webp) no-repeat;
  background-size: cover;
  padding: 90px 0 70px;
  color: var(--white-color);
}

.wrap-service .desc-services {
  width: 65%;
  font-size: 1.2rem;
}

.wrap-service .desc-services div {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 5px;
}

.wrap-service .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-service a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: var(--white-color);
  font-size: 0.9rem;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-service a i {
  margin-left: 25px;
}

.wrap-service a:hover {
  background: rgba(0, 0, 0, 0.6);
}

.history-showmb {
  display: none;
}

.history-showmb .name-office {
  color: var(--green-color);
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.logo-50year-mb {
  display: none;
}

/*responsive*/
@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}

@media (max-width: 1920px) {
  .link-contact a:hover .home-descservices {
    height: 150px;
  }
}

@media (max-width: 1600px) {
  .tab_article_btn div {
    padding-right: 15px;
  }
  .tab_article_btn {
    padding-left: 40px;
  }
  .tab_article_btn div {
    width: 32%;
  }
  .tab_article_btn div span {
    font-size: 0.9rem;
  }
  .tab_article_btn div {
    font-size: 2.1rem;
  }
  .topic-home div {
    font-size: 2.6rem;
  }
  .bg-contentproject .desc-phome .home-pname {
    font-size: 2.2rem;
  }
  .box-contactinfo .topic-contact div {
    font-size: 1.7rem;
  }
  .link-contact a .topic-services {
    font-size: 1.5rem;
  }
  .link-contact a:hover .home-descservices {
    height: 120px;
  }
  .wrap-projects li figure a .box-pname .project-name {
    font-size: 1.1rem;
  }
  .wrap-projects li figure a .box-pname .project-location {
    margin-top: 18px;
    padding-top: 18px;
  }
  .wrap-projects li figure a .box-pname {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .desc-history {
    padding-top: 30px;
  }
  .desc-history .name-office {
    line-height: 1.3;
    margin: 10px 0 15px;
    font-size: 1.8rem;
  }
  .about-vision figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .about-vision figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 25%;
  }
  .about-vision figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .about-vision figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-mission .desc-mission .caption-mission {
    line-height: 1.4;
  }
  .wrap-mission .desc-mission .txt-mission {
    margin-bottom: 10px;
  }
  .item-value .desc-value {
    padding: 0 15px;
  }
  .wrap-service .desc-services {
    width: 80%;
  }
  .wrap-service .desc-services div {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .caption-banner .topic-banner01 {
    font-size: 2.2rem;
  }
  .caption-banner .topic-banner02 {
    font-size: 1.5rem;
  }
  .caption-banner .topic-banner03 {
    font-size: 1.1rem;
  }
  .topic-home div {
    font-size: 2.4rem;
  }
  .bg-contentproject .desc-phome .home-pname {
    font-size: 1.9rem;
  }
  .bg-contentproject .desc-phome .home-plocation div {
    font-size: 1.25rem;
  }
  .wrap-footervision {
    font-size: 1.5rem;
  }
  .link-contact a:hover .home-descservices {
    height: 110px;
  }
  .about-vision figure .box-vision {
    padding-top: 20px;
  }
  .item-value .desc-value .value-name {
    font-size: 1.4rem;
  }
  .wrap-value {
    padding: 60px 0;
  }
  .wrap-mission {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .item-value .txt-charvalue {
    font-size: 7rem;
  }
  .wrap-service {
    padding: 80px 0 60px;
  }
  .logo a img {
    width: 110px;
  }
}

@media (max-width: 1380px) {
  .logo-50year {
    margin-left: 20px;
  }
  .caption-banner .topic-banner01 {
    font-size: 2rem;
  }
  .caption-banner .topic-banner02 {
    font-size: 1.3rem;
  }
  .wrap-homeintro .desc-introhome .content-intro h1 {
    font-size: 2rem;
  }
  .topic-home div {
    font-size: 2.2rem;
  }
  .tab_article_btn {
    padding-left: 20px;
  }
  .bg-contentproject .desc-phome .home-pname {
    font-size: 1.7rem;
  }
  .bg-contentproject .desc-phome .home-plocation div {
    font-size: 1.15rem;
  }
  .home-news .text-end a {
    margin-top: 15px;
  }
  .link-contact a .caption-services {
    padding-left: 30px;
    padding-right: 30px;
  }
  .link-contact a .topic-services {
    font-size: 1.3rem;
  }
  .link-contact a .home-descservices {
    font-size: 0.9rem;
  }
  .link-contact a .topic-linkcontact {
    font-size: 0.8rem;
  }
  .link-contact a:hover .home-descservices {
    height: 100px;
  }
  .topic-news {
    font-size: 1.8rem;
  }
  .wrap-photogall {
    margin-bottom: 70px;
  }
  .wrap-projects li figure a .box-pname .project-name {
    font-size: 1rem;
  }
  .desc-history {
    padding-top: 0;
    padding-left: 15px;
  }
  .desc-history .name-office {
    font-size: 1.5rem;
  }
  .txt-history {
    font-size: 1.3rem;
  }
  .wrap-history {
    padding-top: 70px;
  }
  .about-vision {
    margin-top: -80px;
  }
  .about-vision figure .box-vision .txt-vision {
    font-size: 1.6rem;
  }
  .item-value .txt-charvalue {
    font-size: 6rem;
  }
  .item-value .desc-value .value-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .wrap-value {
    padding: 50px 0;
  }
  .wrap-service {
    padding-top: 70px;
  }
  .wrap-service .desc-services {
    width: 90%;
  }
  .wrap-service .desc-services div {
    font-size: 1.6rem;
  }
  .wrap-service .desc-services {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199px) {
  .logo-50year img {
    width: 100px;
  }
  .logo a img {
    width: 80px;
  }
  .logo a .logo-50year-new {
    padding-left: 20px;
  }
  .wrap_menu.sticky .logo a img {
    width: 60px;
  }
  .wrap_menu.sticky .logo a .logo-50year-new {
    padding-left: 15px;
  }
  .wrap-homeintro .desc-introhome .content-intro h2 {
    font-size: 1.3rem;
    margin: 15px 0;
  }
  .logo-50year {
    margin-left: 10px;
  }
  .top-lang {
    padding-left: 20px;
  }
  .sel {
    font-size: 0.9rem;
    width: 55px;
  }
  .sel::before {
    top: 8px;
  }
  .wrapbanner figure {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .wrapbanner figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .wrapbanner figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .wrapbanner figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .caption-banner .topic-banner01 {
    font-size: 1.7rem;
  }
  .caption-banner {
    top: 65%;
  }
  .owl-carousel.owl-bannerslide .owl-dots {
    bottom: 10px;
  }
  .wrap-homeintro .desc-introhome .content-intro h1 {
    font-size: 1.7rem;
  }
  .wrap-homeintro {
    padding: 50px 0;
  }
  .wrap-homeintro .photo-office::before {
    bottom: -15px;
    right: -15px;
  }
  .topic-home div {
    font-size: 1.8rem;
  }
  .topic-home {
    font-size: 1.1rem;
  }
  .tab_article_btn div {
    font-size: 1.7rem;
  }
  .bg-contentproject .desc-phome .home-pname {
    font-size: 1.4rem;
  }
  .bg-contentproject .desc-phome .home-plocation {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .bg-contentproject .desc-phome {
    padding-right: 40px;
  }
  .home-project {
    padding-bottom: 40px;
  }
  .home-news .text-end a {
    margin-top: 0;
  }
  .titlenews {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .owl-carousel .owl-item .arrow-more img {
    width: 28px;
  }
  .home-news {
    padding-bottom: 70px;
  }
  .wrap-footervision {
    font-size: 1.3rem;
    padding: 15px 18px 12px;
  }
  .wrap-footer .footer-cc {
    margin-top: 20px;
  }
  .wrap-footer {
    padding-top: 35px;
  }
  .wrap-footer ul li i {
    margin-right: 5px;
  }
  .box-contactinfo {
    padding: 40px 0;
  }
  .bg-contactfrm::before {
    width: 100%;
  }
  .bg-contactfrm .box-contactfrm {
    padding: 30px 20px;
  }
  .bg-contactfrm .box-contactfrm .topic-form {
    font-size: 1.5rem;
  }
  .link-contact a:hover .home-descservices br {
    display: none;
  }
  .link-contact a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .link-contact a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75.4717%;
  }
  .link-contact a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .link-contact a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-contact a .topic-services {
    margin-bottom: 0;
  }
  .link-contact a .txt-readmore {
    font-size: 0.9rem;
  }
  .googlemaps .ratio-21x9 {
    padding-bottom: 30%;
  }
  .wrap-news .wrap-boxnews .col-12 {
    padding: 0 20px;
  }
  .wrap-news .wrap-boxnews {
    margin: 0 -20px;
  }
  .wrap-news .topic-home {
    margin-bottom: 30px;
  }
  .wrap-news .item-homenews {
    margin-bottom: 50px;
  }
  .wrap-news .desc-titlenews {
    margin-bottom: 15px;
  }
  .wrap-news .item-homenews figure {
    margin-bottom: 20px;
  }
  .wrap-news {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .topic-news {
    font-size: 1.5rem;
  }
  .txt-titlenews {
    font-size: 1.05rem;
  }
  .content-news {
    margin-bottom: 50px;
  }
  .wrap-photogall {
    margin-bottom: 60px;
  }
  .recent-news {
    padding: 50px 0 60px;
  }
  .topic-recent {
    font-size: 1.5rem;
    padding-left: 45px;
  }
  .topic-recent::before {
    width: 30px;
    height: 3px;
    top: 19px;
  }
  .list-benefit {
    padding: 30px 0 10px 20px;
  }
  .list-benefit ul li::before {
    font-size: 1.1rem;
  }
  .list-benefit .topic-benefit {
    font-size: 1.4rem;
  }
  .item_positionlist:nth-child(odd) {
    padding-right: 0;
  }
  .item_positionlist:nth-child(even) {
    padding-left: 0;
  }
  .item_positionlist {
    padding: 15px 0;
  }
  .desc-projectdetail {
    padding-left: 15px;
  }
  .desc-projectdetail .projectname {
    font-size: 1.8rem;
  }
  .desc-projectdetail .projectlocation {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .about-vision {
    margin-top: 0;
  }
  .wrap-history {
    padding: 60px 0;
  }
  .about-vision figure .box-vision {
    margin-top: 0;
  }
  .about-vision figure .box-vision .txt-vision {
    font-size: 1.5rem;
  }
  .about-vision figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .about-vision figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 28.125%;
  }
  .about-vision figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .about-vision figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .about-vision figure .box-vision .txt-vision::before,
  .about-vision figure .box-vision .txt-vision::after {
    width: 22px;
  }
  .about-vision figure .box-vision .txt-vision span {
    padding: 0 12px 0 33px;
  }
  .wrap-mission {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .wrap-mission .desc-mission {
    padding-right: 20px;
  }
  .wrap-mission .desc-mission .caption-mission {
    font-size: 1.2rem;
  }
  .wrap-mission .desc-mission .txt-mission {
    margin-top: 15px;
  }
  .item-value .txt-charvalue {
    font-size: 5rem;
  }
  .item-value .desc-value .value-name {
    font-size: 1.2rem;
  }
  .item-value .desc-value .desc-valuename {
    font-size: 1rem;
  }
  .wrap-service .desc-services {
    width: 78%;
  }
  .wrap-service {
    padding: 50px 0 40px;
  }
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .logo-mb {
    display: inline-block;
  }
  .logo-mb img {
    width: 90px;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .logo-mb .logo-50year-new {
    display: inline-block;
    padding-left: 15px;
  }
  .caption-banner .topic-banner01 {
    font-size: 1.4rem;
  }
  .caption-banner .topic-banner02 {
    font-size: 1.15rem;
  }
  .caption-banner .topic-banner03 {
    font-size: 1rem;
  }
  .caption-banner {
    width: 500px;
    left: 20px;
  }
  .wrap-homeintro .desc-introhome .content-intro {
    padding-left: 30px;
  }
  .wrap-homeintro .desc-introhome .content-intro h1 {
    font-size: 1.4rem;
  }
  .wrap_menu.sticky .logo-mb img {
    width: 60px;
  }
  .phome-btn-viewmore {
    display: block;
  }
  .phome-btn-viewmore2 {
    display: none;
  }
  .col-topicproject {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bg-contentproject {
    padding-left: 40px !important;
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bg-contentproject .desc-phome {
    padding-right: 25px;
  }
  .tab_article_btn {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .titlenews {
    font-size: 1.1rem;
  }
  .home-news {
    padding-bottom: 55px;
  }
  .wrap-footer address {
    margin-bottom: 30px;
  }
  .wrap-footer address br {
    display: none;
  }
  .logo-footer {
    display: inline-block;
    width: 90px;
    vertical-align: top;
  }
  .footer-namecompany {
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 25px;
    padding-top: 17px;
    vertical-align: top;
  }
  .wrap-footer .logo-footer {
    margin-bottom: 20px;
  }
  .link-contact a figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .link-contact a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.60377%;
  }
  .link-contact a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .link-contact a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-contact a:hover .home-descservices {
    opacity: 0;
  }
  .link-contact a .topic-services {
    font-size: 1.2rem;
  }
  .banner-inside figure .title-banner {
    padding-left: 20px !important;
    bottom: 20px;
  }
  .topic-news {
    font-size: 1.3rem;
  }
  .txt-titlenews {
    font-size: 1rem;
  }
  .content-news {
    margin-bottom: 30px;
  }
  .wrap-photogall {
    margin-bottom: 50px;
  }
  .topic-recent {
    font-size: 1.3rem;
  }
  .topic-recent::before {
    width: 25px;
    top: 17px;
  }
  .recent-news {
    padding-top: 35px;
  }
  .recent-news .item-homenews figure {
    margin-bottom: 20px;
  }
  .item-photogall.more-photogall .txt-allphoto span {
    font-size: 1.2rem;
  }
  .item-photogall.more-photogall .txt-allphoto {
    font-size: 0.6rem;
  }
  .topic-news {
    margin: 15px 0;
    font-size: 1.2rem;
  }
  .txt-titlenews {
    font-size: 0.9rem;
  }
  .item-photogall {
    margin-bottom: 20px;
  }
  .wrap-photogall {
    margin-bottom: 30px;
  }
  .topic-recent {
    font-size: 1.2rem;
    padding-left: 35px;
  }
  .recent-news {
    padding-top: 25px;
  }
  .topic-recent::before {
    width: 20px;
    top: 15px;
  }
  .recent-news .owl-recentnews {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .wrap-career {
    padding-top: 50px;
  }
  .txt-career01 {
    font-size: 1.1rem;
  }
  .career-nameoffice {
    font-size: 1.8rem;
  }
  .topic-career01 {
    font-size: 1.3rem;
  }
  .owl-photocareer figure img {
    height: 260px;
  }
  .owl-photocareer {
    margin-top: -170px;
  }
  .topic-career .topic-home div {
    font-size: 2rem;
  }
  .topic-career {
    margin-top: 30px;
  }
  .wrap-itemrecruit {
    margin-bottom: 60px;
  }
  .bg-benefit .photo-benefit img {
    height: 400px;
  }
  .bg-benefit {
    padding-top: 40px;
  }
  .list-benefit {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .wrap-careerupload {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .wrap-projects li figure a .box-pname {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .projectname-showmb {
    display: block;
  }
  .project-slide {
    margin-bottom: 35px;
  }
  .desc-projectdetail {
    padding: 0;
  }
  .desc-projectdetail .txt-project,
  .desc-projectdetail .projectname {
    display: none;
  }
  .desc-projectdetail {
    margin-bottom: 80px;
  }
  .history-showmb {
    display: block;
  }
  .wrap-history {
    padding: 40px 0 30px;
  }
  .desc-history {
    padding-left: 0;
    padding-top: 20px;
  }
  .desc-history .txt-history, .desc-history .name-office {
    display: none;
  }
  .about-vision figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .about-vision figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 30.76923%;
  }
  .about-vision figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .about-vision figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .about-vision figure .box-vision .txt-vision {
    font-size: 1.3rem;
  }
  .about-vision figure .box-vision .txt-vision::before, .about-vision figure .box-vision .txt-vision::after {
    width: 18px;
  }
  .about-vision figure .box-vision {
    padding-top: 0;
  }
  .wrap-mission {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .wrap-textmission {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .wrap-history figure {
    text-align: center;
  }
  .wrap-history figure img {
    width: 70%;
  }
  .item-value .txt-charvalue {
    width: 100px;
    display: inline-block;
    text-align: center;
  }
  .item-value .desc-value {
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: top;
  }
  .wrap-value {
    text-align: left;
    padding-bottom: 20px;
  }
  .item-value .desc-value .value-name {
    margin: 0;
  }
  .item-value {
    margin-bottom: 20px;
  }
  .wrap-service .text-end {
    text-align: left !important;
  }
  .wrap-service a {
    padding: 9px 20px;
    margin-top: 15px;
  }
  .wrap-service {
    padding: 40px 0 60px;
  }
  .box-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block;
  }
  .top-lang {
    padding-left: 0;
    color: var(--font-main-color);
    padding-top: 10px;
  }
  .top-lang::before {
    display: none;
  }
  .sel {
    color: var(--font-main-color);
    font-size: 1.1rem;
  }
  .sel::before {
    background-image: url(../images/chevron-grey.svg);
  }
  .logo-50year {
    display: none;
  }
  .logo-50year-mb {
    display: inline-block;
    padding-left: 10px;
  }
  .logo-50year-mb img {
    width: 152px;
    height: auto;
  }
  .logo {
    display: inline-block;
  }
  .bg-benefit .photo-benefit img {
    position: relative;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .btn-showmb {
    display: block;
  }
  .wrapbanner figure {
    height: 35vh;
  }
  .logo-mb img {
    width: 70px;
  }
  .wrap_menu.sticky .logo-mb img {
    width: 50px;
  }
  .logo-mb .logo-50year-new {
    padding-left: 10px;
  }
  .wrap-homeintro .desc-introhome .content-intro h2 {
    margin: 10px 0;
  }
  .wrap_menu.sticky .wrap_btn_menu {
    margin-top: 6px;
  }
  .caption-banner .topic-banner02 {
    margin: 5px 0;
    font-size: 0.9rem;
  }
  .caption-banner .topic-banner03 {
    font-size: 0.8rem;
  }
  .owl-carousel.owl-bannerslide .owl-dots {
    bottom: 0;
  }
  .caption-banner .topic-banner01 {
    font-size: 1.1rem;
  }
  .wrap-homeintro {
    padding: 30px 0;
  }
  .wrap-homeintro .desc-introhome .content-intro {
    padding-left: 0;
    padding-top: 30px;
  }
  .wrap-homeintro .photo-office::before {
    right: -10px;
    bottom: -10px;
  }
  .intro-showmb {
    display: block;
  }
  .intro-showmb h1 {
    color: var(--green-color);
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .wrap-homeintro .desc-introhome .content-intro h1 {
    display: none;
  }
  .phome-btn-viewmore {
    display: none;
  }
  .phome-btn-viewmore3 {
    display: block;
    position: relative;
    z-index: 1;
  }
  .col-topicproject::before {
    left: -12px;
    right: auto;
    width: 100vw;
    border-radius: 0 30px 0 0;
  }
  .col-topicproject {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-project {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topic-home div {
    font-size: 1.4rem;
  }
  .topic-home {
    font-size: 1rem;
  }
  .tab_article_btn {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .tab_article_btn div {
    font-size: 1.3rem;
  }
  .tab_article_btn div span {
    font-size: 0.8rem;
  }
  .bg-contentproject {
    padding-left: 20px !important;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .bg-contentproject .desc-phome .home-pname {
    font-size: 1.3rem;
  }
  .bg-contentproject .desc-phome .home-plocation div {
    font-size: 1.1rem;
  }
  .bg-contentproject .desc-phome .home-plocation {
    margin-top: 15px;
  }
  .bg-contentproject .desc-phome {
    padding-right: 10px;
  }
  .hide-btnnews-mb {
    display: none;
  }
  .home-news .owl-homenews {
    margin-top: 20px;
  }
  .item-homenews figure {
    margin-bottom: 20px;
  }
  .wrap-homenews .btn-showmb {
    margin-top: 40px;
  }
  .wrap-footervision {
    line-height: 1.4;
    font-size: 1.2rem;
  }
  .wrap-footer .logo-footer img {
    width: 60px;
  }
  .wrap-footer .footer-cname-en {
    font-size: 1rem;
  }
  .wrap-footer .footer-cname-th {
    font-size: 0.9rem;
  }
  .wrap-footer address {
    margin-bottom: 15px;
  }
  .wrap-footer .topic-footer {
    margin-top: 10px;
  }
  .wrap-footer .footer-cc {
    margin-top: 10px;
  }
  .logo-footer {
    width: 60px;
  }
  .footer-namecompany {
    width: calc(100% - 70px);
    padding-left: 15px;
    padding-top: 13px;
  }
  .wrap-footer {
    padding-top: 25px;
  }
  .banner-inside figure .title-banner .navmenu-banner {
    display: none;
  }
  .banner-inside figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 55.55556%;
  }
  .banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .banner-inside figure .title-banner .titlepage-banner span::before {
    display: none;
  }
  .banner-inside figure .title-banner .titlepage-banner {
    font-size: 1.4rem;
  }
  .box-contactinfo {
    padding: 30px 0;
  }
  .box-contactinfo .topic-contact {
    font-size: 1.2rem;
  }
  .box-contactinfo .topic-contact div {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 8px;
  }
  .bg-contactfrm .box-contactfrm {
    padding: 20px 10px;
  }
  .bg-contactfrm .box-contactfrm .topic-form {
    font-size: 1.2rem;
  }
  .bg-contactfrm .box-contactfrm form {
    margin-top: 15px;
  }
  .bg-contactfrm .box-contactfrm form .col-12 {
    margin-bottom: 17px;
  }
  .link-contact {
    padding: 1px;
  }
  .googlemaps .ratio-21x9 {
    padding-bottom: 65%;
  }
  .link-contact a:hover figure span {
    display: none;
  }
  .link-contact a:hover .home-descservices {
    opacity: 0;
  }
  .link-contact a:hover .caption-services {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
  .wrap-news {
    padding-top: 30px;
  }
  .wrap-news .topic-home {
    margin-bottom: 15px;
  }
  .wrap-news .desc-titlenews {
    margin-bottom: 8px;
  }
  .wrap-news .item-homenews {
    margin-bottom: 35px;
  }
  .wrap-news .text-center .btn-default {
    margin-bottom: 65px;
  }
  .wrap-career {
    padding-top: 30px;
    font-size: 1rem;
    padding-bottom: 150px;
  }
  .txt-career01 {
    font-size: 1rem;
  }
  .career-nameoffice {
    font-size: 1.3rem;
  }
  .topic-career01 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .owl-photocareer figure img {
    height: 200px;
  }
  .owl-photocareer {
    margin-top: -125px;
  }
  .topic-career .topic-home div {
    font-size: 1.4rem;
  }
  .topic-career {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .item_positionlist {
    padding: 5px 0;
  }
  .topicposition::after {
    width: 6px;
    height: 6px;
    top: 22px;
  }
  .topicposition {
    padding-left: 30px;
  }
  .content_position {
    padding: 15px 15px 20px;
  }
  .wrap-itemrecruit {
    margin-bottom: 40px;
  }
  .career-hrcontact .hr-name {
    font-size: 1.2rem;
  }
  .career-hrcontact {
    padding: 25px 10px;
  }
  .career-hrcontact .hr-contact div {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .bg-benefit .photo-benefit img {
    height: 300px;
  }
  .list-benefit .topic-benefit {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .list-benefit ul li {
    width: 100%;
    display: block;
  }
  .list-benefit {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .bg-benefit {
    padding-top: 25px;
  }
  .wrap-btn-career .btn-default {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .wrap-careerupload {
    margin-top: -130px;
    padding: 15px 15px 30px;
    margin-bottom: 40px;
  }
  .topic-download {
    font-size: 1rem;
  }
  .wrap-careerupload form label {
    padding: 8px 20px;
  }
  .note-fileupload {
    padding-left: 10px;
    margin-top: 10px;
  }
  .wrap-careerupload form div.files {
    padding: 15px;
  }
  .wrap-careerupload form div.files h2 {
    font-size: 1rem;
  }
  .wrap-careerupload form input[type="submit"] {
    width: 100%;
  }
  .bg-contactfrm .box-contactfrm .btn-default {
    width: 100%;
    margin-top: 10px;
  }
  .wrap-projects {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .projectname-showmb .projectname {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .projectname-showmb .txt-project {
    font-size: 0.9rem;
  }
  .project-slide {
    margin-bottom: 25px;
  }
  .desc-projectdetail .btn-default {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .desc-projectdetail {
    margin-bottom: 50px;
  }
  .desc-projectdetail .projectlocation {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .wrap-history {
    padding-top: 30px;
  }
  .history-showmb .name-office {
    font-size: 1.3rem;
  }
  .about-vision figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .about-vision figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 55.55556%;
  }
  .about-vision figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .about-vision figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .about-vision figure .box-vision .txt-vision {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 15px;
  }
  .wrap-value {
    padding-top: 40px;
  }
  .item-value .desc-value .value-name {
    font-size: 1.1rem;
  }
  .item-value .txt-charvalue {
    font-size: 4rem;
    width: 60px;
    padding-top: 5px;
  }
  .item-value .desc-value {
    width: calc(100% - 65px);
  }
  .wrap-service .desc-services div {
    font-size: 1.3rem;
  }
  .wrap-service .desc-services {
    width: 100%;
  }
  .wrap-service {
    padding: 30px 10px 40px;
  }
  .wrap-service .desc-services br {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */