@charset "UTF-8";
.locations-container .location-group:hover .title, .locations-container .location-group.active .title, .locations-container .location-group:hover, .locations-container .location-group.active, .locations-container .location-group .title, .locations-container .location-group, .map-group .continent-area:hover, .map-group .continent-area.active, .map-group .continent-area, .solutions-group .item:hover .image, .solutions-group .item:hover .title, .solutions-group .item .image, .solutions-group .item .title, .news-sub .item:hover .image .overlay, .news-sub .image .overlay, .news-sub .item:hover .title, .news-sub .item:hover .image, .news-sub .item:hover .btn, .news-sub .item .title, .news-sub .item .image, .news-sub .item .btn, .news-sub-slider .slider-nav-success .slick-prev:hover, .news-sub-slider .slider-nav-success .slick-next:hover, .news-sub-slider .slider-nav-success .slick-prev, .news-sub-slider .slider-nav-success .slick-next, .news-sub-slider .slider-nav-success .slick-list .slick-slide:hover, .news-sub-slider .slider-nav-success .slick-list .slick-slide.slick-current, .news-sub-slider .slider-nav-success .slick-list .slick-slide, .download-group .item:hover .title, .download-group .item .title, .main-info .left .video-popout:hover .image .btn, .main-info .left .video-popout .image .overlay .btn, .index-products .carousel-index-pdt .owl-nav .owl-prev:hover span::before, .index-products .carousel-index-pdt .owl-nav .owl-next:hover span::before, .index-products .carousel-index-pdt .owl-nav .owl-prev:hover, .index-products .carousel-index-pdt .owl-nav .owl-next:hover, .index-products .carousel-index-pdt .owl-nav .owl-prev span::before, .index-products .carousel-index-pdt .owl-nav .owl-next span::before, .index-products .carousel-index-pdt .owl-nav .owl-prev, .index-products .carousel-index-pdt .owl-nav .owl-next, .fixed-btns .btn:hover .hover, .fixed-btns .btn .hover, .block-links-pdt.style-link .item:hover .title, .block-links-pdt.style-link .item .title, .block-links-pdt .item:hover .image::before, .block-links-pdt .item:hover .image .overlay, .block-links-pdt .item .image::before, .block-links-pdt .item .image .overlay {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.webeditor img {
  max-width: 100%;
}

.sticky-item {
  position: sticky;
  top: clamp(136px, 4.1666vw + 91px, 171px);
}

.js-video-button img {
  width: 100%;
}

.title-style .text {
  font-size: clamp(22px, 1.77083vw, 34px);
  position: relative;
  display: inline-block;
}
.title-style.dec-before .text {
  padding-left: clamp(40px, 3.64583vw, 70px);
}
.title-style.dec-before .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/dec-title.svg") center center no-repeat;
  background-size: contain;
  width: clamp(25px, 1.97916vw, 38px);
  height: clamp(13px, 1.0416vw, 20px);
}
.title-style.border-bottom {
  margin-bottom: clamp(20px, 1.302083vw, 25px);
}
.title-style.border-bottom .text {
  padding-bottom: clamp(15px, 1.0416vw, 20px);
}
.title-style.border-bottom .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #AAAAAA;
}
.title-style.border-bottom.fix-width .text::after {
  width: clamp(100px, 16.927083vw, 325px);
}
.title-style.border-bottom.dec-before .text::before {
  top: clamp((100% - 15px) / 2 - 11px, (100% - 1.0416vw) / 2 - 1.0416vw, (100% - 20px) / 2 - 20px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 14.5%;
}
.title-style.border-bottom.text-center .text::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dec-line-before {
  display: block;
}
.dec-line-before .text {
  padding-left: clamp(20px, 1.302083vw, 25px);
  position: relative;
}
.dec-line-before .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #D80C18;
  width: 7px;
  height: 100%;
}

.block-links-pdt .item .image {
  position: relative;
}
.block-links-pdt .item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.block-links-pdt .item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D80C18;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0;
}
.block-links-pdt .item .image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.block-links-pdt .item:hover .image .overlay {
  opacity: 1;
}
.block-links-pdt .item:hover .image::before {
  opacity: 1;
}
.block-links-pdt.style-1 .item .image .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-links-pdt.style-1 .item .image .overlay img {
  width: auto;
  height: 80%;
}
.block-links-pdt.style-1 .item .image .overlay .link {
  color: white;
  position: absolute;
  bottom: clamp(15px, 1.302083vw, 25px);
  right: clamp(20px, 1.822916vw, 35px);
  padding-right: 30px;
}
.block-links-pdt.style-1 .item .image .overlay .link::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../images/icon-arrow-r.svg") center center no-repeat;
  background-size: contain;
}
.block-links-pdt.style-2 .item {
  color: white;
}
.block-links-pdt.style-2 .item .image .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-links-pdt.style-2 .item .image .overlay img {
  width: 100%;
}
.block-links-pdt.style-2 .item .image .overlay .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-links-pdt.style-2 .item .image .overlay .left img {
  max-width: 100%;
}
.block-links-pdt.style-2 .item .image .overlay .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: clamp(25px, 2.60416vw, 50px) clamp(20px, 2.083vw, 40px) clamp(25px, 2.60416vw, 50px) clamp(15px, 1.0416vw, 20px);
}
.block-links-pdt.style-2 .item .image .overlay .right .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
}
.block-links-pdt.style-2 .item .image .overlay .right .info {
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .block-links-pdt.style-2 .item .image .overlay .right .info {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.block-links-pdt.style-2 .item .image .overlay .right .btn {
  margin-top: auto;
}
.block-links-pdt.style-link .item .overlay {
  background: url("../images/icon-pdt_sub-link.svg") center center no-repeat;
  background-size: clamp(40px, 3.64583vw, 70px);
}
.block-links-pdt.style-link .item .image {
  background: white;
}
.block-links-pdt.style-link .item:hover .title {
  color: #D80C18;
}

.list.style-square li {
  position: relative;
  padding-left: 20px;
}
.list.style-square li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #D80C18;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -7.5px;
  margin-left: -7.5px;
  padding-left: 0;
}
.pagination li {
  list-style: none;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.pagination li .page-link {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li .page-link:hover, .pagination li .page-link.active {
  background: #D80C18;
  color: white;
}
.nav-group .tabs_items {
  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;
}
.nav-group .tabs_items .tabspage {
  width: 100%;
  background: #E5E5E5;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
.nav-group .tabs_items .tabspage:hover, .nav-group .tabs_items .tabspage.active {
  background: #D80C18;
  color: white;
}

.share {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.share .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2px;
  margin-right: 2px;
  width: clamp(30px, 2.083vw, 40px);
  height: clamp(30px, 2.083vw, 40px);
  border-radius: 100%;
  background: #4A4A4A;
  color: white;
}
.share .item img {
  width: 18px;
  height: 18px;
}
.share .item:hover {
  background: #D80C18;
}

/*---------- Fixed Buttons ----------*/
.fixed-btns {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed-btns .btn {
  margin-bottom: 1px;
  position: relative;
  padding: 0;
  min-width: auto;
}
.fixed-btns .btn .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fixed-btns .btn img {
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(40px, 3.125vw, 60px);
}
.fixed-btns .btn:hover .hover {
  opacity: 1;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- Header ---------------------------------*/
.dropdown-style .nav-item.dropdown {
  position: revert !important;
}
.dropdown-style .item-dropdown {
  min-width: 305px;
  position: absolute;
  left: auto;
  top: auto;
  background: white;
  padding: 15px clamp(15px, 1.5625vw, 30px);
  z-index: 5;
  border: 1px solid #231815;
}
.dropdown-style .item-dropdown .list li:not(:last-child) {
  margin-bottom: 12px;
}
.dropdown-style .item-dropdown .list li a {
  background: transparent !important;
  color: #4A4A4A !important;
}
.dropdown-style .item-dropdown .list li a:hover {
  color: #D80C18 !important;
}

.header {
  z-index: 5;
  border-bottom: 1px solid #707070;
}
.header .lan {
  margin-left: clamp(20px, 4.6875vw, 90px);
  position: relative;
}
.header .lan .dropdown-toggle {
  background: none;
  padding: 0;
  color: #D80C18;
  font-weight: 700;
}
.header .lan .dropdown-toggle .material-symbols-outlined {
  margin-right: 5px;
}
.header .lan .dropdown-toggle::after {
  display: none;
}
.header .lan .dropdown-menu {
  left: -46px !important;
  margin-top: 20px;
  position: relative;
  width: 120px;
  min-width: auto;
  border-radius: 0;
  border-color: #231815;
  padding: 7px 0;
}
.header .lan .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url("../images/icon-lan.svg") top center no-repeat;
}
.header .lan .dropdown-menu .dropdown-item button {
  padding: 7px 10px;
}
.header .top-bar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .top-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp(-25px, -1.302083vw, -10px);
  margin-right: clamp(-25px, -1.302083vw, -10px);
  margin-bottom: 0;
}
.header .top-bar .list .item {
  padding: 0 clamp(10px, 1.302083vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-bar .list .item .material-symbols-outlined {
  margin-right: 5px;
}
.header .top-bar .list .item a:hover {
  color: #D80C18;
}
.header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav {
  margin-top: clamp(15px, 1.0416vw, 20px);
  -webkit-transform: translateX(clamp(15px, 1.302083vw, 25px));
          transform: translateX(clamp(15px, 1.302083vw, 25px));
}
.header .nav > .nav-item.dropdown a::before {
  display: none;
}
.header .nav > .nav-item > a {
  padding: 10px clamp(15px, 1.302083vw, 25px);
  font-weight: 700;
}
.header .nav > .nav-item:hover a, .header .nav > .nav-item.active a {
  background: #D80C18;
  color: white;
}
.header .desktop {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 2.60416vw, 50px) clamp(15px, 12.760416vw, 245px) clamp(20px, 2.083vw, 40px);
  padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 12.760416vw, 245px) clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1921px) {
  .header .desktop {
    width: 1920px;
    margin: 0 auto;
  }
}
.header .desktop .logo {
  padding: 0;
}
.header .desktop .left {
  margin-right: auto;
  padding-left: clamp(0px, 4.16vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header .desktop .left .btn {
  padding: 0;
  background: transparent;
  font-size: 25px;
  position: absolute;
  left: clamp(-100px, -5.20835vw, -10px);
  left: clamp(-50px, -2.60416vw, -10px);
  bottom: 10px;
  min-width: auto;
}
.header .desktop .left .btn:hover {
  color: #D80C18;
}
.header .desktop .desktop-menu {
  background: white;
  position: fixed;
  top: clamp(80px, 8.125vw, 156px);
  left: 0;
  display: none;
}
.header .desktop .desktop-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: clamp(100vh - 30px - 30px - 96px, 100vh - 1.5625vw - 1.5625vw - 5vw, 100vh - 15px - 15px - 50px);
}
.header .desktop .desktop-menu .content {
  width: 63%;
  padding: 5.8vh 0 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .desktop .desktop-menu .content .title-main {
  font-size: clamp(20px, 1.822916vw, 35px);
  color: white;
  background: #D80C18;
  padding: 12px 12px 12px clamp(15px, 5.728833vw, 110px);
  text-transform: uppercase;
  line-height: 1;
  width: clamp(110px, 15.870433vw, 305px);
}
.header .desktop .desktop-menu .content .nav-main {
  margin-top: clamp(15px, 1.5625vw, 30px);
  margin-bottom: 0;
  overflow-y: auto;
  max-height: calc(100% - 20vh);
  padding-left: clamp(15px, 5.728833vw, 110px);
  padding-right: clamp(15px, 5.728833vw, 110px);
  width: 100%;
}
.header .desktop .desktop-menu .content .nav-main > li {
  padding-left: 0;
  border-bottom: 1px dashed #B8B8B8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .desktop .desktop-menu .content .nav-main > li > .title {
  color: #4A4A4A;
  font-size: clamp(20px, 1.145833vw, 22px);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: clamp(120px, 9.1vw, 175px);
  padding: clamp(15px, 1.0416vw, 20px) 10px clamp(15px, 1.0416vw, 20px) clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.header .desktop .desktop-menu .content .nav-main > li > .title::before {
  content: "";
  position: absolute;
  top: clamp(20px, 1.0416vw + 5px, 25px);
  left: 0;
  width: 8px;
  height: 8px;
  background: #D80C18;
}
.header .desktop .desktop-menu .content .nav-main > li > .title:hover {
  color: #D80C18;
}
.header .desktop .desktop-menu .content .nav-sec {
  width: clamp(100% - 175px, 100% - 9.1vw, 100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(15px, 1.0416vw, 20px) 0 clamp(3px, 1.0416vw - 12px, 8px);
}
.header .desktop .desktop-menu .content .nav-sec li {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  margin-bottom: 12px;
}
.header .desktop .desktop-menu .content .nav-sec li a {
  color: #231815;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  display: block;
  line-height: 1.4;
}
.header .desktop .desktop-menu .content .nav-sec li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #818181;
}
.header .desktop .desktop-menu .content .nav-sec li a:hover {
  color: #D80C18;
}
.header .desktop .desktop-menu .content .social-medias {
  position: absolute;
  bottom: 4vh;
  left: clamp(15px, 5.728833vw, 110px);
  font-size: clamp(25px, 1.5625vw, 30px);
  margin-left: clamp(-20px, -1.0416vw, -10px);
  margin-right: clamp(-20px, -1.0416vw, -10px);
}
.header .desktop .desktop-menu .content .social-medias li {
  padding-left: clamp(10px, 1.0416vw, 20px);
  padding-right: clamp(10px, 1.0416vw, 20px);
}
.header .desktop .desktop-menu .content .social-medias .item {
  color: #D80C18;
  width: auto;
  height: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .desktop .desktop-menu .content .social-medias .item:hover {
  opacity: 0.8;
}
.header .desktop .desktop-menu .content .social-medias .item i {
  font-size: clamp(15px, 1.5625vw, 30px);
}
.header .desktop .desktop-menu .content .social-medias .item img {
  width: clamp(15px, 1.5625vw, 30px);
  height: clamp(15px, 1.5625vw, 30px);
}
.header .desktop .desktop-menu .image {
  width: 37%;
  height: 100%;
  background: url("../images/desktop-menu.jpg") center center no-repeat;
  background-size: cover;
}
.header .mobile .logo {
  padding: 12px 25px 12px;
}
.header .mobile .logo a img {
  height: 40px;
}
.header .mobile .btn {
  min-width: auto;
}
.header .mobile > .title {
  background: #D80C18;
}
.header .mobile > .title .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .mobile > .title .logo img {
  height: 25px;
  width: auto;
}
.header .mobile .mobile-nav > .title {
  background: #D80C18;
}
.header .mobile .mobile-nav > .title .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .mobile .mobile-nav > .title .logo img {
  height: 25px;
  width: auto;
}
.header .mobile .list.main .dropdown .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid white;
}
.header .mobile .list.main .dropdown .dropdown-item > .link {
  width: 90%;
  border-bottom: 0;
  text-transform: uppercase;
  padding: 15px 20px 15px 30px;
  font-weight: 700;
  color: #777777;
}
.header .mobile .list.main .dropdown .dropdown-item > i {
  padding: 15px 20px 15px 25px;
}
.header .mobile .sec {
  background: #ddd;
}
.header .mobile .sec .title {
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid white;
}
.header .mobile .third {
  background: #efefef;
}
.header .mobile .third .title {
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #F6F6F6;
}
/*--------------------------------------------------------------------------*/
/*--------------------------------- Footer ---------------------------------*/
.footer {
  background: white;
}
.footer .logo-wrapper .title {
  font-weight: 700;
  margin-top: clamp(20px, 1.5625vw, 30px);
  line-height: 1.35;
}
.footer .figure .list-style-1 li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.footer .figure .list-style-1 li:last-child {
  margin-bottom: 0;
}
.footer .figure .list-style-1.disc li {
  list-style: disc;
  margin-left: 25px;
}
.footer .company-info-style-1 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
.footer .company-info-style-1 li:not(:last-child) {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.footer .company-info-style-1 li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  color: #bababa;
}
.footer .company-info-style-2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.footer .company-info-style-2 li i {
  margin-right: 5px;
  color: #D80C18;
  width: 18px;
}
.footer .company-info-style-2 li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.footer.dark {
  background: #7A8088;
  color: white;
}
.footer.dark a {
  color: #D80C18;
}
.footer .content {
  padding: clamp(35px, 4.16vw, 80px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1060px) {
  .footer .content .right {
    display: none;
  }
}
.footer .logo-wrapper .title {
  color: #777777;
}
.footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .company .info-wrapper {
  line-height: 1.45;
  padding-left: clamp(15px, 1.5625vw, 30px);
  max-width: clamp(300px, 20.83vw, 400px);
}
.footer .company .info-wrapper .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.footer .company .info-wrapper .list li .title {
  font-family: "Helvetica-Bold", arial, sans-serif;
  width: 50px;
}
.footer .company .info-wrapper .list li .info {
  width: calc(100% - 50px);
}
@media (max-width: 1060px) {
  .footer .company {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .company .info-wrapper {
    max-width: 100%;
    padding-left: 0;
  }
  .footer .company .list {
    margin-top: 20px;
  }
}
.footer .figure:not(:last-child) {
  margin-right: clamp(20px, 2.60416vw, 50px);
}
@media (max-width: 1129px) {
  .footer .figure:not(:last-child) {
    margin-right: 15px;
  }
}
.footer .figure .title {
  font-size: 18px;
  margin-bottom: clamp(15px, 1.0416vw, 20px);
}
.footer .figure .title a {
  font-family: "Helvetica-Bold", arial, sans-serif;
  color: white;
}
@media (max-width: 1129px) {
  .footer .figure .title {
    font-size: 16px;
  }
}
.footer .figure .list .item {
  color: white;
}
.footer .figure .list-style-2 {
  font-size: 18px;
}
.footer .figure .list-style-2 .item {
  font-family: "Helvetica-Bold", arial, sans-serif;
  color: white;
  margin-bottom: clamp(15px, 2.60416vw, 50px);
}
@media (max-width: 1129px) {
  .footer .figure .list-style-2 {
    font-size: 16px;
  }
}
.footer .social-medias li .item {
  width: clamp(30px, 2.083vw, 40px);
  height: clamp(30px, 2.083vw, 40px);
  font-size: 85%;
}
@media (max-width: 991px) {
  .footer .social-medias {
    margin-bottom: 10px;
  }
}
.footer .bottom {
  padding: clamp(20px, 2.083vw, 40px) 0;
  background: #D80C18;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .bottom a {
  color: white;
}
.footer .bottom .content {
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer .bottom .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .bottom .copyright {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .footer .bottom .copyright {
    text-align: center;
    padding-left: 0px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------------*/
/*---------------------------------- Index ---------------------------------*/
.banner-style1 {
  padding-bottom: clamp(50px, 5.2083vw, 100px);
}
.banner-style1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(300px, 44.010416vw, 845px);
}
.banner-style1 .item .image {
  position: relative;
}
.banner-style1 .item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-style1 .item .image img {
  max-width: 100%;
}
.banner-style1 .item .slogan {
  position: absolute;
  left: clamp(15px, 18.75vw, 360px);
  display: block;
  width: clamp(300px, 51.5625vw, 990px);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner-style1 .item .slogan span {
  display: block;
}
.banner-style1 .item .slogan .title {
  font-size: clamp(24px, 3.4375vw, 66px);
  text-shadow: 5px 6px 10px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  line-height: 1.2121212121;
  max-width: 920px;
}
.banner-style1 .item .title {
  display: block;
  font-size: 3.75vw;
}
@media screen and (max-width: 768px) {
  .banner-style1 .item .title {
    background: #D80C18;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 24px;
  }
}
.banner-style1 .item .btn_left-arrow-black {
  background: black;
  padding: 8px 15px 10px 40px;
  color: white;
  border-radius: 5px;
  text-shadow: none;
}
.banner-style1 .item .btn_left-arrow-black:after {
  color: white;
  left: 15px;
}
@media (max-width: 1500px) {
  .banner-style1 .item .slogan {
    left: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .banner-style1 .item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-style1 .item .image {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .banner-style1 .item .image img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto;
    height: 100%;
  }
  .banner-style1 .item .slogan {
    left: 20px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 50%;
  }
  .banner-style1 .item .slogan .title {
    background: transparent;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .banner-style1 .item .slogan {
    width: calc(100% - 40px);
  }
}
.banner-style1 .carousel-indicators-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  background: red;
  -webkit-mask-image: url("../images/banner-mask.svg");
          mask-image: url("../images/banner-mask.svg");
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: clamp(300px, 40.208333333vw, 772px);
  height: clamp(152px, 19.0625vw, 366px);
  z-index: 1;
  background: url("../images/banner-indicators-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: clamp(15px, 5.72916vw, 110px) clamp(15px, 1.5625vw, 30px) clamp(15px, 1.5625vw, 30px) clamp(50px, 9.114583vw, 175px);
}
.banner-style1 .carousel-indicators-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(300px, 40.208333333vw, 772px);
  height: clamp(152px, 19.0625vw, 366px);
  background: #D80C18;
  mix-blend-mode: multiply;
}
.banner-style1 .carousel-indicators-wrapper > * {
  position: relative;
  z-index: 3;
}
.banner-style1 .carousel-indicators-wrapper .content {
  color: white;
}
.banner-style1 .carousel-indicators-wrapper .content .title {
  margin-bottom: 10px;
  line-height: 1;
  font-size: clamp(22px, 1.875vw, 36px);
}
.banner-style1 .carousel-indicators {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: auto;
  margin: 0 0 12px 0;
}
.banner-style1 .carousel-indicators .item {
  padding-right: 0;
  margin: 0 8px 0 0;
  width: clamp(20px, 2.083vw, 40px);
  height: 6px;
  background: white;
  border-radius: 0;
}
.banner-style1 .carousel-indicators .item.active, .banner-style1 .carousel-indicators .item:hover {
  background: #D80C18;
}
@media (max-width: 1024px) {
  .banner-style1 .carousel-indicators-wrapper {
    padding: clamp(15px, 3.90625vw, 30px) clamp(15px, 1.5625vw, 30px) clamp(15px, 3.90625vw, 30px) clamp(50px, 9.114583vw, 175px);
  }
}
@media (max-width: 768px) {
  .banner-style1 {
    padding-bottom: 80px;
  }
  .banner-style1 .carousel-indicators-wrapper {
    padding: clamp(15px, 3.90625vw, 30px) clamp(15px, 1.5625vw, 30px) clamp(15px, 3.90625vw, 30px) clamp(50px, 13.037809648vw, 100px);
    width: clamp(1px, 59.895833333vw, 460px);
    height: clamp(1px, 28.385416666vw, 218px);
  }
  .banner-style1 .carousel-indicators-wrapper::before {
    width: clamp(1px, 59.895833333vw, 460px);
    height: clamp(1px, 28.385416666vw, 218px);
  }
}
@media (max-width: 580px) {
  .banner-style1 {
    padding-bottom: calc((100vw - 15px) * 366 / 772 * 5 / 10);
  }
  .banner-style1 .carousel-indicators-wrapper {
    padding: 30px 15px 20px 20vw;
    width: calc(100vw - 15px);
    height: calc((100vw - 15px) * 366 / 772);
  }
  .banner-style1 .carousel-indicators-wrapper::before {
    width: calc(100vw - 15px);
    height: calc((100vw - 15px) * 366 / 772);
  }
}

.index-products {
  padding-left: clamp(15px, 18.75vw, 360px);
  padding-right: 15px;
}
.index-products .carousel-index-pdt {
  padding-bottom: clamp(58px, 38px + 2.083vw, 78px);
}
.index-products .carousel-index-pdt .item .image {
  border: 3px solid #BBBBBB;
}
.index-products .carousel-index-pdt .item .image img {
  width: 100%;
}
.index-products .carousel-index-pdt .owl-nav {
  top: auto;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: 0px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-products .carousel-index-pdt .owl-nav .owl-prev, .index-products .carousel-index-pdt .owl-nav .owl-next {
  position: relative;
  width: 28px;
  height: 38px;
  border: 1px solid #AAAAAA;
  background: white;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.index-products .carousel-index-pdt .owl-nav .owl-prev span, .index-products .carousel-index-pdt .owl-nav .owl-next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-products .carousel-index-pdt .owl-nav .owl-prev span::before, .index-products .carousel-index-pdt .owl-nav .owl-next span::before {
  color: #AAAAAA;
  font-size: 24px;
}
.index-products .carousel-index-pdt .owl-nav .owl-prev:hover, .index-products .carousel-index-pdt .owl-nav .owl-next:hover {
  border-color: #D80C18;
  background: #D80C18;
}
.index-products .carousel-index-pdt .owl-nav .owl-prev:hover span::before, .index-products .carousel-index-pdt .owl-nav .owl-next:hover span::before {
  color: white;
}
.index-products .carousel-index-pdt .owl-nav .owl-prev {
  margin-right: 12px;
}
@media (max-width: 1500px) {
  .index-products {
    padding-left: 9vw;
  }
}
@media (max-width: 768px) {
  .index-products {
    padding-left: 15px;
  }
}

.index-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-about .image {
  width: clamp(300px, 32.8125vw, 630px);
  height: clamp(293px, 22.39583vw, 430px);
  -webkit-mask-image: url(../images/about-index-mask.svg);
          mask-image: url(../images/about-index-mask.svg);
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: url("../images/about-index.jpg") center center no-repeat;
  background-size: cover;
}
.index-about .content {
  width: clamp(100vw - 630px, 67.1875vw, 100vw - 300px);
  padding: 0 clamp(15px, 18.75vw, 360px) 30px clamp(20px, 6.25vw, 120px);
}
@media (max-width: 1500px) {
  .index-about .content {
    padding: 0 9vw 30px clamp(20px, 6.25vw, 120px);
  }
}
@media (max-width: 768px) {
  .index-about .content {
    padding: 0 15px 30px clamp(20px, 6.25vw, 120px);
  }
}
@media (max-width: 767px) {
  .index-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-about .image {
    width: clamp(1px, 100vw - 15px, 752px);
    height: clamp(1px, (100vw - 15px) * 513 / 752, 513px);
  }
  .index-about .content {
    width: 100%;
    padding: 20px 15px 30px;
  }
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Products --------------------------------*/
.product-banner-wrapper {
  position: relative;
}
.product-banner-wrapper .breadcrumb {
  position: absolute;
  top: 0;
  z-index: 2;
}
.product-banner-wrapper .breadcrumb .item {
  color: white;
}
.product-banner-wrapper .breadcrumb .item:hover {
  color: #D80C18;
}
.product-banner-wrapper .breadcrumb ol li:not(:last-child)::after {
  color: white;
}
@media (max-width: 767px) {
  .product-banner-wrapper .breadcrumb {
    position: relative;
    padding: clamp(15px, 1.302083vw, 25px) 0;
  }
  .product-banner-wrapper .breadcrumb .item {
    color: #858585;
  }
  .product-banner-wrapper .breadcrumb ol li:not(:last-child)::after {
    color: #858585;
  }
}
.product-banner-wrapper .banner {
  padding-bottom: 0;
}
.product-banner-wrapper .banner .slider-for-pdt img {
  width: 100%;
}
.product-banner-wrapper .banner .slider-nav-pdt {
  position: absolute;
  right: clamp(15px, 12.760416vw, 245px);
  bottom: 15px;
  width: 85px;
}
.product-banner-wrapper .banner .slider-nav-pdt .btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2px;
  margin-left: 2px;
  min-width: auto;
  height: clamp(30px, 2.083vw, 40px);
  cursor: pointer;
}
.product-banner-wrapper .banner .slider-nav-pdt .btn:hover {
  opacity: 0.8;
}
.product-banner-wrapper .banner .slick-prev, .product-banner-wrapper .banner .slick-next {
  width: 15px;
  height: 40px;
  background: #D80C18;
  color: white;
}
.product-banner-wrapper .banner .slick-prev::before, .product-banner-wrapper .banner .slick-next::before {
  opacity: 1;
  font-family: fontello;
}
.product-banner-wrapper .banner .slick-prev {
  left: -20px;
}
.product-banner-wrapper .banner .slick-prev::before {
  opacity: 1;
  content: "\f007";
}
.product-banner-wrapper .banner .slick-next {
  right: -20px;
}
.product-banner-wrapper .banner .slick-next::before {
  opacity: 1;
  content: "\f006";
}

#products .block-links-pdt.style-2 .item .image {
  background: #F6F6F6;
}
#products .block-links-pdt.style-2 .item .image .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products .block-links-pdt.style-2 .item .image .overlay .left {
  width: clamp(100px, 10.9375vw, 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products .block-links-pdt.style-2 .item .image .overlay .left img {
  max-width: 100%;
}
#products .block-links-pdt.style-2 .item .image .overlay .right {
  width: clamp(100% - 100px, 100% - 10.9375vw, 100% - 210px);
  padding: clamp(25px, 2.60416vw, 50px) clamp(20px, 2.083vw, 40px) clamp(25px, 2.60416vw, 50px) clamp(15px, 1.0416vw, 20px);
}

.main-info .left .divid {
  width: clamp(40px, 3.125vw, 60px);
  opacity: 1;
  background-color: #B8B8B8;
}
.main-info .left .video-popout {
  display: block;
}
.main-info .left .video-popout .image {
  position: relative;
}
.main-info .left .video-popout .image .overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-info .left .video-popout .image .overlay .icon {
  width: clamp(60px, 4.427083vw, 85px);
  height: clamp(60px, 4.427083vw, 85px);
  position: relative;
  z-index: 2;
}
.main-info .left .video-popout .image .overlay .btn {
  padding: 15px;
  width: 80%;
  background: #7A8088;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: white;
}
.main-info .left .video-popout .image .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.main-info .left .video-popout:hover .image .icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-info .left .video-popout:hover .image .btn {
  background: #D80C18;
}
.main-info .left .inquiry-box {
  background: #F6F6F6;
  padding: clamp(20px, 1.822916vw, 35px) clamp(15px, 1.302083vw, 25px) clamp(15px, 1.302083vw, 25px);
}
.main-info .left .inquiry-box .btn {
  width: 100%;
}
.main-info .left .inquiry-box .btn .text {
  padding-right: clamp(20px, 1.302083vw, 25px);
  background: url("../images/icon-inquiry.svg") right center no-repeat;
  background-size: contain;
}

.details-info .item {
  padding: clamp(15px, 1.0416vw, 20px) 0;
  background: #F6F6F6;
}
.details-info .item .left {
  padding: 0 10px 0 clamp(15px, 1.0416vw, 20px);
}
.details-info .item .left img {
  width: 100%;
}
@media (max-width: 991px) {
  .details-info .item .left {
    padding: 0 15px;
  }
  .details-info .item .right {
    padding: 15px;
  }
}

.collapse-app .item .icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.collapse-app .item .icon::before, .collapse-app .item .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: white;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px clamp(20px, 1.822916vw, 35px) 10px;
  background: #D80C18;
  color: white;
}
.collapse-app .item .content .num {
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
  background: #D80C18;
  color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin-right: clamp(15px, 1.302083vw, 25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item .content .title {
  width: 87%;
  line-height: 1.63;
}
.collapse-app .item .content .icon {
  margin-left: auto;
}
.collapse-app .item .content:hover {
  cursor: pointer;
}
.collapse-app .item .content.collapsed {
  background: #D80C18;
}
.collapse-app .item .content.collapsed .num {
  background: #777777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item .content.collapsed .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.collapse-app .item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item:hover .title.collapsed {
  background: transparent;
}
.collapse-app .item:hover .title.collapsed .icon {
  background: #D80C18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse-app .item:hover .title .icon::before, .collapse-app .item:hover .title .icon::after {
  background: #D80C18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.download-group .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.download-group .group .col {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (max-width: 767px) {
  .download-group .group .col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  .download-group .group {
    margin-left: 0;
    margin-right: 0;
  }
  .download-group .group .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.download-group .item {
  background: url("../images/icon-d.svg") right clamp(15px, 1.302083vw, 25px) center no-repeat #F6F6F6;
  background-size: clamp(20px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 5px);
  margin-bottom: 5px;
  padding: clamp(15px, 1.302083vw, 25px) clamp(50px, 2.864583vw + 15px, 70px) clamp(15px, 1.302083vw, 25px) clamp(15px, 1.302083vw, 25px);
}
.download-group .item .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #B8B8B8;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.download-group .item:hover .title {
  color: #D80C18;
}

.news-sub-slider {
  position: relative;
}
.news-sub-slider .slider-nav-success {
  width: 150px;
}
.news-sub-slider .slider-nav-success .slick-list .slick-slide {
  margin: 0 7.5px;
  height: 35px;
  cursor: pointer;
  min-width: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-sub-slider .slider-nav-success .slick-list .slick-slide:hover, .news-sub-slider .slider-nav-success .slick-list .slick-slide.slick-current {
  background: #D80C18;
  color: white;
}
.news-sub-slider .slider-nav-success .slick-prev, .news-sub-slider .slider-nav-success .slick-next {
  width: 35px;
  height: 35px;
  cursor: pointer;
  min-width: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 16.5px;
}
.news-sub-slider .slider-nav-success .slick-prev::before, .news-sub-slider .slider-nav-success .slick-next::before {
  font-family: fontello;
  opacity: 1;
  color: #777777;
}
.news-sub-slider .slider-nav-success .slick-prev:hover, .news-sub-slider .slider-nav-success .slick-next:hover {
  background: #D80C18;
}
.news-sub-slider .slider-nav-success .slick-prev:hover::before, .news-sub-slider .slider-nav-success .slick-next:hover::before {
  color: white;
}
.news-sub-slider .slider-nav-success .slick-prev {
  left: -42.5px;
}
.news-sub-slider .slider-nav-success .slick-prev::before {
  content: "\f007";
}
.news-sub-slider .slider-nav-success .slick-next {
  right: -42.5px;
}
.news-sub-slider .slider-nav-success .slick-next::before {
  content: "\f006";
}

/*--------------------------------------------------------------------------*/
/*----------------------------------- CTA ----------------------------------*/
.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: clamp(300px, 20.572916vw, 395px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*---------------------------------------------------------------------------*/
/*----------------------------------- News ----------------------------------*/
.news-sub .btn {
  min-width: clamp(100px, 7.8125vw, 150px);
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
.news-sub .item {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.news-sub .item:hover .title {
  color: #D80C18;
}
.news-sub .item:hover .btn {
  background: #D80C18;
  border-color: #D80C18;
  color: white;
}
.news-sub .image {
  position: relative;
  border: 1px solid #F6F6F6;
}
.news-sub .image img {
  width: 100%;
}
.news-sub .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(72, 198, 239, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-sub .image .overlay .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
}
.news-sub .info {
  padding-bottom: 15px;
  border-bottom: 1px solid #8A8A8A;
}
.news-sub .title {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .news-sub .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
  }
}
.news-sub .des {
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-sub .item:hover .image .overlay {
  opacity: 1;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------- Solutions -------------------------------*/
.solutions-group .item .image {
  background: #E5E5E5;
}
.solutions-group .item .image .default {
  display: block;
}
.solutions-group .item .image .hover {
  display: none;
}
.solutions-group .item:hover .title {
  color: #D80C18;
}
.solutions-group .item:hover .image {
  background: #D80C18;
}
.solutions-group .item:hover .image .default {
  display: none;
}
.solutions-group .item:hover .image .hover {
  display: block;
}
@media (max-width: 1240px) {
  .solutions-group .item {
    margin-bottom: 25px;
  }
}

.solution-banner .item .slogan {
  display: block;
  width: 65%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #D80C18;
  color: white;
  padding: clamp(30px, 2.083vw, 40px) clamp(15px, 1.302083vw, 25px) clamp(15px, 1.0416vw, 20px) clamp(30px, 2.083vw, 40px);
}
.solution-banner .item .slogan * {
  display: block;
}
.solution-banner .item .slogan .title {
  font-size: clamp(18px, 1.145833vw, 22px);
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(15px, 1.0416vw, 20px);
  width: clamp(300px, 22.65625vw, 435px);
  line-height: 1.4545454545;
}
.solution-banner .item .slogan .info {
  width: clamp(300px, 22.65625vw, 435px);
}
@media (max-width: 767px) {
  .solution-banner .item .slogan {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .solution-banner .item .slogan .title, .solution-banner .item .slogan .info {
    width: 100%;
  }
}
.solution-banner .carousel-indicators {
  margin: 0;
  right: auto;
  bottom: 10px;
  left: clamp(30px, 2.083vw, 40px);
}
.solution-banner .carousel-indicators .item {
  width: clamp(15px, 1.5625vw, 30px);
  height: 5px;
  border-radius: 0;
  margin: 0 3px;
  background: white;
}
@media (max-width: 767px) {
  .solution-banner .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
  .solution-banner .carousel-indicators .item {
    width: 25px;
    height: 8px;
    background: #aaa;
  }
}
@media (max-width: 767px) {
  .solution-banner .item .image img {
    width: 100%;
  }
}

.solution-info {
  padding: clamp(25px, 2.60416vw, 50px) clamp(20px, 4.6875vw, 90px) clamp(25px, 2.60416vw, 50px) clamp(20px, 2.083vw, 40px);
}
.solution-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .solution-info {
    padding: 20px 15px;
  }
  .solution-info img {
    width: 100%;
  }
}

/*---------------------------------------------------------------------------*/
/*-------------------------------- Applications -----------------------------*/
.app-items {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: clamp(300px, 20.572916vw, 395px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.app-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.app-items .title {
  color: white;
  font-size: clamp(22px, 1.77083vw, 26px);
  margin-bottom: clamp(15px, 1.0416vw, 20px);
  line-height: 1.4545454545;
  position: relative;
  z-index: 1;
}

.app-info .item {
  padding: clamp(25px, 2.604vw, 50px);
  background: #F6F6F6;
  min-height: 100%;
}
.app-info .left img {
  width: 100%;
}

/*---------------------------------------------------------------------------*/
/*----------------------------------- About ---------------------------------*/
.history-list .group {
  margin: 0;
  padding: 0;
}
.history-list .group > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.history-list .group > li .year {
  width: 10%;
  padding-top: 2.083vw;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .history-list .group > li .year {
    width: 20%;
  }
}
.history-list .group > li .info-group {
  width: 90%;
}
@media (max-width: 767px) {
  .history-list .group > li .info-group {
    width: 80%;
  }
}
.history-list .group > li:not(:first-child) .year {
  padding-top: 2.283vw;
}
.history-list .info-group {
  margin: 0;
  padding: 0;
  border-left: 1px dashed #727272;
}
.history-list .info-group > li {
  list-style: none;
  padding-left: 2.60416vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.history-list .info-group > li::before {
  content: "";
  position: absolute;
  top: calc(2.083vw + 10px);
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #727272;
}
.history-list .info-group > li .text {
  width: 100%;
  padding: 2.083vw 0;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 767px) {
  .history-list .info-group > li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.certification .item {
  background: white;
  padding: 2.604vw 1.563vw;
}
.certification .item .text {
  border-left: 1px solid #5D5D5D;
  padding-left: 2.083vw;
}
.certification.owl-carousel .owl-dots {
  display: none;
}
.certification.owl-carousel .owl-nav .owl-prev span::before, .certification.owl-carousel .owl-nav .owl-next span::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: clamp(24px, 1.66vw, 32px);
  color: #fff;
  background: #AEAEAE;
  width: 30px;
  line-height: 1.65;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.certification.owl-carousel .owl-nav .owl-prev:hover, .certification.owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
}

#about .page-banner {
  height: clamp(400px, 33.594vw, 645px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#about .page-banner .breadcrumb .item {
  color: black;
}
#about .page-banner .breadcrumb .item:hover {
  color: #D80C18;
}

.about-feature .item {
  min-height: 100%;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------- Contact ---------------------------------*/
.contact-group .item {
  margin-bottom: clamp(30px, 3.64583vw, 70px);
}
.contact-group .item .image img {
  width: 100%;
}
.contact-group .item .content {
  border-bottom: 1px dashed #B8B8B8;
  height: 100%;
}
.contact-group .item .content .webeditor {
  padding-bottom: 15px;
}

.inquiry .table .delete-title {
  position: relative;
}
.inquiry .table .delete-title::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -15px;
  width: 1px;
  height: 80%;
  background: white;
}
.inquiry .table .delete {
  width: 20px;
  height: 20px;
  background: url("../images/inquiry-delete.svg") center center no-repeat;
}
.inquiry .table tr th, .inquiry .table tr td {
  border: none;
  padding: 15px;
}
.inquiry .table tr th:first-child, .inquiry .table tr td:first-child {
  text-align: center;
  color: #858585;
}
.inquiry .table thead tr {
  border: 1px solid #D80C18;
}
.inquiry .table tbody tr {
  border: 1px solid #D8D8D8;
}
.inquiry .table tbody tr td, .inquiry .table tbody tr th {
  background: white;
}

.form-contact .form-group {
  margin-bottom: 12px;
}
.form-contact .form-group .form-label {
  width: 135px;
  padding: 15px 0;
}
.form-contact .form-group .form-control {
  width: calc(100% - 135px);
  background: white;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
}
.form-contact .form-group.checkbox {
  margin-bottom: 0;
}
.form-contact .form-group.checkbox .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-contact .form-group.checkbox .checkbox-group .form-control {
  padding: 0;
  width: 10px !important;
  height: 10px !important;
  min-height: auto;
  border-radius: 0px !important;
  background: #B4B4B4;
  border-color: #B4B4B4;
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox, .form-contact .form-group.checkbox .checkbox-group .mt-radio {
  padding-left: 10px;
  margin: 15px clamp(15px, 1.0416vw, 20px);
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox > input:checked ~ span, .form-contact .form-group.checkbox .checkbox-group .mt-radio > input:checked ~ span {
  background: #D80C18;
  border-color: #D80C18;
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox:hover > input:not([disabled]):checked ~ span, .form-contact .form-group.checkbox .checkbox-group .mt-radio:hover > input:not([disabled]):checked ~ span {
  background: #D80C18;
  border-color: #D80C18;
}
.form-contact .form-group.security .security-group {
  width: calc(100% - 135px);
}
.form-contact .form-group.security .security-group .form-control {
  width: 100%;
}
.form-contact .form-group.security .security-group .verify-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .form-contact .form-group .form-label, .form-contact .form-group .form-control, .form-contact .form-group .security-group {
    width: 100% !important;
  }
}

/*---------------------------------------------------------------------------*/
/*-------------------------------- Worldwide --------------------------------*/
.map-container {
  position: relative;
  padding-bottom: clamp(30px, 3.90625vw, 75px);
}
.map-container .content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #727171;
  color: white;
  padding: clamp(15px, 1.0416vw, 20px) clamp(20px, 2.083vw, 40px);
  min-height: 190px;
  width: 38.75%;
}
.map-container .content .list {
  padding-left: 0;
  margin-bottom: clamp(1px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-container .content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.map-container .content .list li .lg {
  font-size: clamp(22px, 1.875vw, 36px);
}
.map-container .content .list li .sm {
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.map-container .content .list li:not(:first-child) {
  padding-left: 10px;
}
.map-container .content .list li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 15px;
  background: white;
}
.map-container .content .des {
  padding-top: 10px;
  border-top: 1px solid white;
}
@media (max-width: 1024px) {
  .map-container .content {
    width: 50%;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .map-container .content {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: clamp(-60px, -6.054490413vw, -20px);
  }
}
@media (max-width: 767px) {
  .map-container .content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-container .content .list li:not(:first-child) {
    padding-left: 0px;
    padding-top: 5px;
  }
  .map-container .content .list li:not(:first-child)::after {
    display: none;
  }
}

.map-group {
  position: relative;
  border: 1px solid #bababa;
  background: url(../images/map.jpg) center center no-repeat;
  width: 100%;
  height: clamp(1px, 28.697916vw, 551px);
  background-size: contain;
}
.map-group .continent-area {
  position: absolute;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.map-group .continent-area:hover, .map-group .continent-area.active {
  opacity: 1;
}
.map-group #Africa {
  top: 38.25%;
  left: 42.1%;
  width: 17.916%;
  height: 28.675136116%;
  background-image: url("../images/map-af-r.png");
  z-index: 1;
}
.map-group #Asia {
  top: 12%;
  right: 3%;
  width: 43.5%;
  height: 47.912885662%;
  background-image: url("../images/map-as-r.png");
}
.map-group #Europe {
  top: 12.2%;
  left: 44%;
  width: 21.083333333%;
  height: 27.22323049%;
  background-image: url("../images/map-eu-r.png");
}
.map-group #America {
  top: 9.8%;
  left: 2%;
  width: 41.45%;
  height: 65.669515669%;
  background-image: url(../images/map-na-r.png);
}
.map-group #Oceania {
  bottom: 28.49002849%;
  right: 7.110241356%;
  width: 16.699282452%;
  height: 22.507122507%;
  background-image: url(../images/map-oa-r.png);
}
@media (max-width: 1500px) {
  .map-group {
    height: clamp(1px, 36.73vw, 551px);
  }
}
@media (max-width: 768px) {
  .map-group {
    height: clamp(1px, (100vw - 30px) / 1200 * 551, 338.865px);
  }
}

.locations-container {
  padding-left: 0;
}
.locations-container .location-group {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(15px, 1.302083vw, 25px);
  background: #F6F6F6;
  min-height: 95px;
  cursor: pointer;
}
.locations-container .location-group .title {
  width: 90px;
  border-right: 1px solid #707070;
  color: #D80C18;
  font-size: 18px;
  margin-bottom: 0;
}
.locations-container .location-group .locations {
  width: calc(100% - 90px);
  padding-left: clamp(20px, 1.5625vw, 30px);
  line-height: 1.5;
  font-size: 14px;
}
.locations-container .location-group:hover, .locations-container .location-group.active {
  background: #D80C18;
  color: white;
}
.locations-container .location-group:hover .title, .locations-container .location-group.active .title {
  color: white;
  border-color: white;
}
@media (max-width: 767px) {
  .locations-container .location-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .locations-container .location-group .title {
    width: 100%;
    border: none;
  }
  .locations-container .location-group .locations {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.location-group h2 {
  margin-top: 0;
}

.locations {
  list-style: none;
  padding: 0;
}

.locations li {
  margin-bottom: 5px;
}

.highlighted {
  background-color: red !important;
  color: white; /* 可選：改變文字顏色 */
}