.section-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem 3rem;
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}
.section-box.transparent {
  background-color: transparent;
  box-shadow: none;
}
.section-box.about {
  position: relative;
}
.section-box.about .about-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 90%;
  object-fit: cover;
}
.section-box .section-box-title {
  font-weight: 700;
  font-size: 38px;
  position: relative;
  margin-bottom: 20px;
}
.section-box .section-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 75px;
  background-color: #00a0df;
  height: 3px;
  border-radius: 3px;
}
.section-box .property-list {
  margin-top: 60px;
}
.section-box .property-list li {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.section-box .property-list li:not(:last-child) {
  margin-bottom: 20px;
}
.section-box .property-list li i {
  color: #00a0df;
  font-size: 30px;
  margin-right: 20px;
}
.section-box .section-box-body {
  margin: 50px 0 30px;
  line-height: 1.8em;
  font-size: 20px;
  position: relative;
}
.section-box .section-box-link {
  background-color: #00a0df;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.section-box .brand-image {
  filter: grayscale(1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.section-box .brand-image:hover {
  filter: grayscale(0);
}
.section-box .sector-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-box .sector-item:hover .sector-circle {
  background-color: #00a0df;
}
.section-box .sector-item:hover .sector-circle .sector-icon {
  background-color: #fff;
}
.section-box .sector-item .sector-circle {
  width: 166px;
  height: 167px;
  border-radius: 50%;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.section-box .sector-item .sector-circle .sector-icon {
  width: 75px;
  height: 75px;
  background-color: #00a0df;
  transition: all 0.2s ease-in-out;
}
.section-box .sector-item .sector-circle .sector-icon.construction {
  mask: url(../img/sectors/construction.svg) no-repeat center/contain;
  -webkit-mask: url(../img/sectors/construction.svg) no-repeat center/contain;
}
.section-box .sector-item .sector-circle .sector-icon.sedan {
  mask: url(../img/sectors/sedan.svg) no-repeat center/contain;
  -webkit-mask: url(../img/sectors/sedan.svg) no-repeat center/contain;
}
.section-box .sector-item .sector-circle .sector-icon.truck {
  mask: url(../img/sectors/truck.svg) no-repeat center/contain;
  -webkit-mask: url(../img/sectors/truck.svg) no-repeat center/contain;
}
.section-box .sector-item .sector-circle .sector-icon.tractor {
  mask: url(../img/sectors/tractor.svg) no-repeat center/contain;
  -webkit-mask: url(../img/sectors/tractor.svg) no-repeat center/contain;
}
.section-box .sector-item .sector-circle .sector-icon.ship {
  mask: url(../img/sectors/ship.svg) no-repeat center/contain;
  -webkit-mask: url(../img/sectors/ship.svg) no-repeat center/contain;
}
.section-box .sector-item .sector-title {
  color: #212121;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-top: 18px;
  text-transform: uppercase;
  text-align: center;
}
.quick-offer {
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem 0;
  box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.01);
}
.quick-offer .offer-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
.quick-offer .form-control {
  background-color: #f8f8f8;
  border: none;
  text-transform: uppercase;
  height: 50px;
  padding: 0.375rem 1.25rem;
}
.quick-offer .offer-button {
  background-color: #00a0df;
  color: #fff;
  padding: 13px 28px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
}
.page {
  margin-top: 60px;
}
.page .page-title {
  font-weight: 700;
  font-size: 38px;
  position: relative;
  margin-bottom: 20px;
}
.page .page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 75px;
  background-color: #00a0df;
  height: 3px;
  border-radius: 3px;
}
.contact-address {
  text-align: center;
}
.contact-address .contact-address-icon {
  margin-bottom: 30px;
}
.contact-address .contact-address-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.contact-address .contact-address-title:not(:first-child) {
  margin-top: 20px;
}
.contact-address .contact-address-body {
  max-width: 250px;
  margin: 0 auto;
  text-transform: uppercase;
}
.contact-address .contact-address-link {
  color: #000;
}
.listing-item .listing-item-content {
  padding: 40px 30px;
}
.listing-item .listing-item-content.bg-dark {
  background-color: #252b32;
  color: #fff;
}
.listing-item .listing-item-content.bg-dark .listing-item-title,
.listing-item .listing-item-content.bg-dark .listing-item-more {
  color: #00a0df;
}
.listing-item .listing-item-content.bg-gray {
  background-color: #f4f4f4;
  color: #000;
}
.listing-item .listing-item-content.bg-gray .listing-item-title,
.listing-item .listing-item-content.bg-gray .listing-item-more {
  color: #00a0df;
}
.listing-item .listing-item-content.bg-blue {
  background-color: #00a0df;
  color: #fff;
}
.listing-item .listing-item-content.bg-blue .listing-item-title,
.listing-item .listing-item-content.bg-blue .listing-item-more {
  color: #fff;
}
.listing-item .listing-item-content .listing-item-title {
  font-size: 18px;
  font-weight: 700;
}
.listing-item .listing-item-content .listing-item-body {
  margin: 20px 0;
}
.listing-item .listing-item-content .listing-item-more {
  display: flex;
  align-items: center;
}
.listing-item .listing-item-content .listing-item-more i {
  font-size: 12px;
  margin-left: 15px;
}
.listing-item .listing-item-image {
  position: relative;
  min-height: 267px;
}
.listing-item .listing-item-image.big-image {
  min-height: 370px;
}
.listing-item .listing-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.certificate-item {
  background-color: #fff;
}
.certificate-item .certificate-image {
  width: 100%;
  max-height: 342px;
}
.certificate-item .certificate-title {
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  text-transform: uppercase;
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #f8f8f8;
  color: #212121;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
.header-top {
  background-color: #252b32;
  color: #fff;
  font-size: 16px;
}
.header-top a {
  color: #fff;
}
.header-top .contact-link {
  display: flex;
  align-items: center;
}
.header-top .contact-link i {
  color: #00a0df;
  margin-right: 5px;
}
.header-top .social-media-icon {
  font-size: 15px;
  margin-right: 3px;
}
.header-top .language-selector {
  margin-left: 20px;
  padding: 7px;
}
.header-top .language-selector .language-item {
  color: #fff;
  font-size: 13px;
  box-shadow: none;
}
.header-top .language-selector .language-item:not(:last-child) {
  margin-right: 5px;
}
.header-top .language-selector .language-item.active {
  color: #00a0df;
  font-weight: 600;
}
.navbar.home-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: black;
}
.navbar.home-navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
}
.navbar.home-navbar .navbar-toggler {
  outline: none;
  box-shadow: none;
  padding: 0;
}
.navbar.home-navbar .navbar-toggler svg {
  stroke: rgba(0, 0, 0, 0.75);
}
.navbar .navbar-brand {
  max-width: 250px;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 36px;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #00a0df;
  bottom: 0;
  right: 0;
  left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem !important;
}
.navbar .navbar-nav .nav-item .btn-nav-link {
  background-color: #00a0df;
  text-transform: none;
  color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 500px !important;
  margin-top: 0.625rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover {
  background-color: transparent;
}
.navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:not(:last-child)
  .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.6rem 0.7rem;
  white-space: normal !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.first {
  border-bottom: none;
  font-weight: 600;
  font-size: 16px;
  padding: 0.7rem 0.7rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #00a0df;
}
.showcase {
  position: relative;
}
.showcase .showcase-slider {
  height: calc(100vh - 34px);
  min-height: 624px;
}
.showcase .showcase-slider .showcase-item {
  position: relative;
  z-index: 0;
}
.showcase .showcase-slider .showcase-item .showcase-item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.showcase .showcase-slider .showcase-item .showcase-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.showcase .showcase-slider .showcase-item .showcase-item-title {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.4em;
  top: 40%;
  transform: translateY(-50%);
}
.showcase .showcase-slider .swiper-pagination {
  bottom: 180px;
}
.showcase .showcase-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  cursor: pointer;
}
.showcase
  .showcase-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.about-box {
  margin-top: -80px;
  z-index: 9;
  position: relative;
}
.about-box.no-margin {
  margin-top: 0;
}
.page-banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 600px;
  z-index: 0;
}
.page-banner .page-banner-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.page-banner .page-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .page-banner-inner {
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-banner .page-banner-inner .page-banner-title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}
.page-banner .page-banner-link {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 32px;
  display: inline-block;
  margin-top: 40px;
  color: #fff;
  padding: 1rem 2rem;
}
.product-detail-box {
  margin-top: -80px;
  z-index: 9;
  position: relative;
}
.product-detail-box .section-box-body {
  margin: 0;
}
.product-detail-box .section-box-body .section-box-image {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
  max-height: 150px;
  object-fit: cover;
}
.product-detail-banner {
  position: relative;
  height: 450px;
  z-index: 0;
}
.product-detail-banner .product-detail-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-detail-banner .product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.product-detail-banner .product-detail-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 160, 223, 0.5);
  z-index: 2;
}
.product-detail-banner .product-detail-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4em;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 12px;
}
.map {
  margin-top: 60px;
  height: 500px;
}
.map iframe {
  height: 100%;
}
.announcement .announcement-title {
  font-weight: 700;
  font-size: 38px;
  position: relative;
  margin-bottom: 20px;
}
.announcement .announcement-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 75px;
  background-color: #00a0df;
  height: 3px;
  border-radius: 3px;
}
.announcement .announcement-slider {
  margin-top: 20px;
}
.announcement .announcement-slider .swiper-wrapper {
  margin-top: 80px;
}
.announcement .announcement-slider .swiper-button-prev {
  right: 60px;
  left: initial;
}
.announcement .announcement-slider .swiper-button-next {
  right: 0;
}
.announcement .announcement-slider .swiper-button-prev,
.announcement .announcement-slider .swiper-button-next {
  top: 25px;
  border: 2px solid #00a0df;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.announcement .announcement-slider .swiper-button-prev::after,
.announcement .announcement-slider .swiper-button-next::after {
  font-size: 24px;
  color: #00a0df;
}
.activity .activity-title {
  font-weight: 700;
  font-size: 38px;
  position: relative;
  margin-bottom: 20px;
}
.activity .activity-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 75px;
  background-color: #00a0df;
  height: 3px;
  border-radius: 3px;
}
.activity .activity-slider {
  margin-top: 20px;
}
.activity .activity-slider .activity-item {
  position: relative;
  display: block;
  height: 696px;
}
.activity .activity-slider .activity-item .activity-item-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.activity .activity-slider .activity-item .activity-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.activity .activity-slider .activity-item .activity-item-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2;
}
.activity .activity-slider .activity-item .activity-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.activity .activity-slider .swiper-wrapper {
  margin-top: 80px;
}
.activity .activity-slider .swiper-button-prev {
  right: 60px;
  left: initial;
}
.activity .activity-slider .swiper-button-next {
  right: 0;
}
.activity .activity-slider .swiper-button-prev,
.activity .activity-slider .swiper-button-next {
  top: 25px;
  border: 2px solid #00a0df;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.activity .activity-slider .swiper-button-prev::after,
.activity .activity-slider .swiper-button-next::after {
  font-size: 24px;
  color: #00a0df;
}
.cookie-box {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 485px;
  padding: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.cookie-box.close {
  display: none;
}
.cookie-box .close-button {
  position: absolute;
  left: 10px;
  top: 0;
  padding: 5px;
  color: #909090;
  cursor: pointer;
}
.cookie-box .cookie-box-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px 10px;
}
.cookie-box .cookie-box-inner .cookie-content {
  color: #909090;
  font-size: 14px;
}
.cookie-box .cookie-box-inner .cookie-content a {
  color: #00a0df;
}
.cookie-box .cookie-box-inner .cookie-button {
  background-color: #00a0df;
  font-size: 14px;
  color: #fff;
  padding: 10px 40px;
  margin-top: 10px;
}
.footer {
  background-color: #000;
  position: relative;
  padding: 2rem 0;
  z-index: 0;
  color: #fff;
}
.footer .footer-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/footer-background.png) no-repeat center/cover;
  z-index: 1;
}
.footer .footer-inner {
  z-index: 2;
  position: relative;
}
.footer .footer-inner .footer-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-top: 30px;
}
.footer .footer-inner .footer-title span {
  color: #00a0df;
}
.footer .footer-inner .footer-address-title {
  color: #11d6ed;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footer-inner .footer-address-body {
  font-weight: 700;
}
.footer .footer-inner .footer-address-body a {
  color: #fff;
}
.footer .footer-inner .footer-link {
  color: #11d6ed;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.footer .footer-inner .divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 4rem 0;
}
.footer .footer-inner .sidebar-bottom-menu {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.footer .footer-inner .sidebar-bottom-menu li:not(:last-child) {
  margin-right: 10px;
}
.footer .footer-inner .sidebar-bottom-menu li a {
  color: #fff;
}
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
  }
  .navbar.home-navbar .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navbar.home-navbar .navbar-nav .nav-item .btn-nav-link {
    color: #fff;
  }
  .navbar .navbar-brand {
    max-width: 200px;
  }
  .navbar .navbar-brand img {
    width: 100%;
    height: 30px;
  }
  .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .navbar .navbar-nav .nav-item.active .nav-link {
    color: #00a0df;
  }
  .navbar .navbar-nav .nav-item.active::after {
    content: none;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0 !important;
    font-size: 14px;
  }
  .navbar .navbar-nav .nav-item .btn-nav-link {
    padding: 0.5rem 0.75rem !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .quick-offer {
    padding: 4rem 2rem;
  }
  .listing-item .listing-item-image {
    position: relative;
    min-height: 267px;
  }
  .listing-item .listing-item-image.big-image {
    min-height: 267px;
  }
  .listing-item .listing-item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .showcase {
    position: relative;
  }
  .showcase .showcase-slider {
    height: 80vh;
    min-height: 624px;
  }
  .showcase .showcase-slider .showcase-item .showcase-item-title {
    font-size: 44px;
    top: 40%;
    transform: translateY(-50%);
  }
  .showcase .showcase-slider .swiper-pagination {
    bottom: 180px;
  }
  .showcase .showcase-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .showcase
    .showcase-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .section-box {
    padding: 2rem;
  }
  .section-box.about {
    position: relative;
  }
  .section-box.transparent {
    padding: 0;
  }
  .section-box.product-detail .section-box-body {
    margin: 20px 0 0 0;
  }
  .section-box .section-box-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-box .section-box-title::after {
    bottom: -15px;
  }
  .section-box .section-box-body {
    margin: 40px 0 30px;
    font-size: 16px;
  }
  .section-box .section-box-link {
    padding: 12px 30px;
    font-size: 15px;
  }
  .section-box .sector-item .sector-circle {
    width: 100%;
    height: 124px;
  }
  .section-box .sector-item .sector-circle .sector-icon {
    width: 60px;
    height: 60px;
  }
  .section-box .sector-item .sector-title {
    font-size: 16px;
    text-align: center;
  }
  .section-box .property-list {
    margin-top: 40px;
  }
  .section-box .property-list li {
    font-size: 16px;
  }
  .section-box .property-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-box .property-list li i {
    font-size: 20px;
  }
  .page-banner {
    height: auto;
    padding: 3rem 0;
  }
  .page-banner .page-banner-inner .page-banner-title {
    font-size: 36px;
  }
  .page-banner .page-banner-link {
    border: 1px solid #fff;
    font-size: 24px;
  }
  .quick-offer {
    padding: 2rem;
  }
  .quick-offer .offer-title {
    font-size: 28px;
  }
  .quick-offer .form-control {
    font-size: 16px;
    height: 45px;
  }
  .quick-offer .offer-button {
    padding: 12px 28px;
    font-size: 16px;
  }
  .announcement .announcement-title {
    font-size: 28px;
  }
  .announcement .announcement-title::after {
    bottom: -15px;
  }
  .announcement .announcement-slider .swiper-wrapper {
    margin-top: 60px;
  }
  .announcement .announcement-slider .swiper-button-prev {
    right: 50px;
  }
  .announcement .announcement-slider .swiper-button-prev,
  .announcement .announcement-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .announcement .announcement-slider .swiper-button-prev::after,
  .announcement .announcement-slider .swiper-button-next::after {
    font-size: 16px;
  }
  .product-detail-box .section-box-body .section-box-image {
    float: initial;
  }
  .activity .activity-title {
    font-size: 28px;
  }
  .activity .activity-title::after {
    bottom: -15px;
  }
  .activity .activity-slider .activity-item {
    height: 400px;
  }
  .activity .activity-slider .activity-item .activity-item-image::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
  .activity .activity-slider .activity-item .activity-item-title {
    padding: 20px;
    font-size: 17px;
  }
  .activity .activity-slider .swiper-wrapper {
    margin-top: 60px;
  }
  .activity .activity-slider .swiper-button-prev {
    right: 50px;
  }
  .activity .activity-slider .swiper-button-prev,
  .activity .activity-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .activity .activity-slider .swiper-button-prev::after,
  .activity .activity-slider .swiper-button-next::after {
    font-size: 16px;
  }
  .page {
    margin-top: 30px;
  }
  .page .page-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page .page-title::after {
    bottom: -15px;
  }
  .product-detail-banner {
    height: 350px;
  }
  .product-detail-banner .product-detail-title {
    font-size: 42px;
  }
  .certificate-item .certificate-title {
    font-size: 16px;
    font-weight: 500;
  }
  .footer .footer-inner .footer-title {
    font-size: 32px;
  }
  .footer .footer-inner .footer-address-title {
    font-size: 18px;
  }
  .footer .footer-inner .footer-address-body {
    font-size: 15px;
  }
  .footer .footer-inner .sidebar-bottom-menu {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .section-box {
    padding: 1.5rem;
  }
  .section-box .sector-item .sector-circle {
    height: 100px;
  }
  .section-box .sector-item .sector-circle .sector-icon {
    width: 50px;
    height: 50px;
  }
  .page-banner {
    padding: 2rem 0;
  }
  .page-banner .page-banner-inner .page-banner-title {
    font-size: 28px;
  }
  .page-banner .page-banner-link {
    font-size: 20px;
  }
  .contact-address .contact-address-icon {
    margin-bottom: 20px;
  }
  .cookie-box {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .cookie-box .cookie-box-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 10px 10px 10px;
  }
  .cookie-box .cookie-box-inner .cookie-button {
    margin-top: 10px;
  }
}
