/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
:root {
  --header-logo-height: 90px; /* Tăng chiều cao logo */
}

.banner {
  margin-top: var(--header-logo-height);
}

figure {
  margin: 0;
}
a {
  transition: all ease 0.3s;
}
.row {
  /* margin-left: -5px;
  margin-right: -5px; */
  /* display: flex;
  flex-wrap: wrap; */
}
.blog-page .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

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

body {
  font-size: var(--fontsize);
  background: var(--bg-body);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.box-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.box-title .box-bg-title {
  display: inline-block;
  position: relative;
}
.box-title .box-bg-title::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 25px 30px;
  border-color: transparent transparent #d7d7d7 transparent;
  top: 0;
  left: -45px;
  position: absolute;
  content: "";
}
.box-title .box-bg-title::after {
  width: 0;
  content: "";
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 30px 25px 30px;
  border-color: transparent transparent #d7d7d7 transparent;
  top: 0;
  right: -45px;
}
.box-title .box-bg-title h1,
.box-title .box-bg-title h2 {
  padding: 0 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  background: var(--third);
  line-height: 60px;
  text-transform: uppercase;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-title .box-bg-title h1::before,
.box-title .box-bg-title h2::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 46px 0;
  border-color: transparent var(--third) transparent transparent;
  left: -15px;
  top: 0;
  content: "";
  position: absolute;
}
.box-title .box-bg-title h1::after,
.box-title .box-bg-title h2::after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 46px 17px 0 0;
  border-color: var(--third) transparent transparent transparent;
  right: -15px;
  top: 0;
}

@media (max-width: 767px) {
  .box-title .box-bg-title h1,
  .box-title .box-bg-title h2 {
    font-size: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  line-height: 80px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  height: 90px;
}
header.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 10px 13px 0px rgba(90, 122, 190, 0.09),
    0px 1px 1px 0px rgba(90, 122, 190, 0.07) !important;
}
#header .logo img {
  width: 80px;
}
.fix_banner_left,
.fix_banner_right {
  display: none !important;
}
.overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  display: none;
}
#header .navbar {
  display: flex;
  align-items: center;
}
#header .navbar #menu-site .accordion {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .navbar #menu-site .accordion li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
}
#menusite .dropdown-menu > li > a:hover {
  background: var(--primary) !important;
  color: #fff !important;
}
/* #header .navbar #menu-site .accordion li a .dropdown-menu li a:hover {
 background: var(--primary) !important;
 color: #c6c6c6 !important;
   
} */
#header .navbar #menu-site .accordion li i {
  margin-left: 5px;
}
#header .navbar #menu-site .accordion .dropdown {
  position: relative;
}
#header .navbar #menu-site .accordion .dropdown .link {
  display: flex;
  align-items: center;
}

#header .navbar #menu-site .accordion .dropdown:hover .dropdown-menu {
  display: block;
}
#header .dropdown-menu li a {
  font-weight: 600;
  text-transform: capitalize !important;
  font-size: 14px !important;
}
#header .dropdown-menu {
  padding: 0 !important;
}
.footer-top {
  padding-top: 20px;
  /* padding-bottom: 20px; */
  background-color: rgb(34, 34, 34);
}
.footer-bottom p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
#footer .footer-logo img {
  width: 180px;
  text-align: center;
  margin-bottom: 20px;
}
#footer .footer-logo {
  /* padding-top: 15px; */
  text-align: center;
}
#footer .footer-top {
  color: #c6c6c6 !important;
}
#footer .footer-top a {
  color: #c6c6c6;
}
#footer .desc {
  color: #fff;
  color: #c6c6c6;
}
#footer h3 {
  font-size: 16px;
  color: #c6c6c6;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .panel-body {
  padding: 0;
  padding-left: 15px;
}
@media (max-width: 992px) {
  #footer .panel-body {
    padding-left: 0;
  }
}
#footer ul li {
  margin-bottom: 10px;
  padding: 0 !important;
  background: unset !important;
  display: flex;
}
#footer ul li > a {
  display: flex;
}
#footer .panel-body ul li a {
  color: #c6c6c6;
}
#footer .panel-body ul li a:hover {
  color: #fff;
}
.company_info li em {
  text-align: center;
  width: auto;
  margin-top: 3px;
  margin-right: 5px;
}
.social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .social {
    display: flex;
    gap: 12px;
    margin-top: 15px;
  }
}
.social li img {
  width: 100%;
  height: 20px;
  filter: brightness(1) invert(1);
}
.social li {
  margin-bottom: 0;
}
.social li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff0084;
  transition: all ease 0.3s;
}

.social li:nth-child(4) a {
  background: #1c9cea;
}
.social li:nth-child(3) a {
  background: #f7333e;
}
.social li:nth-child(2) a {
  background: #1773ea;
}
.social li:nth-child(2) a {
  background: #1773ea;
}
.social li:nth-child(5) a {
  background: red;
}
.social li a:hover {
  background: #000 !important;
}

@media (max-width: 1200px) {
  .navbar-toggle {
    display: block !important;
    background: #000;
  }
  #header .navbar #menu-site .accordion .dropdown .link {
    display: block;
  }
  #header .navbar #menu-site .accordion .dropdown ul {
    width: 100%;
  }
  #header .dropdown-menu li a {
    font-weight: 600;
    text-transform: capitalize !important;
    font-size: 12px !important;
  }
  #menu-site {
    height: 100vh;
    max-width: 330px;
    width: 100%;
    left: -500px;
    transition: all ease-in-out 0.4s;
    position: fixed;
    overflow: auto;
    background: #fff;
    top: 0;
    z-index: 1;
  }
  #menu-site.active {
    left: 0;
  }
  #header .logo {
    order: 1;
    margin: 0 auto;
  }
  #header #menusite {
    order: 0;
  }

  #menu-sitet.active {
    left: 0;
    display: block !important;
    box-shadow: 0 5px 5px rgba(129, 126, 126, 0.31);
  }
  #header .navbar #menu-site .accordion {
    display: block;
  }
  #header .dropdown .dropdown-menu {
    position: relative;
    display: none !important;
  }
  #header .dropdown.active .dropdown-menu {
    display: block !important;
  }
  .accordion .dropdown {
    position: relative;
  }
  #header .dropdown.active .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .accordion li.dropdown {
    border-bottom: 1px solid #eee !important;
    display: block;
  }
  .accordion .dropdown a {
    width: 100%;
    padding: 10px 15px !important;
  }
  .accordion .dropdown i {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transition: all ease 0.5s;
  }
  .accordion.dropdown.active i {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 1;
  display: none;
  height: 100%;
  width: 100%;
}
.overlay.active {
  display: block;
}
.close-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
}
.navbar-toggle {
  color: #fff !important;
  background: transparent;
  outline: none;
  border: none;
  background-image: url(../images/menu.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
.box-img img {
  width: 100%;
}
.banner {
  position: relative;
}
.section-body {
  margin-top: 95px;
}

.home-slogan {
  position: relative;
  padding: 40px 0;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .home-slogan .box-content {
    padding-right: 50px;
  }
}

.home-slogan .box-title {
  text-align: left;
  margin-bottom: 20px;
}
.home-slogan .slogan-item {
  margin-bottom: 20px;
}
.home-slogan h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.home-slogan .slogan-item .icon {
  margin-right: 10px;
}
.home-slogan .slogan-item span {
  font-weight: 700;
}
.home-slogan .slogan-item .slogan-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service .box-title {
  margin-top: -105px;
}
.service {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0 150px 0px;
  color: #fff;
  position: relative;
  margin: 0 0px 120px 0px;
}

.service .wraper {
  position: relative;
  z-index: 2;
}
.service::before {
  background: 50% 0 url(../images/bk-car.png) no-repeat;
  background-size: auto;
  width: 50%;
  height: 100%;
  content: "";
  bottom: calc(-100% + 140px);
  left: 50%;
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
}
.service::after {
  background: rgb(0, 0, 0, 0.4);
  inset: 0;
  position: absolute;
  z-index: 1;
  content: "";
}
.box-title h2 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.service h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.service h3 {
  text-transform: uppercase;
}
.service .box-service-item a {
  display: block;
  padding: 5px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  transition: all ease 0.4s;
  min-height: 210px;
  color: #fff;
  margin-bottom: 20px;
  /* height: 195px; */
}
@media (max-width: 992px) {
  .service {
    margin-bottom: 40px;
  }
  .service::before {
    background-size: contain;
    bottom: calc(-100% + 150px);
  }
}
@media (max-width: 575px) {
  .service .box-service-item a {
    height: 230px;
  }
}
.service .box-service-item .price {
  color: var(--primary);
  font-weight: 700;
  transition: all ease 0.3s;
}
.service .box-service-item a:hover {
  display: block;
  /* padding: 10px; */
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: all ease 0.4s;
  background: var(--secondary);
  border: 1px solid var(--secondary);
}
.service .box-service-item a:hover .price {
  color: red;
}
/* .service .box-service-item a:hover .box-img{
 padding: 5px;
 } */
.box-slogan {
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
}

.combo {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}
@media (max-witdh: 767px) {
  .combo {
    padding: 0;
  }
}
.combo h2 {
  text-align: center;
  margin-bottom: 24px;
}
.combo .box-combo-item {
  border-radius: 10px;
  border: 1px solid #d8e2ef;
  transition: all ease 0.4s;
  overflow: hidden;
}
.combo .box-combo-item .box-img {
  aspect-ratio: 3/2;
}
.combo .box-combo-item .box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.combo .box-combo-item:hover {
  box-shadow: 0px 10px 13px 0px rgba(90, 122, 190, 0.09),
    0px 1px 1px 0px rgba(90, 122, 190, 0.07) !important;
}
.combo .box-combo-item .box-content {
  padding: 15px;
  background: #fff;
  padding-top: 5px;
}
.combo [class^="col-"] {
  margin-bottom: 20px;
}
.combo h3 {
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 10px;
}
.combo h3 a {
  color: #000;
}
.combo h3 a:hover {
  color: var(--primary);
}
.combo .box-desc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .home-blog .box-title,
  .contract .box-title,
  .combo .box-title {
    margin-bottom: -35px;
  }
}
@media (max-width: 575px) {
  .combo .box-desc {
    display: block;
  }
}
.combo .box-desc span a {
  padding: 5px 10px;
  color: #fff !important;
  display: block;
  background: var(--primary);
}
@media (max-width: 575px) {
  .combo .box-desc {
    display: block;
  }
  .combo .box-desc span a {
    padding: 5px 10px;
    color: #fff !important;
    display: block;
    background: var(--primary);
    text-align: center;
    margin-bottom: 0;
  }
}
.combo .box-desc span:last-child a {
  background: #000;
}
.combo .box-desc span a:hover {
  background: var(--secondary);
}
@media (max-width: 630px) {
  .combo .box-desc {
    display: block;
  }
  .combo .box-desc span a {
    padding: 5px 10px;
    color: #fff !important;
    display: block;
    background: var(--primary);
    text-align: center;
    margin-bottom: 10px;
  }
  .combo .box-desc span:last-child a {
    background: #000;
    margin-bottom: 0;
  }
}
.home-about {
  padding: 40px 0;
}
.home-about .box-img {
  position: relative;
  aspect-ratio: 1/1;
}
.home-about .box-img .bg-1 {
  /* border-radius: 50%; */
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
}
.combo .row,
.service .row,
.home-slogan .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.blog-item .text-muted ul li {
  font-size: 14px;
}

.home-about .box-img .bg-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  top: -15px;
  right: 0;
  border: 10px #fff solid;
}
@media (min-width: 992px) {
  .home-about .box-content {
    padding-left: 50px;
    padding-top: 40px;
  }
}

.home-about .box-content h2 {
  margin-bottom: 12px;
  font-size: 25px;
}

.contract .box-img {
  aspect-ratio: 3/4;
  position: relative;
}
.contract .box-img::before {
  inset: 0;
  background: rgb(0, 0, 0, 0.4);
  position: absolute;
  content: "";
  z-index: 1;
}
.contract .box-img .box-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  padding: 0 15px;
}
.contract .box-img .box-content h4 {
  color: var(--primary);
  font-size: 16px;
}
.contract .box-img img {
  height: 100%;
  width: 100%;
}

.feedback {
  padding: 40px 0;
}
.feedback .box-feedback-item {
  padding: 40px 15px;
  width: 100%;
  float: left;
}
.feedback .item {
  margin-right: 50px;
}

.feedback .testimonial {
  position: relative;
  width: 100%;
  display: flex;
  float: left;
  padding: 30px;
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);
}
.feedback .item:nth-child(even) .testimonial::before {
  border-style: solid;
  border-width: 26px 0 0 540px;
  border-color: transparent transparent transparent #fff;
  top: -26px;
  left: 0;
  position: absolute;
  content: "";
}

.feedback .item:nth-child(odd) .testimonial::before {
  border-style: solid;
  border-width: 0 0 26px 540px;
  border-color: transparent transparent #fff transparent;
  top: -26px;
  right: 0;
  position: absolute;
  content: "";
}

.feedback .item:nth-child(even) .testimonial::after {
  border-style: solid;
  border-width: 26px 540px 0 0;
  border-color: #fff transparent transparent transparent;
  bottom: -26px;
  right: 0;
  position: absolute;
  content: "";
}

.feedback .item:nth-child(odd) .testimonial::after {
  border-style: solid;
  border-width: 0 540px 26px 0;
  border-color: transparent #fff transparent transparent;
  bottom: -26px;
  right: 0;
  position: absolute;
  content: "";
}
.feedback .box-img {
  width: 20%;
  aspect-ratio: 1/1;
  /* margin-right: 20px; */
  height: 120px;
}
.feedback .box-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.feedback .box-content {
  width: 80%;
  padding: 0 20px 0 40px;
}
@media (max-width: 767px) {
  .feedback .item {
    margin-right: 0;
  }
  .feedback .box-content {
    width: 100%;
    padding: 10px;
  }
  .feedback .box-img {
    width: 100%;
    height: 90px;
    text-align: center;
    border-radius: 50%;
  }
  .feedback h4 {
    text-align: center;
  }
  .feedback .box-img img {
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .feedback .testimonial {
    display: block;
  }
  .feedback {
    padding-bottom: 0;
    padding-top: 0;
  }
  .home-blog {
    padding-top: 0;
  }
}

.feedback .box-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
.feedback .desc {
  position: relative;
}
.feedback .desc::before {
  content: "";
  background-image: url("../images/tick.webp");
  background-size: contain;
  width: 95px;
  height: 65px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media (max-width: 992px) {
  .feedback .testimonial {
    position: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .feedback .box-title {
    margin-bottom: -75px;
  }
}
.d-lg {
  display: block;
}
@media (max-width: 992px) {
  .d-lg {
    display: none;
  }
}
.home-blog {
  padding: 40px 0;
}
.blog-item h4 {
  font-size: 16px;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-item .box-img {
  margin-bottom: 8px;
}
.blog-item h4 a {
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-item h4:hover a {
  color: var(--primary);
}
.blog-item p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-item {
  margin-bottom: 20px;
}
.box-table table,
#news-bodyhtml table {
  width: 100%;
  border-spacing: 5px;
  border: 1px solid #dddddd !important;
  border-collapse: unset;
}
#news-bodyhtml table tr,
#news-bodyhtml table td,
#news-bodyhtml table th,
.box-table table tr,
.box-table table td,
.box-table table th {
  padding: 15px !important;
  border: 1px solid #dddddd !important;
}
#news-bodyhtml thead th,
.box-table thead th {
  text-align: center;
}
.box-table thead th h2 {
  margin: 10px 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #333;
}
.box-table thead th .contact-info {
  margin: 10px 0;
}
.box-table thead th .contact-info a {
  color: var(--primary);
}
.box-table thead th h3 {
  font-size: 18px;
}
.box-table tbody th {
  background: var(--primary);
  color: #fff;
}
#news-bodyhtml th {
  background: var(--primary);
  color: #fff;
}
#news-bodyhtml tr:nth-child(even),
.box-table tbody tr:nth-child(even) {
  background: antiquewhite;
}

.box-table tbody {
  font-weight: 500;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  transition: all ease 0.1s;
  display: none;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius: 50%;
  color: #fff !important;
  background: var(--primary);
}
.back-to-top.active {
  display: flex;
}
.back-to-top:hover {
  background: var(--secondary);
}

.breadcrumb {
  background: #fff;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-item .box-img {
  aspect-ratio: 3/2;
}
.blog-item .box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.breadcrumb ul li:last-child a {
  font-weight: 600;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::before {
  position: absolute;
  content: "/";
  right: -13px;
}
.breadcrumb ul li:last-child:before {
  display: none;
}

.aside .show {
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  color: #000;
  font-weight: 500;
}
.aside .show:hover {
  color: var(--primary);
}
.aside .panel-heading {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
#news-bodyhtml table {
  border: 1px solid #c6c6c6;
  width: 100%;
  margin: 10px 0;
}
#news-bodyhtml table tr td p {
  color: #000;
}
#news-bodyhtml table p {
  margin-bottom: 0 !important;
}
#news-bodyhtml tr {
  padding: 15px;
}
.d-flex {
  display: flex;
}
.share ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social {
  margin-top: 0;
}
#footer .social {
  margin-top: 10px;
}
.about .page {
  margin-bottom: 40px;
  background: #efefef;
}
.about {
  margin-top: 30px;
}
.about .page {
  border: none;
}
.about .page .panel-body {
  padding: 0;
}

.about .box-title {
  margin-top: -24px;
  margin-bottom: 10px;
}
.about #page-bodyhtml {
  background: #fff;
  margin: 30px 20px;
  margin-top: 15px;
  padding: 20px;
}

.bodytext ul li::before,
.about .more-content li::before {
  position: absolute;
  background-image: url(../images/checked.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  content: "";
  width: 14px;
  top: 7px;
  left: -18px;
}

.bodytext ul li,
.about .more-content li {
  position: relative;
  font-weight: 400;
  /* font-style: italic; */
}
.bodytext ul,
.about .more-content {
  padding-left: 18px !important;
}

@media (max-width: 575px) {
  .box-title .box-bg-title {
    display: inline-block;
    position: unset;
  }
  .box-title .box-bg-title::after,
  .box-title .box-bg-title::before {
    display: none !important;
  }
  .home-about {
    padding: 20px 0;
  }
  .box-title .box-bg-title h1,
  .box-title .box-bg-title h2,
  .home-about .box-content h2 {
    font-size: 20px !important;
    background: unset;
    color: #000;
    line-height: 32px;
    padding: 0;
    border-radius: 0;
  }
  .box-title {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
  .service {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .service::before {
    bottom: calc(-100% + 50px);
  }
  .service .box-title h2 {
    color: #fff;
  }
  .box-title h2::after,
  .box-title h1::after,
  .box-title h2::before,
  .box-title h1::before {
    display: none;
  }
  .box-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .box-title .box-bg-title h1,
  .box-title .box-bg-title h2 {
    font-size: 18px;
    background: unset;
    color: #000;
    line-height: 32px;
    padding: 0;
    border-radius: 0;
  }
  .service {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .service h2 {
    color: #fff !important;
  }
  .service::before {
    bottom: calc(-100% + 70px);
  }
  .service .box-service-item a {
    height: 130px;
  }
  .combo h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.copy-right a {
  color: #000;
  font-weight: 700;
}
.contact {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact iframe {
    height: 150px !important;
  }
  .home-blog {
    padding-top: 15px;
  }
  .feedback .box-feedback-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.bodytext img {
  margin-bottom: 10px;
}
.bodytext p {
  margin-bottom: 8px;
}

#header .site_description,
#header .site_name,
#header .logo h1 {
  display: none;
}

.container {
  width: 100% !important;
}

/* DALAT MOTORBIKE GALLERY */

.dalat-motorbike-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Laptop: 3 items */
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.motorbike-image-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.motorbike-image {
  width: 100%;
  height: 320px;
  margin: 0;
  border: 10px solid #d7d7d7;
  /* -webkit-filter: sepia(40%);
  filter: sepia(40%); */
  transition-duration: 1s;
  object-fit: cover;
}

.motorbike-image:hover {
  border: 5px solid #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: none;
  filter: none;
}

/* iPad - 2 items per row */
@media (max-width: 1024px) and (min-width: 768px) {
  .dalat-motorbike-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .motorbike-image {
    max-width: 400px;
    height: 280px;
  }
}

/* Mobile - 1 item per row */
@media (max-width: 767px) {
  .dalat-motorbike-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }

  .motorbike-image {
    max-width: 100%;
    height: 250px;
  }
}

/* Slider whyus responsive styles */
.why-us-swiper {
  /* padding: 0 16px; */
  max-width: 450px;
  height: 580px;
  margin: 30px auto;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.why-us-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(0, 0, 0, 0.05)
  );
  pointer-events: none;
  z-index: 1;
}

.why-us-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #fff;
  /* border-radius: 14px; */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 100%;
  height: calc(100% - 20px);
  /* margin: 10px 0; */
}

.why-us-swiper .swiper-slide:hover {
  transform: scale(1.02);
}

.why-us-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
  transition: transform 0.4s ease;
}

.why-us-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.why-us-swiper .swiper-pagination {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-us-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.why-us-swiper .swiper-pagination-bullet-active {
  background: #ff6b35;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

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

@media (min-width: 740px) and (max-width: 1023px) {
}

@media (max-width: 740px) {
  .why-us-swiper {
    height: 550px;
  }
}
