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

.text-center {
  text-align: center;
}

.me-auto {
  margin: 0 auto;
}

.tab-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.tab-content.active {
  opacity: 1;
  display: block;
}

.swiper-button-disabled {
  cursor: no-drop !important;
  opacity: 0.5;
}

.swiper-control.position-absolute .swiper-control-btn {
  z-index: 1;
}

.swiper-control.position-absolute .swiper-prev {
  left: 15px;
}

.swiper-control.position-absolute .swiper-next {
  right: 15px;
}

.swiper-control-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.swiper-control-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  margin-top: 3rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.swiper-control.d-flex {
  gap: 2rem;
}

.swiper-control.relative {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
}

.swiper-control.relative .swiper-control-btn {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  cursor: pointer;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition-delay: 0s;
  transition-delay: 0s;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  overflow: hidden;
  position: relative;
  color: var(--primary-color);
  font-size: 1.4rem;
  font-family: var(--heading-font);
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 16px;
  line-height: 1;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.button:hover {
  background: var(--primary-color);
  color: #fff;
}

.button-bg {
  background: var(--primary-color);
  color: #fff;
}

.header-cta__social {
  margin-left: auto;
}

.header-cta__contact {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--heading-font);
  color: #383838;
}

.header-cta__contact ul li:not(:last-child),
.header-cta__social ul li:not(:last-child) {
  margin-right: 20px;
}

.header-cta__contact ul li i {
  color: var(--primary-color);
  margin-right: 5px;
}

.header-cta__social ul li a {
  font-size: 1.6rem;
}

.header-cta__social ul li i {
  color: var(--primary-color);
}

.header-cta.d-flex .button {
  padding: 16px 18px 14px;
  font-weight: 600;
}

/* Home */

.section-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1800px) {
  .section-pd {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.banner {
  height: 720px;
}

@media screen and (min-width: 1800px) {
  .banner {
    height: 900px;
  }
}

.slide-banner-item {
  opacity: 0;
  transition-property: opacity;
}

.slide-banner-item.swiper-slide-active {
  opacity: 1;
}

.banner-item {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

.banner-item__content {
  padding-top: 105px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-item__content .banner-text {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  max-width: 550px;
  position: relative;
  font-size: 1.6rem;
  color: #000;
}

/* .banner-item__content .banner-text.animated {
  animation-delay: 350ms;
  animation-duration: 1s;
} */

@media screen and (min-width: 1800px) {
  .banner-item__content .banner-text {
    max-width: 620px;
    font-size: 1.8rem;
  }
}

.banner-item__content .banner-text h1 {
  color: #fff;
  font-size: 4.8rem;
}

.banner-item__content .banner-text p {
  margin: 30px 0;
  color: #fff;
}

.button-banner {
  gap: 20px;
}

.button-banner .button {
  padding: 18px 29px;
  color: #fff;

  font-weight: bold;
}

.button-banner .button:not(.button-bg) {
  border-color: #fff;
}

.button-banner .button:hover {
  background: #fff;
  color: var(--primary-color);
}

.slide-banner-item.center .banner-item__content .banner-text {
  margin: 0 auto;
}

.slide-banner-item.center .banner-item__content .banner-text h1,
.slide-banner-item.center .banner-item__content .banner-text p {
  color: #fff;
  text-align: center;
}

.slide-banner-item.center .button-banner {
  justify-content: center;
}

.slide-banner-item.right .banner-item__content .banner-text {
  margin-left: auto;
}

.slide-banner-item.right .banner-item__content .banner-text h1,
.slide-banner-item.right .banner-item__content .banner-text p {
  color: #fff;
  text-align: right;
}

.slide-banner-item.right .button-banner {
  justify-content: end;
}

.slide-banner-item.swiper-slide-active.center .animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slide-banner-item.swiper-slide-active.left .animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slide-banner-item.swiper-slide-active.right .animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.featured-tabs .tab-control {
  background: #ececec;
}

.featured-tabs .tab-btn {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 15px 2px;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
}

.featured-tabs .tab-btn i {
  color: var(--primary-color);
  font-size: 4rem;
  margin-bottom: 16px;
}

.featured-tabs .tab-btn.active {
  background: #f5f5f5;
}

.featured-tabs .tab-group {
  background: #f5f5f5;
  padding: 30px 20px 25px 20px;
}

.featured-tabs .tab-content h4 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.featured-tabs .tab-content p {
  font-family: "Open Sans", sans-serif;
  color: #777;
}

.featured-tabs .tab-content a {
  margin-top: 25px;
  text-transform: none;
}

.about-text__sub {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 25px;
}

.about-text__title {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 500;
  color: #616161;
  margin-bottom: 15px;
}

.about-text p {
  font-family: "Open Sans", sans-serif;
  color: #777;
  margin-top: 25px;
}

.about-text a {
  margin-top: 25px;
  text-transform: none;
}

.call-action-wrap {
  background: rgba(15, 15, 15, 0.8);
  text-align: center;
  padding: 140px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  color: #fff;
}

.call-action__title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 52px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.call-action-wrap a {
  padding: 18px 29px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.call-action-wrap a:hover {
  background: #fff;
  color: var(--primary-color);
}

.sec-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 2.8rem;
  margin-bottom: 25px;
}

.sec-title p {
  font-family: "Open Sans", sans-serif;
  color: #777;
  margin: 0;
}

.service-list {
  margin-top: 60px;
}

.service-item .icon-wrapper {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.service-item .icon-wrapper i {
  font-size: 30px;
  color: var(--primary-color);
}

.service-item h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 25px 0 20px;
  color: #616161;
}

.service-item p {
  font-family: "Open Sans", sans-serif;
  color: #777;
  margin: 0;
}

.section-pd.qoutes {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.qoutes-form {
  margin-top: 60px;
}

.form-field {
  margin-bottom: 16px;
}

.form-field-input {
  font-size: 1.4rem;
  color: #555;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9 !important;
  background-color: #f8f8f8 !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-field-input:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.form-field-textarea .form-field-input {
  height: 150px;
}

.form-field-btn {
  text-transform: uppercase;
  border-radius: 5px !important;
  font-size: 1.4rem;
  padding: 14px 24px !important;
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
}

.statistics-wrap {
  padding: 140px 0;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.7);
}

.count-list {
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.count-list .count-item {
  text-align: center;
  border-right: 1px solid #e3e3e3;
  padding: 40px 0 30px;
}

.count-list .col-lg-3:last-child .count-item {
  border: none;
}

.count-item__head i {
  margin-right: 15px;
  margin-top: -15px;
  font-size: 3.6rem;
  color: var(--primary-color);
}

.count-item__head span {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: #383838;
}

.count-list .count-item p {
  color: #777;
}

.partner-logo.d-flex {
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* Giới thiệu */

.banner-inner-page {
  height: 360px;
}

.banner-inner-page .img-cover {
  border-radius: 0;
}

.banner-inner-page .banner-content {
  position: absolute;
  z-index: 1;
  top: 200px;
  width: 100%;
}

.banner-inner-page .banner-content h1 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.page-breadcumb {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #fff;
}

.page-breadcumb a {
  color: #fff;
}

.page-breadcumb span.breadcrumb_last {
  color: var(--primary-color);
}

.pabout-us .about-text p:not(:last-child) {
  margin-bottom: 25px !important;
}

.pservices {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.pservices .service-list {
  margin-top: 0;
}

.pservices .service-item__head {
  margin-bottom: 10px;
}

.pservices .service-item .icon-wrapper {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 15px;
}

.pservices .service-item {
  margin-top: 40px;
}

.pservices .service-item .icon-wrapper i {
  font-size: 2rem;
}

.pservices .service-item h4 {
  flex: 1;
  margin: 0;
  min-height: auto;
}

.pservices .img-wrapper {
  display: flex;
  justify-content: end;
  height: 100%;
}

/* Fleet list table */
.fleet-post {
  display: flex;
}

.fleet-location {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.label-fleet h3 {
  text-align: right;
  color: #0b5592;
  font-weight: 600;
  font-size: 18px;
}

.value-fleet h3 {
  color: #0b5592;
  font-size: 14px;
  padding: 2px 0 0;
}

.fleet-heading {
  color: #0b5592;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 800;
}

.header-table {
  margin: 0;
  padding: 16px 20px;
  background-color: #0b5592;
  color: white;
  font-weight: 600;
}

.table-fleet {
  border: none;
}

.table-fleet td {
  border: none;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-fleet .left {
  color: #0b5592;
  font-weight: 600;
  text-align: left;
}

.table-fleet .right {
  color: #0b5592;
  text-align: right;
}

.fleet-image {
  float: right;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 3.8rem;
}

.fleet-image img {
  width: 100%;
  height: auto;
  min-height: 250px;
  margin: 5px 0;
  object-fit: contain;
}

.fleet-image img:first-child {
  margin: 5px 0 3rem;
}

.layout-image {
  position: relative;
}

.fleet-button {
  display: flex;
  justify-content: center;
}

/* Responsive */
@media (min-width: 1537px) and (max-width: 1700px) {
}

@media (min-width: 1401px) and (max-width: 1536px) {
}

@media (min-width: 1200px) and (max-width: 1440px) {
}

@media (min-width: 1281px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* Ipad */

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  :root {
    --menu-height: 6rem;
  }

  body {
    font-size: 1.4rem;
  }

  .hidden-xs {
    display: none !important;
  }

  .swiper-control-btn {
    width: 46px;
    height: 46px;
  }

  .header-top {
    padding: 8px 0;
  }

  .header-cta__contact {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .header-cta.d-flex .button {
    padding: 8px 12px 8px;
    font-weight: 600;
  }

  .header:not(.sticky) .mobile-nav,
  .header:not(.sticky) .mobile-mask {
    top: calc(var(--menu-height) + 38px);
  }

  .mobile-nav,
  .mobile-mask {
    top: var(--menu-height);
  }

  .banner-item__content .banner-text h1 {
    font-size: 3.2rem;
  }

  .button-banner .button {
    padding: 16px 28px;
  }

  .section-pd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featured-tabs {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-tabs .tab-btn {
    font-size: 1.4rem;
    min-height: 115px;
  }

  .featured-tabs .tab-btn i {
    font-size: 3.3rem;
  }

  .about-text__sub {
    font-size: 2rem;
  }

  .call-action__title {
    font-size: 3.2rem;
  }

  .qoutes .img-wrapper {
    margin-bottom: 20px;
  }

  .service-list {
    margin-top: 0;
  }

  .service-list .service-item {
    margin-top: 40px;
  }

  .qoutes-form {
    margin-top: 30px;
  }

  .statistics-wrap {
    padding: 40px 0;
    min-height: auto;
  }

  /* Page */

  .banner-inner-page .banner-content {
    top: 180px;
  }

  .banner-inner-page .banner-content h1 {
    font-size: 3.8rem;
  }

  .pabout-us .row .col-md-5 {
    margin-bottom: 40px;
  }

  .pcontact-us .contact-info {
    margin-bottom: 40px;
  }

  .footer-col.about-us {
    margin-bottom: 40px;
  }

  .fleet-post {
    display: block;
  }

  .fleet-image {
    position: static;
    float: none;
    width: auto;
  }

  .fleet-image img {
    min-height: 100px;
  }

  .label-fleet h3 {
    font-size: 15px;
    margin: 0;
  }

  .value-fleet h3 {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

  .fleet-button {
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 0px) and (max-width: 480px) {
  .button {
    font-size: 1.2rem;
  }

  .banner {
    height: 360px;
  }

  .banner .swiper-control-btn {
    display: none;
  }

  .banner-item__content .banner-text h1 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  .banner-item__content .banner-text p {
    font-size: 1.2rem;
    margin: 10px 0 12px;
  }

  .sec-title h2 {
    font-size: 2.4rem;
  }

  .about-text__title {
    font-size: 2.8rem;
  }

  .section-pd.about-us {
    padding-top: 0;
  }

  .featured-tabs .tab-btn span {
    display: block;
    margin-top: 10px;
  }

  .featured-tabs .tab-btn i {
    margin: 0;
  }

  .call-action__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .call-action-wrap {
    padding: 60px 0;
  }

  /* Page */

  .banner-inner-page {
    height: 300px;
  }

  .banner-inner-page .banner-content {
    top: 160px;
  }

  .banner-inner-page .banner-content h1 {
    font-size: 2.8rem;
  }

  .page-breadcumb {
    font-size: 1.6rem;
  }

  .footer-col {
    margin-bottom: 40px;
  }

  .footer-col.contact {
    margin: 0;
  }

  .footer-cta__social {
    margin: 0 auto;
  }

  .footer-ctn.d-flex.f-center {
    justify-content: center;
    gap: 10px;
  }
}
