@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&family=Montserrat:wght@400;700&display=swap");
@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'aos.css';
@import 'swiper.min.css';
/* ===== Style for Mobile ===== */
body {
  overflow-x: hidden;
  font-family: "Montserrat", "Kanit";
}

img {
  max-width: 100%;
  height: auto;
}

/* Toggle Menu */
.toggle-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9999;
}
.toggle-menu i {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 100px;
  background: #FFF;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.toggle-menu i + i {
  margin-top: 4px;
}
.toggle-menu.active i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 2px);
      -ms-transform: rotate(45deg) translate(4px, 2px);
          transform: rotate(45deg) translate(4px, 2px);
  margin: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.toggle-menu.active i:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.toggle-menu.active i:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -2px);
      -ms-transform: rotate(-45deg) translate(4px, -2px);
          transform: rotate(-45deg) translate(4px, -2px);
  margin: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* Side Nav */
.side-nav {
  width: 240px;
  height: 100vh;
  position: fixed;
  background: #ED2330;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-nav .mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav .mobile-menu > li {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.side-nav .mobile-menu > li > a {
  font: 400 normal 16px "Montserrat", "Kanit";
  display: block;
  padding: 8px 32px;
  color: #FFF;
}
.side-nav .mobile-menu > li:nth-child(1) {
  -webkit-transition-duration: 0.75 s;
       -o-transition-duration: 0.75 s;
          transition-duration: 0.75 s;
}
.side-nav .mobile-menu > li:nth-child(2) {
  -webkit-transition-duration: 1.5 s;
       -o-transition-duration: 1.5 s;
          transition-duration: 1.5 s;
}
.side-nav .mobile-menu > li:nth-child(3) {
  -webkit-transition-duration: 2.25 s;
       -o-transition-duration: 2.25 s;
          transition-duration: 2.25 s;
}
.side-nav .mobile-menu > li:nth-child(4) {
  -webkit-transition-duration: 3 s;
       -o-transition-duration: 3 s;
          transition-duration: 3 s;
}
.side-nav .mobile-menu > li:nth-child(5) {
  -webkit-transition-duration: 3.75 s;
       -o-transition-duration: 3.75 s;
          transition-duration: 3.75 s;
}
.side-nav .mobile-menu > li:nth-child(6) {
  -webkit-transition-duration: 4.5 s;
       -o-transition-duration: 4.5 s;
          transition-duration: 4.5 s;
}
.side-nav .mobile-menu > li:nth-child(7) {
  -webkit-transition-duration: 5.25 s;
       -o-transition-duration: 5.25 s;
          transition-duration: 5.25 s;
}
.side-nav .mobile-menu > li:nth-child(8) {
  -webkit-transition-duration: 6 s;
       -o-transition-duration: 6 s;
          transition-duration: 6 s;
}
.side-nav .mobile-menu > li:nth-child(9) {
  -webkit-transition-duration: 6.75 s;
       -o-transition-duration: 6.75 s;
          transition-duration: 6.75 s;
}
.side-nav .mobile-menu > li:nth-child(10) {
  -webkit-transition-duration: 7.5 s;
       -o-transition-duration: 7.5 s;
          transition-duration: 7.5 s;
}
.side-nav.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 9999;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
.side-nav.active .mobile-menu > li {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/* Main Header */
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(237, 35, 48, 0.85);
  z-index: 9998;
}
.main-header .main-logo {
  display: block;
  height: 45px;
}
.main-header .main-logo img {
  height: 100%;
  width: auto;
}
.main-header .main-nav {
  display: none;
}
.main-header .top-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .top-action .lang-bar .lang {
  font-family: "Kanit";
  font-size: 14px;
  background-color: #FFF;
  padding: 0 0.5rem;
}

.promotion-btn {
  position: fixed;
  top: 64px;
  right: 16px;
  z-index: 9;
}

/* Home Slide */
.homeslide-wrapper {
  overflow: hidden;
  position: relative;
}
.homeslide-wrapper .swiper-button-next, .homeslide-wrapper .swiper-button-prev {
  color: #FFF;
}
.homeslide-wrapper .swiper-slide {
  height: 100vh;
  background: #EEE;
  position: relative;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeslide-wrapper .swiper-slide:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: black;
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8491771709) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8491771709) 0%, rgba(0, 0, 0, 0) 100%);
}
.homeslide-wrapper .swiper-slide .hero-title {
  color: #FFF;
  padding: 0 1.5rem;
}
.homeslide-wrapper .swiper-slide .hero-title .subtitle {
  color: #ED2330;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 normal 16px "Montserrat", "Kanit";
  text-transform: uppercase;
}
.homeslide-wrapper .swiper-slide .hero-title .subtitle:before {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  background-color: #ED2330;
  margin-right: 0.5rem;
}
.homeslide-wrapper .swiper-slide .hero-title .title {
  font: 700 normal 32px "Montserrat", "Kanit";
  text-transform: uppercase;
}
.homeslide-wrapper .swiper-slide .hero-title .desc {
  font: 400 normal 16px "Kanit";
}
.homeslide-wrapper .swiper-slide .hero-title .button {
  margin-top: 1rem;
}

/* Home About */
.home-about-wrapper {
  padding: 0 5vw 5vw 5vw;
}
.home-about-wrapper .about-left .about-title {
  padding: 3rem 0;
}
.home-about-wrapper .about-left .mitsui-branch-slide {
  overflow: hidden;
  position: relative;
}
.home-about-wrapper .about-left .mitsui-branch-slide .text-overlay {
  display: inline-block;
  position: absolute;
  padding: 1rem;
  bottom: 0;
  left: 0;
  font: 700 normal 18px "Montserrat";
  background: white;
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.8491771709) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8491771709) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-about-wrapper .about-right {
  background-color: #ED2330;
  color: #FFF;
  padding: 5vw;
}
.home-about-wrapper .about-right .about-content .title {
  font: 700 normal 32px "Montserrat", "Kanit";
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.home-about-wrapper .about-right .about-content .desc {
  font-family: "Montserrat", "Kanit";
}
.home-about-wrapper .about-right .about-content .button {
  margin-top: 2rem;
}
.home-about-wrapper .about-right .about-content .line-link {
  color: #FFF;
}
.home-about-wrapper .about-right .about-content .line-link::before {
  background-color: #FFF;
}

/* Home Service */
.home-service-wrapper {
  padding: 5vw;
  position: relative;
}
.home-service-wrapper:before {
  display: block;
  width: 100%;
  height: 50vh;
  content: "";
  background: url("../img/service-bg.jpg") center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.home-service-wrapper .home-service-title .service-title .title {
  color: #ED2330;
}
.home-service-wrapper .home-service-title .desc {
  font-family: "Montserrat", "Kanit";
  color: #FFF;
  margin-top: 2rem;
}
.home-service-wrapper .service-content {
  margin-top: 5vw;
}
.home-service-wrapper .service-content .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-service-wrapper .service-content .service-block .block {
  display: block;
  background: #FFF;
  border: solid 1px #DDD;
  width: 100%;
  padding: 2.5vw;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  -o-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.home-service-wrapper .service-content .service-block .block .icon {
  color: #ED2330;
  font-size: 48px;
}
.home-service-wrapper .service-content .service-block .block .title {
  font: 700 normal 32px "Montserrat", "Kanit";
  color: #ED2330;
}
.home-service-wrapper .service-content .service-block .block .desc {
  font-size: 14px;
  font-family: "Montserrat", "Kanit";
}
.home-service-wrapper .service-content .service-block .block:hover {
  background-color: #ED2330;
  color: #FFF;
}
.home-service-wrapper .service-content .service-block .block:hover .icon,
.home-service-wrapper .service-content .service-block .block:hover .title {
  color: #FFF;
}

/* Home News */
.home-news-wrapper {
  margin: 0 5vw 5vw;
  border-top: solid 16px #DDD;
}

.news-display .item .figure {
  margin-bottom: 1rem;
}
.news-display .item .caption .meta {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #666;
}
.news-display .item .caption .title {
  font: 400 normal 24px "Montserrat", "Kanit";
}
.news-display .item .caption .desc {
  font-size: 14px;
  font-family: "Montserrat", "Kanit";
}

/* Home Truck */
.home-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-catalog .item {
  border: solid 1px #DDD;
  margin-bottom: 1rem;
  width: calc((100% - 1rem) / 2);
}
.home-catalog .item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.home-catalog .item .thumb {
  margin-bottom: 0;
  overflow: hidden;
}
.home-catalog .item .thumb img {
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-catalog .item .caption {
  padding: 1rem;
}
.home-catalog .item .caption .cat a {
  color: #ED2330;
  font-family: "Kanit";
  font-size: 14px;
}
.home-catalog .item .caption .title {
  font-size: 1rem;
  font-weight: 700;
}
.home-catalog .item .caption .desc {
  font-size: 14px;
  font-family: "Kanit";
}
.home-catalog .item:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Search */
form[data-sf-form-id="568"] ul li {
  font-family: "Kanit";
}

/* Work with Us */
.table-work a {
  color: #ED2330;
}

/* Truck Menu */
.truck-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.truck-menu li {
  width: 100%;
  text-align: center;
  padding: 24px;
}
.truck-menu li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.truck-menu li a {
  font: 700 normal 18px "Montserrat", "Kanit";
  color: #333;
}
.truck-menu li.current-menu-item {
  border: solid 2px #ED2330;
}
.truck-menu li.current-menu-item span {
  color: #ED2330;
}
.truck-menu li:hover {
  border: solid 2px #ED2330;
}
.truck-menu li:hover a {
  color: #ED2330;
}

/* Pagination */
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  font: 400 normal 16px "Montserrat", "Kanit";
  padding: 8px 16px;
  color: #333;
}
.pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a.current {
  background-color: #ED2330;
  color: #FFF;
  border-color: #ED2330;
}

/* Footer */
.main-footer {
  padding: 5vw;
  background-color: #333;
  color: #FFF;
}
.main-footer .footer-logo {
  margin-bottom: 2rem;
}
.main-footer .footer-contact .contact .title {
  font: 700 normal 18px "Montserrat", "Kanit";
}
.main-footer .footer-contact .contact .address {
  font: 400 normal 14px "Montserrat", "Kanit";
}
.main-footer .footer-contact .contact + .contact {
  margin-top: 2rem;
}
.main-footer .footer-nav .title {
  font-family: "Montserrat", "Kanit";
}
.main-footer .footer-nav .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-nav .footer-menu a {
  color: #FFF;
  font-family: "Montserrat", "Kanit";
}
.main-footer .footer-content .title {
  font: 700 normal 32px "Montserrat", "Kanit";
}
.main-footer .footer-content .desc {
  font-size: 14px;
  font-family: "Montserrat", "Kanit";
  margin: 2rem 0;
}
.main-footer .footer-content .readmore-btn {
  color: #FFF;
}

/* Section */
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .number {
  font: 700 normal 32px "Montserrat", "Kanit";
  color: #DDD;
}
.section-title .sep {
  width: 1px;
  height: 48px;
  background-color: #DDD;
  margin: 0 1rem;
}
.section-title .title {
  font: 700 normal 32px "Montserrat", "Kanit";
  color: #333;
  text-transform: uppercase;
}

.line-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", "Kanit";
}
.line-link:before {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  margin-right: 0.5rem;
  background-color: #DDD;
}

.readmore-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", "Kanit";
  color: #333;
}
.readmore-btn:before {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  margin-right: 0.5rem;
  background-color: #ED2330;
}

/* Page */
.page-title {
  text-align: center;
  position: relative;
  z-index: 0;
}
.page-title:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-title .title {
  font: 700 normal 32px "Montserrat", "Kanit";
  color: #FFF;
}

.content-area {
  padding: 5vw 0;
}

/* WPML */
.wpml-ls-legacy-dropdown-click {
  width: 150px;
  font-family: "Kanit";
}

.wpml-ls-legacy-list-horizontal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 5px !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item + li {
  margin-left: 8px;
}

.wpml-ls-link {
  background: #FFF;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 22px !important;
}

/* Hacked */
.btn {
  font-family: "Montserrat", "Kanit";
}
.btn.btn-primary {
  border-color: #ED2330;
  background-color: #ED2330;
}

@media only screen and (min-width: 1200px) {
  /* ===== Style for Desktop ===== */
  /* Hide Mobile Nav */
  .toggle-menu,
.side-nav {
    display: none;
  }

  /* Main Header */
  .main-header .main-logo {
    height: 90px !important;
  }
  .main-header .main-nav {
    display: block;
  }
  .main-header .main-nav .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .main-nav .main-menu > li > a {
    display: block;
    padding: 0 1rem;
    font: 700 normal 16px/90px "Montserrat", "Kanit";
    color: #FFF;
  }
  .main-header .main-nav .main-menu > li > a:hover {
    color: #000;
  }
  .main-header .top-action {
    margin-right: 1rem;
  }
  .main-header .top-action .lang-bar .lang {
    padding: 0.5rem;
  }

  .promotion-btn {
    top: 108px;
  }

  /* Home Slide */
  .homeslide-wrapper .swiper-slide .hero-title {
    max-width: 50%;
    padding: 0;
  }
  .homeslide-wrapper .swiper-slide .hero-title .title {
    font-size: 64px;
  }

  /* Home About */
  .home-about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-about-wrapper .about-left,
.home-about-wrapper .about-right {
    width: 50%;
  }
  .home-about-wrapper .about-right .about-content .title {
    font-size: 48px;
  }

  /* Home Service */
  .home-service-wrapper .home-service-title {
    margin-left: 50%;
  }
  .home-service-wrapper .service-content .service-block .block {
    width: 33.33%;
  }

  /* Home News */
  .news-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-display .item {
    width: calc((100% - 6rem) / 4);
  }
  .news-display .item:not(:nth-child(4n)) {
    margin-right: 2rem;
  }

  /* Home Truck */
  .home-catalog .item {
    width: calc((100% - 6rem) / 4);
    margin-bottom: 2rem;
  }
  .home-catalog .item:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
  .home-catalog .item .caption .title {
    font-size: 1.25rem;
  }

  /* Truck Menu */
  .truck-menu li {
    width: 20%;
  }
}
@media only screen and (max-width: 1366px) {
  .main-menu li a {
    font-size: 10px !important;
  }
}
/*# sourceMappingURL=style.css.map */