@import url("./common.css");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: var(--roboto-font);
}
.headder-top-area {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-grey);
}
.headder-top-area ul {
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.headder-top-area li {
  color: var(--lite-black);
  display: inline-block;
  padding: 0 10px;
}
.headder-top-area li a {
  color: var(--lite-black);
}
.headder-top-area li a:is(:hover, :focus) {
  color: var(--lite-black);
}
.headder-top-area li svg {
  margin-right: 5px;
  vertical-align: middle;
}
.main-menu {
  padding: 15px 0;
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .nav li a.nav-link {
  color: var(--black-color);
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
.main-menu .nav li a:is(:hover, :focus) {
  color: var(--red-color);
  transition: 0.3s;
}
.main-menu .nav li a.nav-link.active {
  color: var(--red-color);
  transition: 0.3s;
}
.banner-one {
  background-image: url("../images/banner-one.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}
.banner-two {
  background-image: url("../images/banner-ocean-freight.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}
.banner-three {
  background-image: url("../images/banner-air-freight.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}
.banner-four {
  background-image: url("../images/banner-land-freight.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}
.banner-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 65vh;
}
.banner-content h1 {
  color: var(--white-color);
  font-size: 60px;
  font-family: var(--sarabun-font);
  margin-bottom: 20px;
  text-shadow: 4px 4px 4px #000;
}
.banner-content p {
  color: var(--white-color);
  font-size: 20px;
  text-shadow: 4px 4px 4px #000;
}
.carousel-indicators {
  bottom: 70px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 0 10px 0 #000 !important;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
.carousel-indicators li {
  width: 50px;
  height: 5px;
  border-radius: 6px;
}
.carousel-indicators li.active {
  background-color: var(--red-color);
}
.section-padding {
  padding: 60px 0;
}
h2 {
  font-family: var(--sarabun-font);
  font-size: 40px;
  color: var(--blue-color);
  font-weight: bold;
}
.our-core-business-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.our-core-business-list ul b {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.our-core-business-list ul b svg {
  background-color: var(--blue-color);
  padding: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.our-core-business-list ul b svg path {
  fill: var(--white-color);
}
.our-core-business-list ul li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.our-core-business-list ul span {
  width: 92%;
  float: left;
  padding: 2px 0 0 0;
  color: var(--black-color);
  font-size: 18px;
}
.our-core-business-list strong {
  color: var(--red-color);
  font-weight: bold;
  transition: 0.3s;
}
.home-our-expertise-content-area .our-core-business-list ul b svg,
.our-core-business .our-core-business-list ul b svg,
.who-we-are-content-area .our-core-business-list ul b svg {
  background-color: var(--blue-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 0;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.what-we-do-container {
  position: relative;
  overflow: hidden;
}
.what-we-do-container figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}
.what-we-do-container figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 18px;
}
.what-we-do-container:hover figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 18px;
}
.what-we-do-content {
  position: absolute;
  display: block;
  bottom: 0px;
  padding: 30px 15px;
  width: 100%;
  transition: all 0.6s;
  height: 20%;
  background: linear-gradient(transparent, black);
  border-radius: 18px;
}
.what-we-do-content-medium .what-we-do-content {
  height: 25%;
}
.what-we-do-content-semi-medium .what-we-do-content {
  height: 20%;
}
.home-who-we-are.section-padding,
.our-core-business.section-padding {
  padding-bottom: 0;
}
.what-we-do-content h3 {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  font-family: var(--sarabun-font);
}
.what-we-do-hover-content {
  display: none;
}
.what-we-do-container:hover .what-we-do-hover-content {
  display: block;
}
.what-we-do-container:hover .what-we-do-content {
  height: 60%;
  transition: all 0.6s;
  background: linear-gradient(transparent, black);
}
.what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
  height: 60%;
}
.what-we-do-container:hover .what-we-do-content h3 {
  margin-bottom: 5px;
}
.what-we-do-hover-content p {
  color: var(--white-color);
  font-size: 16px;
}
.what-we-do-hover-button {
  margin-top: 20px;
}
.btn-style-one {
  background-color: var(--red-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 18px;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  outline: none;
}
.btn-style-one:is(:hover, :focus) {
  background-color: var(--blue-color);
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
}
.home-contact-us {
  background-color: var(--grey-color);
}

.btn-style-two {
  background-color: var(--yellow-color);
  color: var(--white-color);
  padding: 15px 35px;
  border-radius: 18px;
  transition: 0.3s;
  font-size: 16px;
  border: none;
}
.btn-style-two:is(:hover, :focus) {
  background-color: var(--blue-color);
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
  border: none;
}
#contact_form .form-control,
#contact_form select,
#enquiry_form .form-control,
#enquiry_form select {
  height: 45px;
  border: 1px solid #c9c9c9;
  border-radius: 18px;
  background-color: var(--white-color);
  outline: none;
  box-shadow: none;
  width: 100%;
}
#contact_form label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}
#contact_form select,
#enquiry-form select {
  font-size: 16px;
}
.home-our-expertise .our-core-business-list {
  margin-bottom: 250px;
}
.slickClass {
  flex-basis: auto;
  width: 100%;
}
.slickClass img {
  display: block;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  width: 70%;
  border-radius: 18px;
}
.footer {
  background-color: var(--blue-color);
  font-family: var(--sarabun-font);
}
.footer p {
  color: var(--white-color);
}
.footer-about img {
  margin-bottom: 15px;
}
.footer ul li::marker {
  color: var(--red-color);
}
.footer h4 {
  color: var(--white-color);
  font-family: var(--sarabun-font);
  font-weight: bold;
  font-size: 30px;
}
.footer ul li {
  padding-bottom: 10px;
}
.footer ul li:last-child {
  padding-bottom: 0;
}
.footer ul li a {
  color: var(--white-color);
}
.footer ul li a:is(:hover, :focus) {
  color: var(--white-color);
}
.copyrights .container {
  border-top: 1px solid #e5ebff;
  padding: 20px 0;
}
.footer.section-padding {
  padding-bottom: 0;
}
.copyrights {
  color: var(--white-color);
  font-size: 16px;
}
.copyrights a {
  color: var(--white-color);
}
.copyrights a:is(:hover, :focus) {
  color: var(--white-color);
}
.subpage-banner-image {
  background-image: url("../images/subpage-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
}
.subpage-banner-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: var(--sarabun-font);
}
.subpage-banner-content h1 {
  color: var(--white-color);
  font-size: 40px;
  margin: 0 0 5px 0;
  font-weight: bold;
  padding: 0;
  text-shadow: 4px 4px 4px #000;
}
.subpage-banner-content p a {
  color: var(--white-color);
  margin: 0;
  text-shadow: 4px 4px 4px #000;
}
.subpage-banner-content p a:is(:hover, :focus) {
  color: var(--white-color);
}
.subpage-banner-content p span {
  color: var(--red-color);
}
.subpage-banner-content img {
  margin: 0 10px;
}
.about-scaling {
  background-image: url("../images/about-scaling.png");
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-scaling h3 {
  color: var(--white-color);
  font-family: var(--playfair-font);
  font-style: italic;
  margin-bottom: 0;
  font-size: 30px;
}
.about-scaling-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  flex-wrap: wrap;
  flex-direction: column;
}
.about-trade h2 {
  margin-bottom: 20px;
}

.team-content {
  background-color: var(--white-color);
  padding: 20px;
  border: 1px solid #a5a5a5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.team-content h3 {
  color: var(--red-color);
  font-size: 24px;
  margin-bottom: 3px;
  font-family: var(--sarabun-font);
  font-weight: 600;
}
.team-content h4 {
  color: #808080;
  font-size: 18px;
}
.team-box figure {
  margin: 0;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #a5a5a5;
}
.team-box figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.team-box figure img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.subpage-banner-content p {
  color: var(--white-color);
}
.services-menu {
  padding-inline-start: 0;
  list-style: none;
}
.services-menu li a {
  color: var(--black-color);
  font-size: 20px;
  font-family: var(--sarabun-font);
  font-weight: 600;
  display: block;
  transition: 0.3s;
}
.services-menu li a:is(:hover, :focus) {
  color: var(--black-color);
  text-decoration: none;
  transition: 0.3s;
}
.services-menu li {
  padding: 15px 15px 15px 25px;
  border-bottom: 1px solid var(--border-grey);
  transition: 0.3s;
}
.services-menu li.service-active {
  border-bottom: 3px solid var(--red-color);
  background-color: #fff3f4;
  transition: 0.3s;
}
.services-menu li:is(:hover, :focus) {
  background-color: #fff3f4;
  transition: 0.3s;
}

.services-list {
  list-style: none;
  padding-inline-start: 0;
}

.services-list strong {
  color: var(--red-color);
  font-weight: bold;
  transition: 0.3s;
}
.services-list li {
  margin-bottom: 10px;
}
.services-list li:last-child {
  margin-bottom: 0;
}
.services-include {
  background-image: url("../images/service-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--blue-color);
}
.services-include h2 {
  color: var(--white-color);
}
.services-include-list svg {
  background-color: var(--red-color);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  padding: 0;
  margin-bottom: 15px;
}
.services-include-list svg path {
  fill: var(--white-color);
}
.services-include-list svg rect.cls-1 {
  fill: none;
}
.services-include-list h3 {
  color: var(--white-color);
  font-family: var(--sarabun-font);
  font-size: 24px;
  font-weight: 600;
}

.services-include-list p {
  color: var(--white-color);
}
.our-group {
  background-color: var(--bg-blue);
}
.our-group-box {
  background-color: var(--white-color);
  border-radius: 6px;
  padding: 15px 25px 15px 25px;
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
  transition: 0.3s;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
}
.our-group-box h3 {
  font-size: 25px;
  font-family: var(--sarabun-font);
  font-weight: bold;
  margin-bottom: 15px;
}
.our-group-box img {
  border-bottom: 1px solid var(--black-color);
  margin-bottom: 15px;
}
.our-group-box:is(:hover) {
  border: 2px solid var(--red-color);
  transition: 0.3s;
  margin-top: -15px;
  box-shadow: none;
}
.margin-top-bottom-30 {
  margin: 30px 0;
}
.our-group-box svg {
  width: 20px;
  margin-right: 5px;
}
.our-group-box svg path {
  fill: var(--white-color);
}
.btn-style-three {
  background-color: var(--red-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 18px;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  outline: none;
}
a.btn-style-three:is(:hover, :focus) {
  background-color: var(--blue-color);
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
}
a.btn-style-three:is(:hover, :focus) svg path {
  fill: var(--white-color);
}
.gloabl-integration img {
  border-radius: 6px;
}
.global-integration-box {
  background-color: var(--bg-blue);
  padding: 15px 30px 15px 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.global-integration-box h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--sarabun-font);
  font-style: italic;
}
.locations-area {
  background-color: var(--bg-blue);
}
.locations-box {
  background-color: var(--white-color);
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
  padding: 20px;
  border-radius: 6px;
}
.locations-box h5 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--sarabun-font);
  color: var(--red-color);
  border-bottom: 1px solid var(--border-grey);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.locations-box p {
  margin-bottom: 5px;
}
.locations-box p a {
  color: var(--black-color);
}
.locations-box p a:is(:hover, :focus) {
  color: var(--black-color);
}

.reach-us ul {
  list-style: none;
  padding-inline-start: 20px;
}
.reach-us ul b {
  float: left;
  width: 35px;
}
.reach-us li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.reach-us li span {
  width: 75%;
  float: left;
  padding: 2px 0 0 0;
  color: #000;
}
.reach-us li a {
  color: var(--black-color);
}
.reach-us li span a:hover {
  color: var(--black-color);
}
.reach-us h2 {
  margin-bottom: 20px;
}
.contact-form-box {
  background-color: var(--bg-blue);
  padding: 30px;
  border-radius: 6px;
}
#contact_form textarea {
  height: auto !important;
}
textarea {
  resize: none;
}
label span {
  color: var(--red-color);
}
.footer-our-services-second-column h4 {
  visibility: hidden;
}
.home-who-we-are figure,
.home-our-expertise-img-area figure,
.who-we-are-img-area figure,
.about-trade-img-area figure,
.gloabl-integration figure {
  margin: 0;
  overflow: hidden;
  background-color: var(--red-color);
}
.home-who-we-are figure img,
.home-our-expertise-img-area figure img,
.who-we-are-img-area figure img,
.about-trade-img-area figure img,
.gloabl-integration figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-who-we-are figure:hover img,
.home-our-expertise-img-area figure:hover img,
.who-we-are-img-area figure:hover img,
.about-trade-img-area figure:hover img,
.gloabl-integration figure:hover img {
  opacity: 0.5;
}
.gloabl-integration figure {
  border-radius: 6px;
}
.section h4 {
  color: var(--black-color);
  font-family: var(--sarabun-font);
  font-weight: bold;
  font-size: 25px;
}
.section span p {
  margin-bottom: 10px;
}
.section ul li::marker {
  color: var(--red-color);
}
.section ul li {
  padding-bottom: 8px;
}
.section ul li:last-child {
  padding-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.section {
  margin-bottom: 15px;
}
.privacy-page a {
  color: var(--black-color);
}
.privacy-page a:is(:hover, :focus) {
  color: var(--red-color);
}
.home-our-expertise-content-area svg rect.cls-1,
.our-core-business .our-core-business-list ul b svg rect.cls-1,
.who-we-are-content-area .our-core-business-list ul b svg rect.cls-1 {
  fill: none;
}
.expertise-button {
  margin-top: 290px;
}
.headder-top-area {
  display: none;
}
#enquiry_form select {
  padding: 0 15px;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  font-size: 1rem;
  top: 45px;
  right: 30px;
  position: absolute;
  color: var(--black-color);
}
.fax svg path {
  fill: var(--red-color);
}
.fax b {
  margin-right: 5px;
}
.navbar-logo img{
      width:380px;
  }