@charset "UTF-8";
@import url("https://use.typekit.net/tam2bms.css");
#advantage .advantage-solutions .pdt-list:hover, #advantage .advantage-solutions .pdt-list, .advantage-solutions .pdt-list .item:hover .image::before, .advantage-solutions .pdt-list .item .image::before, .solutions-group .item:hover .image, .solutions-group .item:hover .title, .solutions-group .item .image, .solutions-group .item .title, .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, .news-pdt-recommend li a.item:hover .btn, .news-pdt-recommend li a.item:hover::before, .news-pdt-recommend li a.item .btn, .news-pdt-recommend li a.item::before, .news.style-news .item:hover .image .overlay, .news.style-news .item:hover .des, .news.style-news .item:hover .title, .news.style-news .item:hover .image, .news.style-news .item:hover .btn, .news.style-news .item:hover .date, .news.style-news .item .title, .news.style-news .item .image, .news.style-news .item .btn, .news.style-news .item .date, .products-list .item .content .list li .link:hover::after, .products-list .item .content .list li .link::after, #index .header.fixed .desktop, #index .header .desktop, .fixed-btns .btn:hover .hover, .fixed-btns .btn .hover, .color-third, .color-third-hover:hover, .item:hover .color-third-hover, .color-sec, .color-sec-hover:hover, .item:hover .color-sec-hover, .color-main, .color-main-hover:hover, .item:hover .color-main-hover, .color-yellow, .color-yellow-hover:hover, .item:hover .color-yellow-hover, .color-blue, .color-blue-hover:hover, .item:hover .color-blue-hover, .color-green, .color-green-hover:hover, .item:hover .color-green-hover, .color-red, .color-red-hover:hover, .item:hover .color-red-hover, .color-black, .color-black-hover:hover, .item:hover .color-black-hover, .color-darkergray, .color-darkergray-hover:hover, .item:hover .color-darkergray-hover, .color-darkgray, .color-darkgray-hover:hover, .item:hover .color-darkgray-hover, .color-gray, .color-gray-hover:hover, .item:hover .color-gray-hover, .color-lightgray, .color-lightgray-hover:hover, .item:hover .color-lightgray-hover, .color-lightergray, .color-lightergray-hover:hover, .item:hover .color-lightergray-hover, .color-white, .color-white-hover:hover, .item:hover .color-white-hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*--------------------------------------------------------------------------*/
/*------------------------------ 全站顏色設定 --------------------------------*/
/*----- 基本顏色 -----*/
.color-white, .color-white-hover:hover, .item:hover .color-white-hover {
  color: white;
  /* 白 */
}

.color-lightergray, .color-lightergray-hover:hover, .item:hover .color-lightergray-hover {
  color: #F7F7F9;
  /* 最淺灰 */
}

.color-lightgray, .color-lightgray-hover:hover, .item:hover .color-lightgray-hover {
  color: #DFE0E0;
  /* 淺灰 */
}

.color-gray, .color-gray-hover:hover, .item:hover .color-gray-hover {
  color: #bababa;
  /* 灰 */
}

.color-darkgray, .color-darkgray-hover:hover, .item:hover .color-darkgray-hover {
  color: #788087;
  /* 深灰 */
}

.color-darkergray, .color-darkergray-hover:hover, .item:hover .color-darkergray-hover {
  color: #231815;
  /* 最深灰 */
}

.color-black, .color-black-hover:hover, .item:hover .color-black-hover {
  color: black;
  /* 黑 */
}

.color-red, .color-red-hover:hover, .item:hover .color-red-hover {
  color: red;
  /* 紅 */
}

.color-green, .color-green-hover:hover, .item:hover .color-green-hover {
  color: green;
  /* 綠 */
}

.color-blue, .color-blue-hover:hover, .item:hover .color-blue-hover {
  color: blue;
  /* 藍 */
}

.color-yellow, .color-yellow-hover:hover, .item:hover .color-yellow-hover {
  color: yellow;
  /* 黃 */
}

/*----- 網站色系 -----*/
.color-main, .color-main-hover:hover, .item:hover .color-main-hover {
  color: #EE8100;
  /* 主色 */
}

.color-sec, .color-sec-hover:hover, .item:hover .color-sec-hover {
  color: #02244f;
  /* 輔色 */
}

.color-third, .color-third-hover:hover, .item:hover .color-third-hover {
  color: #061f3e;
  /* 次輔色 */
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 按鈕設定 ---------------------------------*/
.btn {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  font-family: "DINA", arial, sans-serif;
}
.btn-block {
  width: 100%;
  /* 滿版按鈕 */
}
.btn-sm {
  width: 120px;
  /* 小按鈕 */
}
.btn-md {
  width: 180px;
  /* 中按鈕 */
}
.btn-lg {
  width: 220px;
  /* 大按鈕 */
}
.btn.bg-white {
  color: black;
  /* 按鈕白 */
}
.btn.bg-white:hover {
  background: #EE8100;
  color: white;
}
.btn.bg-lightergray {
  color: black;
  /* 按鈕最淺灰 */
}
.btn.bg-lightergray:hover {
  background: black;
  color: white;
}
.btn.bg-lightgray {
  color: black;
  /* 按鈕淺灰 */
}
.btn.bg-lightgray:hover {
  background: black;
  color: white;
}
.btn.bg-gray {
  color: white;
  /* 按鈕灰 */
}
.btn.bg-gray:hover {
  background: black;
}
.btn.bg-darkgray {
  color: white;
  /* 按鈕深灰 */
}
.btn.bg-darkgray:hover {
  background: black;
}
.btn.bg-darkergray {
  color: white;
  /* 按鈕最深灰 */
}
.btn.bg-darkergray:hover {
  background: black;
}
.btn.bg-black {
  color: white;
  /* 按鈕黑 */
}
.btn.bg-black:hover {
  background: #EE8100;
}
.btn.bg-red {
  color: white;
  /* 按鈕紅 */
}
.btn.bg-red:hover {
  opacity: 0.8;
}
.btn.bg-green {
  color: white;
  /* 按鈕綠 */
}
.btn.bg-green:hover {
  opacity: 0.8;
}
.btn.bg-blue {
  color: white;
  /* 按鈕藍 */
}
.btn.bg-blue:hover {
  opacity: 0.8;
}
.btn.bg-yellow {
  color: black;
  /* 按鈕黃 */
}
.btn.bg-yellow:hover {
  opacity: 0.8;
}
.btn.bg-color-main {
  color: white;
  /* 按鈕主色 */
}
.btn.bg-color-main:hover {
  opacity: 0.8;
}
.btn.bg-color-sec {
  color: white;
  /* 按鈕輔色 */
}
.btn.bg-color-sec:hover {
  opacity: 0.8;
}
.btn.bg-color-third {
  color: white;
  /* 按鈕次輔色 */
}
.btn.bg-color-third:hover {
  opacity: 0.8;
}
.btn.border-radius {
  border-radius: 50px;
}
.btn.border-white {
  border: 3px solid white;
  color: white;
  /* 按鈕邊框白 */
}
.btn.border-white:hover {
  background: white;
  color: black;
}
.btn.border-lightergray {
  border: 3px solid #F7F7F9;
  color: #F7F7F9;
  /* 按鈕邊框最淺灰 */
}
.btn.border-lightergray:hover {
  background: #F7F7F9;
  color: black;
}
.btn.border-lightgray {
  border: 3px solid #DFE0E0;
  color: #DFE0E0;
  /* 按鈕邊框淺灰 */
}
.btn.border-lightgray:hover {
  background: #DFE0E0;
  color: black;
}
.btn.border-gray {
  border: 3px solid #bababa;
  color: #bababa;
  /* 按鈕邊框灰 */
}
.btn.border-gray:hover {
  background: #bababa;
  color: white;
}
.btn.border-darkgray {
  border: 3px solid #788087;
  color: #788087;
  /* 按鈕邊框深灰 */
}
.btn.border-darkgray:hover {
  background: #788087;
  color: white;
}
.btn.border-darkergray {
  border: 3px solid #231815;
  color: #231815;
  /* 按鈕邊框深灰 */
}
.btn.border-darkergray:hover {
  background: #231815;
  color: white;
}
.btn.border-black {
  border: 3px solid black;
  color: black;
  /* 按鈕邊框黑 */
}
.btn.border-black:hover {
  background: black;
  color: white;
}
.btn.border-red {
  border: 3px solid red;
  color: red;
  /* 按鈕邊框紅 */
}
.btn.border-red:hover {
  background: red;
  color: white;
}
.btn.border-green {
  border: 3px solid green;
  color: green;
  /* 按鈕邊框綠 */
}
.btn.border-green:hover {
  background: green;
  color: white;
}
.btn.border-blue {
  border: 3px solid blue;
  color: blue;
  /* 按鈕邊框藍 */
}
.btn.border-blue:hover {
  background: blue;
  color: white;
}
.btn.border-yellow {
  border: 3px solid yellow;
  color: yellow;
  /* 按鈕邊框黃 */
}
.btn.border-yellow:hover {
  background: yellow;
  color: black;
}
.btn.border-color-main {
  border: 3px solid #EE8100;
  color: #EE8100;
  /* 按鈕邊框主色 */
}
.btn.border-color-main:hover {
  background: #EE8100;
  color: white;
}
.btn.border-color-sec {
  border: 3px solid #02244f;
  color: #02244f;
  /* 按鈕邊框輔色 */
}
.btn.border-color-sec:hover {
  background: #02244f;
  color: white;
}
.btn.border-color-third {
  border: 3px solid #061f3e;
  color: #061f3e;
  /* 按鈕邊框次輔色 */
}
.btn.border-color-third:hover {
  background: #061f3e;
  color: white;
}

/*----- 頁籤樣式 -----*/
.page-controls .pre, .page-controls .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .pre {
  left: 0;
  padding-left: 4.4vw;
}
.page-controls .pre::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: right;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .pre:hover {
  padding-left: 4.9vw;
  color: #02244f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .next {
  left: auto;
  right: 0;
  padding-right: 4.4vw;
}
.page-controls .next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .next:hover {
  padding-right: 4.9vw;
  color: #02244f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@font-face {
  font-family: "DINA";
  src: url("fonts/DINAlternate-Bold.woff") format("woff"), url("fonts/DINAlternate-Bold.ttf") format("truetype"), url("fonts/DINAlternate-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.woff") format("woff"), url("fonts/Helvetica.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("fonts/Helvetica-Bold.woff") format("woff"), url("fonts/Helvetica-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Sophia";
  src: url("fonts/SofiaSansCondensed.woff") format("woff"), url("fonts/SofiaSansCondensed.ttf") format("truetype"), url("fonts/SofiaSansCondensed.eot") format("embedded-opentype");
}
.font-DINA {
  font-family: "DINA", Arial, sans-serif;
}

.font-Sophia {
  font-family: "Sophia", Arial, sans-serif;
}

.font-helvetica {
  font-family: "Helvetica", Arial, sans-serif;
}
.font-helvetica.f-700 {
  font-family: "Helvetica-Bold", Arial, sans-serif;
}

.font-aileron {
  font-family: "aileron", Arial, sans-serif;
}

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

.webeditor img {
  max-width: 100%;
}
.webeditor .list.list-circle {
  padding-left: 20px;
}
.webeditor .list.list-circle li {
  position: relative;
}
.webeditor .list.list-circle li:not(:last-child) {
  margin-bottom: 10px;
}
.webeditor .list.list-circle li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: #EE8100;
  border-radius: 100%;
}

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

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

.title-style.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
}

.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: #EE8100;
  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: #EE8100;
  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: #EE8100;
  color: white;
}
.share .item img {
  width: 18px;
  height: 18px;
}
.share .item:hover {
  background: #EE8100;
}

/*---------- 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, 2.60416vw, 50px);
  height: clamp(40px, 2.60416vw, 50px);
}
.fixed-btns .btn:hover .hover {
  opacity: 1;
}
.fixed-btns .btn:not(:last-child) {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- Header ---------------------------------*/
.dropdown-style .nav-item.dropdown {
  position: revert !important;
}
.dropdown-style .item-dropdown {
  min-width: 305px;
  position: absolute;
  left: auto;
  top: auto;
  background: #343B42;
  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: white !important;
}
.dropdown-style .item-dropdown .list li a:hover {
  color: #EE8100 !important;
}

.header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.header .lan {
  position: relative;
  border-left: 1px solid white;
  margin-left: clamp(10px, 1.302083vw, 20px);
}
.header .lan .dropdown-toggle {
  background: none;
  padding: 10px clamp(15px, 1.5625vw, 30px);
  color: white;
  font-weight: 700;
}
.header .lan .dropdown-toggle .material-symbols-outlined {
  margin-right: 5px;
}
.header .lan .dropdown-toggle:hover {
  color: #EE8100;
}
.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-bottom: 0;
}
.header .top-bar .list .item {
  padding: 10px clamp(10px, 1.302083vw, 20px);
  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 {
  color: white;
}
.header .top-bar .list .item a:hover {
  color: #EE8100;
}
.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;
  margin-top: 10px;
}
.header .nav > .nav-item.dropdown a::before {
  display: none;
}
.header .nav > .nav-item > a {
  padding: 15px clamp(10px, 1.302083vw, 25px);
  color: white;
  font-weight: 700;
}
.header .nav > .nav-item:hover a, .header .nav > .nav-item.active a {
  color: #EE8100;
}
.header .search-bar .button {
  padding: 8px clamp(10px, 1.302083vw, 25px) 8px 0;
  background: transparent;
}
.header .desktop {
  background: black;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px clamp(150px, 13.02083vw, 250px) 0;
  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: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  .header .desktop {
    padding: 10px 7.5vw 0 clamp(150px, 13.02083vw, 250px);
  }
}
@media (max-width: 1125px) {
  .header .desktop {
    padding: 10px 15px 0 75px;
  }
}
.header .desktop .logo {
  padding: 0;
  margin-bottom: 18px;
}
.header .desktop .left {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.header .desktop .left .btn {
  color: white;
  padding: 0;
  background: transparent;
  font-size: 25px;
  position: absolute;
  left: clamp(-100px, -5.20835vw, -10px);
  bottom: 20px;
  min-width: auto;
}
.header .desktop .left .btn:hover {
  color: #EE8100;
}
.header .desktop .desktop-menu {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.header .desktop .desktop-menu .btn {
  position: absolute;
  left: clamp(25px, 3.64583vw, 70px);
  top: clamp(30px, 3.90625vw, 75px);
  bottom: auto;
  z-index: 1;
}
.header .desktop .desktop-menu .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100dvh;
  background: url("../images/bg-megamenu.png") right bottom no-repeat;
  background-size: 50%;
  font-size: clamp(20px, 1.4583vw, 28px);
}
.header .desktop .desktop-menu .main-wrapper .left {
  width: 31.510416%;
  background: black;
  padding: clamp(20px, 21.296296296dvh, 230px) clamp(20px, 3.125vw, 60px) 15px 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .desktop .desktop-menu .main-wrapper .left .nav {
  -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 .main-wrapper .left .nav .nav-item {
  margin-bottom: clamp(15px, 4.629629629dvh, 50px);
}
.header .desktop .desktop-menu .main-wrapper .left .nav .nav-item .nav-link {
  min-width: clamp(120px, 17.1875vw, 330px);
  color: white;
  background: transparent;
  display: block;
  text-align: left;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.header .desktop .desktop-menu .main-wrapper .left .nav .nav-item .nav-link.active, .header .desktop .desktop-menu .main-wrapper .left .nav .nav-item .nav-link:hover {
  color: #EE8100;
}
.header .desktop .desktop-menu .main-wrapper .left .nav .nav-item button.nav-link::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 3px));
          transform: translateY(calc(-50% - 3px));
  right: 0;
}
.header .desktop .desktop-menu .main-wrapper .right {
  width: 68.489584%;
  padding: clamp(20px, 21.296296296dvh, 230px) 15px 15px clamp(20px, 3.90625vw, 75px);
  position: relative;
}
.header .desktop .desktop-menu .main-wrapper .right .desktop-menu-back {
  position: absolute;
  top: clamp(15px, 11.574074074dvh, 125px);
  left: clamp(20px, 3.90625vw, 75px);
  color: #EE8100;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .title {
  color: #EE8100;
  text-transform: uppercase;
  font-size: clamp(26px, 1.97916vw, 38px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav {
  -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 .main-wrapper .right .tab-pane .nav .nav-item {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav .nav-item .nav-link {
  min-width: clamp(230px, 17.1875vw, 330px);
  background: transparent;
  display: block;
  text-align: left;
  padding: 0;
  position: relative;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav .nav-item .nav-link.active, .header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav .nav-item .nav-link:hover {
  color: #EE8100;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav .nav-item button.nav-link::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 3px));
          transform: translateY(calc(-50% - 3px));
  right: 0;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .nav:not(:first-child) {
  margin-left: clamp(20px, 1.5625vw, 30px);
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .wrapper .tab-content.sec {
  padding-left: clamp(30px, 5.2083vw, 100px);
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .wrapper .tab-content.sec .tab-pane .nav .nav-item .nav-link {
  width: auto;
  font-weight: normal;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .wrapper .tab-content.sec .tab-pane .nav .nav-item .nav-link::after {
  display: none;
}
.header .desktop .desktop-menu .main-wrapper .right .tab-pane .sec .tab-pane.active.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .desktop .desktop-menu .nav > .nav-item > a {
  color: black;
}
.header .mobile .logo {
  padding: 12px 15px 12px;
  background: black;
  width: 100vw;
}
.header .mobile .logo a img {
  height: 30px;
}
.header .mobile .btn {
  min-width: auto;
  top: 8px;
  right: 5px;
}
.header .mobile > .title {
  background: #EE8100;
}
.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 {
  height: 100dvh;
}
.header .mobile .mobile-nav .logo {
  background: black;
}
.header .mobile .mobile-nav > .title {
  background: #EE8100;
}
.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 {
  height: 80dvh;
  overflow-y: 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 .dropdown-item > .title {
  padding: 15px 20px 15px 30px;
  border-bottom: none;
  width: 90%;
  border-bottom: 0 !important;
  background: transparent !important;
}
.header .mobile .third {
  background: white;
}
.header .mobile .third .item .title {
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #F7F7F9;
  background: #cacaca !important;
}
#index .header {
  background: transparent;
}
#index .header .desktop {
  background: transparent;
}
#index .header.fixed .desktop {
  background: black;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- Footer ---------------------------------*/
.footer .logo-wrapper {
  margin-bottom: clamp(30px, 2.083vw, 40px);
}
.footer .logo-wrapper .logo img {
  width: clamp(280px, 16.927083vw, 325px);
  height: clamp(39px, 2.34375vw, 45px);
}
.footer .figure .list-style-1 {
  text-align: right;
}
.footer .figure .list-style-1 li {
  margin-bottom: 15px;
}
.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: #EE8100;
  width: 18px;
}
.footer .company-info-style-2 li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.footer.dark {
  background: url("../images/bg-footer.jpg") center center no-repeat;
  color: white;
  background-size: cover;
}
@media (min-width: 1200px) {
  .footer.dark {
    background-attachment: fixed;
  }
}
.footer.dark a {
  color: #EE8100;
}
.footer .content {
  padding: clamp(35px, 2.864583vw, 55px) 0 clamp(40px, 3.385416vw, 65px);
  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: 550px) {
  .footer .content .right {
    display: none;
  }
}
.footer .logo-wrapper {
  width: 100%;
}
.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.35;
}
.footer .company .info-wrapper p {
  line-height: 1.35;
}
.footer .company .info-wrapper:not(:last-child) {
  margin-right: clamp(30px, 5.2083vw, 100px);
}
.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 {
  width: 50px;
}
.footer .company .info-wrapper .list li .info {
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .footer .company {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .info-wrapper {
    max-width: 100%;
    padding-left: 0;
  }
  .footer .company .list {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .footer .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .figure:not(:last-child) {
  margin-right: clamp(30px, 5.2083vw, 100px);
}
@media (max-width: 1129px) {
  .footer .figure:not(:last-child) {
    margin-right: 15px;
  }
}
.footer .figure .title {
  margin-bottom: 10px;
}
.footer .figure .list .item {
  color: white;
}
.footer .figure .list-style-2 .item {
  color: white;
  margin-bottom: 15px;
}
.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 clamp(40px, 3.385416vw, 65px);
  background: white;
  color: #000000;
}
.footer .bottom a {
  color: #000000;
}
.footer .bottom a:hover {
  color: #EE8100;
}
.footer .bottom .copyright {
  text-align: right;
}
@media (max-width: 991px) {
  .footer .bottom .copyright {
    text-align: center;
    padding-left: 0px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------------*/
/*---------------------------------- Index ---------------------------------*/
.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: 100vh;
  overflow: hidden;
  position: relative;
}
.banner-style1 .item .overlay {
  background: url("../images/b-cover.png") center center no-repeat;
  height: 100dvh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  background-size: cover;
}
.banner-style1 .item .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100vw;
}
.banner-style1 .item .slogan {
  position: absolute;
  left: clamp(15px, 13.02083vw, 250px);
  top: auto;
  bottom: clamp(30px, 17.809523809vh, 187px);
  display: block;
  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;
  z-index: 2;
}
.banner-style1 .item .slogan span {
  display: block;
}
.banner-style1 .item .slogan .title {
  font-size: clamp(32px, 4.375vw, 84px);
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: "aileron", Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
.banner-style1 .item .slogan .title-sec {
  font-size: clamp(24px, 2.864583vw, 55px);
  font-weight: 900;
  color: #EE8100;
  font-family: "aileron", Arial, sans-serif;
}
.banner-style1 .item .slogan .des {
  font-size: clamp(16px, 1.4583vw, 28px);
  font-family: "Helvetica-Bold", Arial, sans-serif;
}
.banner-style1 .item .slogan .btn {
  color: black;
  margin-top: clamp(20px, 1.5625vw, 30px);
  min-width: 200px;
  font-size: 18px;
  font-family: "DINA", Arial, sans-serif;
  text-align: center;
}
.banner-style1 .carousel-indicators {
  position: absolute;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: auto;
  right: 0;
  bottom: clamp(15px, 3.125vw, 60px);
}
.banner-style1 .carousel-indicators .item {
  padding-right: 0;
  margin: 0 8px 0 0;
  width: clamp(30px, 3.64583vw, 70px);
  height: 4px;
  background: white;
  border-radius: 0;
  border-radius: 20px;
}
.banner-style1 .carousel-indicators .item.active, .banner-style1 .carousel-indicators .item:hover {
  background: #EE8100;
}
@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 .item {
    height: 90dvh;
  }
  .banner-style1 .item .image, .banner-style1 .item .overlay {
    height: 90dvh;
  }
}
@media (max-width: 767px) {
  .banner-style1 .item .slogan {
    left: 50% !important;
    top: 100px !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    width: calc(100% - 30px) !important;
    text-align: left;
  }
  .banner-style1 .carousel-indicators {
    left: 0;
    right: auto;
    bottom: clamp(15px, 3.125vw, 60px);
    margin: 0 0 0 15px;
  }
}

.index-news {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(30px, 3.64583vw, 70px) clamp(40px, 4.16vw, 80px);
}
.index-news .link-wrapper {
  width: clamp(200px, 27.34375vw, 525px);
  background: #EE8100;
  padding: clamp(20px, 1.302083vw, 25px) clamp(15px, 1.0416vw, 20px);
  font-family: "DINA", arial, sans-serif;
  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;
}
.index-news .link-wrapper .image {
  height: 155px;
  width: 100%;
  background: white;
}
.index-news .link-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .index-news {
    padding: clamp(30px, 3.64583vw, 70px) 0;
  }
  .index-news .link-wrapper {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .index-news .link-wrapper {
    width: 100%;
  }
}

.index-about .btn-wrapper {
  margin-top: auto;
}
.index-about .btn-wrapper .btn {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.index-about .btn-wrapper .btn:hover {
  background: #343B42;
  opacity: 1;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Products --------------------------------*/
.products-list .item {
  padding: clamp(30px, 3.64583vw, 70px) clamp(15px, 15.625vw, 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-list .item .image {
  width: clamp(300px, 30.72916vw, 590px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products-list .item .content {
  padding-left: clamp(15px, 2.864583vw, 55px);
  width: clamp(100% - 590px, 100% - 30.72916vw, 100% - 300px);
}
.products-list .item .content .list li {
  border-bottom: 1px solid #231815;
}
.products-list .item .content .list li .link {
  padding: 15px clamp(45px, 3.125vw, 60px) 15px 0;
  position: relative;
  display: block;
}
.products-list .item .content .list li .link::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: clamp(25px, 2.083vw, 40px);
  height: clamp(9px, 0.78125vw, 15px);
  background: url("../images/icon-pdt-arrow.svg") center center no-repeat;
  background-size: contain;
}
.products-list .item .content .list li .link:hover {
  color: #EE8100;
}
.products-list .item .content .list li .link:hover::after {
  right: 0px;
}
.products-list .item:nth-child(odd) {
  background: #F7F8F9;
}
@media (max-width: 1500px) {
  .products-list .item {
    padding: clamp(30px, 3.64583vw, 70px) 7.5vw;
  }
}
@media (max-width: 768px) {
  .products-list .item {
    padding: clamp(30px, 3.64583vw, 70px) 15px;
  }
}
@media (max-width: 550px) {
  .products-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-list .item .image, .products-list .item .content {
    width: 100%;
  }
  .products-list .item .content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.products-applications {
  background: #656F77;
  color: white;
}

.products-applications-carousel .item {
  text-align: center;
}
.products-applications-carousel .item .image {
  border-radius: clamp(10px, 1.5625vw, 30px);
  background: white;
}
.products-applications-carousel .item .title {
  margin-top: 10px;
  font-size: clamp(22px, 1.4583vw, 28px);
}
.products-applications-carousel .owl-nav {
  top: clamp(50% - 14px, 50% - 0.72915vw, 50% - 11px);
}
.products-applications-carousel .owl-nav .owl-prev span::before, .products-applications-carousel .owl-nav .owl-next span::before {
  content: "";
  background: url("../images/icon-owl-arrow.svg") center center no-repeat;
  width: clamp(28px, 1.97916vw, 38px);
  height: clamp(54px, 3.802083vw, 73px);
  background-size: contain;
}
.products-applications-carousel .owl-nav .owl-prev span::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#product_i {
  font-family: "DINA", arial, sans-serif;
}
#product_i .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product_i .title-wrapper .title {
  width: 77.5%;
}
#product_i .title-wrapper .btn-add-inquiry {
  padding-left: 50px;
  height: 50px;
  min-width: clamp(150px, 13.5416vw, 260px);
  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;
  font-size: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#product_i .title-wrapper .btn-add-inquiry::before {
  content: "+";
  font-family: "DINA", arial, sans-serif;
  font-size: 46px;
  position: absolute;
  line-height: 1;
  left: 14px;
  top: -2px;
  color: black;
}
@media (max-width: 768px) {
  #product_i .title-wrapper .title {
    width: 100%;
  }
}
#product_i .product-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product_i .product-main-wrapper .left {
  width: clamp(100% - 825px, 100% - 42.96875vw, 100% - 600px);
  padding-right: clamp(80px, 6.770833vw, 130px);
}
#product_i .product-main-wrapper .left .webeditor {
  line-height: 1.4;
}
#product_i .product-main-wrapper .right {
  width: clamp(600px, 42.96875vw, 825px);
}
#product_i .product-main-wrapper .right .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#product_i .product-main-wrapper .right .gallery li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  #product_i .product-main-wrapper .left {
    width: 50%;
  }
  #product_i .product-main-wrapper .right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #product_i .product-main-wrapper .left {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #product_i .product-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #product_i .product-main-wrapper .left, #product_i .product-main-wrapper .right {
    width: 100%;
  }
  #product_i .product-main-wrapper .left {
    padding-right: 0;
  }
}

.video-popout .image {
  position: relative;
}
.video-popout .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-popout .image .overlay .icon {
  position: absolute;
}
.video-popout .image .overlay .icon-1 {
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-popout .image .overlay .icon-2 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16%;
}
.video-popout .image .overlay .icon-3 {
  width: 100%;
  height: clamp(15px, 1.5625vw, 30px);
  top: 0;
  left: 0;
  background: black;
}
.video-popout .img-hover-larger:hover .icon-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.spec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.spec-wrapper .title-content, .spec-wrapper .info-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.spec-wrapper .title-content .item, .spec-wrapper .info-content .item {
  border-bottom: 1px solid #231815;
  padding: 10px;
  white-space: nowrap;
}
.spec-wrapper .title-content {
  min-width: 380px;
}
.spec-wrapper .title-content .item {
  padding-left: 0;
}

.pdt-recommend .item {
  background: #F7F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(15px, 1.302083vw, 20px);
  min-height: clamp(100% - 20px, 100% - 1.302083vw, 100% - 15px);
}
.pdt-recommend .item span {
  display: block;
}
.pdt-recommend .item span.btn {
  display: inline-block;
}
.pdt-recommend .item .image {
  height: clamp(200px, 16.40625vw, 315px);
  background: #C4C4C4;
}
.pdt-recommend .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pdt-recommend .item .info {
  padding: 15px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: clamp(100% - 315px, 100% - 16.40625vw, 100% - 200px);
}
.pdt-recommend .item .info .title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pdt-recommend .item .info .des {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pdt-recommend .item .info .btn-wrapper {
  margin-top: auto;
}

.product-spec .table-wrapper {
  position: relative;
}
.product-spec .scroll-indicator {
  position: absolute;
  top: 50%;
  right: clamp(-30px, -1.5625vw, -20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(20px, 1.5625vw, 30px);
  height: 100%;
  background-color: #EE8100;
  color: white;
  font-size: 80%;
  font-weight: bold;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
  pointer-events: none;
  opacity: 100%;
  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;
}
.product-spec .scroll-indicator.d-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .product-spec .table-wrapper {
    padding-right: 20px;
  }
  .product-spec .table-wrapper .scroll-indicator {
    right: 0;
  }
}

/*--------------------------------------------------------------------------*/
/*----------------------------------- CTA ----------------------------------*/
.cta-style-1 .content {
  padding: clamp(20px, 1.5625vw, 30px) clamp(25px, 2.60416vw, 50px);
  min-height: 260px;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-style-2 {
  padding: clamp(25px, 2.60416vw, 50px) 0;
  color: white;
}
.cta-style-2 .container {
  display: block;
}
.cta-style-2 .btn {
  margin-top: 0;
  border-radius: 0;
  min-width: clamp(40px, 2.60416vw, 50px);
  color: #231815;
  border: 3px solid #EE8100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cta-style-2 .btn:hover {
  color: white;
  border-color: white;
  background: transparent;
}

/*---------------------------------------------------------------------------*/
/*----------------------------------- News ----------------------------------*/
.news.style-news .row {
  margin-left: clamp(-25px, -1.302083vw, -6px);
  margin-right: clamp(-25px, -1.302083vw, -6px);
}
.news.style-news .row [class^=col-], .news.style-news .row [class*=col-] {
  padding-left: clamp(6px, 1.302083vw, 25px);
  padding-right: clamp(6px, 1.302083vw, 25px);
}
.news.style-news .btn {
  font-size: clamp(16px, 1.0416vw, 20px);
  text-align: center;
  border: 3px solid #EE8100;
  text-align: center;
}
.news.style-news .image {
  position: relative;
  border: 1px solid #F7F7F9;
}
.news.style-news .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news.style-news .title {
  line-height: 1.4;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news.style-news .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news.style-news .date {
  color: #4A4A4A;
  font-size: 16px;
}
.news.style-news .des {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news.style-news .btn-wrapper {
  margin-top: auto;
  text-align: right;
}
.news.style-news .item {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  min-height: clamp(100% - 30px, 100% - 1.5625vw, 100% - 20px);
  position: relative;
  background: #DFE0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(20px, 1.302083vw, 25px);
}
.news.style-news .item:hover {
  background: #656F77;
}
.news.style-news .item:hover .title {
  color: #EE8100;
}
.news.style-news .item:hover .des, .news.style-news .item:hover .date {
  color: white;
}
.news.style-news .item:hover .btn {
  background: transparent;
  border-color: white;
  color: white;
}
.news.style-news .item:hover .image .overlay {
  opacity: 1;
}
.news.style-news .item:hover .btn {
  border-color: white;
  color: white;
}
.news.style-news_sub .item {
  padding: clamp(25px, 2.604vw, 50px);
}
.news.style-news_sub .item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news.style-news_sub .item .image {
  width: clamp(300px, 27.864583vw, 535px);
}
.news.style-news_sub .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news.style-news_sub .item .content {
  width: clamp(100% - 535px, 100% - 27.864583vw, 100% - 300px);
  padding-left: clamp(15px, 4.16vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news.style-news_sub .item .content .date {
  color: #4A4A4A;
}
.news.style-news_sub .item .content .des {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3636363636;
}
.news.style-news_sub .item .content .btn {
  width: 185px;
  color: black;
  text-align: center;
}
.news.style-news_sub .item .content .btn-wrapper {
  margin-top: auto;
}
.news.style-news_sub .item:nth-child(odd) {
  background: #F7F7F9;
}
@media (max-width: 550px) {
  .news.style-news_sub .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: clamp(25px, 2.604vw, 50px) 0;
  }
  .news.style-news_sub .item .image, .news.style-news_sub .item .content {
    width: 100%;
  }
  .news.style-news_sub .item .content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.news.style-news_exhibition .row {
  margin-left: clamp(-35px, -1.822916vw, -6px);
  margin-right: clamp(-35px, -1.822916vw, -6px);
}
.news.style-news_exhibition .row [class^=col-], .news.style-news_exhibition .row [class*=col-] {
  padding-left: clamp(6px, 1.822916vw, 35px);
  padding-right: clamp(6px, 1.822916vw, 35px);
}
.news.style-news_exhibition .item {
  padding: clamp(10px, 1.302083vw, 25px);
  margin-bottom: clamp(20px, 2.60416vw, 50px);
  height: clamp(100% - 50px, 100% - 2.60416vw, 100% - 20px);
  background: #F7F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news.style-news_exhibition .item span {
  display: block;
}
.news.style-news_exhibition .item .image {
  width: clamp(200px, 15.364583vw, 295px);
  min-height: 100%;
  background: white;
}
.news.style-news_exhibition .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news.style-news_exhibition .item .content {
  width: clamp(100% - 295px, 100% - 15.364583vw, 100% - 200px);
  padding-left: clamp(15px, 1.302083vw, 25px);
  padding-top: 10px;
}
.news.style-news_exhibition .item .content .title {
  line-height: 1.4166666667;
  color: #EE8100;
}
.news.style-news_exhibition .item .content .des {
  line-height: 1.4;
  margin-top: 12px;
}
@media (max-width: 550px) {
  .news.style-news_exhibition .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .news.style-news_exhibition .item .image, .news.style-news_exhibition .item .content {
    width: 100%;
  }
  .news.style-news_exhibition .item .content {
    padding-left: 0;
  }
}

#news .news.style-news .btn {
  padding: 7px 10px;
  color: #231815;
}
#news .news.style-news .item {
  background: #F7F7F9;
}
#news .news.style-news .item:hover {
  background: #656F77;
}
#news .news.style-news .item:hover .btn {
  color: white;
}

#news_i {
  font-family: "DINA", arial, sans-serif;
}
#news_i .main-wrapper {
  padding-left: clamp(22px, 1.875vw, 36px);
}
#news_i .webeditor {
  line-height: 1.4;
}
#news_i .webeditor p {
  line-height: 1.4;
}
#news_i .cta-style-1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #news_i .main-wrapper {
    padding-left: 0;
  }
}

.news-pdt-recommend li:not(:last-child) {
  margin-bottom: clamp(15px, 3.125vw, 60px);
}
.news-pdt-recommend li a.item {
  position: relative;
}
.news-pdt-recommend li a.item .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-pdt-recommend li a.item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/n-pdt-overlay.svg") bottom center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
}
.news-pdt-recommend li a.item .title {
  display: block;
  background: #656F77;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.news-pdt-recommend li a.item .btn {
  position: absolute;
  left: clamp(15px, 1.0416vw, 20px);
  bottom: clamp(15px, 1.0416vw, 20px);
  border: 3px solid white;
  padding: 6px 10px 6px 50px;
  color: white;
  font-size: clamp(18px, 1.35416vw, 26px);
  background: url("../images/icon-link.svg") left 11px center no-repeat;
  background-size: 30px;
  z-index: 2;
  opacity: 0;
}
.news-pdt-recommend li a.item:hover::before {
  opacity: 1;
}
.news-pdt-recommend li a.item:hover .btn {
  opacity: 1;
}

.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;
  border-color: white;
  background: white;
}
.news-sub-slider .slider-nav-success .slick-list .slick-slide:hover, .news-sub-slider .slider-nav-success .slick-list .slick-slide.slick-current {
  background: #EE8100;
  border-color: #EE8100;
  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: #788087;
}
.news-sub-slider .slider-nav-success .slick-prev:hover, .news-sub-slider .slider-nav-success .slick-next:hover {
  background: #EE8100;
}
.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";
}

/*---------------------------------------------------------------------------*/
/*--------------------------------- 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: #EE8100;
}
.solutions-group .item:hover .image {
  background: #EE8100;
}
.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: #EE8100;
  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 ---------------------------------*/
.gap-large .row {
  margin-left: clamp(-35px, -1.822916vw, -5px);
  margin-right: clamp(-35px, -1.822916vw, -5px);
}
.gap-large .row [class^=col-], .gap-large .row [class*=col-] {
  padding-left: clamp(5px, 1.822916vw, 35px);
  padding-right: clamp(5px, 1.822916vw, 35px);
}

.company-a .info {
  margin: clamp(-150px, -7.8125vw, -100px) clamp(25px, 2.60416vw, 50px) 0;
  padding: clamp(30px, 4.427083vw, 85px) clamp(20px, 4.6875vw, 90px);
  background: #EE8100;
  color: white;
  line-height: 1.4545454545;
}
@media (max-width: 767px) {
  .company-a .info {
    margin: 0;
  }
}

.brand-a .content {
  background: #788087;
  color: white;
  padding: clamp(20px, 2.083vw, 40px) 0 clamp(120px, 9.8955vw, 190px);
}
.brand-a .features-wrapper {
  margin: clamp(-150px, -7.8125vw, -100px) clamp(25px, 2.60416vw, 50px) 0;
}
.brand-a .features-wrapper .list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: clamp(-27px, -1.40625vw, -10px);
  margin-right: clamp(-27px, -1.40625vw, -10px);
}
.brand-a .features-wrapper .list li {
  padding-left: clamp(10px, 1.40625vw, 27px);
  padding-right: clamp(10px, 1.40625vw, 27px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.brand-a .features-wrapper .list li .item {
  padding: clamp(20px, 1.302083vw, 25px) clamp(15px, 1.0416vw, 20px);
  background: #EE8100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: clamp(20px, 2.60416vw, 50px);
  min-height: clamp(100% - 50px, 100% - 2.60416vw, 100% - 20px);
}
.brand-a .features-wrapper .list li .item .icon {
  width: clamp(60px, 6.25vw, 120px);
  height: clamp(60px, 6.25vw, 120px);
}
.brand-a .features-wrapper .list li .item .info {
  width: clamp(100% - 120px, 100% - 6.25vw, 100% - 60px);
  padding-left: clamp(15px, 1.0416vw, 20px);
}
.brand-a .features-wrapper .list li .item .des {
  color: white;
  line-height: 1.3636363636;
}
@media (max-width: 768px) {
  .brand-a .features-wrapper {
    margin: clamp(-150px, -7.8125vw, -100px) 0 0;
  }
}
@media (max-width: 767px) {
  .brand-a .features-wrapper .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.brand-data {
  background: url("../images/brand-bg.jpg") center center no-repeat;
  padding: clamp(40px, 7.03125vw, 135px) 0;
}
.brand-data .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.brand-data .list li {
  padding: 0 clamp(5px, 0.78125vw, 15px);
}
.brand-data .list li .divider {
  width: 3px;
  height: clamp(60px, 6.510416vw, 125px);
  background: white;
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .brand-data .list li .divider {
    width: 1px;
  }
}
@media (min-width: 1240px) {
  .brand-data {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .brand-data .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brand-data .list li {
    width: 100%;
  }
  .brand-data .list li .divider {
    display: none;
  }
}

.advantage-solutions .container {
  position: relative;
}
.advantage-solutions .pdt-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  min-height: clamp(100% - 30px, 100% - 1.5625vw, 100% - 20px);
  background: #000000;
}
.advantage-solutions .pdt-list .item span {
  display: block;
}
.advantage-solutions .pdt-list .item .image {
  position: relative;
}
.advantage-solutions .pdt-list .item .image img {
  width: 100%;
}
.advantage-solutions .pdt-list .item .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE8100;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.advantage-solutions .pdt-list .item .info {
  padding: 15px 10px 0;
  background: #000000;
  color: white;
}
.advantage-solutions .pdt-list .item .btn-wrapper {
  padding: 0 15px 15px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.advantage-solutions .pdt-list .item .btn-wrapper .btn.bg-color-main {
  border: 3px solid #EE8100;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  min-width: auto;
  font-size: 18px;
  color: #231815;
}
.advantage-solutions .pdt-list .item:hover .image::before {
  opacity: 100%;
}
.advantage-solutions .pdt-list .item:hover .btn-wrapper .btn.bg-color-main {
  background: transparent;
  border-color: white;
  color: white;
}
.advantage-product .item {
  background: #788087;
  margin-bottom: clamp(20px, 2.864583vw, 55px);
  min-height: clamp(100% - 55px, 100% - 2.864583vw, 100% - 20px);
  padding: clamp(15px, 1.822916vw, 35px);
}
.advantage-product .item .title {
  color: #231815;
}
.advantage-product .item .des {
  color: white;
  line-height: 1.2727272727;
}

#advantage .advantage-solutions .pdt-list {
  background: #DFE0E0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  #advantage .advantage-solutions .pdt-list {
    -webkit-transform: translateX(41.666667%);
            transform: translateX(41.666667%);
  }
}
@media (min-width: 1024px) {
  #advantage .advantage-solutions .pdt-list:hover {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media (min-width: 1024px) {
  #advantage .advantage-solutions .solutions-content {
    position: absolute;
    top: 0;
    left: clamp(6px, 0.78125vw, 15px);
  }
}

.data-blocks-style-2 .num-wrapper {
  color: white;
  margin-bottom: 0;
}
.data-blocks-style-2 .num-wrapper .num {
  font-size: clamp(50px, 6.770833vw, 130px);
  font-weight: 400;
}
.data-blocks-style-2 .num-wrapper .unit {
  font-size: clamp(24px, 4.427083vw, 85px);
  -webkit-transform: translateY(clamp(-45px, -2.34375vw, -30px));
          transform: translateY(clamp(-45px, -2.34375vw, -30px));
  margin-bottom: 0;
}
.data-blocks-style-2 .title-sec {
  color: white;
  max-width: 250px;
  text-align: center;
}

#company .webeditor .row {
  margin-left: clamp(-25px, -1.302083vw, -6px);
  margin-right: clamp(-25px, -1.302083vw, -6px);
}
#company .webeditor .row [class^=col-], #company .webeditor .row [class*=col-] {
  padding-left: clamp(6px, 1.302083vw, 25px);
  padding-right: clamp(6px, 1.302083vw, 25px);
}
#company .webeditor .img-fluid {
  width: 100%;
}

/* -------------------------------- 

公司簡介-歷史沿革時間軸

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto 0 auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  padding-left: 0;
  margin-bottom: 0;
}
.cd-horizontal-timeline ol li, .cd-horizontal-timeline ul li {
  list-style: none;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 150px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: clamp(100% - 110px, 100% - 2.864583vw - 2.864583vw, 100% - 90px);
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70px;
  height: 3px;
  margin: -3px 0 0 0;
  /* width will be set using JavaScript */
  background: #231815;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width: 50px;
  z-index: 2;
  text-align: center;
  font-size: max(1.2vw, 18px);
  color: #231815;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  font-family: "DINA", arial, sans-serif;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #657078;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  width: clamp(20px, 1.40625vw, 27px);
  height: clamp(20px, 1.40625vw, 27px);
  background: #979797;
  border-radius: 100%;
}
.cd-horizontal-timeline .events a:hover::after {
  background-color: #EE8100;
  border-color: #EE8100;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color: #EE8100;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #EE8100;
  border-color: #EE8100;
  /*left:26px;*/
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #EE8100;
  background: #EE8100;
}
.cd-horizontal-timeline .events li a {
  bottom: 0;
  padding-bottom: max(1.5625vw, 20px);
  padding-bottom: 20px;
}
.cd-horizontal-timeline .events li a::after {
  bottom: clamp(-11.5px, -0.703125vw + 1.5px, -8.5px);
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #EE8100;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 90;
  top: calc(50% - 7px);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(45px, 2.864583vw, 55px);
  height: clamp(45px, 2.864583vw, 55px);
  /*border-radius: 50%;
  border: 2px solid #dfdfdf;*/
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cd-timeline-navigation a.prev {
  background-image: url("../images/icon-history-arrow-left.svg");
  left: -5px;
}
.cd-timeline-navigation a.prev:hover {
  background-image: url("../images/icon-history-arrow-left-hover.svg");
}
.cd-timeline-navigation a.next {
  background-image: url("../images/icon-history-arrow.svg");
  right: -5px;
}
.cd-timeline-navigation a.next:hover {
  background-image: url("../images/icon-history-arrow-hover.svg");
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .cd-timeline-navigation a {
    top: calc(50% - 7px);
  }
  .cd-timeline-navigation a.prev {
    left: -6px;
    background-color: #C6D0D8;
  }
  .cd-timeline-navigation a.next {
    right: -6px;
    background-color: #C6D0D8;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*---------------------------------------------------------------------------*/
/*--------------------------------- 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 {
  width: 25px;
  height: 25px;
  background: url("../images/inquiry-delete.svg") center center no-repeat;
  background-size: contain;
}
.inquiry .table tr th, .inquiry .table tr td {
  border: none;
  padding: 15px;
}
.inquiry .table thead tr td {
  background: #231815;
  color: #EE8100;
}
.inquiry .table tbody tr {
  border: 1px solid #231815;
}
.inquiry .table tbody tr td, .inquiry .table tbody tr th {
  background: white;
}

.form-contact .form-group {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.form-contact .form-group .form-label {
  width: 135px;
  padding: 15px 0;
}
.form-contact .form-group .form-control {
  width: 100%;
  background: white;
  min-height: 55px;
  padding: 10px 15px;
  border: 1px solid black;
  color: black;
  font-size: clamp(18px, 1.145833vw, 22px);
}
.form-contact .form-group .form-control::-webkit-input-placeholder {
  color: black;
}
.form-contact .form-group .form-control::-moz-placeholder {
  color: black;
}
.form-contact .form-group .form-control:-ms-input-placeholder {
  color: black;
}
.form-contact .form-group .form-control::-ms-input-placeholder {
  color: black;
}
.form-contact .form-group .form-control::placeholder {
  color: black;
}
.form-contact .form-group.checkbox {
  margin-bottom: 0;
}
.form-contact .form-group.checkbox .form-label {
  width: 180px;
  padding: 0;
}
.form-contact .form-group.checkbox .checkbox-group {
  width: calc(100% - 180px);
  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: clamp(40px, 1.0416vw + 30px, 50px);
  margin-bottom: clamp(15px, 1.0416vw, 20px);
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox > span, .form-contact .form-group.checkbox .checkbox-group .mt-radio > span {
  border-radius: 0px !important;
  border: 1px solid black !important;
  width: 22px !important;
  height: 22px !important;
  left: clamp(10px, 1.0416vw, 20px);
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox > input, .form-contact .form-group.checkbox .checkbox-group .mt-radio > input {
  width: 0;
}
.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: #EE8100;
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox > input:checked ~ span::after, .form-contact .form-group.checkbox .checkbox-group .mt-radio > input:checked ~ span::after {
  display: none;
}
.form-contact .form-group.checkbox .checkbox-group .mt-checkbox:hover > input:not([disabled]) ~ span, .form-contact .form-group.checkbox .checkbox-group .mt-radio:hover > input:not([disabled]) ~ span {
  background: #EE8100;
}
.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: #EE8100;
}
.form-contact .form-group.checkbox.privacy .checkbox-group {
  width: 85%;
  line-height: 1.3;
}
.form-contact .form-group.checkbox.privacy .checkbox-group .mt-checkbox, .form-contact .form-group.checkbox.privacy .checkbox-group .mt-radio {
  position: relative;
  width: 100%;
  padding-left: 30px;
  display: block;
}
.form-contact .form-group.checkbox.privacy .checkbox-group .mt-checkbox > span, .form-contact .form-group.checkbox.privacy .checkbox-group .mt-radio > span {
  left: 0;
  top: 14px;
}
.form-contact .form-group.security .security-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-contact .form-group.security .security-group .form-control {
  width: clamp(180px, 20.572916vw, 395px);
  margin-right: 25px;
}
.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;
  }
  .form-contact .form-group.checkbox .form-label {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-contact .form-group.checkbox .checkbox-group {
    width: 100%;
  }
  .form-contact .form-group.security .security-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;
  }
  .form-contact .form-group.security .security-group .form-control {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.products-contact .form-group.border {
  padding: 15px 15px 0;
  border: 1px solid black;
}
.products-contact .btn {
  padding: 15px 25px;
  color: black;
  min-width: clamp(25px, 2.604vw, 50px);
}
.products-contact .btn:hover {
  background: #EE8100;
}

.contact-info li:not(:last-child) {
  margin-bottom: clamp(20px, 3.385416vw, 65px);
}

#contact {
  font-family: "DINA", arial, sans-serif;
}
#contact .form-contact {
  background: #788087;
  color: white;
}
#contact .form-contact .form-group .form-control {
  background: transparent;
  border-color: white;
  color: white;
  border-width: 2px;
}
#contact .form-contact .form-group .form-control::-webkit-input-placeholder {
  color: white;
}
#contact .form-contact .form-group .form-control::-moz-placeholder {
  color: white;
}
#contact .form-contact .form-group .form-control:-ms-input-placeholder {
  color: white;
}
#contact .form-contact .form-group .form-control::-ms-input-placeholder {
  color: white;
}
#contact .form-contact .form-group .form-control::placeholder {
  color: white;
}
#contact .form-contact .form-group.checkbox .checkbox-group .mt-checkbox span, #contact .form-contact .form-group.checkbox .checkbox-group .mt-radio span {
  border-color: white !important;
  background: white;
}
#contact .form-contact .form-group.checkbox .checkbox-group .mt-checkbox > input:checked ~ span, #contact .form-contact .form-group.checkbox .checkbox-group .mt-radio > input:checked ~ span {
  background: #EE8100;
}
#contact .form-contact .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#contact .form-contact .btn-group .btn {
  min-height: 55px;
  padding: 10px 15px;
  min-width: 140px;
  text-align: center;
  color: black;
}
#contact .form-contact .btn-group .btn.bg-gray:hover {
  background: #EE8100;
}

.contact-locations {
  background: url("../images/bg-contact.jpg") right bottom no-repeat;
  background-size: 50%;
}
.contact-locations .list {
  margin-top: clamp(20px, 3.125vw, 60px);
}
.contact-locations .list li {
  margin-bottom: clamp(20px, 3.385416vw, 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-locations .list li .image {
  width: clamp(250px, 17.7083vw, 340px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-locations .list li .info {
  width: clamp(100% - 340px, 100% - 17.7083vw, 100% - 250px);
  padding-left: clamp(15px, 3.125vw, 60px);
}
.contact-locations .list li .info .des {
  max-width: 400px;
}
@media (max-width: 991px) {
  .contact-locations {
    background: url("../images/bg-contact.jpg") center bottom no-repeat;
    background-size: contain;
    padding-bottom: clamp(100px, 70.635721493vw, 700px);
  }
}
@media (max-width: 767px) {
  .contact-locations .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-locations .list li .image, .contact-locations .list li .info {
    width: 100%;
  }
  .contact-locations .list li .info {
    padding-left: 0;
    margin-top: 20px;
  }
}

/*---------------------------------------------------------------------------*/
/*-------------------------------- Worldwide --------------------------------*/
.worldwide-group-wrapper {
  background: url("../images/bg-worldwide.jpg") center center no-repeat #656F77;
  background-size: contain;
  position: relative;
  min-height: clamp(500px, 48.177083vw, 925px);
  padding: clamp(30px, 5.2083vw, 100px) 13.02083vw 0;
}
.worldwide-group-wrapper .worldwide-selections-btn {
  border: 3px solid #EE8100;
  padding: 15px clamp(30px, 2.34375vw, 45px) 15px clamp(15px, 1.5625vw, 30px);
  min-width: clamp(300px, 33.3vw, 640px);
  text-align: left;
  background: url("../images/icon-worldwide-selection.svg") right clamp(10px, 1.0416vw, 20px) center no-repeat white;
  background-size: clamp(15px, 1.5625vw, 30px);
}
.worldwide-group-wrapper .worldwide-selections-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: transparent;
}
.worldwide-group-wrapper .worldwide-selections-menu {
  min-width: clamp(300px, 33.3vw, 640px);
  height: clamp(100% - 120px, 100% - 3.125vw - 3.125vw, 100% - 60px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: clamp(50px, 4.16vw, 80px) clamp(30px, 3.385416vw, 65px);
  background: rgba(0, 0, 0, 0.8);
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper {
  height: 100%;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-slide {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-slide button {
  background: transparent;
  color: white;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-slide button:hover {
  color: #EE8100;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-button-next, .worldwide-group-wrapper .worldwide-selections-menu .swiper-button-prev {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
  left: 50%;
  right: auto;
  color: white;
  margin-top: 0;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-button-next::after, .worldwide-group-wrapper .worldwide-selections-menu .swiper-button-prev::after {
  font-size: 25px;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-button-next, .worldwide-group-wrapper .worldwide-selections-menu .swiper-rtl .swiper-button-prev {
  top: auto;
  bottom: 0px;
}
.worldwide-group-wrapper .worldwide-selections-menu .swiper-button-prev, .worldwide-group-wrapper .worldwide-selections-menu .swiper-rtl .swiper-button-next {
  top: 0;
  bottom: auto;
}
.worldwide-group-wrapper .tab-content .item {
  padding: clamp(6px, 1.822916vw, 35px);
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 768px) {
  .worldwide-group-wrapper {
    padding: clamp(30px, 5.2083vw, 100px) 15px 0;
  }
  .worldwide-group-wrapper .worldwide-selections-btn {
    min-width: 100%;
  }
  .worldwide-group-wrapper .worldwide-selections-menu {
    min-width: calc(100% - 30px);
  }
}

#worldwide {
  font-family: "DINA", arial, sans-serif;
}
#worldwide .brand-data {
  padding: clamp(20px, 3.125vw, 60px) 15px clamp(30px, 2.083vw, 40px);
}
#worldwide .locations .row {
  margin-left: clamp(-60px, -3.125vw, -6px);
  margin-right: clamp(-60px, -3.125vw, -6px);
}
#worldwide .locations .row [class^=col-], #worldwide .locations .row [class*=col-] {
  padding-left: clamp(6px, 3.125vw, 60px);
  padding-right: clamp(6px, 3.125vw, 60px);
}
#worldwide .locations .item {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  height: clamp(100% - 30px, 100% - 1.5625vw, 100% - 20px);
}
#worldwide .locations .item .title {
  min-height: 65px;
}
#worldwide .worldwide-locations .row {
  margin-left: clamp(-40px, -2.083vw, -6px);
  margin-right: clamp(-40px, -2.083vw, -6px);
}
#worldwide .worldwide-locations .row [class^=col-], #worldwide .worldwide-locations .row [class*=col-] {
  padding-left: clamp(6px, 2.083vw, 40px);
  padding-right: clamp(6px, 2.083vw, 40px);
}
#worldwide .worldwide-locations .item {
  background: #F7F7F9;
  padding: clamp(15px, 2.083vw, 40px);
  margin-bottom: clamp(30px, 2.083vw, 40px);
  min-height: clamp(100% - 40px, 100% - 2.083vw, 100% - 30px);
}