/* ------------------------------------------------------------------------------------------------ */
/* Core style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------------------------------ */
@font-face { font-family: "Myriad Regular"; src: local(MyriadPro-Regular); src: url("../fonts/MyriadPro-Regular.eot"); src: url("../fonts/MyriadPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Myriad Medium"; src: local(MyriadPro-Semibold); src: url("../fonts/MyriadPro-Semibold.eot"); src: url("../fonts/MyriadPro-Semibold.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg"); font-style: normal; font-weight: 500; font-display: swap; }

@font-face { font-family: "Myriad Semibold"; src: local(MyriadPro-Bold); src: url("../fonts/MyriadPro-Bold.eot"); src: url("../fonts/MyriadPro-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg"); font-style: normal; font-weight: 600; font-display: swap; }

/* ------------------------------------------------------------------------------------------------ */
/* Common */
/* ------------------------------------------------------------------------------------------------ */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

hr { border: 0; border-top: 1px solid #DEDEDE; }

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; font-feature-settings: "kern" 1; font-kerning: normal; }

*::-webkit-scrollbar { width: 5px; }

*::-webkit-scrollbar-track { background: #fff; border-radius: 10px; }

*::-webkit-scrollbar-thumb { background: rgba(255, 212, 0, 0.8); border-radius: 5px; }

*::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }

.hidden { display: none; }

input, textarea { padding: 0; border-radius: 0; }

.block { display: block; }

.fright { float: right; }

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

p { margin: 0 0 32px; padding: 0; }

p em, p i { font-style: italic; }

p u { text-decoration: underline; }

p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 { margin: 0 0 24px; font-family: "Myriad Medium"; font-weight: normal; }

h1 { font-size: 36px; line-height: 48px; }

h2 { font-size: 32px; line-height: 48px; }

@media (max-width: 767px) { h2 { font-size: 26px; line-height: 38px; } }

h3 { font-size: 21px; line-height: 32px; }

a { color: #208EDE; transition: color .3s ease; }

a:hover { color: #208EDE; }

article h1 { font-size: 36px; line-height: 48px; }

@media (max-width: 767px) { article h1 { font-size: 28px; line-height: 38px; } }

article h2 { font-size: 32px; line-height: 48px; }

@media (max-width: 767px) { article h2 { font-size: 26px; line-height: 38px; } }

article h3 { font-size: 24px; line-height: 32px; }

article h4 { font-size: 16px; line-height: 24px; }

article p { word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; clear: both; }

article a:visited { text-decoration: underline; }

article a:hover { text-decoration: none; }

article li ul, article li ol { margin: 0 1.5em; }

article ul, article ol { margin: 0 0 32px; padding-left: 20px; }

article ul:last-child, article ol:last-child { margin: 0; }

article ul { list-style-type: disc; }

article ol { list-style-type: decimal; }

article ol ol { list-style: upper-alpha; }

article ol ol ol { list-style: lower-roman; }

article ol ol ol ol { list-style: lower-alpha; }

article li { margin-bottom: 10px; }

ul, ol { padding: 0; margin: 0; }

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

img.aligncenter { display: block; margin: auto; }

img.alignright { float: right; margin-left: 16px; }

.font-16 { font-size: 16px; line-height: 26px; }

ul { list-style: none; }

label { font-weight: normal; }

html { line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; }

html, body { font-family: "Myriad Regular","SF Pro Icons","Helvetica Neue","Helvetica","Arial", sans-serif, BlinkMacSystemFont, Roboto, Apple Color Emoji; font-weight: normal; font-size: 18px; line-height: 26px; margin: 0; color: #212121; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; min-height: 100vh; }

html input, body input { font-family: inherit; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

input:focus { outline: none; box-shadow: none; }

* { outline: none !important; }

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

.mb-5 { margin-bottom: 5px; }

.mt-5 { margin-top: 5px; }

.mb-10 { margin-bottom: 10px; }

.mt-10 { margin-top: 10px; }

.mb-15 { margin-bottom: 15px; }

.mt-15 { margin-top: 15px; }

.mb-20 { margin-bottom: 20px; }

.mt-20 { margin-top: 20px; }

.mb-25 { margin-bottom: 25px; }

.mt-25 { margin-top: 25px; }

.mb-30 { margin-bottom: 30px; }

.mt-30 { margin-top: 30px; }

.mb-35 { margin-bottom: 35px; }

.mt-35 { margin-top: 35px; }

.mb-40 { margin-bottom: 40px; }

.mt-40 { margin-top: 40px; }

.mb-45 { margin-bottom: 45px; }

.mt-45 { margin-top: 45px; }

.mb-50 { margin-bottom: 50px; }

.mt-50 { margin-top: 50px; }

.mb-55 { margin-bottom: 55px; }

.mt-55 { margin-top: 55px; }

.mb-60 { margin-bottom: 60px; }

.mt-60 { margin-top: 60px; }

.mb-65 { margin-bottom: 65px; }

.mt-65 { margin-top: 65px; }

/* ------------------------------------------------------------------------------------------------ */
/* Component style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Animation */
/* ------------------------------------------------------------------------------------------------ */
@keyframes bounceDown { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% { -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% { -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounceLeft { 0%, 20%, 50%, 80%, 100% { -ms-transform: translateX(0);
    transform: translateX(0); }
  40% { -ms-transform: translateX(30px);
    transform: translateX(30px); }
  60% { -ms-transform: translateX(15px);
    transform: translateX(15px); } }

@keyframes bounceRight { 0%, 20%, 50%, 80%, 100% { -ms-transform: translateX(0);
    transform: translateX(0); }
  40% { -ms-transform: translateX(-6px);
    transform: translateX(-6px); }
  60% { -ms-transform: translateX(-2px);
    transform: translateX(-2px); } }

@keyframes pressed { 0% { transform: scale(1);
    transform-origin: center; }
  80% { transform: scale(0.85);
    transform-origin: center; }
  100% { transform: scale(1);
    transform-origin: center; } }

.fade { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }

@keyframes sliderDot { 0% { width: 100%;
    left: 0; }
  85% { width: calc(200% + 13px);
    left: 0; }
  100% { width: 100%;
    left: calc(100% + 24px); } }

/* ------------------------------ */
/* ANIMATION */
/* ------------------------------ */
@keyframes appear { 0% { opacity: 0; }
  50% { opacity: .5; }
  100% { opacity: 1; } }

@keyframes ldButton { 0% { transform: translateX(-100px); }
  65% { transform: translateX(0px); }
  100% { transform: translateX(100px); } }

@keyframes hovCard { 0% { background: #6b2d5c;
    background: linear-gradient(0deg, #6b2d5c 0%, white 0%); }
  100% { background: #6b2d5c;
    background: linear-gradient(0deg, #6b2d5c 100%, white 0%); } }

@keyframes mhdBGzoom { 0% { transform: scale(1); }
  100% { transform: scale(1.3); } }

@keyframes appear-up { 0% { opacity: 0;
    transform: translate(0, 20px); }
  50% { opacity: .5;
    transform: translate(0, 10px); }
  100% { opacity: 1;
    transform: translate(0, 0); } }

@keyframes appear-right { 0% { opacity: 0;
    transform: translate(-20px, 0); }
  50% { opacity: .5;
    transform: translate(-10px, 0); }
  100% { opacity: 1;
    transform: translate(0, 0); } }

@keyframes blur-in { 0% { transform: translateZ(0);
    filter: blur(0.5rem);
    opacity: 0; }
  100% { transform: translateZ(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes blur-in-right { 0% { opacity: 0;
    transform: translate3d(-2%, 0, 0); }
  50% { opacity: 1; }
  100% { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes blur-out-right { 0% { opacity: 1;
    transform: translate3d(0, 0, 0); }
  99% { opacity: 1; }
  100% { opacity: 0;
    transform: translate3d(2%, 0, 0); } }

@keyframes blur-in-left { 0% { opacity: 0;
    transform: translate3d(2%, 0, 0); }
  50% { opacity: 1; }
  100% { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes blur-out-left { 0% { opacity: 1;
    transform: translate3d(0, 0, 0); }
  99% { opacity: 1; }
  100% { opacity: 0;
    transform: translate3d(-2%, 0, 0); } }

@-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes fadeOut { from { opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.02); } }

@keyframes fadeOut { from { opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.02); } }

.fadeOut { animation-name: fadeOut; }

@-webkit-keyframes fadeIn { from { opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.02); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); } }

@keyframes fadeIn { from { opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.02); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); } }

.fadeIn { animation-name: fadeIn; }

@-webkit-keyframes bgUp { 0% { transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; }
  80% { transform: translate3d(0, -20px, 0) scale(1.05);
    opacity: 1; }
  100% { transform: translate3d(0, -25px, 0) scale(1.1);
    opacity: 0; } }

@keyframes bgUp { 0% { transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; }
  80% { transform: translate3d(0, -20px, 0) scale(1.05);
    opacity: 1; }
  100% { transform: translate3d(0, -25px, 0) scale(1.1);
    opacity: 0; } }

.animation-on-scroll.delay-1, .animation-on-scroll.delay:nth-child(1) { transition-delay: .4s; }

.animation-on-scroll.delay-2, .animation-on-scroll.delay:nth-child(2) { transition-delay: .6s; }

.animation-on-scroll.delay-3, .animation-on-scroll.delay:nth-child(3) { transition-delay: .8s; }

.animation-on-scroll.delay-4, .animation-on-scroll.delay:nth-child(4) { transition-delay: 1s; }

.animation-on-scroll.delay-5, .animation-on-scroll.delay:nth-child(5) { transition-delay: 1.2s; }

.animation-on-scroll.delay-6, .animation-on-scroll.delay:nth-child(6) { transition-delay: 1.4s; }

/* ------------------------------------------------------------------------------------------------ */
/* Plugins Custom Style */
/* ------------------------------------------------------------------------------------------------ */
.slider { overflow: hidden; position: relative; }

.slider:before { content: ""; display: block; z-index: 101; width: 64px; height: 64px; background: url(../images/loading.svg) no-repeat center; background-size: contain; position: absolute; top: calc(50% - 32px); left: calc(50% - 32px); opacity: 0; visibility: hidden; transition: all .2s ease-in-out; }

.slider:after { content: ""; display: block; z-index: 100; width: 100%; height: 100%; background: #FFF; background-size: 64px; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .8s ease-in-out; }

.slider:not(.owl-carousel):before, .slider:not(.owl-carousel):after { opacity: 1; visibility: visible; }

.slider:not(.owl-carousel) .slider-item { display: none; }

.slider:not(.owl-carousel) .slider-item:first-child { display: block; }

.slider .owl-stage-outer { overflow: visible; padding: 0 0 34px; }

.slider.slider:before, .slider.slider:after { display: none; }

.owl-nav { position: absolute; top: 50%; left: 0; width: 100%; }

.owl-prev, .owl-next { display: block; position: absolute; top: -22px; opacity: 1; transition: all .3s ease-in-out; }

.owl-prev span, .owl-next span { display: block; width: 48px; height: 48px; background: no-repeat center; }

.owl-prev:hover, .owl-next:hover { opacity: .65; }

.owl-prev span { background-image: url(../images/ic-right-white-black.svg); transform: rotate(180deg); }

.owl-next { right: 0; }

.owl-next span { background-image: url(../images/ic-right-white-black.svg); }

.owl-dots { text-align: right; position: absolute; padding: 0; margin: 0; left: 0; bottom: 0; width: 100%; line-height: 12px; }

.owl-dot { position: relative; display: inline-block; vertical-align: middle; margin: 0 4px; width: auto; }

.owl-dot span { display: block; width: 8px; height: 8px; border-radius: 6px; background-color: #B7BCBF; }

.owl-dot:focus { outline: none !important; }

.owl-dot.active span { background-color: #FFD400; border-color: #FFD400; }

.owl-dot.active span:after { content: ""; display: block; position: absolute; top: 5px; left: 0; height: 2px; width: 100%; background: #FFD400; border-radius: 6px; }

.owl-dot:last-child.active span:after { animation: none; }

@media (max-width: 767px) { .row.slider-xs { margin: 0; }
  .owl-dots { bottom: -24px; } }

.row.no-gutter { margin-left: 0; margin-right: 0; }

.row.no-gutter [class^="col-"], .row.no-gutter [class*=" col-"] { padding-left: 0; padding-right: 0; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.select-tab { display: none; }

@media (max-width: 767px) { .select-tab { display: block; } }

.bootstrap-select.select.select-nav .btn.dropdown-toggle.select-control, .bootstrap-select.select.select-nav body .gform_wrapper .gform_footer input.dropdown-toggle.select-control.button, body .gform_wrapper .gform_footer .bootstrap-select.select.select-nav input.dropdown-toggle.select-control.button, .bootstrap-select.select.select-nav body .gform_wrapper .gform_footer .dropdown-toggle.select-control.gform_button.button, body .gform_wrapper .gform_footer .bootstrap-select.select.select-nav .dropdown-toggle.select-control.gform_button.button, .bootstrap-select.select.select-nav body .gform_wrapper .gform_footer input.dropdown-toggle.select-control[type=submit], body .gform_wrapper .gform_footer .bootstrap-select.select.select-nav input.dropdown-toggle.select-control[type=submit] { border: 0; line-height: 56px; background: #181819; border-radius: 0; border-bottom: 3px solid #F54B1A; font-weight: 600; }

.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }

.close:hover, .close:focus { color: #000; text-decoration: none; opacity: .75; }

.close:not(:disabled):not(.disabled) { cursor: pointer; }

button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; }

.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; visibility: hidden; overflow: hidden; outline: 0; }

.modal-open .modal.fade.show { overflow-x: hidden; overflow-y: auto; visibility: visible; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); }

.modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - (0.5rem * 2)); }

.modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); outline: 0; }

.modal-close { width: 24px; height: 24px; position: absolute; top: 16px; right: 16px; background: url(../images/ic-close.svg); background-size: contain; background-position: center; background-repeat: no-repeat; z-index: 3; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #0F0F11; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: .5; }

.modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }

.modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) { margin-left: .25rem; }

.modal-footer > :not(:last-child) { margin-right: .25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

.modal-dialog.modal-full { width: 100%; height: 100vh; max-width: 100vw; margin: auto; overflow: hidden; }

@media (min-width: 576px) { .modal-dialog { max-width: 650px; margin: 1.75rem auto; }
  .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg { max-width: 800px; } }

.tooltip { border-radius: 6px; background: rgba(25, 32, 34, 0.9); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14); color: #fff; padding: 4px 8px; font-size: 14px; line-height: 20px; }

.tooltip:after { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; top: 100%; width: 0; height: 0; border-style: solid; border-width: 4px 3.5px 0 3.5px; border-color: rgba(25, 32, 34, 0.9) transparent transparent transparent; }

/* ------------------------------------------------------------------------------------------------ */
/* General */
/* ------------------------------------------------------------------------------------------------ */
@media (min-width: 1200px) { .container { max-width: 1248px; } }

body { transition: all .3s ease-in-out; }

.web-wrapper { padding-top: 140px; background: #38393D; }

@media (max-width: 1100px) { .web-wrapper { padding-top: 110px; } }

section { background: #ffffff; }

.btn, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer input[type=submit] { display: inline-block; padding: 8px 24px; border: 1px solid transparent; color: #111111; font-size: 18px; line-height: 26px; transition: all .3s ease-in-out; text-decoration: none; border-radius: 2px; position: relative; font-family: "Myriad Medium"; transform-origin: center center; }

.btn:hover, body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer .gform_button.button:hover, body .gform_wrapper .gform_footer input:hover[type=submit] { cursor: pointer; opacity: .9; color: #111111; text-decoration: none; }

.btn.btn-primary, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer input[type=submit] { background: #FFD400; border-color: #FFD400; border-radius: 6px; position: relative; max-width: max-content; overflow: hidden; }

.btn.btn-primary:not(.btn-cart):before, body .gform_wrapper .gform_footer input.button:not(.btn-cart):before, body .gform_wrapper .gform_footer .gform_button.button:not(.btn-cart):before, body .gform_wrapper .gform_footer input[type=submit]:not(.btn-cart):before { content: ""; width: 100%; height: 100%; border-radius: 6px; background-color: #FFE666; background-image: url(../images/ic-right-white-black.svg); background-repeat: no-repeat; background-position: center; position: absolute; top: 0; right: 100%; transition: all .3s ease-in-out; opacity: 0; visibility: hidden; }

.btn.btn-primary:hover, body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer .gform_button.button:hover, body .gform_wrapper .gform_footer input:hover[type=submit] { border-color: #FFE666; transform: scale(1.2); }

.btn.btn-primary:hover:before, body .gform_wrapper .gform_footer input.button:hover:before, body .gform_wrapper .gform_footer .gform_button.button:hover:before, body .gform_wrapper .gform_footer input[type=submit]:hover:before { right: 0; opacity: 1; visibility: visible; }

.btn.btn-primary.small, body .gform_wrapper .gform_footer input.small.button, body .gform_wrapper .gform_footer .small.gform_button.button, body .gform_wrapper .gform_footer input.small[type=submit] { padding: 8px 24px; }

.btn-border { border-radius: 2px; border: 1px solid #FFD400; color: #FFD400; background: transparent; }

.btn-border:hover { background: #FFD400; color: #111111; }

.btn + .btn, body .gform_wrapper .gform_footer input.button + .btn, body .gform_wrapper .gform_footer .gform_button.button + .btn, body .gform_wrapper .gform_footer input[type=submit] + .btn, body .gform_wrapper .gform_footer .btn + input.button, body .gform_wrapper .gform_footer input.button + input.button, body .gform_wrapper .gform_footer .gform_button.button + input.button, body .gform_wrapper .gform_footer input[type=submit] + input.button, body .gform_wrapper .gform_footer .btn + .gform_button.button, body .gform_wrapper .gform_footer input.button + .gform_button.button, body .gform_wrapper .gform_footer .gform_button.button + .gform_button.button, body .gform_wrapper .gform_footer input[type=submit] + .gform_button.button, body .gform_wrapper .gform_footer .btn + input[type=submit], body .gform_wrapper .gform_footer input.button + input[type=submit], body .gform_wrapper .gform_footer .gform_button.button + input[type=submit], body .gform_wrapper .gform_footer input[type=submit] + input[type=submit] { margin-left: 16px; }

.btn-wrap { display: flex; align-items: center; }

.link-warrow { position: relative; color: #00539F; padding-right: 20px; font-size: 18px; line-height: 26px; display: inline-block; transition: all .3s linear; }

.link-warrow:after { content: ""; display: block; position: absolute; top: 6px; right: 0; width: 16px; height: 16px; transition: all .3s ease; background-image: url("../images/ic-right.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }

.link-warrow:hover { text-decoration: none; }

.link-warrow:hover:after { transform: translateX(6px); }

.sticky-button { position: fixed; right: 0; top: 155px; z-index: 99; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; }

.sticky-button a { display: inline-block; padding: 24px 8px; width: 100%; max-width: 64px; background: #FFD400; border-radius: 2px 0 0 2px; transition: all .3s ease; position: relative; }

.sticky-button a img { display: block; height: 15px; transition: all .3s ease-in-out; margin: auto; }

.sticky-button a:hover { padding: 28px 24px; max-width: 168px; }

.sticky-button a:hover img { height: 33px; }

.sticky-button a.nw-button { padding: 8px 14px; }

.sticky-button a.nw-button img { height: auto; }

.sticky-button a.nw-button img + img { margin-top: 6px; }

.sticky-button a.nw-button:hover { padding: 11px 52px; max-width: 168px; }

.sticky-button a.nw-button:hover img { transform: scale(1.2); }

.sticky-button a.nw-button:hover img + img { margin-top: 12px; }

.sticky-button a.nw-button.btn-vr { text-align: center; }

.sticky-button a.nw-button.btn-vr span { color: #111; font-weight: 600; text-align: center; }

.sticky-button a.nw-button.btn-vr:hover { color: #111; text-decoration: none; }

.sticky-button a.arrow { display: none; }

.sticky-button a + a { margin-top: 8px; }

.animation-on-scroll { opacity: 0; transition: all .3s linear; }

.animation-on-scroll.appear-up { opacity: 0; transform: translateY(1.5rem); }

.animation-on-scroll.appear-up.animate-in { opacity: 1; transform: translateY(0); }

.animation-on-scroll.appear-right { opacity: 0; transform: translateX(-1.5rem); }

.animation-on-scroll.appear-right.animate-in { opacity: 1; transform: translateX(0); }

.animation-on-scroll.appear-left { opacity: 0; transform: translateX(1.5rem); }

.animation-on-scroll.appear-left.animate-in { opacity: 1; transform: translateX(0); }

.section-title { width: 100%; max-width: 915px; margin: 0 auto 48px; text-align: center; }

.section-title small { font-size: 18px; line-height: 28px; display: block; margin-bottom: 8px; }

.section-title h2 { font-size: 48px; line-height: 48px; color: #FFD400; font-family: "Myriad Medium"; margin-bottom: 16px; }

.filter_tabs { position: relative; }

.filter_tabs .tabs { margin: 0 auto; margin: 40px auto 76px; }

.filter_tabs .tabs > h3, .filter_tabs .tabs > h4 { font-size: 24px; line-height: 32px; margin-bottom: 4px; position: absolute; left: 0; top: -4px; }

.filter_tabs .tabs .nav-tabs { border-bottom: 2px solid #FFD400; display: flex; justify-content: flex-start; position: relative; }

.filter_tabs .tabs .nav-tabs a.nav-link { color: #38393D; text-decoration: none; padding-bottom: 12px; border-bottom: 2px solid transparent; display: inline-block; transition: all .3s ease; }

.filter_tabs .tabs .nav-tabs a.nav-link:hover, .filter_tabs .tabs .nav-tabs a.nav-link.active { border-bottom: 2px solid #111; color: #111111; }

.filter_tabs .tabs .nav-tabs a.nav-link .svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -10px; }

.filter_tabs .tabs .nav-tabs a.nav-link .svg path { stroke: #111111; }

.filter_tabs .tabs .nav-tabs a.nav-item { margin-bottom: -2px; }

.filter_tabs .tabs .nav-tabs a.nav-link + a.nav-item { margin-left: 40px; }

.filter_tabs .filter-search { position: absolute; top: -4px; right: 0; display: flex; align-items: center; }

.filter_tabs .filter-search .sb { padding-bottom: 6px; }

.filter_tabs .filter-search .sb span, .filter_tabs .filter-search .sb .select, .filter_tabs .filter-search .sb .dropdown { vertical-align: middle; display: inline-block; }

.filter_tabs .filter-search .sb .dropdown { margin-left: 6px; width: auto !important; display: inline-block; vertical-align: middle; padding-right: 10px; }

.filter_tabs .filter-search .sb .dropdown .btn, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input.button, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown .gform_button.button, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input[type=submit] { line-height: 30px; padding-right: 0; border: none; }

.filter_tabs .filter-search .sb .dropdown .btn:before, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input.button:before, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown .gform_button.button:before, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input[type=submit]:before, .filter_tabs .filter-search .sb .dropdown .btn:after, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input.button:after, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown .gform_button.button:after, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input[type=submit]:after { top: 14px; right: -20px; }

.filter_tabs .filter-search .sb .dropdown .btn.bs-placeholder, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input.bs-placeholder.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input.bs-placeholder.button, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer .bs-placeholder.gform_button.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown .bs-placeholder.gform_button.button, .filter_tabs .filter-search .sb .dropdown body .gform_wrapper .gform_footer input.bs-placeholder[type=submit], body .gform_wrapper .gform_footer .filter_tabs .filter-search .sb .dropdown input.bs-placeholder[type=submit] { opacity: 1; color: #111 !important; }

.filter_tabs .filter-search .sb .dropdown .dropdown-menu.inner { min-width: 140px; }

.filter_tabs .filter-search .sb .dropdown div.dropdown-menu.show { min-width: 150px; }

.filter_tabs .filter-search form { display: flex; align-items: center; padding-left: 24px; }

.filter_tabs .filter-search .form-group { margin-bottom: 0; }

.filter_tabs .filter-search .form-control, .filter_tabs .filter-search body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .filter_tabs .filter-search input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .filter_tabs .filter-search body .gform_wrapper textarea, body .gform_wrapper .filter_tabs .filter-search textarea { line-height: 24px; max-height: 24px; padding: 6px 12px; width: 0; border: 0; visibility: hidden; transition: all .3s ease-in-out; position: absolute; top: 5px; right: 20px; transform-origin: center center; }

.filter_tabs .filter-search .form-action { padding-top: 0; }

.filter_tabs .filter-search .btn-primary, .filter_tabs .filter-search body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search input.button, .filter_tabs .filter-search body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .filter_tabs .filter-search .gform_button.button, .filter_tabs .filter-search body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .filter_tabs .filter-search input[type=submit] { width: 24px; height: 24px; background: #FFD400; border-radius: 50%; border: 0; border-bottom: 0px solid #C06E22; border-radius: 50%; background-image: url(../images/icon-search.svg); background-size: contain; background-position: center; background-repeat: no-repeat; background-size: 12px 12px; padding: 0; margin-bottom: -3px; max-width: initial; }

.filter_tabs .filter-search .btn-primary::before, .filter_tabs .filter-search body .gform_wrapper .gform_footer input.button::before, body .gform_wrapper .gform_footer .filter_tabs .filter-search input.button::before, .filter_tabs .filter-search body .gform_wrapper .gform_footer .gform_button.button::before, body .gform_wrapper .gform_footer .filter_tabs .filter-search .gform_button.button::before, .filter_tabs .filter-search body .gform_wrapper .gform_footer input[type=submit]::before, body .gform_wrapper .gform_footer .filter_tabs .filter-search input[type=submit]::before { display: none; }

.filter_tabs.search-show .nav.nav-tabs a { opacity: 0; visibility: hidden; }

.filter_tabs.search-show .filter-search .btn-primary, .filter_tabs.search-show .filter-search body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .filter_tabs.search-show .filter-search input.button, .filter_tabs.search-show .filter-search body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .filter_tabs.search-show .filter-search .gform_button.button, .filter_tabs.search-show .filter-search body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .filter_tabs.search-show .filter-search input[type=submit] { background-image: url(../images/ic-close.svg); background-color: #111; box-shadow: none; }

.filter_tabs.search-show form .form-control, .filter_tabs.search-show form body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .filter_tabs.search-show form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .filter_tabs.search-show form body .gform_wrapper textarea, body .gform_wrapper .filter_tabs.search-show form textarea { border-bottom: 1px solid #DEDEDE; visibility: visible; margin-right: 16px; }

.pagination-wrap { margin-top: 72px; }

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

.pagination-wrap .pagination ul { margin-left: -4px; margin-right: -4px; }

.pagination-wrap .pagination ul li { display: inline-block; vertical-align: middle; padding: 0 4px; }

.pagination-wrap .pagination ul li.disable a, .pagination-wrap .pagination ul li.disable span { opacity: .4; }

.pagination-wrap .pagination ul li.active a, .pagination-wrap .pagination ul li.active span { background: #FFD400; border-radius: 50%; }

.pagination-wrap .pagination span, .pagination-wrap .pagination a { display: inline-block; vertical-align: middle; color: #38393D; min-width: 24px; font-size: 16px; line-height: 24px; text-decoration: none; }

.modal .modal-content .dropdown.bootstrap-select .btn, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input.button, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select .gform_button.button, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input[type=submit] { border: 1px solid #DEDEDE; padding: 6px 12px; color: #212121; }

.modal .modal-content .dropdown.bootstrap-select .btn.bs-placeholder, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder.button, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input.bs-placeholder.button, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer .bs-placeholder.gform_button.button, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select .bs-placeholder.gform_button.button, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder[type=submit], body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input.bs-placeholder[type=submit] { opacity: 1; color: #B7BCBF; }

.modal .modal-content .dropdown.bootstrap-select .btn:before, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input.button:before, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select .gform_button.button:before, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input[type=submit]:before, .modal .modal-content .dropdown.bootstrap-select .btn:after, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input.button:after, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select .gform_button.button:after, .modal .modal-content .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .modal .modal-content .dropdown.bootstrap-select input[type=submit]:after { right: 12px; }

.modal.newmodal .modal-content { background: #F5F7F9; border: 1px solid #B7BCBF; }

.modal.newmodal .modal-content .modal-close { width: 32px; height: 32px; padding: 8px; border-radius: 50px; border: 1px solid #B7BCBF; background-color: #4E4F52; background-size: 16px; background-position: center; top: -16px; right: -16px; }

.modal.newmodal .modal-content h2 { text-align: center; margin-bottom: 32px; }

.modal.newmodal .modal-body { padding: 2.5rem; }

.modal.newmodal .modal-body .form-control:not(textarea), .modal.newmodal .modal-body body .gform_wrapper input:not(textarea):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .modal.newmodal .modal-body input:not(textarea):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .modal.newmodal .modal-body body .gform_wrapper textarea:not(textarea), body .gform_wrapper .modal.newmodal .modal-body textarea:not(textarea) { height: 40px; border-radius: 2px; }

.modal.newmodal .modal-body .dropdown.bootstrap-select { width: 100%; }

.modal.newmodal .modal-body .dropdown.bootstrap-select .btn, .modal.newmodal .modal-body .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .modal.newmodal .modal-body .dropdown.bootstrap-select input.button, .modal.newmodal .modal-body .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .modal.newmodal .modal-body .dropdown.bootstrap-select .gform_button.button, .modal.newmodal .modal-body .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .modal.newmodal .modal-body .dropdown.bootstrap-select input[type=submit] { line-height: 27px; border-color: #B7BCBF; background: #FFF; border-radius: 2px; }

@media (max-width: 767px) { .modal.newmodal .modal-content .modal-close { top: 8px; right: 8px; } }

.modal.modalthank .modal-content { text-align: center; }

.modal.modalthank .modal-content .btn-primary, .modal.modalthank .modal-content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .modal.modalthank .modal-content input.button, .modal.modalthank .modal-content body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .modal.modalthank .modal-content .gform_button.button, .modal.modalthank .modal-content body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .modal.modalthank .modal-content input[type=submit] { margin: 0 auto; }

.modal.popbannerPortrait .modal-content { border: 0; box-shadow: 0px 5.32008px 8.97764px 0px rgba(0, 0, 0, 0.03), 0px 17.86905px 30.15402px 0px rgba(0, 0, 0, 0.04), 0px 80px 135px 0px rgba(0, 0, 0, 0.07); }

.modal.popbannerPortrait .modal-body { padding: 0; }

.modal.popbannerPortrait .modal-body .content { padding: 72px 24px; }

.modal.popbannerPortrait .modal-body .content h4 { font-size: 24px; line-height: 32px; margin-bottom: 8px; }

.modal.popbannerPortrait .modal-body .content p { font-size: 16px; line-height: 150%; }

.modal.popbannerPortrait .modal-body .twocol { columns: 2; gap: 24px; margin-bottom: -16px; }

.modal.popbannerPortrait .modal-body .twocol li { margin-bottom: 16px; }

.modal.popbannerPortrait .modal-body .twocol li .link-warrow:after { top: calc(50% - 7px); }

.modal.popbannerPortrait .modal-body .box-img { position: relative; width: 100%; height: 100%; }

.modal.popbannerPortrait .modal-body .box-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

@media (max-width: 767px) { .modal.popbannerPortrait .modal-body .col-lg-6:nth-child(1) { order: 2; }
  .modal.popbannerPortrait .modal-body .col-lg-6:nth-child(2) { order: 1; }
  .modal.popbannerPortrait .modal-body .content { padding: 40px 24px; }
  .modal.popbannerPortrait .modal-body .box-img { padding-top: 80%; } }

.modal.popbanerLandscape .modal-content { border: 0; box-shadow: 0px 5.32008px 8.97764px 0px rgba(0, 0, 0, 0.03), 0px 17.86905px 30.15402px 0px rgba(0, 0, 0, 0.04), 0px 80px 135px 0px rgba(0, 0, 0, 0.07); }

.modal.popbanerLandscape .modal-body { padding: 0; }

.modal.popbanerLandscape .modal-body .box-img { position: relative; width: 100%; padding-top: 37%; }

.modal.popbanerLandscape .modal-body .box-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.modal.popbanerLandscape .modal-body .content { padding: 35px 24px; text-align: center; }

.modal.popbanerLandscape .modal-body .content h4 { font-size: 24px; line-height: 32px; margin-bottom: 8px; }

.modal.popbanerLandscape .modal-body .content p { font-size: 16px; line-height: 1.5em; padding: 0 16px; }

.modal.popbanerLandscape .modal-body .content .wraplink { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; }

.modal.popbanerLandscape .modal-body .content .wraplink li { width: calc((100% / 3) - 16px); }

.modal.popbanerLandscape .modal-body .content .wraplink li .link-warrow:after { top: calc(50% - 8px); }

@media (max-width: 767px) { .modal.popbanerLandscape .modal-body .content { padding: 40px 24px; }
  .modal.popbanerLandscape .modal-body .content .wraplink { width: 100%; flex-wrap: wrap; gap: 0; margin-bottom: -16px; }
  .modal.popbanerLandscape .modal-body .content .wraplink li { flex: 0 0 50%; max-width: 50%; padding: 0 12px; margin-bottom: 16px; } }

#modalqt .modal-body, #modalbc .modal-body { padding: 40px; }

@media (max-width: 767px) { #modalqt .modal-body, #modalbc .modal-body { padding: 20px; } }

#modalqt iframe, #modalbc iframe { display: none; }

#modalqt.scssModal .modal-close, #modalbc.scssModal .modal-close { display: none; }

#modalqt.scssModal .contentTahnkyou, #modalbc.scssModal .contentTahnkyou { text-align: center; }

#modalqt.scssModal .contentThankyou, #modalbc.scssModal .contentThankyou { text-align: center; }

.popupcookies { width: 100%; padding: 40px 0; background: #38393D; border: 1px solid #4E4F52; position: fixed; left: 0; bottom: 0; color: #FFF; transition: all .3s linear; z-index: 99; }

.popupcookies.hide { opacity: 0; visibility: hidden; }

.popupcookies p { font-size: 16px; line-height: 150%; }

.popupcookies .btn-wrap { display: flex; justify-content: flex-end; align-items: center; }

.popupcookies .btn-primary, .popupcookies body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .popupcookies input.button, .popupcookies body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .popupcookies .gform_button.button, .popupcookies body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .popupcookies input[type=submit] { border-radius: 2px; }

@media (max-width: 767px) { .popupcookies { padding: 20px; text-align: center; }
  .popupcookies .col-lg-6:first-child { margin-bottom: 16px; }
  .popupcookies .btn-wrap { justify-content: center; } }

.page-notfound { height: 100vh; max-height: 100vh; margin-top: -140px; }

.page-notfound .box-content { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }

.page-notfound .box-content img { max-height: 72px; }

.page-notfound .box-content h1 { max-width: 700px; font-size: 8rem; line-height: 1em; color: #FFD400; margin: 0; }

.page-notfound .box-content p { font-size: 28px; line-height: 36px; color: #fff; }

.page-notfound .box-text { padding: 50px 30px; border-top: 8px solid #FFD400; border-bottom: 8px solid #FFD400; }

/* ------------------------------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------------------------------ */
.header { position: fixed; width: 100%; top: 0; left: 0; z-index: 150; }

.header_top { padding: 8px 0; width: 100%; background: #111111; transition: all .4s linear; }

.header_top-right { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; font-size: 14px; line-height: 16px; margin-left: -12px; margin-right: -12px; }

.header_top-right a { color: #FFFFFF; }

.header_top-right li { padding: 0 12px; }

.header_top-right .about img { display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-left: 4px; margin-top: -10px; }

.header_top-right .dropdown.bootstrap-select .btn, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input.button, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select .gform_button.button, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input[type=submit] { padding: 0; padding-right: 25px; font-family: "Myriad Regular"; font-size: 14px; line-height: 20px; border: none; color: #FFFFFF; }

.header_top-right .dropdown.bootstrap-select .btn:before, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input.button:before, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select .gform_button.button:before, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input[type=submit]:before, .header_top-right .dropdown.bootstrap-select .btn:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input.button:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select .gform_button.button:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input[type=submit]:after { right: 6px; }

.header_top-right .dropdown.bootstrap-select .btn:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input.button:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select .gform_button.button:after, .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .header_top-right .dropdown.bootstrap-select input[type=submit]:after { border-color: #111 transparent transparent; }

.header_top-right .dropdown.bootstrap-select div.dropdown-menu.show { min-width: 152px; }

.header_top .search form { display: flex; align-items: center; }

.header_top .search form .form-control, .header_top .search form body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .header_top .search form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .header_top .search form body .gform_wrapper textarea, body .gform_wrapper .header_top .search form textarea { background: transparent; }

.header_top .search:hover { padding-left: 24px; }

.header_top .search:hover .form-control, .header_top .search:hover body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .header_top .search:hover input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .header_top .search:hover body .gform_wrapper textarea, body .gform_wrapper .header_top .search:hover textarea { line-height: 24px; max-height: 24px; width: 200px; padding: 6px 12px; border-bottom: 1px solid #DEDEDE; visibility: visible; margin-right: 16px; background: transparent; color: #FFFFFF; font-size: 14px; }

.header_top .search .form-group { margin-bottom: 0; }

.header_top .search .form-control, .header_top .search body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .header_top .search input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .header_top .search body .gform_wrapper textarea, body .gform_wrapper .header_top .search textarea { line-height: 0; max-height: 0; padding: 0; width: 0; border: 0; visibility: hidden; transition: all .6s ease; }

.header_top .search .form-action { padding-top: 0; }

.header_top .search .btn, .header_top .search body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .header_top .search input.button, .header_top .search body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .header_top .search .gform_button.button, .header_top .search body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .header_top .search input[type=submit] { width: 20px; height: 20px; background: #FFD400; border-radius: 50%; border: 0; border-bottom: 0px solid #C06E22; border-radius: 50%; background-image: url(../images/icon-search.svg); background-size: contain; background-position: center; background-repeat: no-repeat; background-size: 12px 12px; padding: 0; }

.header_main { padding: 22px 0; background: #38393D; transition: all .4s linear; }

.header_main > .container > .row { align-items: center; justify-content: space-between; }

.header_main .logo img { transition: all .4s linear; }

.header.sticky .header_top { margin-top: -40px; }

.header.sticky .header_main { padding: 8px 0; }

.header.sticky .has-sub:hover .sub { top: 75px; }

.header.sticky .has-sub:hover:after { top: calc(100% - 5px); }

.header.sticky .main-menu > ul > li { min-height: 48px; }

.main-menu { display: flex; align-items: center; justify-content: flex-end; }

.main-menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: -16px; margin-right: -16px; margin-bottom: 0; }

.main-menu > ul > li { padding: 0 16px; min-height: 60px; }

.main-menu > ul > li > a { color: #FFFFFF; font-size: 16px; line-height: 60px; text-decoration: none; padding-bottom: 8px; transition: all .3s ease; border-bottom: 4px solid transparent; }

.main-menu > ul > li > a:hover { border-bottom: 4px solid #FFD400; }

.main-menu > ul > li.current-menu-item > a { border-bottom: 4px solid #FFD400; }

.has-sub { position: relative; }

.has-sub:after { content: ""; display: block; position: absolute; top: calc(100% + 0px); left: 0; right: 0; margin: 0 auto; border-style: solid; height: 0; width: 0; border-color: transparent transparent #ffffff; border-width: 0 12px 12px; opacity: 0; visibility: hidden; }

.has-sub .sub { position: fixed; top: 115px; left: 0; z-index: 10; background-color: #FFF; border-radius: 0; box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.5); padding: 0 18px; width: 100%; height: calc(100vh - 50px); max-height: 680px; max-height: 0; opacity: 0; visibility: hidden; }

.has-sub .sub .sub-menu-wrap.row .col { flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); }

.has-sub .sub .sub-menu-wrap.row .logo-brands { margin-bottom: 45px; }

.has-sub .sub .sub-menu-wrap.row .logo-brands .svg, .has-sub .sub .sub-menu-wrap.row .logo-brands img { max-height: 32px; display: block; }

.has-sub .sub .sub-menu-wrap.row ul { list-style: none; padding-left: 0; }

.has-sub .sub .sub-menu-wrap.row ul li { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 16px; }

.has-sub .sub .sub-menu-wrap.row ul li:last-child { margin-bottom: 0; }

.has-sub .sub .sub-menu-wrap.row ul li .thubmnail { width: 32px; height: 32px; margin-right: 12px; display: block; }

.has-sub .sub .sub-menu-wrap.row ul li .thubmnail svg { width: 100%; height: 100%; }

.has-sub .sub .sub-menu-wrap.row ul li a, .has-sub .sub .sub-menu-wrap.row ul li span { color: #38393D; font-size: 16px; line-height: 24px; }

.has-sub .sub .sub-menu-wrap.row ul li a:hover, .has-sub .sub .sub-menu-wrap.row ul li span:hover { text-decoration: none; color: #00539F; }

.has-sub .sub .back { position: absolute; top: 20px; left: 20px; padding-left: 24px; display: none; }

.has-sub .sub .back:before { content: ""; display: block; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; transition: all .8s linear; background-image: url(../images/ic-right.svg); background-size: contain; background-position: center; background-repeat: no-repeat; transform: rotate(180deg); }

.has-sub .sub-more { margin-top: 30px; padding: 25px 0; border-top: 1px solid #DEDEDE; text-align: center; }

.has-sub .sub-more .link-warrow + .link-warrow { display: inline-block; margin-left: 50px; }

.has-sub:hover:after { top: 100%; opacity: 1; visibility: visible; }

.has-sub:hover .sub { padding: 24px 18px; top: 130px; opacity: 1; max-height: 685px; visibility: visible; min-height: 310px; }

.has-sub .icon-menu { display: none; transition: all .5s ease-in-out; }

.hs-hovered { position: relative; height: 102vh; overflow: hidden; }

.hs-hovered:before { content: ""; width: 100%; height: 100vh; background: #111111; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 11; opacity: .8; }

@media (max-width: 1679px) { .has-sub:hover .sub { max-height: 660px; overflow-y: auto; } }

@media (max-width: 1500px) { .has-sub .sub .sub-menu-wrap.row ul li { margin-bottom: 16px; } }

@media (max-width: 1399px) { .has-sub .sub .sub-menu-wrap.row .logo-brands { margin-bottom: 32px; }
  .has-sub:hover .sub { max-height: 530px; } }

@media (max-width: 1100px) { .header_main .main-menu { position: fixed; top: 0; left: -100%; height: 100vh; width: 100%; background: #38393D; padding: 20px; padding-top: 60px; justify-content: flex-start; align-items: flex-start; }
  .header_main .main-menu > ul { display: block; }
  .header_main .main-menu > ul li { margin-bottom: 16px; min-height: 0; }
  .header_main .main-menu > ul li a { line-height: 24px; }
  .header .has-sub .sub { left: -100%; top: 0; height: 100vh; padding-top: 70px; max-height: 99999px; }
  .header .has-sub .sub:after { display: none; }
  .header .has-sub .sub .back { display: block; }
  .header .has-sub .sub .sub-menu-wrap.row .col { flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); }
  .header .has-sub .sub .sub-menu-wrap.row .logo-brands { margin-bottom: 30px; }
  .header .has-sub:hover:after { display: none; }
  .header .has-sub:hover .sub { left: -100%; top: 0; }
  .header .has-sub.sub-open .sub { left: 0; }
  .header.sticky .header_top { margin-top: -40px; }
  .header.sticky .header_main { padding: 16px 0; }
  .header.sticky .icon-menu { top: 16px; }
  .main-menu-open .main-menu { left: 0; }
  .main-menu-open .main-menu ul { margin-top: 60px; }
  .main-menu-open .main-menu ul li { margin-bottom: 24px; }
  .main-menu-open .main-menu ul li a { font-size: 18px; line-height: 1.5em; }
  .main-menu-open .icon-menu span:nth-child(1) { top: 18px; transform: rotate(135deg); }
  .main-menu-open .icon-menu span:nth-child(2) { top: 18px; right: -100%; opacity: 0; }
  .main-menu-open .icon-menu span:nth-child(3) { top: 18px; transform: rotate(-135deg); }
  .main-menu-open .header_top .search { display: block; z-index: 10; position: absolute; top: 65px; left: 10px; }
  .main-menu-open .header_top .search .form-control, .main-menu-open .header_top .search body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .main-menu-open .header_top .search input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .main-menu-open .header_top .search body .gform_wrapper textarea, body .gform_wrapper .main-menu-open .header_top .search textarea { line-height: 24px; max-height: 24px; min-width: 200px; width: calc(100% - 20px); padding: 6px 12px; border-bottom: 1px solid #DEDEDE; visibility: visible; margin-right: 16px; background: transparent; color: #fff; font-size: 14px; }
  .sm-opened .icon-menu { display: none; }
  .icon-menu { position: absolute; width: 32px; height: 40px; top: 58px; right: 40px; z-index: 4; display: block; transition: all .3s linear; }
  .icon-menu span { display: block; width: 100%; height: 2px; position: absolute; opacity: 1; right: 0; background: #FFD400; transition: all .3s ease-in-out; }
  .icon-menu span:nth-child(1) { top: 8px; }
  .icon-menu span:nth-child(2) { top: 18px; }
  .icon-menu span:nth-child(3) { top: 28px; } }

@media (max-width: 991px) { .header_main .logo img { width: auto; max-height: 30px; }
  .header.sticky .icon-menu { top: 12px; } }

@media (max-width: 767px) { .header_top-right { font-size: 12px; }
  .header_top-right li { padding: 0 6px; }
  .header_top-right .search { display: none; }
  .header_top-right .search form { width: 100%; }
  .header_top-right .search form .form-group { width: calc(100% - 30px); }
  .header_top-right .search form .form-control, .header_top-right .search form body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .header_top-right .search form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .header_top-right .search form body .gform_wrapper textarea, body .gform_wrapper .header_top-right .search form textarea { width: 100%; }
  .header_main .main-menu { min-height: 105vh; }
  .header .icon-menu { right: 20px; }
  .header.sticky .header_top { margin-top: -37px; }
  .header.sticky .icon-menu { top: 12px; }
  .header .has-sub .sub { height: 105vh; overflow-x: hidden; overflow-y: auto; }
  .header .has-sub .sub .sub-menu-wrap.row .col { flex: 0 0 calc(100% / 2); max-width: calc(100% / 2); }
  .header .has-sub .sub .box-brands { margin-bottom: 20px; }
  .header .has-sub .sub .sub-more { margin-left: -20px; margin-right: -20px; }
  .header .has-sub .sub .sub-more .link-warrow { display: inline-block; text-align: center; }
  .header .has-sub .sub .sub-more .link-warrow + .link-warrow { margin-left: 15px; margin-bottom: 16px; } }

@media (max-width: 380px) { .header .header_top-right li { padding: 0 6px; } }

@media (max-width: 361px) { .header .header_top-right li { padding: 0 9px; } }

@media (max-width: 350px) { .header .header_top-right li { padding: 0 7px; }
  .header .header_top-right li:last-child { padding-right: 0; }
  .header .header_top-right .dropdown.bootstrap-select { display: none; }
  .header .header_top-right .dropdown.bootstrap-select .btn, .header .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .header .header_top-right .dropdown.bootstrap-select input.button, .header .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .header .header_top-right .dropdown.bootstrap-select .gform_button.button, .header .header_top-right .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .header .header_top-right .dropdown.bootstrap-select input[type=submit] { font-size: 12px; line-height: 18px; } }

/* ------------------------------------------------------------------------------------------------ */
/* Form */
/* ------------------------------------------------------------------------------------------------ */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type=number] { -moz-appearance: textfield; }

label { display: block; margin-bottom: 4px; }

.form-control, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea { display: block; width: 100%; height: 44px; padding: 6px 12px; font-size: 18px; font-family: "Myriad Regular"; background-color: #fff; background-clip: padding-box; border: 1px solid #B7BCBF; border-radius: 2px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:focus, .form-control:visited, body .gform_wrapper input:visited:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:visited, .form-control:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:focus, .form-control:focus-within, body .gform_wrapper input:focus-within:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:focus-within { border-color: #FFD400; }

@media (prefers-reduced-motion: reduce) { .form-control, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea { transition: none; } }

.form-control::-ms-expand, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-expand, body .gform_wrapper textarea::-ms-expand { background-color: transparent; border: 0; }

.form-control:-moz-focusring, body .gform_wrapper input:-moz-focusring:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; }

.form-control:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:focus { color: #212121; background-color: #fff; border-color: #FFD400; outline: 0; }

.form-control::-webkit-input-placeholder, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, body .gform_wrapper textarea::-webkit-input-placeholder { color: #9d9e9f; }

.form-control::-moz-placeholder, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, body .gform_wrapper textarea::-moz-placeholder { color: #9d9e9f; }

.form-control:-ms-input-placeholder, body .gform_wrapper input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:-ms-input-placeholder { color: #9d9e9f; }

.form-control::-ms-input-placeholder, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-input-placeholder, body .gform_wrapper textarea::-ms-input-placeholder { color: #9d9e9f; }

.form-control::placeholder, body .gform_wrapper input:not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, body .gform_wrapper textarea::placeholder { color: #9d9e9f; }

.form-control:disabled, body .gform_wrapper input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea:disabled, .form-control[readonly], body .gform_wrapper input[readonly]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea[readonly] { background-color: #e9ecef; opacity: 1; }

select.form-control:focus::-ms-value { color: #495057; background-color: #fff; }

.form-control-file, .form-control-range { display: block; width: 100%; }

.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: 1rem; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }

.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] { height: auto; }

textarea.form-control, body .gform_wrapper textarea { height: auto; }

.form-group { margin-bottom: 24px; }

.form-group .btn, .form-group body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .form-group input.button, .form-group body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .form-group .gform_button.button, .form-group body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .form-group input[type=submit] { padding: 12px 25px; }

.form-group.currency { position: relative; }

.form-group.currency span { display: inline-block; position: absolute; opacity: 0.5; left: 13px; top: 15px; }

.form-group.currency .form-control, .form-group.currency body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .form-group.currency input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-group.currency body .gform_wrapper textarea, body .gform_wrapper .form-group.currency textarea { padding-left: 50px; }

.form-group .error-msg { font-size: 14px; line-height: 1.5em; padding: 8px 0 0 !important; color: #EE5253; font-weight: normal; text-align: left; display: none; }

.form-group.error .form-control, .form-group.error body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .form-group.error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-group.error body .gform_wrapper textarea, body .gform_wrapper .form-group.error textarea { border-color: #EE5253; }

.form-group.error .form-control:focus, .form-group.error body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .form-group.error input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-group.error body .gform_wrapper textarea:focus, body .gform_wrapper .form-group.error textarea:focus { box-shadow: 0 0 0 4px rgba(240, 52, 52, 0.25); }

.form-group.error .error-msg { display: block; }

.form-action { padding-top: 16px; }

.form-action .btn, .form-action body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .form-action input.button, .form-action body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .form-action .gform_button.button, .form-action body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .form-action input[type=submit] { padding: 14px 25px; }

.input-group { position: relative; }

.input-group-addon { position: absolute; line-height: 46px; padding: 0 12px; top: 0; }

.input-group-addon:first-child { left: 0; }

.input-group-addon:last-child { right: 0; }

.input-group .form-control:not(:first-child), .input-group body .gform_wrapper input:not(:first-child):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .input-group input:not(:first-child):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .input-group body .gform_wrapper textarea:not(:first-child), body .gform_wrapper .input-group textarea:not(:first-child) { padding-left: 32px; }

.input-group .form-control:not(:LAST-child), .input-group body .gform_wrapper input:not(:LAST-child):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .input-group input:not(:LAST-child):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .input-group body .gform_wrapper textarea:not(:LAST-child), body .gform_wrapper .input-group textarea:not(:LAST-child) { padding-right: 32px; }

.form-text { display: block; margin-top: 0.25rem; }

.form-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.custom-control { display: block; margin: 0; padding: 7px 0; }

.custom-control-label { position: relative; font-size: 16px; line-height: 24px; display: block; padding: 1px 0 1px 48px; margin: 0; cursor: pointer; }

.custom-control-label:before { content: ""; display: block; width: 26px; height: 26px; position: absolute; top: 0; left: 0; border: 1px solid #D3D7D8; border-radius: 2px; background: #FFF; }

.custom-control-label:after { content: ""; display: block; width: 26px; height: 26px; position: absolute; top: 0; left: 0; border: 1px solid #F54B1A; border-radius: 2px; background: #7290E4 url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='48px' height='48px' viewBox='0 0 48 48' enable-background='new 0 0 48 48' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='48,9.748 44.952,6.701 16.495,35.158 3.048,21.71 0,24.759 13.447,38.206 16.495,41.253 16.541,41.299 19.589,38.252 19.542,38.206 '/%3E%3C/svg%3E") no-repeat center; background-size: 16px; transform: scale(0.5); opacity: 0; transition: all .2s ease-in-out; }

.custom-control-input { position: absolute; opacity: 0; visibility: hidden; }

.custom-control-input:checked + .custom-control-label:after { transform: scale(1); opacity: 1; }

.dropdown.bootstrap-select { position: relative; color: inherit; }

.dropdown.bootstrap-select select { position: absolute; bottom: 0; left: 50%; display: block; width: 0.5px; height: 100%; padding: 0; opacity: 0; border: none; visibility: hidden; }

.dropdown.bootstrap-select .btn, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .dropdown.bootstrap-select input[type=submit] { cursor: pointer; background: none; border: 0; border-bottom: 1px solid #DEDEDE; font-size: 18px; letter-spacing: -0.04px; line-height: 46px; width: 100%; text-align: left; padding: 0 20px 0 0; outline: none !important; color: inherit; border-radius: 0; font-family: "Myriad Regular"; }

.dropdown.bootstrap-select .btn.bs-placeholder, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder.button, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.bs-placeholder.button, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .bs-placeholder.gform_button.button, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .bs-placeholder.gform_button.button, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder[type=submit], body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.bs-placeholder[type=submit] { color: #ffffff; opacity: .5; }

.dropdown.bootstrap-select .btn:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input[type=submit]:after, .dropdown.bootstrap-select .btn:before, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button:before, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button:before, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input[type=submit]:before { content: ""; display: block; position: absolute; top: calc(50% - 3.5px); right: 0; border-style: solid; height: 0; width: 0; border-color: #ffffff transparent transparent; border-width: 6px 6px 0; }

.dropdown.bootstrap-select .btn:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button:after, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input[type=submit]:after { border-style: solid; height: 0; width: 0; border-color: #4E4F52 transparent transparent; border-width: 6px 6px 0; top: calc(50% - 3.5px); }

.dropdown.bootstrap-select .btn:focus, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button:focus, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:focus, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button:focus, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input:focus[type=submit], body .gform_wrapper .gform_footer .dropdown.bootstrap-select input:focus[type=submit], .dropdown.bootstrap-select .btn:active, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer .dropdown.bootstrap-select input.button:active, .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:active, body .gform_wrapper .gform_footer .dropdown.bootstrap-select .gform_button.button:active, .dropdown.bootstrap-select body .gform_wrapper .gform_footer input:active[type=submit], body .gform_wrapper .gform_footer .dropdown.bootstrap-select input:active[type=submit] { outline: 0; }

.dropdown.bootstrap-select div.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; text-align: left; background-color: #fff; background-clip: padding-box; border: 1px solid #DEDEDE; border-radius: 4px; margin: 2px 0 0; width: 100%; min-width: 100px; box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.25); padding: 8px 0; }

.dropdown.bootstrap-select div.dropdown-menu a { display: block; padding: 6px 12px; color: #212121; font-weight: 400; cursor: pointer; font-size: 16px; line-height: 24px; }

.dropdown.bootstrap-select div.dropdown-menu a:hover { background: #F2F2F2; }

.dropdown.bootstrap-select div.dropdown-menu li.selected { background: #FFD400; }

.dropdown.bootstrap-select div.dropdown-menu li.selected a { color: #111111; }

.dropdown.bootstrap-select div.dropdown-menu li.selected a:hover { background: #FFD400; }

.dropdown.bootstrap-select div.dropdown-menu.show { display: block; }

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper .gform_wrapper legend.gfield_label { font-weight: 400; font-size: 16px; line-height: 24px; }

body .gform_wrapper .gfield_required { color: #EE5253; margin: 0 !important; }

body .gform_wrapper ul.gform_fields li.gfield { margin: 0 0 24px; padding: 0 !important; }

body .gform_wrapper .top_label div.ginput_container { margin: 0 !important; padding: 0 !important; }

body .gform_wrapper textarea.medium { height: auto; min-height: 182px; }

body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium { width: 100% !important; }

body .gform_wrapper .gform_footer { padding: 16px 0 0 !important; margin: 0 !important; text-align: right; position: relative; }

body .gform_wrapper .gform_footer .gform_ajax_spinner { position: absolute; padding-left: 0; top: 32px; right: -26px; }

body .gform_wrapper .gform_footer input.button.small, body .gform_wrapper .gform_footer .gform_button.button.small, body .gform_wrapper .gform_footer input[type=submit].small { padding: 8px 24px; }

.gform_confirmation_wrapper { position: relative; padding: 16px 24px 16px 16px; border-radius: 4px; background: #FFD400; color: #FFF; margin: 24px 0; text-align: center; }

.gform_confirmation_wrapper .gform_confirmation_message { color: #111111; }

body .gform_wrapper div.validation_error { position: relative; padding: 16px 24px 16px 68px; border-radius: 4px; background: #f64747; color: #FFF; margin: 0 0 24px; border: 0 !important; font-weight: normal !important; display: none; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { position: relative; padding-right: 0 !important; border: 0 !important; background: transparent; margin: 0 0 24px !important; padding: 0 !important; max-width: 100% !important; width: 100%; }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { padding: 8px 0 0 !important; color: #EE5253; font-weight: normal; text-align: left; }

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea { border-color: #EE5253; }

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper li.gfield_error textarea:focus { box-shadow: 0 0 0 4px rgba(240, 52, 52, 0.25); }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin: 0 0 4px; color: #212121; font-weight: normal !important; }

body .homeConnectWithUs__form label, body .homeConnectWithUs .form-connect-with-us label.gfield_consent_label { letter-spacing: 0.5px; }

/* ------------------------------------------------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------------------------------------------------ */
.masthead { position: relative; background: #38393D; max-width: 100%; max-height: calc(100vh - 140px); overflow: hidden; padding-top: 16px; }

.masthead__item { position: relative; width: 100%; height: calc(100vh - 157px); display: flex; align-items: start; overflow: hidden; }

.masthead__item-bg { width: 100%; max-width: calc(100% - 292px); height: 100%; background-repeat: no-repeat; background-position: center 0; background-size: cover; }

.masthead__item-bg.video { position: relative; }

.masthead__item-bg.video video { display: block; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

.masthead .content { width: 100%; max-width: 292px; height: 100%; max-height: 807px; border-bottom: 8px solid #FFD400; position: relative; z-index: 1; }

.masthead__content { position: relative; height: 100%; z-index: 5; color: #ffffff; display: flex; align-items: flex-end; padding-bottom: 84px; opacity: 0; z-index: 102; }

.masthead__content.appear { opacity: 1; transform: translateY(0); }

.masthead__content small { font-size: 12px; line-height: 16px; display: inline-block; margin-bottom: 20px; letter-spacing: 4px; }

.masthead__content h2 { font-size: 46px; line-height: 62px; margin-bottom: 32px; max-width: 680px; font-family: "Libre Baskerville", "Graphik Semibold", sans-serif; }

.masthead__content h2 a { color: #ffffff; text-decoration: none; }

.masthead__content .text { padding-left: 32px; }

.masthead__content .btn-primary, .masthead__content body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .masthead__content input.button, .masthead__content body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .masthead__content .gform_button.button, .masthead__content body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .masthead__content input[type=submit] { font-size: 14px; line-height: 20px; padding: 8px 12px; }

.masthead__content p { max-width: 496px; }

.masthead .owl-carousel { position: relative; z-index: 5; max-height: calc(100vh - 160px); }

.masthead .owl-carousel .owl-stage { background: #0f0f11; }

.masthead .owl-carousel .owl-item { position: relative; overflow: hidden; }

.masthead .owl-carousel .owl-item:after { content: ""; height: 100%; position: absolute; top: 0; left: -1px; z-index: 100; }

.masthead .owl-carousel .owl-stage-outer { padding-bottom: 0; }

.masthead .owl-carousel .owl-dots { width: 100%; max-width: 262px; left: auto; right: 0; bottom: 40px; text-align: left; margin: 0; }

.masthead .owl-carousel .owl-dot { margin: 0 8px; width: 12px; height: 12px; background: #B7BCBF; overflow: hidden; position: relative; border-radius: 50%; }

.masthead .owl-carousel .owl-dot:first-child { margin-left: 0; }

.masthead .owl-carousel .owl-dot:last-child { margin-right: 0; }

.masthead .owl-carousel .owl-dot span { border: 0; width: 100%; height: 100%; opacity: 1; }

.masthead .owl-carousel .owl-dot span:before, .masthead .owl-carousel .owl-dot span:after { display: none; }

.masthead .owl-carousel .owl-dot.active span { background: #FFD400; opacity: 1; }

.masthead .masthead_slider:not(.slider) .masthead__item:after { content: ""; width: calc(100% + 3px); height: 100%; position: absolute; top: 0; left: -1px; z-index: 100; }

.masthead_lr .col { padding: 0 !important; }

@media (max-width: 767px) { .masthead_lr__content .text .btn, .masthead_lr__content .text body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .masthead_lr__content .text input.button, .masthead_lr__content .text body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .masthead_lr__content .text .gform_button.button, .masthead_lr__content .text body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .masthead_lr__content .text input[type=submit] { width: 100%; max-width: 100%; } }

.masthead_l { flex: 0 0 calc(100% - 292px); max-width: calc(100% - 292px); }

.masthead_l .masthead_slider .masthead__item-bg { width: 100%; max-width: 100%; }

.masthead_l .owl-carousel { overflow: visible !important; }

.masthead_l .owl-carousel .owl-stage-outer { overflow: hidden; }

.masthead_l .owl-carousel .owl-dots { right: auto; left: 100%; bottom: 60px; position: relative; z-index: 3; }

.masthead_r { flex: 0 0 292px; max-width: 292px; }

.masthead_r .content { max-height: 790px; }

.our-brands { padding: 72px 0; background: #27282A; }

.our-brands h2 { color: #FFFFFF; font-size: 24px; line-height: 32px; margin-bottom: 0; }

.our-brands_wrap { display: flex; flex-wrap: wrap; align-items: center; }

.our-brands .brands-wrap { padding-left: 40px; width: 100%; max-width: calc(100% - 130px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.our-brands .brands-wrap .brands { transition: all .3s ease-in-out; }

.our-brands .brands-wrap .brands:hover { opacity: .8; }

.our-brands .brands-wrap .brands a { display: block; }

.our-brands .brands-wrap .brands img { max-height: 38px; }

.our-brands .brands-wrap .owl-dots { text-align: center; }

.home-construction { background: #4E4F52; color: #ffffff; padding: 72px 0; }

.home-construction .section-title h2 { font-size: 40px; line-height: 48px; }

.home-construction-tabs { margin-bottom: 72px; }

.home-construction .nav.nav-tabs { display: flex; flex-wrap: wrap; }

.home-construction .nav-item { padding: 16px; border-radius: 4px 4px 0 0; color: #FFFFFF; width: calc(100% / 5); display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 calc(100% / 5); text-decoration: none; transition: all .3s ease; }

.home-construction .nav-item.active { background-color: #FFD400; }

.home-construction .nav-item.active .svg path { fill: #38393D; }

.home-construction .nav-item.active span { color: #38393D; font-family: "Myriad Medium"; }

.home-construction .nav-item .svg { width: 72px; height: 72px; margin-bottom: 16px; display: block; }

.home-construction .nav-item span { display: block; }

.home-construction .nav-item:first-child.active .svg path:nth-child(5) { fill: transparent; stroke: #38393D; stroke-width: 2 !important; }

.home-construction .nav-item:first-child.active .svg path:nth-child(6), .home-construction .nav-item:first-child.active .svg path:nth-child(7), .home-construction .nav-item:first-child.active .svg path:nth-child(8), .home-construction .nav-item:first-child.active .svg path:nth-child(9) { fill: transparent; stroke: #38393D; }

.home-construction .nav-item:last-child.active .svg path { fill: transparent; stroke: #38393D; }

.home-construction .tab-content { background: #ffffff; border-radius: 0 0 4px 4px; }

.home-construction .tab-pane { padding: 48px 20px; color: #38393D; }

.home-construction .tab-pane small { font-size: 16px; line-height: 24px; display: block; margin-bottom: 4px; }

.home-construction .tab-pane h3 { font-size: 32px; line-height: 40px; }

.home-construction .tab-pane .col-md-6 + .col-md-6 { margin-top: 32px; }

.home-construction .tab-pane > .row .col-md-10 { flex: 0 0 91.666667%; max-width: 91.666667%; }

.home-construction .tab-pane > .row .col-md-6:nth-child(1) { flex: 0 0 41.666667%; max-width: 41.666667%; }

.home-construction .tab-pane > .row .col-md-6:nth-child(2) { flex: 0 0 58.333333%; max-width: 58.333333%; }

.home-construction .tab-pane > .row .col-md-6:nth-child(2) p { padding-left: 30px; }

.search-machinery { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; }

.search-machinery h2 { font-size: 32px; line-height: 40px; position: relative; margin-bottom: 14px; flex: 0 0 260px; max-width: 260px; }

.search-machinery h2:after { content: ""; width: 100%; height: 4px; background: #FFD400; position: absolute; left: 0; bottom: -13px; }

.search-machinery form { display: block; width: 100%; max-width: calc(100% - 260px); }

.search-machinery .form-wrapper { display: flex; padding-left: 32px; width: 100%; margin-left: -7px; margin-right: -7px; }

.search-machinery .form-wrapper .form-group { flex: 0 0 calc((100% - 70px) / 3); max-width: calc((100% - 70px) / 3); padding: 0 7px; margin-bottom: 0; }

.search-machinery .form-wrapper .form-group label { font-size: 16px; line-height: 20px; }

.search-machinery .form-wrapper .form-control, .search-machinery .form-wrapper body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .search-machinery .form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .search-machinery .form-wrapper body .gform_wrapper textarea, body .gform_wrapper .search-machinery .form-wrapper textarea { border: none; border-bottom: 1px solid #B7BCBF; border-radius: 0; background-color: transparent; padding-left: 0; color: #FFFFFF; height: 30px; }

.search-machinery .form-wrapper input.form-control, .search-machinery .form-wrapper body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .search-machinery .form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { margin-top: 6px; }

.search-machinery .form-wrapper .dropdown.bootstrap-select .btn, .search-machinery .form-wrapper .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .dropdown.bootstrap-select input.button, .search-machinery .form-wrapper .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .dropdown.bootstrap-select .gform_button.button, .search-machinery .form-wrapper .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .search-machinery .form-wrapper .dropdown.bootstrap-select input[type=submit] { line-height: 29px; }

.search-machinery .form-wrapper .form-action { padding-top: 8px; max-width: 80px; }

.search-machinery .form-wrapper .form-action .btn.btn-primary, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input.button, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action .gform_button.button, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input[type=submit] { margin-left: 30px; width: 48px; height: 48px; border: 0; border-bottom: 3px solid #C06E22; border-radius: 50%; background-image: url(../images/icon-search.svg); background-size: contain; background-position: center; background-repeat: no-repeat; background-size: 24px 24px; background-color: #FFD400; }

.search-machinery .form-wrapper .form-action .btn.btn-primary:hover:before, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input.button:hover:before, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input.button:hover:before, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer .gform_button.button:hover:before, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action .gform_button.button:hover:before, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input[type=submit]:hover:before, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input[type=submit]:hover:before { display: none; }

.home-recentnews { padding: 72px 0 10px; }

.home-recentnews .section-title { position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; max-width: 100%; }

.home-recentnews .section-title h3 { font-family: "Myriad Medium"; font-size: 32px; line-height: 40px; color: #111111; margin-bottom: 0; }

.home-recentnews .section-title .viewall { position: relative; color: #00539F; padding-right: 20px; font-size: 18px; line-height: 26px; }

.home-recentnews .section-title .viewall:after { content: ""; display: block; position: absolute; top: 5px; right: 0; width: 16px; height: 16px; transition: all .8 linear; background-image: url("../images/ic-right.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }

.home-recentnews .col-md-3 { min-height: 545px; margin-top: -25px; }

.home-recentnews .col-md-3:nth-child(-n+4) { margin-top: 0; }

.home-recentnews .col-md-3:nth-child(2n) .card-box { margin-top: 24px; }

.home-recentnews .col-md-3:nth-child(4n) .card-box { margin-top: 40px; }

.home-recentnews .col-md-3:hover { position: relative; z-index: 10; }

.home-recentnews .card-wrap { min-height: 570px; }

.home-recentnews .card-box { width: 100%; max-width: 268px; border: 1px solid transparent; transition: all .4s linear; overflow: hidden; }

.home-recentnews .card-box .card-img { max-width: 268px; height: 320px; max-height: 320px; object-fit: cover; transition: all .4s linear; }

.home-recentnews .card-box .card-img img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0 auto; }

.home-recentnews .card-box .card-content { padding: 16px; background: #F5F7F9; transition: all .4s linear; }

.home-recentnews .card-box .card-content span { font-size: 16px; line-height: 24px; color: #53555A; margin-bottom: 4px; }

.home-recentnews .card-box .card-content h3, .home-recentnews .card-box .card-content h4 { font-size: 18px; line-height: 26px; margin-bottom: 0; font-family: "Myriad Medium"; }

.home-recentnews .card-box:hover { cursor: pointer; box-shadow: 0px 16px 48px rgba(168, 180, 192, 0.47); border: 1px solid #53555A; border-radius: 4px; transform: scale(1.02); z-index: 10; }

.home-recentnews .card-box:hover .card-img { border-radius: 4px 4px 0 0; }

.home-recentnews .card-box:hover .card-content { border-radius: 0 0 4px 4px; background: #ffffff; }

.home-recentnews .card-box:hover .card-content h3, .home-recentnews .card-box:hover .card-content h4 { font-size: 18px; line-height: 26px; margin-bottom: 16px; }

.home-recentnews .card-box:hover .card-content .cont { opacity: 1; max-height: 100px; visibility: visible; text-decoration: none; display: inline-block; overflow: visible; }

.home-recentnews .card-box:hover .card-content .cont:after { display: block; }

.home-recentnews .card-box .cont { position: relative; color: #00539F; padding-right: 20px; font-size: 18px; line-height: 26px; transition: all .5s ease; opacity: 0; max-height: 0; overflow: hidden; visibility: hidden; display: none; }

.home-recentnews .card-box .cont:after { content: ""; display: none; position: absolute; top: 7px; right: 0; width: 16px; height: 16px; background-image: url("../images/ic-right.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }

.home-findgoal { padding: 72px 0; background: white; background: linear-gradient(90deg, white 50%, #66686e 50%); position: relative; overflow: hidden; }

.home-findgoal h3 { font-size: 32px; line-height: 40px; margin-bottom: 16px; }

.home-findgoal .bg-aksen { z-index: 6; width: 100%; max-width: 1248px; height: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }

.home-findgoal .bg-aksen .aksen { position: absolute; bottom: 0; display: inline-block; }

.home-findgoal .bg-aksen .aksen-1 { left: 0; bottom: 0; }

.home-findgoal .bg-aksen .aksen-2 { display: block; left: 0; right: 0; margin: 0 auto; text-align: center; }

.home-findgoal .bg-aksen .aksen-2 img { max-height: 592px; }

.home-findgoal .bg-aksen .aksen-3 { right: 0; bottom: -70px; }

.home-findgoal .container { position: relative; z-index: 10; }

.home-findgoal .container > .row { justify-content: space-between; }

.home-findgoal .container > .row .col-lg-4 { flex: 0 0 41.666667%; max-width: 41.666667%; }

.home-findgoal .container > .row .col-lg-4 .box-wrap { padding-left: 30px; }

.home-findgoal .box { color: #FFFFFF; }

.home-findgoal .box .link-warrow { color: #FFD400; }

.home-findgoal .box .link-warrow:after { background-image: url(../images/ic-right-yellow.svg); }

.home-findgoal .box img { display: block; margin-bottom: 24px; max-height: 53px; }

.home-findgoal .box.black { color: #38393D; max-width: 85%; }

.home-findgoal .box.black h3 { color: #111111; }

.home-findgoal .box.black .link-warrow { color: #00539F; }

.home-findgoal .box.black .link-warrow:after { background-image: url(../images/ic-right.svg); }

.home-findgoal .box + .box { margin-top: 72px; }

.home-findgoal .box + .box p { max-width: 290px; }

.home-findgoal .col-lg-6:last-child { display: flex; align-items: flex-end; flex-direction: column; }

.breadcrumbs { padding: 15px 0; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: calc(100% - 30px); z-index: 10; }

.breadcrumbs a, .breadcrumbs span { display: inline-block; vertical-align: middle; font-size: 14px; line-height: 20px; color: #ffffff; z-index: 11; padding-right: 8px; }

.breadcrumbs a + span:before, .breadcrumbs a + a:before, .breadcrumbs span + span:before { content: ""; width: 12px; height: 12px; display: inline-block; vertical-align: middle; background-image: url(../images/ic-right-white.svg); background-size: contain; background-position: center; background-repeat: no-repeat; margin-top: -5px; margin-right: 8px; }

.breadcrumbs a:hover { text-decoration: none; color: #FFD400; }

.products { background: #ffffff; width: 100%; overflow-x: hidden; }

.products .container { position: relative; }

.products_masthead { background: #38393D; padding: 35px 0 72px; border-bottom: 8px solid #FFD400; position: relative; z-index: 10; }

.products_masthead .container .row { align-items: center; }

.products_masthead .container > .text { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; padding: 85px 0 64px; font-size: 14vw; line-height: 1em; color: #343539; text-align: center; font-family: "Myriad Semibold"; }

.products_masthead .section-title { width: 100%; max-width: 900px; margin-bottom: 0; }

.products_masthead .section-title h1 { font-size: 48px; line-height: 58px; font-family: "Myriad Medium"; color: #FFD400; margin-bottom: 16px; }

.products_masthead .section-title .subtitle { max-width: 808px; margin: 0 auto; }

.products_masthead .section-title p { color: #ffffff; }

.products_masthead .slider { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; z-index: 10; }

.products_masthead .slider-item img { display: block; margin: 0 auto; width: auto; max-height: 400px; }

.products_masthead .slider .owl-nav, .products_masthead .slider .owl-dots { display: none; }

.products_brands-wrap { padding: 72px 0; }

.products_brands-wrap > .row { align-items: center; justify-content: space-between; }

.products_brands-wrap > .row .col-md-6:first-child { flex: 0 0 58.333333%; max-width: 58.333333%; }

.products_brands-wrap > .row .col-md-6:last-child { flex: 0 0 41.666667%; max-width: 41.666667%; }

.products_brands-wrap > .row .col-md-6.offset-md-1 { margin-left: 0; }

.products_brands-wrap > .row .col-md-6 p { text-align: justify; padding-right: 30px; }

.products_brands-wrap .brands-logo { margin-bottom: 32px; }

.products_brands-wrap .brands-logo img { max-height: 56px; }

.products_brands-wrap .brands-big-image { display: flex; justify-content: center; align-items: center; }

.products_brands-wrap .brands-big-image img { display: block; margin: auto; width: 100%; height: 100%; max-height: 351px; object-fit: contain; }

.products_brands-wrap .slider { display: flex; align-items: center; }

.products_brands-wrap .slider .owl-stage-outer { padding-bottom: 0; }

.products_brands-wrap.allcat > .row { align-items: flex-start; }

.products_brands-wrap.allcat .box-text p { max-width: 475px; padding-right: 0; }

.products.layer2 .products_masthead { padding: 0; min-height: 390px; margin-bottom: 45px; }

.products.layer2 .products_masthead .slider { top: 35px; }

.products.layer2 .products_masthead .slider .owl-stage-outer { padding: 0; }

.products.layer2 .products_brands-find { padding: 72px 0; }

.products.layer2 .products_brands-find .pbf_top { text-align: center; }

.products.layer2 .products_brands-find .pbf_top .logo { margin-block-end: 28px; }

.products.layer2 .products_brands-find .pbf_top .logo img { height: 64px; display: block; margin: auto; object-fit: contain; }

.products.layer2 .products_brands-find .pbf_top h1 { font-family: "Myriad Semibold"; font-size: 48px; line-height: 58px; }

.products.layer2 .products_brands-find + .products_listWfilter { margin-top: -30px; }

.products.layer2 .products_brands-listpr { padding-bottom: 72px; }

.products.layer2 .products_brands-listpr h3 { font-size: 24px; line-height: 32px; font-family: "Myriad Medium"; text-align: center; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs { max-width: 490px; margin: 0 auto; padding: 40px 0; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link { color: #38393D; text-decoration: none; padding-bottom: 10px; border-bottom: 2px solid transparent; display: inline-block; transition: none !important; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link:hover, .products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link.active { border-bottom: 2px solid #FFD400; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link .svg, .products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link img { width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -10px; object-fit: contain; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link .svg path, .products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link img path { stroke: #111111; }

.products.layer2 .products_brands-listpr .listpr_tabs .tabs .nav-tabs a.nav-link + a.nav-item { margin-left: 40px; }

.products.layer2 .box-product { padding-bottom: 40px; border: 1px solid transparent; border-radius: 4px; transition: all .3s linear; }

.products.layer2 .box-product .img { border-radius: 4px 4px 0 0; overflow: hidden; }

.products.layer2 .box-product .img img { max-height: 280px; display: block; margin: auto; }

.products.layer2 .box-product .short-desc { text-align: center; max-width: 360px; margin: 0 auto; position: relative; }

.products.layer2 .box-product .short-desc h3 { font-size: 24px; line-height: 32px; margin-bottom: 8px; }

.products.layer2 .box-product .short-desc h3 a { color: #111111; }

.products.layer2 .box-product .short-desc h3 a:hover { color: #FFD400; text-decoration: none; }

.products.layer2 .box-product .short-desc .link-warrow { opacity: 0; visibility: hidden; max-height: 0; }

.products.layer2 .col-md-4 { position: relative; }

.products.layer2 .col-md-4:hover { z-index: 10; }

.products.layer2 .col-md-4:hover .box-product { transform: scale(1.02); cursor: pointer; border: 1px solid #828484; box-shadow: 0px 16px 48px rgba(168, 180, 192, 0.47); }

.products.layer2 .col-md-4:hover .box-product .short-desc .link-warrow { opacity: 1; visibility: visible; max-heigh: 50px; }

.products.layer3 .products_masthead, .products.layer4 .products_masthead, .products.sectors.layer2 .products_masthead { padding: 0; }

.products.layer3 .products_masthead .left-text, .products.layer4 .products_masthead .left-text, .products.sectors.layer2 .products_masthead .left-text { padding: 100px 0 72px; color: #fff; }

.products.layer3 .products_masthead .left-text p:last-child, .products.layer4 .products_masthead .left-text p:last-child, .products.sectors.layer2 .products_masthead .left-text p:last-child { margin-bottom: 0; }

.products.layer3 .products_masthead .left-text h1, .products.layer4 .products_masthead .left-text h1, .products.sectors.layer2 .products_masthead .left-text h1 { font-size: 48px; line-height: 58px; color: #FFD400; margin-bottom: 16px; }

.products.layer3 .products_masthead .slider, .products.layer4 .products_masthead .slider, .products.sectors.layer2 .products_masthead .slider { position: relative; margin-top: 30px; }

.products.layer3 .products_masthead .slider .owl-stage-outer, .products.layer4 .products_masthead .slider .owl-stage-outer, .products.sectors.layer2 .products_masthead .slider .owl-stage-outer { padding-bottom: 0; }

.products.layer3 .products_masthead .slider-item img, .products.layer4 .products_masthead .slider-item img, .products.sectors.layer2 .products_masthead .slider-item img { min-height: 70px; max-height: 350px; display: block; margin: auto; }

.products.layer3 .products_masthead { min-height: 390px; }

.products.layer3 .tabs_child { border-bottom: 1px solid #B7BCBF; margin-top: 40px; margin-bottom: 4px; }

.products.layer3 .tabs_child .tabs .nav { text-align: center; }

.products.layer3 .tabs_child .tabs .nav-item { color: #38393D; display: inline-block; width: calc(100% / 5); padding: 16px; border-bottom: 4px solid transparent; font-size: 18px; line-height: 26px; text-decoration: none; margin-bottom: -1px; }

.products.layer3 .tabs_child .tabs .nav-item.active { border-color: #FFD400; color: #111111; font-family: "Myriad Semibold"; }

.products.layer3 .bx-prct-wrap { margin-top: 36px; }

.products.layer4 .products_masthead .contentlr { padding: 100px 0 0; }

.products.layer4 .products_masthead .contentlr .col-lg-6 { position: relative; }

.products.layer4 .products_masthead .text { top: auto; bottom: 0; }

.products.layer4 .products_masthead .left-text { padding: 0; position: relative; z-index: 8; }

.products.layer4 .products_masthead .left-text h1 { margin-bottom: 0; }

.products.layer4 .products_masthead .left-text p { max-width: 600px; }

.products.layer4 .products_masthead .left-text p:last-of-type { margin-bottom: 40px; }

.products.layer4 .products_masthead .left-text .sectors { display: block; color: #B7BCBF; margin-bottom: 16px; }

.products.layer4 .products_masthead .btn-wrap { margin-bottom: 55px; }

.products.layer4 .products_masthead .btn-wrap .link-warrow { font-size: 16px; line-height: 24px; margin-left: 24px; color: #fff; }

.products.layer4 .products_masthead .btn-wrap .link-warrow:after { background-image: url(../images/ic-right-white.svg); top: 5px; }

.products.layer4 .products_masthead .right-text { color: #fff; }

.products.layer4 .products_masthead .detail-spec { max-width: 600px; margin-bottom: 24px; display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

.products.layer4 .products_masthead .detail-spec li { margin-bottom: 24px; flex: 0 0 50%; max-width: 50%; padding-left: 15px; padding-right: 15px; }

.products.layer4 .products_masthead .detail-spec li b, .products.layer4 .products_masthead .detail-spec li h4 { font-family: "Myriad Medium"; font-size: 24px; line-height: 32px; display: block; font-weight: normal; margin-bottom: 0; }

.products.layer4 .products_masthead .detail-spec li span { font-size: 16px; line-height: 24px; color: #B7BCBF; }

.products.layer4 .products_masthead .big-img { position: relative; z-index: 5; width: 600px; height: 600px; margin-left: -21.333333%; }

.products.layer4 .products_masthead .big-img img { width: 100%; height: 100%; max-height: 600px; display: block; margin: 0 auto; }

.products.layer4 .products_masthead .big-img.bimg-360 iframe { width: 800px; margin-left: -20%; }

@media (max-width: 991px) { .products.layer4 .products_masthead .big-img.bimg-360 iframe { max-width: 100%; margin-left: 0; max-height: 400px; } }

.products.layer4 .products_masthead .big-img.bimg-360 + .btn-wrap, .products.layer4 .products_masthead .big-img.bimg-360 + .txt-visual + .btn-wrap { width: 100vw; max-width: 600px; margin-left: -25.333333%; }

@media (max-width: 991px) { .products.layer4 .products_masthead .big-img.bimg-360 + .btn-wrap, .products.layer4 .products_masthead .big-img.bimg-360 + .txt-visual + .btn-wrap { max-width: 100%; margin-left: 0; } }

@media (max-width: 767px) { .products.layer4 .products_masthead .big-img.bimg-360 + .btn-wrap, .products.layer4 .products_masthead .big-img.bimg-360 + .txt-visual + .btn-wrap { width: 100%; margin-left: 0; } }

.products.layer4 .products_masthead .txt-visual { line-height: 1.2em; color: #FFD400; text-align: center; margin: 8px 0; margin-left: -25.333333%; }

@media (max-width: 767px) { .products.layer4 .products_masthead .txt-visual { margin-left: 0; } }

.products.layer4 .products_masthead .btn-wrap { display: flex; justify-content: center; align-items: center; gap: 16px; }

.products.layer4 .products_masthead .btn-zoom, .products.layer4 .products_masthead .btn-360 { text-align: center; position: relative; text-decoration: none; z-index: 5; }

.products.layer4 .products_masthead .btn-zoom a, .products.layer4 .products_masthead .btn-360 a { font-size: 16px; line-height: 24px; color: #F5F7F9; }

.products.layer4 .products_masthead .btn-zoom:before, .products.layer4 .products_masthead .btn-360:before { content: ""; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 16px; background-image: url(../images/ic-zoom.svg); background-image-background-size: contain; background-image-background-position: center; background-image-background-repeat: no-repeat; }

.products.layer4 .img-thumbnail { background: #fff; padding-top: 100px; }

.products.layer4 .img-thumbnail .owl-stage-outer { padding-bottom: 0; }

.products.layer4 .img-thumbnail .box-thumb { width: 405px; background: #F5F7F9; position: relative; overflow: hidden; margin-right: 4px; transition: all .3s ease; }

.products.layer4 .img-thumbnail .box-thumb:hover, .products.layer4 .img-thumbnail .box-thumb.actived { background: #FFD400; }

.products.layer4 .img-thumbnail .box-img { padding: 20px; }

.products.layer4 .img-thumbnail .box-img img { width: auto; max-width: 405px; max-height: 200px; display: block; margin: auto; }

.products.layer4 .img-thumbnail .box-text { padding: 16px; text-align: center; background: #FFD400; position: relative; width: 100%; height: 100%; }

.products.layer4 .img-thumbnail .box-text h3 { font-size: 24px; line-height: 32px; margin-bottom: 0; }

.products.layer4 .product-descspec { padding: 72px 0; }

.products.layer4 .product-descspec .row { justify-content: space-between; }

.products.layer4 .product-descspec .row .col-lg-5 { flex: 0 0 50%; max-width: 50%; }

@media (max-width: 767px) { .products.layer4 .product-descspec .row .col-lg-5 { flex: 0 0 100%; max-width: 100%; } }

.products.layer4 .product-descspec .box-img img { display: block; max-height: 350px; max-width: 100%; object-fit: cover; margin: 0 auto; }

.products.layer4 .product-descspec .box-desc { margin-bottom: 144px; }

.products.layer4 .product-descspec .box-desc:last-child { margin-bottom: 0; }

.products.layer4 .product-descspec .box-desc .offset-lg-1 { margin-left: -8.333333%; }

.products.layer4 .product-descspec .box-text { background: #fff; text-align: left; height: 100%; padding-left: 30px; }

@media (max-width: 767px) { .products.layer4 .product-descspec .box-text { padding-left: 0; } }

.products.layer4 .product-descspec .box-text h3 { width: 100%; margin-bottom: 16px; font-size: 32px; line-height: 48px; }

.products.layer4 .product-descspec .box-text p { text-align: justify; font-size: 18px; line-height: 26px; }

.products.sectors.layer2 .products_masthead .slider { top: 0; }

.products.sectors.layer2 .products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link .svg { width: auto; height: 16px; }

.products .home-recentnews { padding-bottom: 72px; }

.products .home-recentnews .card-box:hover .card-content h3 { margin-bottom: 16px; }

.products .home-recentnews .loadmore { text-align: center; }

.products_listWfilter:last-child { padding-bottom: 72px; }

.products_listWfilter .productsCat_tabs { position: relative; }

.products_listWfilter .productsCat_tabs.w-innerfilter .tabs { margin-bottom: 40px; }

.products_listWfilter .productsCat_tabs .tabs { margin: 0 auto; margin: 40px auto 0; }

.products_listWfilter .productsCat_tabs .tabs > h3, .products_listWfilter .productsCat_tabs .tabs > h4 { font-size: 24px; line-height: 32px; margin-bottom: 4px; position: absolute; left: 0; top: -4px; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs { border-bottom: 2px solid #FFD400; display: flex; justify-content: flex-end; position: relative; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link { color: #38393D; text-decoration: none; padding-bottom: 12px; border-bottom: 2px solid transparent; display: inline-block; vertical-align: middle; transition: none !important; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link span { min-height: 23px; display: inline-block; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link:hover, .products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link.active { border-bottom: 2px solid #111; color: #111111; font-family: "Myriad Medium"; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link .svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -10px; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link .svg path { stroke: #111111; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-item { margin-bottom: -2px; }

.products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link + a.nav-item { margin-left: 30px; }

.products_listWfilter .tab-content { margin-top: 40px; }

.products_listWfilter .tab-content .tab-pane .inner-filter { display: flex; justify-content: flex-end; margin-bottom: 40px; }

.products_listWfilter .tab-content .tab-pane .inner-filter .sb { margin-left: 40px; }

.products_listWfilter .tab-content .tab-pane .inner-filter .sb span, .products_listWfilter .tab-content .tab-pane .inner-filter .sb .select { display: inline-block; vertical-align: middle; }

.products_listWfilter .tab-content .tab-pane .inner-filter .sb span { margin-right: 3px; }

.products_listWfilter .tab-content .tab-pane .inner-filter select.select { width: auto; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select { width: auto !important; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .btn, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.button, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .gform_button.button, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input[type=submit] { border-bottom: 0; color: #111; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .btn:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.button:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .gform_button.button:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input[type=submit]:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .btn:before, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.button:before, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .gform_button.button:before, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input[type=submit]:before { border-style: solid; height: 0; width: 0; border-color: #4E4F52 transparent transparent; border-width: 6px 6px 0; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .btn:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.button:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .gform_button.button:after, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input[type=submit]:after { border-style: solid; height: 0; width: 0; border-color: #ffffff transparent transparent; border-width: 6px 6px 0; top: calc(50% - 3.5px); }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .btn.bs-placeholder, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder.button, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.bs-placeholder.button, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer .bs-placeholder.gform_button.button, body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .bs-placeholder.gform_button.button, .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder[type=submit], body .gform_wrapper .gform_footer .products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select input.bs-placeholder[type=submit] { opacity: 1; color: #111 !important; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select div.dropdown-menu div.inner.show { overflow: hidden !important; overflow-x: hidden !important; overflow-y: auto !important; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select div.dropdown-menu div.inner.show::-webkit-scrollbar { width: 7px; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select div.dropdown-menu div.inner.show::-webkit-scrollbar-track { background: rgba(17, 17, 17, 0.5); border-radius: 10px; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select div.dropdown-menu div.inner.show::-webkit-scrollbar-thumb { background: #ffd400; border-radius: 5px; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select div.dropdown-menu div.inner.show::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.5); }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .dropdown-menu.show { min-width: 200px !important; }

.products_listWfilter .tab-content .tab-pane .inner-filter .dropdown.bootstrap-select .dropdown-menu.show .inner.show { min-width: 200px; }

.products_listWfilter .tab-content .tab-pane .row { margin-left: -2px; margin-right: -2px; }

.products_listWfilter .tab-content .tab-pane .row .col-lg-4, .products_listWfilter .tab-content .tab-pane .row .col-md-6 { padding-left: 2px; padding-right: 2px; margin-bottom: 48px; }

.products_listWfilter .tab-content .tab-pane.active.show .col.animation-on-scroll { opacity: 1; transform: translateY(0); }

.products_listWfilter .bx-prct-wrap > .row { align-items: center; margin-bottom: 48px; height: 344px; margin-left: -15px !important; margin-right: -15px !important; }

.products_listWfilter .bx-prct-wrap > .row .col { width: calc(100% / 3); flex: 0 0 calc(100% / 3); height: 100%; position: relative; }

.products_listWfilter .bx-prct-wrap > .row:last-child { margin-bottom: 0; }

.products_listWfilter .bx-prct-wrap.product-not-found { min-height: 40vh; }

.products_listWfilter .bx-prct-wrap.product-not-found p { text-align: center; font-size: 24px; line-height: 32px; }

.products_listWfilter .box-prdct { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; align-items: center; }

.products_listWfilter .box-prdct h3 { font-size: 22px; line-height: 28px; margin-bottom: 0; max-width: 200px; margin: 0 auto; }

.products_listWfilter .box-prdct h3 a { color: #111111; text-decoration: none; }

.products_listWfilter .box-prdct .bg-grey { position: absolute; top: 0; left: 0; right: 0; background: #F5F7F9; width: 232px; height: 100%; margin: 0 auto; z-index: 1; transition: all .4s ease-in-out; }

.products_listWfilter .box-prdct .box-name { position: absolute; top: 20px; left: 0; right: 0; margin: 0 auto; text-align: left; z-index: 3; transition: all .4s ease-in-out; }

.products_listWfilter .box-prdct .box-link { position: absolute; left: 0; right: 0; bottom: 16px; margin: 0 auto; text-align: center; z-index: 3; transition: all .4s ease-in-out; }

.products_listWfilter .box-prdct .box-link .link-warrow { font-size: 16px; line-height: 24px; }

.products_listWfilter .box-prdct .box-img { width: 288px; height: 288px; position: absolute; top: 28px; left: 0; z-index: 2; transition: all .4s ease-in-out; }

.products_listWfilter .box-prdct .box-img img { width: 100%; height: 100%; object-fit: contain; display: block; margin: auto; }

.products_listWfilter .box-prdct .box-text { width: 220px; height: 100%; position: absolute; top: 0; right: 0; z-index: 2; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: all .3s ease-out; }

.products_listWfilter .box-prdct .box-text .short-desc { width: 100%; height: 100%; padding: 32px 0; position: relative; padding-right: 8px; }

.products_listWfilter .box-prdct .box-text .short-desc h3 { font-size: 32px; line-height: 40px; margin-bottom: 16px; max-width: 100%; margin-left: 0; }

.products_listWfilter .box-prdct .box-text .short-desc h3 + span { margin-bottom: 18px; display: block; font-size: 16px; line-height: 24px; color: #4E4F52; }

.products_listWfilter .box-prdct .box-text .short-desc p { padding-right: 8px; }

.products_listWfilter .box-prdct .box-text .short-desc a.link-warrow { position: absolute; bottom: 28px; left: 0; }

.products_listWfilter .col:hover { cursor: pointer; }

.products_listWfilter .col:hover .bg-grey { width: 368px; border-bottom: 12px solid #FFD400; right: -96px; }

.products_listWfilter .col:hover .box-img { width: 312px; height: 312px; left: -100px; }

.products_listWfilter .col:hover .box-text { visibility: visible; opacity: 1; right: -36px; }

.products_listWfilter .col:hover .box-name, .products_listWfilter .col:hover .box-link { opacity: 0; margin-right: 0; right: -20px; }

.products_listWfilter .col.smalled .bg-grey { width: 168px; height: 260px; bottom: 0; margin: auto; }

.products_listWfilter .col.smalled .box-name { top: 65px; max-width: 150px; }

.products_listWfilter .col.smalled .box-name h3 { font-size: 18px; line-height: 26px; }

.products_listWfilter .col.smalled .box-link { bottom: 56px; }

.products_listWfilter .col.smalled .box-img { width: 188px; height: 188px; top: 80px; left: 60px; }

.products .slider-thumbnail { margin-top: 30px; min-height: 400px; margin-bottom: 72px; display: flex; justify-content: space-between; align-items: center; }

.products .slider-thumbnail .owl-dots { text-align: center; display: block !important; }

.products .slider-thumbnail .owl-dots .owl-dot span { width: 12px; height: 12px; }

.products .slider-thumbnail .owl-nav { display: none; }

.products .slider-thumbnail.st-wrap .box-prdct { position: relative; width: 100%; max-width: 232px; height: 344px; padding-bottom: 64px; background: #F5F7F9; padding: 32px 16px 16px; transition: all .5s ease-in-out; transform-origin: center center; }

.products .slider-thumbnail.st-wrap .box-prdct .prd-name { flex: 0 0 100%; max-width: 100%; }

.products .slider-thumbnail.st-wrap .box-prdct .prd-name h3, .products .slider-thumbnail.st-wrap .box-prdct .prd-name h4 { font-size: 28px; line-height: 32px; text-align: center; margin: 0 auto; position: relative; transform-origin: center; }

.products .slider-thumbnail.st-wrap .box-prdct .prd-name h3 a, .products .slider-thumbnail.st-wrap .box-prdct .prd-name h4 a { color: #111111; }

.products .slider-thumbnail.st-wrap .box-prdct .prd-name h3 a:hover, .products .slider-thumbnail.st-wrap .box-prdct .prd-name h4 a:hover { text-decoration: none; }

.products .slider-thumbnail.st-wrap .box-prdct .prd-name span { width: 100%; color: #4E4F52; display: none; }

.products .slider-thumbnail.st-wrap .box-prdct .box-twoblocks { position: relative; display: flex; align-items: center; height: 220px; }

.products .slider-thumbnail.st-wrap .box-prdct .box-img { width: 288px; height: 288px; margin-left: -84px; display: flex; transition: all 0.7s ease-in-out; transform-origin: center center; }

.products .slider-thumbnail.st-wrap .box-prdct .box-img img { width: 100%; max-width: 100%; max-height: 100%; display: block; object-fit: contain; transition: all 0.7s ease-in-out; transform-origin: center center; margin: 0 auto; }

.products .slider-thumbnail.st-wrap .box-prdct .short-desc { display: flex; flex-direction: column; justify-content: space-around; position: absolute; height: 100%; width: 220px; top: 0; right: -50%; opacity: 0; visibility: hidden; transition: all .3s ease-out; }

.products .slider-thumbnail.st-wrap .box-prdct .short-desc p { margin-bottom: 24px; }

.products .slider-thumbnail.st-wrap .box-prdct .short-desc .link-warrow { display: none; align-self: self-end; }

.products .slider-thumbnail.st-wrap .box-prdct .box-link { text-align: right; padding-right: 54px; }

.products .slider-thumbnail.st-wrap .box-prdct .link-warrow { color: #00539F; font-size: 16px; line-height: 24px; }

.products .slider-thumbnail.st-wrap .box-prdct .link-warrow:after { top: 4px; }

.products .slider-thumbnail .col { max-width: 288px; flex: 0 0 288px; margin: 0 auto; display: flex; justify-content: center; transition: all .5s ease-in-out; transform-origin: center center; }

.products .slider-thumbnail .owl-item.cloned { opacity: 0; }

.products .slider-thumbnail .owl-item.active { opacity: 1; }

.products .slider-thumbnail .owl-item.active .col .box-prdct { max-width: 184px; padding: 24px; height: auto; max-height: 285px; }

.products .slider-thumbnail .owl-item.active .col .prd-name h3 { font-size: 18px; line-height: 26px; }

.products .slider-thumbnail .owl-item.active .col .box-twoblocks { height: auto; }

.products .slider-thumbnail .owl-item.active .col .box-img { width: 188px; height: 188px; margin-top: -20px; margin-left: -65px; }

.products .slider-thumbnail .owl-item.active .col .box-img img { width: auto; max-height: 100%; display: block; margin: auto; }

.products .slider-thumbnail .owl-item.active .col .box-link { padding-right: 0; }

.products .slider-thumbnail .owl-item.active:not(.center) .col .box-link .link-warrow { font-size: 14px; line-height: 21px; }

.products .slider-thumbnail .owl-item.center { width: 530px !important; }

.products .slider-thumbnail .owl-item.center .col { flex: 0 0 100%; max-width: 100%; z-index: 10; justify-content: flex-end; }

.products .slider-thumbnail .owl-item.center .col .prd-name { padding-left: 100px; }

.products .slider-thumbnail .owl-item.center .col .prd-name h3 { font-size: 32px; line-height: 40px; width: 235px; text-align: left; margin: 0; }

.products .slider-thumbnail .owl-item.center .col .prd-name span { display: block; }

.products .slider-thumbnail .owl-item.center .col .box-img { display: inline-block; width: 100%; max-width: 312px; height: 312px; margin-left: -227px; margin-top: -95px; }

.products .slider-thumbnail .owl-item.center .col .box-img img { max-height: 312px; display: block; margin: auto; }

.products .slider-thumbnail .owl-item.center .col .box-prdct { border-bottom: 12px solid #FFD400; min-height: auto; max-width: 368px; margin: 0 auto; margin-right: 0; max-height: 344px; }

.products .slider-thumbnail .owl-item.center .col .box-prdct .short-desc { right: 15px; visibility: visible; opacity: 1; margin: 0; margin-bottom: 24px; padding-left: 16px; height: auto; }

.products .slider-thumbnail .owl-item.center .col .box-prdct .short-desc .link-warrow { display: inline-block; }

.products .slider-thumbnail .owl-item.center .col .box-link { width: 77%; display: none; }

.products.sr-products .products_masthead { min-height: auto; padding: 0; }

.products.sr-products .products_masthead .left-text { padding: 124px 0 72px; }

.products.sr-products .products_masthead .left-text h1 { font-size: 48px; line-height: 58px; color: #fff; font-family: "Myriad Regular"; }

.products.sr-products .products_listWfilter { padding-bottom: 58px; }

@media (max-width: 991px) { .products .allcat .col-md-5 { margin-bottom: 24px; } }

.products .brandlist-wrap { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; }

.products .brandlist-wrap .brandlist-item { margin-bottom: 8px; }

.products .brandlist-wrap .brandlist-item a { display: flex; align-items: center; width: 100%; gap: 16px; color: #111111; }

.products .brandlist-wrap .brandlist-item a:hover { color: #00539F; }

.products .brandlist-wrap .brandlist-item .thumbnail { flex: 0 0 40px; width: 40px; padding: 8.85% 0; position: relative; }

.products .brandlist-wrap .brandlist-item .thumbnail img { width: 100%; height: 100%; object-fit: contain; position: absolute; top: 0; left: 0; }

.products .brandlist-wrap .brandlist-item .thumbnail span { flex: 0 0 calc(100% - 56px); max-width: calc(100% - 56px); }

@media (max-width: 991px) { .products .brandlist-wrap { grid-template-columns: repeat(2, 1fr); } }

.usedeq-wrap > .row { margin-left: -12px !important; margin-right: -12px !important; }

.usedeq-wrap .col-lg-6 { padding-left: 12px !important; padding-right: 12px !important; margin-bottom: 24px !important; }

.usedeq-wrap .usedeq-box { display: flex; width: 100%; border: 1px solid transparent; transition: all .3s ease-in-out; max-height: 240px; align-items: stretch; overflow: hidden; }

.usedeq-wrap .usedeq-box:hover { border-color: #4E4F52; cursor: pointer; border-radius: 6px; box-shadow: 0px 16px 48px 0px rgba(168, 180, 192, 0.47); overflow: hidden; text-decoration: none; }

.usedeq-wrap .usedeq-box:hover .usedeq-img { border-radius: 6px 0 0 6px; }

.usedeq-wrap .usedeq-box:hover .usedeq-text { border-radius: 0 6px 6px 0; background: #FFF; }

.usedeq-wrap .usedeq-box:hover .usedeq-text .name .type { font-size: 14px; line-height: 20px; }

.usedeq-wrap .usedeq-box:hover .usedeq-text .name h3 { font-size: 24px; line-height: 32px; }

.usedeq-wrap .usedeq-box:hover .usedeq-text .short-desc { max-height: max-content; opacity: 1; visibility: visible; position: relative; }

.usedeq-wrap .usedeq-box:hover .usedeq-text .more { margin-top: 16px; }

.usedeq-wrap .usedeq-img { flex: 1 0 48%; max-width: 48%; position: relative; padding: 19.83% 0; transition: all .3s ease-in-out; }

.usedeq-wrap .usedeq-img img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }

.usedeq-wrap .usedeq-text { flex: 1 0 52%; max-width: 52%; padding: 1.5rem; background: #F5F7F9; display: flex; flex-direction: column; justify-content: center; transition: all .3s ease-in-out; position: relative; height: 240px; }

.usedeq-wrap .usedeq-text .name { margin-bottom: 16px; transition: all .3s ease-in-out; }

.usedeq-wrap .usedeq-text .name .type { font-size: 16px; line-height: 24px; color: #4E4F52; }

.usedeq-wrap .usedeq-text .name h3 { font-size: 32px; line-height: 40px; color: #111111; margin-bottom: 0; transition: all .3s ease; }

.usedeq-wrap .usedeq-text .short-desc { color: #4E4F52; transition: all .3s ease; opacity: 0; visibility: hidden; font-size: 16px; line-height: 24px; position: absolute; }

.usedeq-wrap .usedeq-text .short-desc ul li:not(:last-child) { margin-bottom: 8px; }

.usedeq-wrap .usedeq-text .short-desc .icon { display: inline-block; vertical-align: top; width: 24px; height: 24px; margin-right: 8px; background-size: contain; background-position: center; background-repeat: no-repeat; }

@media (max-width: 991px) { .usedeq-wrap .usedeq-text .short-desc { visibility: visible; position: relative; opacity: 1; } }

.usedeq-wrap .usedeq-text .more { transition: all .3s ease; margin-top: 16px; }

@media (max-width: 767px) { .usedeq-wrap .usedeq-box { flex-direction: column; max-height: max-content; }
  .usedeq-wrap .usedeq-img { max-width: 100%; flex: 0 0 100%; padding: 34.83% 0; }
  .usedeq-wrap .usedeq-text { max-width: 100%; flex: 0 0 100%; } }

.sectors .box-text .sector_title { padding-right: 30px; }

.sectors .box-text .sector_title h2, .sectors .box-text .sector_title h3 { font-size: 32px; line-height: 40px; margin-bottom: 32px; color: #111; }

.sectors .box-text .sector_name { font-size: 24px; line-height: 32px; margin-bottom: 4px; font-family: "Myriad Medium"; color: #4E4F52; }

.sectors.layer2 .box-prdct .short-desc h3 { margin-bottom: 0; }

.sectors.layer2 .box-prdct .short-desc .brand { font-size: 16px; line-height: 24px; margin-bottom: 8px; }

.sectors.layer2 .box-prdct:hover .short-desc { top: 0; }

.used-eq .search-machinery { margin-top: 56px; }

.used-eq .search-machinery form { max-width: calc(100% - 115px); }

.used-eq .search-machinery .form-wrapper { margin-left: -12px; margin-right: -12px; padding-left: 0; }

.used-eq .search-machinery .form-wrapper .form-group { flex: 0 0 calc((100% - 110px) / 5); max-width: calc((100% - 110px) / 5); padding: 0 12px; }

.used-eq .search-machinery .form-wrapper .form-group > label { font-size: 16px; line-height: 24px; height: 24px; color: #fff; }

.used-eq .search-machinery .form-wrapper .form-group:nth-child(3), .used-eq .search-machinery .form-wrapper .form-group:nth-child(4) { flex: 0 0 calc((100% - 125px) / 5); max-width: calc((100% - 125px) / 5); }

.used-eq .search-machinery .form-wrapper .form-group.name { flex: 0 0 230px; max-width: 230px; }

.used-eq .search-machinery .form-wrapper .form-group.name .form-control, .used-eq .search-machinery .form-wrapper .form-group.name body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group.name input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .used-eq .search-machinery .form-wrapper .form-group.name body .gform_wrapper textarea, body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group.name textarea { border-bottom: 1px solid #FFD400; }

.used-eq .search-machinery .form-wrapper .form-group.year { flex: 0 0 130px; max-width: 130px; }

.used-eq .search-machinery .form-wrapper .form-group.year .filter-option-inner .filter-option-inner-inner { color: #fff; }

.used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.button, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .gform_button.button, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input[type=submit] { padding-right: 20px; }

.used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn:focus, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.button:focus, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:focus, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .gform_button.button:focus, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input:focus[type=submit], body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input:focus[type=submit], .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn:visited, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:visited, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.button:visited, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:visited, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .gform_button.button:visited, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input:visited[type=submit], body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input:visited[type=submit] { border-bottom: 1px solid #FFD400; }

.used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn:after, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.button:after, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .gform_button.button:after, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input[type=submit]:after, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn:before, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.button:before, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .gform_button.button:before, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input[type=submit]:before { right: 0; }

.used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .btn.bs-placeholder, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder.button, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.bs-placeholder.button, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer .bs-placeholder.gform_button.button, body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select .bs-placeholder.gform_button.button, .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.bs-placeholder[type=submit], body .gform_wrapper .gform_footer .used-eq .search-machinery .form-wrapper .form-group.year .dropdown.bootstrap-select input.bs-placeholder[type=submit] { opacity: .8; }

.used-eq .search-machinery .form-wrapper .form-group .form-control:focus, .used-eq .search-machinery .form-wrapper .form-group body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .used-eq .search-machinery .form-wrapper .form-group body .gform_wrapper textarea:focus, body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group textarea:focus, .used-eq .search-machinery .form-wrapper .form-group .form-control:visited, .used-eq .search-machinery .form-wrapper .form-group body .gform_wrapper input:visited:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group input:visited:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .used-eq .search-machinery .form-wrapper .form-group body .gform_wrapper textarea:visited, body .gform_wrapper .used-eq .search-machinery .form-wrapper .form-group textarea:visited { border-bottom: 1px solid #FFD400; }

.used-eq .bx-prct-wrap .short-desc ul { padding-left: 0; }

.used-eq .bx-prct-wrap .short-desc ul li { margin-bottom: 8px; }

.used-eq .bx-prct-wrap .short-desc ul li span { display: inline-block; vertical-align: top; color: #38393D; max-width: calc(100% - 32px); }

.used-eq .bx-prct-wrap .short-desc .icon { display: inline-block; vertical-align: top; width: 24px; height: 24px; margin-right: 8px; background-size: contain; background-position: center; background-repeat: no-repeat; }

.used-eq .box-prdct .box-name span { font-size: 16px; line-height: 24px; color: #4E4F52; max-width: 200px; margin: 0 auto; display: block; }

.used-eq .box-prdct .box-name h3 { font-size: 24px; line-height: 32px; }

.used-eq .box-prdct .short-desc span { font-size: 16px; line-height: 24px; color: #4E4F52; }

.used-eq .box-prdct .short-desc h3 { font-size: 24px; line-height: 32px; }

.used-eq.layer1 .products_masthead { padding-top: 72px; }

.used-eq.layer1 .products_listWfilter { padding-bottom: 72px; }

.used-eq.layer1 .brands-big-image { max-height: 293px; }

.used-eq.layer1 .brands-big-image img { max-height: 100%; object-fit: cover; display: block; margin: auto; }

.used-eq.layer1 .pagination-wrap { margin-top: 50px; }

.used-eq.layer2 { padding-bottom: 72px; }

.used-eq.layer2 .products_masthead { padding-top: 0; margin-bottom: 0; }

.used-eq.layer2 .box-lr { padding-top: 115px; padding-bottom: 72px; position: relative; justify-content: space-between; align-items: flex-start; }

.used-eq.layer2 .box-lr .col-md-6 { flex: 0 0 58.333333%; max-width: 58.333333%; }

.used-eq.layer2 .box-lr .col-md-5 { height: 100%; }

.used-eq.layer2 .left-box { color: #FFFFFF; padding-left: 40px; }

.used-eq.layer2 .left-box .descpro { margin-bottom: 90px; }

.used-eq.layer2 .left-box .title { margin-bottom: 32px; }

.used-eq.layer2 .left-box .title small { font-size: 18px; line-height: 26px; }

.used-eq.layer2 .left-box .title h1 { font-size: 48px; line-height: 58px; color: #FFD400; margin-bottom: 0; }

.used-eq.layer2 .left-box .title span { color: #B7BCBF; font-size: 16px; line-height: 24px; }

.used-eq.layer2 .left-box ul { margin-bottom: 32px; }

.used-eq.layer2 .left-box ul li { margin-bottom: 4px; }

.used-eq.layer2 .left-box ul li b, .used-eq.layer2 .left-box ul li span { display: inline-block; }

.used-eq.layer2 .left-box ul li b { font-family: "Myriad Medium"; font-weight: normal; width: 50%; }

.used-eq.layer2 .left-box .price { font-family: "Myriad Medium"; font-size: 32px; line-height: 40px; color: #FFD400; }

.used-eq.layer2 .left-box .btn-primary, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input.button, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box .gform_button.button, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input[type=submit] { max-width: 170px; }

.used-eq.layer2 .left-box .btn-primary.btn-cart, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input.btn-cart.button, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input.btn-cart.button, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer .btn-cart.gform_button.button, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box .btn-cart.gform_button.button, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input.btn-cart[type=submit], body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input.btn-cart[type=submit] { padding: 4px 20px; margin-top: -8px; display: inline-block; margin-left: 15px; vertical-align: middle; }

.used-eq.layer2 .left-box .btn-primary.btn-cart img, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input.btn-cart.button img, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input.btn-cart.button img, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer .btn-cart.gform_button.button img, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box .btn-cart.gform_button.button img, .used-eq.layer2 .left-box body .gform_wrapper .gform_footer input.btn-cart[type=submit] img, body .gform_wrapper .gform_footer .used-eq.layer2 .left-box input.btn-cart[type=submit] img { height: 30px; }

.used-eq.layer2 .right-box { position: relative; }

.used-eq.layer2 .right-box .box-bigimage { margin-bottom: 16px; }

.used-eq.layer2 .right-box .box-bigimage img { width: 100%; object-fit: cover; display: block; margin: auto; }

.used-eq.layer2 .right-box .slider { position: relative; top: 0; margin-bottom: 0; max-width: calc(100% - 100px); margin: 0 auto; overflow: visible; }

.used-eq.layer2 .right-box .slider .owl-stage-outer { overflow: hidden; }

.used-eq.layer2 .right-box .slider .owl-nav { width: 100%; display: block; top: 0; }

.used-eq.layer2 .right-box .slider .owl-nav .owl-prev, .used-eq.layer2 .right-box .slider .owl-nav .owl-next { height: 52px; top: 0; display: flex; align-items: center; justify-content: center; }

.used-eq.layer2 .right-box .slider .owl-nav .owl-prev span, .used-eq.layer2 .right-box .slider .owl-nav .owl-next span { width: 20px; height: 20px; display: inline-block; background-image: url(../images/ic-arrow-left.png); background-size: contain; background-position: center; background-repeat: no-repeat; }

.used-eq.layer2 .right-box .slider .owl-nav .owl-prev { left: -50px; }

.used-eq.layer2 .right-box .slider .owl-nav .owl-prev span { transform: rotate(0deg); }

.used-eq.layer2 .right-box .slider .owl-nav .owl-next { right: -50px; }

.used-eq.layer2 .right-box .slider .owl-nav .owl-next span { transform: rotate(180deg); }

.used-eq.layer2 .right-box .slider .owl-dots { display: block; }

.used-eq.layer2 .right-box .slider .brands-big-image { max-width: 104px; width: 100px; padding: 0 8px; }

.used-eq.layer2 .right-box .slider .brands-big-image img { max-height: 88px; height: 52px; object-fit: cover; display: block; margin: auto; }

.used-eq.layer2 .used-eq_content { padding: 72px 0; }

.used-eq.layer2 .used-eq_content .grade-unit { max-height: 650px; overflow-y: auto; overflow-x: hidden; }

.used-eq.layer2 .used-eq_content .grade-unit::-webkit-scrollbar { width: 2px; }

.used-eq.layer2 .used-eq_content .grade-unit::-webkit-scrollbar-track { background: rgba(183, 188, 191, 0.5); border-radius: 10px; }

.used-eq.layer2 .used-eq_content .grade-unit::-webkit-scrollbar-thumb { background: rgba(17, 17, 17, 0.5); border-radius: 5px; }

.used-eq.layer2 .used-eq_content .grade-unit::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.5); }

.used-eq.layer2 .used-eq_content .grade-unit .sec-detail_wrap { margin-bottom: 64px; }

.used-eq.layer2 .used-eq_content .col-lg-3 h3 { margin-top: 24px; font-size: 32px; line-height: 40px; }

.used-eq.layer2 .used-eq_content .score-grade-wrap { display: flex; margin-left: -12px; margin-right: -12px; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade { padding: 0 12px; transition: alls .5s ease; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .label, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .label { font-size: 16px; line-height: 24px; color: #111; display: block; text-align: center; margin-bottom: 4px; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .box, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box { background-color: #FFD400; display: flex; transition: alls .5s ease; overflow: hidden; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .box.transparent, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box.transparent { background: transparent; border: 1px solid #B7BCBF; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .box.light, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box.light { background: #FFF6CC; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .box .cover, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box .cover { padding: 22px; flex: 0 0 104px; width: 104px; min-height: 104px; display: flex; align-items: center; justify-content: center; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .box h3, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box h3 { margin-bottom: 0; font-size: 32px; line-height: 40px; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .detail, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .detail { width: 390px; height: 132px; opacity: 0; visibility: hidden; transition: all .6s ease; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .detail ul li, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .detail ul li { margin-bottom: 4px; display: flex; justify-content: space-between; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .detail ul li .title, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .detail ul li .title { width: 35%; flex: 0 0 35%; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .detail ul li .score-desc, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .detail ul li .score-desc { display: flex; width: 65%; flex: 0 0 65%; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .score .detail ul li .score-desc span, .used-eq.layer2 .used-eq_content .score-grade-wrap .grade .detail ul li .score-desc span { display: block; flex: 0 0 50%; width: 50%; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade .box { width: 104px; height: 104px; overflow: hidden; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover { cursor: pointer; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .box { width: auto; height: auto; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .detail { width: 390px; height: auto; opacity: 1; visibility: visible; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .label { text-align: left; padding-left: 30px; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .box { padding: 16px 0; }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .box .cover { border-right: 1px solid rgba(156, 130, 1, 0.5); }

.used-eq.layer2 .used-eq_content .score-grade-wrap .grade.w-detail:hover .box .detail { padding: 0 25px; }

.used-eq.layer2 .used-eq_content .more-detail { padding-top: 32px; }

.used-eq.layer2 .used-eq_content .more-detail ul { display: flex; justify-content: space-between; margin-left: -52px; margin-right: -52px; flex-wrap: wrap; }

.used-eq.layer2 .used-eq_content .more-detail ul li { display: flex; flex: 0 0 50%; max-width: 50%; padding: 0 52px; justify-content: space-between; margin-bottom: 16px; }

.used-eq.layer2 .used-eq_content .more-detail ul li span.left { flex: 0 0 248px; max-width: 248px; }

.used-eq.layer2 .used-eq_related .section-title { margin-bottom: 32px; max-width: 100%; text-align: left; }

.used-eq.layer2 .used-eq_related .section-title h3 { font-size: 32px; line-height: 40px; font-family: "Myriad Medium"; }

.used-eq-content { padding: 50px 0 200px; }

.used-eq-content dl { position: relative; }

.used-eq-content dl dt { float: left; }

.used-eq-content dl dd { width: 100%; padding-left: 200px; }

.used-eq_content.usedeqnew_content { padding-top: 0 !important; position: relative; }

.used-eq_content.usedeqnew_content .grade-unit { max-height: max-content !important; padding-top: 186px; }

.used-eq_content.usedeqnew_content .more-detail a { position: relative; color: #00539F; text-decoration: none; }

.used-eq_content.usedeqnew_content .more-detail a:after { content: ""; width: 100%; height: 1px; border-bottom: 1px dashed #00539F; position: absolute; left: 0; bottom: 0; }

@media (max-width: 767px) { .used-eq_content.usedeqnew_content .grade-unit { padding-top: 24px; } }

.grade-stickybar { padding: 24px; background: #F5F7F9; border-bottom: 1px solid rgba(183, 188, 191, 0.3); transition: all .3s ease-in-out; position: sticky; z-index: 99; width: 100%; }

.grade-stickybar .gradesticky-box { text-align: center; position: relative; }

.grade-stickybar .gradesticky-box:before { content: ""; width: 1px; height: 100%; background: rgba(183, 188, 191, 0.3); position: absolute; top: 0; left: 0; }

.grade-stickybar .gradesticky-box h4 { margin-bottom: 4px; }

.grade-stickybar .gradesticky-box .desc span { font-size: 14px; line-height: 20px; }

.grade-stickybar .gradesticky-box .desc span + span { padding-left: 20px; position: relative; }

.grade-stickybar .gradesticky-box .desc span + span:before { content: ""; width: 4px; height: 4px; border-radius: 50px; background: #FFD400; position: absolute; top: 7px; left: 7px; }

.grade-stickybar .col-md-3:first-child .gradesticky-box:before { display: none; }

@media (max-width: 767px) { .grade-stickybar { margin-top: -45px; }
  .grade-stickybar .col-md-3 { flex: 0 0 50%; max-width: 50%; margin-bottom: 16px; }
  .grade-stickybar .col-md-3 .gradesticky-box:before { left: -20px; }
  .grade-stickybar .col-md-3:nth-child(3n) .gradesticky-box:before { display: none; } }

.ut-connect .btn-download-wrap { margin-top: 24px; }

.ut-connect .btn-download-wrap .btn-download { display: inline-block; }

.ut-connect .btn-download-wrap .btn-download img { height: 50px; }

.ut-connect .btn-download-wrap .btn-download + .btn-download { margin-left: 24px; }

.ut-connect .products_brands-wrap { padding: 92px 0; }

.ut-connect .section_title h3 { font-size: 32px; line-height: 40px; }

.ut-connect .box-text { padding-right: 80px; }

.product-support .products_masthead .section-title h1 { font-size: 45px; line-height: 55px; }

.product-support .box-otif { max-width: 700px; margin: 32px auto 0; color: #fff; text-align: left; }

.product-support .box-otif li { margin-bottom: 20px; display: flex; }

.product-support .box-otif li:last-child { margin-bottom: 0; }

.product-support .box-otif .icon-check { width: 22px; height: 22px; display: inline-block; vertical-align: middle; margin-right: 24px; background-size: contain; background-position: center; background-repeat: no-repeat; }

.product-support .box-otif span { display: inline-block; vertical-align: middle; }

.product-support .products_brands > .container > .row > .col-lg-10 { flex: 0 0 100%; max-width: 100%; }

.product-support .products_brands-wrap .section_title h3 { font-size: 32px; line-height: 40px; margin-bottom: 24px; }

.product-support .products_brands-wrap .col-md-6:last-child { display: flex; justify-content: center; }

.product-support.layer2 .products_masthead { min-height: auto; margin-bottom: 0; }

.product-support.layer2 .products_masthead .section-title { padding-top: 100px; padding-bottom: 80px; }

.product-support.layer2 .products_masthead .section-title small { font-size: 18px; line-height: 26px; color: #FFFFFF; margin-bottom: 0; }

.product-support_content { padding: 72px 0; }

.product-support_content .box-img { margin-bottom: 32px; }

.product-support_content .box-side-menu { padding: 32px 0; background: #fff; border: 1px solid #4E4F52; border-radius: 4px; transition: all .3s ease-in-out; top: -115px; position: relative; width: 100%; max-width: 386px; bottom: 0; z-index: 10; }

.product-support_content .box-side-menu h4 { font-size: 24px; line-height: 32px; padding: 0 32px; }

.product-support_content .box-side-menu ul li { padding: 16px 28px; border-left: 4px solid transparent; transition: all .3s ease-in-out; }

.product-support_content .box-side-menu ul li a { color: #38393D; text-decoration: none; transition: all .3s ease-in-out; }

.product-support_content .box-side-menu ul li.active, .product-support_content .box-side-menu ul li:hover { border-color: #FFD400; background: #FDFDFE; }

.product-support_content .box-side-menu ul li.active a, .product-support_content .box-side-menu ul li:hover a { font-family: "Myriad Medium"; }

.product-support_content .box-side-menu .col-lg-4.col-md-3 { position: relative; }

.contact-us .masthead { padding: 35px 0 72px; color: #fff; border-bottom: 8px solid #FFD400; }

.contact-us .masthead .section-title { margin-bottom: 0; }

.contact-us .masthead .section-title h1 { font-size: 48px; line-height: 58px; color: #FFD400; margin-bottom: 16px; }

.contact-us .masthead .subtitle { width: 100%; max-width: 808px; margin: 0 auto; }

.contact-us .offices { padding: 72px 0; }

.contact-us .offices .location-list { max-height: 685px; overflow-y: auto; overflow-x: hidden; }

.contact-us .offices .location-list::-webkit-scrollbar { width: 2px; }

.contact-us .offices .location-list::-webkit-scrollbar-track { background: rgba(183, 188, 191, 0.5); border-radius: 10px; }

.contact-us .offices .location-list::-webkit-scrollbar-thumb { background: rgba(17, 17, 17, 0.5); border-radius: 5px; }

.contact-us .offices .location-list::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.5); }

.contact-us .offices .location { margin-right: 8px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid transparent; transition: all .3s ease; }

.contact-us .offices .location:hover { cursor: pointer; }

.contact-us .offices .location .title { margin-bottom: 16px; }

.contact-us .offices .location .title h3, .contact-us .offices .location .title h4 { font-size: 24px; line-height: 32px; margin-bottom: 0; font-family: "Myriad Medium"; transition: all .3s ease; }

.contact-us .offices .location .title span { font-size: 16px; line-height: 24px; color: #4E4F52; }

.contact-us .offices .location.selected { border-bottom: 1px solid #B7BCBF; }

.contact-us .offices .location.selected h3, .contact-us .offices .location.selected h4 { font-size: 32px; line-height: 40px; }

.contact-us .offices .location .company-name { font-family: "Myriad Medium"; }

.contact-us .offices .location address { margin-bottom: 0; }

.contact-us .offices .location .phone-number li { margin-bottom: 8px; }

.contact-us .offices .location .phone-number li .icon { width: 20px; height: 20px; display: inline-block; vertical-align: top; margin-top: 3px; margin-right: 8px; background-size: contain; background-position: center; background-repeat: no-repeat; }

.contact-us .offices .location .phone-number li > span, .contact-us .offices .location .phone-number li > a { display: inline-block; max-width: calc(100% - 32px); white-space: pre-wrap; color: #212121; vertical-align: top; margin-left: 32px; text-decoration: none; transition: all .3s ease; }

.contact-us .offices .location .phone-number li > span:nth-child(2), .contact-us .offices .location .phone-number li > a:nth-child(2) { margin-left: 0; }

.contact-us .offices .location .phone-number li a:hover { color: #FFD400; }

.contact-us .offices .map-box { position: relative; width: 100%; padding-top: 97%; border-bottom: 8px solid #FFD400; }

.contact-us .offices .map-box .map { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.contact-us .get-in-touch { padding: 72px 0; background: #F5F7F9; }

.contact-us .get-in-touch .section-title { margin-bottom: 32px; }

.contact-us .get-in-touch .section-title h3 { font-size: 32px; line-height: 40px; text-align: center; margin-bottom: 0; }

.contact-us .get-in-touch .dropdown.bootstrap-select .btn, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input.button, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select .gform_button.button, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input[type=submit] { border: 1px solid #B7BCBF; padding: 6px 12px; background: #fff; line-height: 30px; border-radius: 2px; opacity: 1; }

.contact-us .get-in-touch .dropdown.bootstrap-select .btn:after, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input.button:after, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select .gform_button.button:after, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input[type=submit]:after, .contact-us .get-in-touch .dropdown.bootstrap-select .btn:before, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input.button:before, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:before, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select .gform_button.button:before, .contact-us .get-in-touch .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_footer .contact-us .get-in-touch .dropdown.bootstrap-select input[type=submit]:before { right: 12px; }

.news-promo .masthead { padding: 35px 0 72px; border-bottom: 8px solid #FFD400; }

.news-promo .masthead .section-title, .news-promo .masthead .sub-title { text-align: left; max-width: 100%; }

.news-promo .masthead .section-title { margin-bottom: 32px; }

.news-promo .masthead .section-title h1, .news-promo .masthead .section-title .titlepage { font-family: "Myriad Medium"; font-weight: normal; color: #FFD400; font-size: 48px; line-height: 58px; }

.news-promo .masthead .section-title h1:last-child, .news-promo .masthead .section-title .titlepage:last-child { margin-bottom: 0; }

.news-promo .masthead .box-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.news-promo .masthead .box-img img { max-height: 400px; display: block; margin: 0 auto; }

.news-promo .masthead .subtitle { color: #fff; padding-left: 30px; }

.news-promo .masthead .subtitle p { text-align: justify; }

.news-promo .masthead .subtitle .cat-date { display: flex; justify-content: space-between; margin-bottom: 16px; }

.news-promo .masthead .subtitle h2, .news-promo .masthead .subtitle h3 { margin-bottom: 16px; font-size: 32px; line-height: 40px; }

.news-promo .masthead .subtitle h2 a, .news-promo .masthead .subtitle h3 a { color: #FFD400; text-decoration: none; }

.news-promo .masthead .subtitle .link-warrow { color: #FFD400; }

.news-promo .masthead .subtitle .link-warrow:after { background-image: url("../images/ic-right-yellow.svg"); top: 7px; }

.news-promo .masthead .row .col-lg-5 { flex: 0 0 50%; max-width: 50%; }

@media (max-width: 767px) { .news-promo .masthead .row .col-lg-5 { flex: 0 0 100%; max-width: 100%; } }

.news-promo .masthead .row .col-lg-5 .subtitle { padding-left: 0; }

.news-promo_content { padding: 40px 0 72px; }

.news-promo_content .filter_tabs .nav { margin-bottom: 40px; }

.news-promo.layer2 .masthead { padding-top: 0; }

.news-promo.layer2 .masthead .section-title { padding-top: 120px; }

.news-promo.layer2 .masthead .section-title:last-child { margin-bottom: 0; }

.news-promo.layer2 .news-promo_content { padding: 72px 0; }

.news-promo.layer2 .news-promo_content article { margin-bottom: 48px; }

.news-promo.layer2 .news-promo_content article h1 { font-size: 40px; line-height: 48px; margin-bottom: 16px; }

.news-promo.layer2 .news-promo_content article .cat-date { display: flex; justify-content: space-between; margin-bottom: 40px; }

.news-promo.layer2 .news-promo_content article .cat-date .cate { flex: 0 0 70%; max-width: 70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.news-promo.layer2 .news-promo_content article .cat-date .date { flex: 0 0 30%; max-width: 30%; }

.news-promo.layer2 .news-promo_content article .cat-date .date { text-align: right; }

.news-promo.layer2 .news-promo_content article .cat-date a, .news-promo.layer2 .news-promo_content article .cat-date span { color: #111111; position: relative; }

.news-promo.layer2 .news-promo_content article .cat-date a + a, .news-promo.layer2 .news-promo_content article .cat-date span + span { margin-left: 8px; }

.news-promo.layer2 .news-promo_content article .cat-date a + a:before, .news-promo.layer2 .news-promo_content article .cat-date span + span:before { content: ","; position: absolute; left: -6px; bottom: 0; }

.news-promo.layer2 .news-promo_content article .cat-date a:hover { color: #FFD400; }

.news-promo.layer2 .news-promo_content article iframe { max-width: 100%; }

@media (max-width: 767px) { .news-promo.layer2 .news-promo_content article iframe { height: auto; } }

.news-promo.layer2 .news-promo_content article .box-img { margin-bottom: 40px; }

.news-promo.layer2 .news-promo_content article .box-img img { display: block; margin-left: auto; margin-right: auto; }

.news-promo.layer2 .news-promo_content .share { display: flex; max-width: 300px; align-items: center; }

.news-promo.layer2 .news-promo_content .share span { color: #B7BCBF; font-size: 16px; line-height: 24px; display: inline-block; margin-right: 16px; margin-bottom: 10px; }

.news-promo.layer2 .news-promo_content .share-socmed { margin-left: -8px; margin-right: -8px; }

.news-promo.layer2 .news-promo_content .share-socmed a { display: inline-block; padding: 0 8px; }

.news-promo.layer2 .news-promo_content .share-socmed a .icon { width: 32px; height: 32px; background-size: contain; background-position: center; background-repeat: no-repeat; }

.news-promo .home-recentnews { padding-bottom: 72px; border-top: 1px solid #DEDEDE; }

.news-promo .home-recentnews .loadmore { text-align: center; }

.thumbnews-wrap { margin-bottom: -48px; }

.thumbnews-wrap .row { margin-left: -42px; margin-right: -42px; }

.thumbnews-wrap .row > .col { padding: 0 42px; flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); }

.thumbnews-box { max-width: 352px; margin-bottom: 48px; }

.thumbnews-box a { display: block; width: 100%; height: 100%; }

.thumbnews-box .box-img { margin-bottom: 16px; }

.thumbnews-box .box-img img { max-width: 100%; display: block; margin: auto; }

.thumbnews-box .box-text .cat-date { display: flex; justify-content: space-between; font-size: 16px; line-height: 24px; margin-bottom: 8px; }

.thumbnews-box .box-text .cat-date a, .thumbnews-box .box-text .cat-date span { color: #4E4F52; text-decoration: none; display: inline-block; width: auto; }

.thumbnews-box .box-text h3 { font-size: 18px; line-height: 26px; text-align: justify; }

.thumbnews-box .box-text h3 a { color: #111111; }

.search-results { background: #fff; padding: 70px 0; }

.search-results-for { margin-bottom: 48px; }

.search-results-for p { opacity: .8; }

.search-results_item { margin-bottom: 32px; }

.search-results_item .cat { font-size: 14px; line-height: 1.5em; }

.search-results_item h2 { font-size: 24px; line-height: 32px; margin-bottom: 0; }

.search-results_item h2 a { color: #111; }

.search-results_item h2 a:hover { text-decoration: none; opacity: .8; }

.search-results_item p { color: #38393D; opacity: .8; }

.wr360_player { background: #38393d !important; }

#modalrotate .modal-content, #modalinterior .modal-content, #modalVR .modal-content, .modalrotate .modal-content, .modalinterior .modal-content { background: transparent; padding: 0; border: 0; }

#modalrotate .modal-content .modal-close, #modalinterior .modal-content .modal-close, #modalVR .modal-content .modal-close, .modalrotate .modal-content .modal-close, .modalinterior .modal-content .modal-close { width: 55px; height: 55px; left: 16px; right: auto; font-size: 15px; line-height: 1.5em; color: #FFF; text-align: center; background-size: 24px; background-position: 50% 80%; }

#modalrotate .modal-content .modal-close:hover, #modalinterior .modal-content .modal-close:hover, #modalVR .modal-content .modal-close:hover, .modalrotate .modal-content .modal-close:hover, .modalinterior .modal-content .modal-close:hover { text-decoration: none; }

#modalrotate .modal-content .modal-body, #modalinterior .modal-content .modal-body, #modalVR .modal-content .modal-body, .modalrotate .modal-content .modal-body, .modalinterior .modal-content .modal-body { padding: 0; }

#modalrotate .modal-content .wr360_player, #modalinterior .modal-content .wr360_player, #modalVR .modal-content .wr360_player, .modalrotate .modal-content .wr360_player, .modalinterior .modal-content .wr360_player { margin: 0 auto; }

#modalrotate .modal-content .wr360_player .container, #modalinterior .modal-content .wr360_player .container, #modalVR .modal-content .wr360_player .container, .modalrotate .modal-content .wr360_player .container, .modalinterior .modal-content .wr360_player .container { background: #38393d !important; }

#modalrotate .modal-content .wr360_player .panning, #modalinterior .modal-content .wr360_player .panning, #modalVR .modal-content .wr360_player .panning, .modalrotate .modal-content .wr360_player .panning, .modalinterior .modal-content .wr360_player .panning { margin-top: 0 !important; }

#modalrotate .modal-content .wr360_box iframe, #modalinterior .modal-content .wr360_box iframe, #modalVR .modal-content .wr360_box iframe, .modalrotate .modal-content .wr360_box iframe, .modalinterior .modal-content .wr360_box iframe { width: 100vw; height: 100vh; max-width: 100%; }

.modal-backdrop.bg360 { background: #38393D; opacity: 1; }

.products_carousel { padding: 72px 0; padding-bottom: 120px; }

.products_carousel .slider { overflow: visible; }

.card-carousel { margin-bottom: 20px; }

@media (min-width: 768px) { .card-carousel { padding-top: 50px; padding-bottom: 50px; } }

.card-carousel .owl-item { opacity: 0; transform: scale(0.9); -ms-transform: scale(0.9); transition: all .3s ease-in-out; -webkit-transform: all .3s ease ease-in-out; z-index: 0; }

.card-carousel .owl-item.left-all { transform: translateX(70%) scale(0.8); }

.card-carousel .owl-item.right-all { transform: translateX(-70%) scale(0.8); }

.card-carousel .owl-item.active { opacity: 1; }

.card-carousel .owl-item.left-one { transform: translateX(20%) scale(1); z-index: 2; transition-delay: 0s; }

.card-carousel .owl-item.left-two { transform: translateX(45%) scale(0.9); z-index: 1; transition-delay: 0s; }

.card-carousel .owl-item.right-one { transform: translateX(-15%) scale(1); z-index: 2; transition-delay: 0s; }

.card-carousel .owl-item.right-two { transform: translateX(-45%) scale(0.9); z-index: 1; transition-delay: 0s; }

.card-carousel .item { background: #B7BCBF; padding: 0; color: white; text-align: center; border-radius: 10px; transition: transform 0.3s ease ease-in-out, z-index 0.3s ease ease-in-out; position: relative; z-index: 3; width: 100%; padding-top: 150%; }

.card-carousel .item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.card-carousel .item:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); border-radius: 10px; z-index: -1; }

@media (min-width: 768px) { .card-carousel .center { transform: scale(1.3); z-index: 999; } }

.card-carousel .owl-next span, .card-carousel .owl-prev span { font-size: 0 !important; background-color: #FFD400; border-radius: 50%; }

/* ------------------------------------------------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------------------------------------------------ */
.footer { padding: 48px 0; background: #111111; position: relative; overflow-x: hidden; }

.footer a { text-decoration: none; }

.footer a:hover { opacity: .8; }

.footer .aksen { height: 8px; width: calc(88% - 115px); background: #FFD400; position: absolute; top: 70px; left: 0; }

.footer .aksen-logo { height: 50px; width: 225px; display: block; position: absolute; top: -23px; right: 0; background-size: contain; background-position: center; background-repeat: no-repeat; background-size: 100% auto; }

.footer .logo-footer { margin-top: 70px; margin-bottom: 40px; }

.footer__menu { font-size: 16px; line-height: 24px; }

.footer__menu ul li a { color: #FFFFFF; }

.footer__menu ul.two-col { column-count: 2; }

.footer__menu .col-md-2:nth-child(2) { flex: 0 0 10.666667%; max-width: 10.666667%; }

.footer_menu-title { font-size: 16px; line-height: 24px; color: #FFFFFF; margin-bottom: 12px; }

.footer .form-control, .footer body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .footer input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .footer body .gform_wrapper textarea, body .gform_wrapper .footer textarea { background: #38393D; border-color: #38393D; color: #FFFFFF; }

.footer__sosmedlang { margin-top: 40px; margin-bottom: 24px; border-top: 1px solid rgba(245, 247, 249, 0.2); border-bottom: 1px solid rgba(245, 247, 249, 0.2); padding: 8px 0; }

.footer__sosmedlang .wrapper { display: flex; justify-content: space-between; align-items: center; }

.footer__sosmedlang .lang { max-width: 160px; }

.footer__sosmedlang .lang .dropdown.bootstrap-select .btn, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select input.button, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select .gform_button.button, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select input[type=submit] { border-bottom: 0; color: #FFFFFF; font-family: "Myriad Regular"; font-size: 16px; line-height: 24px; }

.footer__sosmedlang .lang .dropdown.bootstrap-select .btn:after, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer input.button:after, body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select input.button:after, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer .gform_button.button:after, body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select .gform_button.button:after, .footer__sosmedlang .lang .dropdown.bootstrap-select body .gform_wrapper .gform_footer input[type=submit]:after, body .gform_wrapper .gform_footer .footer__sosmedlang .lang .dropdown.bootstrap-select input[type=submit]:after { border-color: #111 transparent transparent; }

.footer__sosmedlang .lang .dropdown.bootstrap-select div.dropdown-menu.show { min-width: 152px; }

.footer__sosmedlang .sosmed p { font-size: 16px; line-height: 24px; margin-bottom: 0; margin-right: 20px; color: #B7BCBF; display: inline-block; vertical-align: middle; }

.footer__sosmedlang .sosmed a { display: inline-block; }

.footer__sosmedlang .sosmed a:hover .svg { transition: all .3s ease; }

.footer__sosmedlang .sosmed a:hover .svg path { fill: #ffffff; }

.footer__sosmedlang .sosmed a + a { margin-left: 16px; }

.footer__bottom { color: #FFFFFF; font-size: 16px; line-height: 24px; }

.footer__bottom a, .footer__bottom address { color: #FFFFFF; }

.footer__bottom span, .footer__bottom address, .footer__bottom a { display: inline-block; }

.footer__bottom span { font-weight: bold; }

.footer__bottom address { padding-left: 8px; }

.footer__bottom .col-lg-5 { display: flex; justify-content: flex-end; flex-wrap: wrap; }

.footer__bottom .col-lg-5 .fotb-link, .footer__bottom .col-lg-5 .copy-right { padding-left: 60px; }

.footer__bottom .col-lg-5 .fotb-link a { display: inline-block; }

.footer__bottom .col-lg-5 .fotb-link a + a { padding-left: 16px; }

@media (max-width: 1700px) { .footer .aksen { width: calc(100% - 195px); } }

@media (max-width: 1500px) { .footer .aksen { width: calc(100% - 108px); } }

@media (max-width: 1400px) { .footer .aksen { width: calc(100% - 80px); } }

@media (max-width: 1399px) { .footer .aksen { width: calc(100% - 70px); } }

@media (max-width: 1100px) { .footer__bottom .col-lg-5 .fotb-link, .footer__bottom .col-lg-5 .copy-right { padding-left: 20px; flex: 0 0 100%; max-width: 100%; }
  .footer__bottom .col-lg-5 .fotb-link { margin-bottom: 12px; }
  .footer__bottom address { padding-left: 0; }
  .footer .aksen { width: calc(100% - 50px); } }

@media (max-width: 767px) { .footer__menu ul { margin-bottom: 32px; }
  .footer__menu ul.two-col { column-count: 1; }
  .footer__sosmedlang { margin-top: 32px; }
  .footer__sosmedlang .sosmed p { display: block; }
  .footer__sosmedlang .sosmed a + a { margin-left: 5px; }
  .footer__bottom { text-align: left; }
  .footer__bottom .col-lg-5 { display: block; }
  .footer__bottom .col-lg-5 .fotb-link, .footer__bottom .col-lg-5 .copy-right { padding-left: 0; }
  .footer__bottom .col-lg-5 .fotb-link { margin-bottom: 24px; }
  .footer .aksen { width: calc(100% - 20px); }
  .footer .aksen-logo { top: -23px; }
  .sticky-button { top: auto !important; left: 0; right: 0; bottom: 0; display: flex; flex-direction: inherit; }
  .sticky-button a { padding: 20px 8px; }
  .sticky-button a:not(.arrow) { width: 100%; max-width: calc((100% - 50px)/2); }
  .sticky-button a:hover { width: 100%; max-width: calc((100% - 50px)/2) !important; padding: 14px 8px !important; }
  .sticky-button a:hover img { height: 15px; }
  .sticky-button a.arrow { display: flex; flex-direction: column; align-items: center; float: right; }
  .sticky-button a.arrow:hover { padding: 14px 8px; width: 50px; }
  .sticky-button a.arrow img { height: 15px; }
  .sticky-button a + a { margin-top: 0; border-left: 1px solid #fda700; }
  .sticky-button.toggled { bottom: 0; }
  .sticky-button.toggled a:not(.arrow) { display: none; opacity: 0; visibility: hidden; }
  .sticky-button.toggled .arrow img { transform: rotate(180deg); } }

/* ------------------------------------------------------------------------------------------------ */
/* responsive */
/* ------------------------------------------------------------------------------------------------ */
@media (min-width: 2000px) { .masthead .owl-carousel, .masthead .content { max-height: calc(100% - 33px); } }

@media (min-width: 1690px) { .masthead__item-bg { max-width: calc(100% - 460px); }
  .masthead .content { max-width: 460px; }
  .masthead .owl-carousel .owl-dots { max-width: 460px; padding-left: 30px; }
  .masthead_l { flex: 0 0 calc(100% - 460px); max-width: calc(100% - 460px); }
  .masthead_r { flex: 0 0 460px; max-width: 460px; } }

@media (max-width: 1700px) and (min-width: 1501px) { .masthead_l .owl-carousel .owl-dots { left: calc(100% + 33px); } }

@media (max-width: 1500px) { .masthead__item-bg { max-width: calc(100% - 240px); }
  .masthead__content .text { padding-left: 12px; }
  .masthead .content { max-width: 240px; }
  .masthead .owl-carousel .owl-dots { max-width: 240px; padding-left: 12px; bottom: 60px; }
  .masthead .owl-carousel .owl-dot { margin: 0 6px; }
  .masthead_l { flex: 0 0 calc(100% - 240px); max-width: calc(100% - 240px); }
  .masthead_r { flex: 0 0 240px; max-width: 240px; }
  .contact-us .offices .location-list { max-height: 620px; }
  .contact-us .offices .map-box { padding-top: 90%; } }

@media (max-width: 1400px) { .masthead__item { padding-top: 0; }
  .masthead__item-bg { max-width: calc(100% - 230px); }
  .masthead .content { max-width: 230px; }
  .masthead .owl-carousel .owl-dots { max-width: 230px; }
  .sticky-button { top: 140px; top: 156px; }
  .contact-us .offices .location-list { max-height: 530px; }
  .contact-us .offices .map-box { padding-top: 75%; }
  .news-promo .masthead { max-height: max-content; } }

@media (max-width: 1399px) { .masthead { padding-top: 0; max-height: calc(100vh - 132px); }
  .masthead .owl-carousel { max-height: calc(100vh - 140px); }
  .masthead__item { height: calc(100vh - 132px); }
  .masthead__item-bg { background-position: left center; }
  .products_listWfilter .box-prdct .box-img { width: 260px; height: 260px; }
  .products_listWfilter .col:hover .box-img { width: 270px; height: 270px; left: -65px; } }

@media (max-width: 1100px) { .masthead__item { padding-top: 0; }
  .masthead__item-bg { max-width: calc(100% - 220px); }
  .masthead .content { max-width: 220px; }
  .masthead_l { flex: 0 0 calc(100% - 110px); max-width: calc(100% - 110px); }
  .masthead_r { flex: 0 0 110px; max-width: 110px; }
  .our-brands { padding: 52px 0; }
  .our-brands .brands img { max-height: 25px; }
  .home-findgoal .bg-aksen .aksen-1, .home-findgoal .bg-aksen .aksen-2, .home-findgoal .bg-aksen .aksen-3 { transform: scale(0.7); }
  .home-findgoal .bg-aksen .aksen-1 { left: -3%; }
  .home-findgoal .bg-aksen .aksen-2 { left: -3%; bottom: -15%; }
  .home-findgoal .bg-aksen .aksen-3 { right: -1%; bottom: -20%; }
  .products_masthead .section-title h2 { font-size: 32px; line-height: 40px; }
  .products_brands-wrap { padding: 66px 0; }
  .products_brands-wrap .col-md-6 { margin-bottom: 48px; }
  .products_brands-wrap .offset-md-1 { margin-left: 0; }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link + a.nav-item { margin-left: 15px; }
  .products.layer4 .products_masthead .left-text h1 { font-size: 36px; line-height: 48px; }
  .products.layer4 .products_masthead .btn-wrap .link-warrow { margin-top: 20px; margin-left: 0; display: block; max-width: 215px; }
  .products.layer4 .product-descspec .box-desc { margin-bottom: 80px; }
  .products.layer4 .product-descspec .box-desc .col-lg-6 { order: 1; }
  .products.layer4 .product-descspec .box-desc .col-lg-5 { order: 2; }
  .products.layer4 .product-descspec .box-text { margin-top: 0; padding-top: 80px; padding-bottom: 60px; }
  .products.layer4 .product-descspec .box-img { margin-bottom: -60px; }
  .products.layer4 .product-descspec .box-img img { display: block; margin-left: auto; margin-right: auto; }
  .products_listWfilter .bx-prct-wrap .col { flex: 0 0 50%; width: 50%; height: 344px; margin-bottom: 36px; }
  .news-promo .masthead .box-img { margin-bottom: 48px; }
  .thumbnews-wrap .row > .col { max-width: 50%; flex: 50%; } }

@media (max-width: 991px) { .masthead__item-bg { max-width: 100%; }
  .masthead .content { max-width: 100%; position: absolute; top: 0; left: 0; }
  .masthead .content .text { padding-left: 40px; }
  .masthead .owl-carousel .owl-dots { max-width: 100%; padding-left: 30px; }
  .masthead_l { flex: 0 0 100%; max-width: 100%; }
  .masthead_r { flex: 0 0 100%; max-width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 5; }
  .masthead_r .content { z-index: 5; }
  .our-brands { padding-bottom: 32px; }
  .our-brands_wrap { display: block; }
  .our-brands h2 { text-align: center; margin-bottom: 24px; }
  .our-brands .brands-wrap { max-width: 100%; padding-left: 0; justify-content: center; }
  .our-brands .brands-wrap .brands { margin-bottom: 20px; }
  .our-brands .brands-wrap .brands img { max-height: 38px; width: auto; display: block; margin: 0 auto; }
  .search-machinery h2 { margin-bottom: 32px; flex: 0 0 100%; max-width: 100%; }
  .search-machinery form { max-width: 100%; }
  .search-machinery .form-wrapper { padding-left: 0; }
  .home-findgoal .bg-aksen .aksen-1, .home-findgoal .bg-aksen .aksen-2, .home-findgoal .bg-aksen .aksen-3 { transform: scale(0.6); }
  .home-findgoal .bg-aksen .aksen-1 { left: -16%; bottom: -75px; }
  .home-findgoal .bg-aksen .aksen-2 { left: -3%; bottom: -19%; }
  .home-findgoal .bg-aksen .aksen-3 { right: -16%; bottom: -21%; }
  .home-findgoal .box-bottom { margin-left: 40px; }
  .home-recentnews .card-wrap .row .col-md-3 { flex: 0 0 calc(100% / 2); max-width: calc(100% / 2); }
  .home-recentnews .card-wrap .card-box { max-width: 100%; }
  .home-recentnews .card-wrap .card-box .card-img { max-width: 100%; max-height: 9999px; }
  .home-recentnews .card-wrap .card-box .card-img img { width: 100%; height: 100%; }
  .used-eq .search-machinery form { width: 100%; max-width: 100%; }
  .used-eq .search-machinery .form-wrapper .form-group { display: block; width: 100% !important; max-width: 100% !important; }
  .products.layer3 .tabs_child .tabs .nav-item { width: calc(100% / 3); }
  .products.layer4 .products_masthead .big-img { margin-left: auto; margin-right: auto; width: 100%; height: 100%; }
  .products_listWfilter .bx-prct-wrap > .row .col { flex: 0 0 calc(100% / 2); width: calc(100% / 2); }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs { justify-content: flex-start; position: relative; flex-wrap: nowrap; overflow: hidden; overflow-x: auto; }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs::-webkit-scrollbar { width: 0; height: 0; }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs::-webkit-scrollbar-track { background: #fff; border-radius: 5px; }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs::-webkit-scrollbar-thumb { background: rgba(255, 212, 0, 0.8); border-radius: 5px; }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }
  .products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link { transition: none !important; }
  .products_listWfilter .productsCat_tabs .tabs > h3, .products_listWfilter .productsCat_tabs .tabs > h4 { position: relative; }
  .filter_tabs .tabs .nav { margin-bottom: 20px; }
  .filter_tabs .tabs .nav-tabs { justify-content: flex-start; position: relative; flex-wrap: nowrap; overflow: hidden; overflow-x: auto; }
  .filter_tabs .tabs .nav-tabs::-webkit-scrollbar { width: 0; height: 0; }
  .filter_tabs .tabs .nav-tabs::-webkit-scrollbar-track { background: #fff; border-radius: 5px; }
  .filter_tabs .tabs .nav-tabs::-webkit-scrollbar-thumb { background: rgba(255, 212, 0, 0.8); border-radius: 5px; }
  .filter_tabs .tabs .nav-tabs::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }
  .filter_tabs .tabs .nav-tabs a.nav-link { transition: none !important; }
  .filter_tabs .tabs .nav-tabs a.nav-link span { display: inline-block; white-space: nowrap; }
  .filter_tabs .tabs .nav-tabs a.nav-link + a.nav-item { margin-left: 15px; }
  .filter_tabs .tabs .nav > h3, .filter_tabs .tabs .nav > h4 { position: relative; }
  .filter_tabs .filter-search { position: relative; justify-content: flex-end; margin-bottom: 20px; }
  .filter_tabs.search-show .nav.nav-tabs a { opacity: 1; visibility: visible; } }

@media (max-width: 767px) { .container { padding-left: 20px; padding-right: 20px; }
  .masthead .owl-carousel { max-height: calc(100vh - 100px); padding-bottom: 30px; }
  .masthead__item { height: 26vh; min-height: 190px; }
  .masthead__item-bg { background-position: 5px center; background-size: cover; }
  .masthead .content { border: 0; }
  .masthead .content .text { padding-left: 0; }
  .masthead .content .text h1, .masthead .content .text p { text-align: center; padding: 0 20px; }
  .masthead_lr .masthead__content { padding-bottom: 0; }
  .masthead_lr .masthead__content .text { max-width: 100%; flex: 0 0 100%; }
  .masthead_lr .masthead__content .text .btn, .masthead_lr .masthead__content .text body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .masthead_lr .masthead__content .text input.button, .masthead_lr .masthead__content .text body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .masthead_lr .masthead__content .text .gform_button.button, .masthead_lr .masthead__content .text body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .masthead_lr .masthead__content .text input[type=submit] { line-height: 32px; text-align: center; width: 100%; max-width: 100%; margin-left: 0; }
  .masthead_r { height: 50px; top: auto; bottom: -5px; }
  .our-brands { padding: 30px 30px 52px; }
  .home-construction .section-title h2 { font-size: 32px; line-height: 36px; }
  .home-construction .nav.nav-tabs { flex-wrap: nowrap; overflow: hidden; overflow-x: auto; }
  .home-construction .nav.nav-tabs::-webkit-scrollbar { width: 1px; height: 5px; }
  .home-construction .nav.nav-tabs::-webkit-scrollbar-track { background: #fff; border-radius: 5px; }
  .home-construction .nav.nav-tabs::-webkit-scrollbar-thumb { background: rgba(255, 212, 0, 0.8); border-radius: 5px; }
  .home-construction .nav.nav-tabs::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }
  .home-construction .nav .nav-item { min-width: 120px; padding-top: 20px; }
  .home-construction .nav .nav-item .svg { width: 30px; height: 30px; margin-bottom: 16px; }
  .home-construction .nav .nav-item span { font-size: 14px; }
  .home-construction .tab-pane { padding: 48px 16px; }
  .home-construction .tab-pane > .row .col-md-10 { flex: 0 0 100%; max-width: 100%; }
  .home-construction .tab-pane > .row .col-md-6:nth-child(1) { flex: 0 0 100%; max-width: 100%; }
  .home-construction .tab-pane > .row .col-md-6:nth-child(2) { flex: 0 0 100%; max-width: 100%; }
  .home-construction .tab-pane > .row .col-md-6:nth-child(2) p { padding-left: 0; }
  .search-machinery .form-wrapper { display: block; margin-left: 0; margin-right: 0; }
  .search-machinery .form-wrapper .form-group { max-width: 100%; flex: 0 0 100%; margin-bottom: 16px; padding-left: 0; padding-right: 0; }
  .search-machinery .form-wrapper .form-action { max-width: 100%; }
  .search-machinery .form-wrapper .form-action .btn.btn-primary, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input.button, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer .gform_button.button, body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action .gform_button.button, .search-machinery .form-wrapper .form-action body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .search-machinery .form-wrapper .form-action input[type=submit] { border-radius: 0; width: 100%; max-width: 100%; margin-left: 0; }
  .home-recentnews .section-title { display: block; width: 100%; }
  .home-recentnews .viewall { display: inline-block; text-align: left; }
  .home-recentnews .card-wrap > .row { margin-left: -5px; margin-right: -5px; }
  .home-recentnews .card-wrap .col-md-3 { padding-left: 4px; padding-right: 4px; min-height: 450px; margin-top: -40px; }
  .home-recentnews .card-wrap .col-md-3:nth-child(-n+2) { margin-top: 0; }
  .home-recentnews .card-wrap .col-md-3:nth-child(4n) .card-box { margin-top: 20px; }
  .home-recentnews .card-box { max-width: 100%; margin-bottom: 30px; }
  .home-recentnews .card-box .card-img { max-width: 100%; max-height: 9999px; height: auto; }
  .home-recentnews .card-box .card-img img { width: 100%; height: auto; }
  .home-recentnews .card-box .card-content h3 { font-size: 14px; line-height: 21px; }
  .home-recentnews .card-box .cont { padding-right: 18px; font-size: 14px; line-height: 22px; }
  .home-recentnews .card-box .cont:after { top: 4px; }
  .home-findgoal { background: #66686e; }
  .home-findgoal .bg-aksen .aksen-1 { transform: scale(1); top: 26%; left: 0; right: 0; bottom: auto; margin: 0 auto; }
  .home-findgoal .bg-aksen .aksen-1 img { display: block; max-height: 230px; margin: 0 auto; }
  .home-findgoal .bg-aksen .aksen-2, .home-findgoal .bg-aksen .aksen-3 { display: none; }
  .home-findgoal .box.black { color: #FFFFFF; max-width: 100%; margin-bottom: 250px; }
  .home-findgoal .box.black h3 { color: #FFFFFF; }
  .home-findgoal .box.black .link-warrow { color: #FFD400; }
  .home-findgoal .box.black .link-warrow:after { background-image: url(../images/ic-right-yellow.svg); }
  .home-findgoal .box-bottom { margin-left: 0; }
  .home-findgoal .box + .box { margin-top: 50px; }
  .home-findgoal .box + .box p { max-width: 100%; }
  .home-findgoal .box + .box p br { display: none; }
  .home-findgoal .container > .row { justify-content: space-between; }
  .home-findgoal .container > .row .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
  .home-findgoal .container > .row .col-lg-4 .box-wrap { padding-left: 0; }
  .products_masthead .section-title h1, .products_masthead .section-title h2 { font-size: 32px; line-height: 36px; }
  .products_brands-wrap { margin-left: 0 !important; margin-right: 0 !important; padding: 40px 0; }
  .products_brands-wrap > .row .col-md-6:first-child { flex: 0 0 100%; max-width: 100%; }
  .products_brands-wrap > .row .col-md-6:last-child { flex: 0 0 100%; max-width: 100%; }
  .products.layer2 .products_masthead { min-height: 300px; margin-bottom: 45px; }
  .products.layer2 .products_masthead .slider { top: 125px; }
  .products.layer2 .products_masthead .slider-item img { max-height: 220px; }
  .products.layer2 .products_brands-find .pbf_top .logo img { max-height: 40px; }
  .products.layer2 .products_brands-find .pbf_top h1 { font-size: 36px; line-height: 48px; }
  .products_listWfilter .productsCat_tabs { margin-bottom: 40px; }
  .products_listWfilter .productsCat_tabs:last-child { margin-bottom: 0; }
  .products_listWfilter .productsCat_tabs .tabs { overflow: hidden; overflow-x: auto; margin: 40px 0; }
  .products_listWfilter .productsCat_tabs .tabs::-webkit-scrollbar { width: 1px; height: 5px; }
  .products_listWfilter .productsCat_tabs .tabs::-webkit-scrollbar-track { background: #fff; border-radius: 5px; }
  .products_listWfilter .productsCat_tabs .tabs::-webkit-scrollbar-thumb { background: rgba(255, 212, 0, 0.8); border-radius: 5px; }
  .products_listWfilter .productsCat_tabs .tabs::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }
  .products_listWfilter .tab-content .tab-pane .inner-filter { justify-content: flex-start; }
  .products.layer3 .products_masthead .contentlr { padding-bottom: 30px; }
  .products.layer3 .products_masthead .left-text { padding: 30px 0 30px; }
  .products.layer3 .products_masthead .left-text h1 { font-size: 32px; line-height: 36px; }
  .products.layer3 .products_masthead .slider { margin-top: 0; }
  .products.layer3 .products_listWfilter .productsCat_tabs .tabs .nav-tabs a.nav-link { min-width: 190px; }
  .products.layer4 .products_masthead .contentlr { padding: 20px 0 0; }
  .products.layer4 .products_masthead .left-text h1 { font-size: 32px; line-height: 36px; }
  .products.layer4 .products_masthead .detail-spec { margin-bottom: 0; }
  .products.layer4 .products_masthead .big-img img { height: auto; display: block; }
  .products.layer4 .products_masthead .big-img .btn-zoom { right: 0; }
  .products.layer4 .product-descspec { padding-bottom: 20px; }
  .products.layer4 .product-descspec .box-desc:last-child { margin-bottom: 0; }
  .products.layer4 .product-descspec .box-text { border-bottom: 6px solid #FFD400; }
  .products.layer4 .tabs_child .tabs .nav-item { width: calc(100% / 3); font-size: 14px; padding: 10px 0; line-height: 20px; }
  .products .slider-thumbnail { margin-bottom: 30px; }
  .products .slider-thumbnail .owl-nav { display: block; }
  .products .slider-thumbnail .owl-dots { bottom: 0; }
  .products .slider-thumbnail .col { transition: none !important; }
  .products .slider-thumbnail .col .box-prdct { transition: none !important; }
  .products .slider-thumbnail .col .box-prdct * { transition: none !important; }
  .products .slider-thumbnail .owl-item { opacity: 1; visibility: visible; }
  .products .slider-thumbnail .owl-item .col .prd-name { padding-left: 0; margin-bottom: 20px; }
  .products .slider-thumbnail .owl-item .col .prd-name h3 { font-size: 18px; line-height: 26px; text-align: center; }
  .products .slider-thumbnail .owl-item .col .box-img { height: 200px; max-height: 200px; margin-top: 0; margin-left: 0; }
  .products .slider-thumbnail .owl-item .col .box-img img { max-height: 200px; }
  .products .slider-thumbnail .owl-item .col .box-prdct { min-height: 344px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border-bottom: 8px solid #FFD400; }
  .products .slider-thumbnail .owl-item .col .box-prdct .box-img { width: 100%; height: 100%; }
  .products .slider-thumbnail .owl-item .col .box-prdct > * { transition: none !important; }
  .products .slider-thumbnail .owl-item .col .box-prdct .short-desc { visibility: hidden; opacity: 0; }
  .products .slider-thumbnail .owl-item .box-prdct > * { transition: none !important; }
  .products .slider-thumbnail .owl-item.active .col .box-prdct { max-width: 100%; height: 100%; max-height: 100%; }
  .products .slider-thumbnail .owl-item.active .col .box-prdct .box-link { text-align: center; }
  .products .slider-thumbnail .owl-item.active .col .box-img { margin-left: 0; }
  .products .slider-thumbnail .owl-item.cloned { opacity: 1; }
  .products.sectors.layer2 .products_masthead .contentlr { padding-bottom: 48px; }
  .products.sectors.layer2 .products_masthead .left-text { padding: 100px 0 40px; }
  .products_listWfilter .bx-prct-wrap > .row { height: 688px; }
  .products_listWfilter .bx-prct-wrap .col { flex: 0 0 100%; width: 100%; height: 344px; }
  .products_listWfilter .bx-prct-wrap .col:hover .bg-grey { width: 100%; right: 0; }
  .products_listWfilter .bx-prct-wrap .col:hover .box-img { display: none; }
  .products_listWfilter .bx-prct-wrap .col:hover .box-text { width: 100%; right: 0; padding: 16px; }
  .product-support .products_masthead .section-title h1 { font-size: 32px; line-height: 36px; }
  .product-support .box-otif .row { flex-direction: column; }
  .product-support .box-otif .box-img img { display: block; margin: 0 auto 32px; }
  .product-support .box-otif ul li { text-align: center; justify-content: center; }
  .product-support_content .col-md-3 { order: 1; }
  .product-support_content .col-md-3 .box-side-menu { top: auto; margin-top: -115px; margin-bottom: 48px; }
  .product-support_content .col-md-6 { order: 2; }
  .product-support.layer2 .products_masthead { margin-bottom: 0; }
  .news-promo .masthead { max-height: none; padding: 48px 0; }
  .news-promo .masthead .section-title { margin-bottom: 24px; }
  .news-promo .masthead .section-title h1, .news-promo .masthead .section-title .titlepage { font-size: 40px; line-height: 48px; }
  .news-promo .masthead .subtitle h2 { font-size: 28px; line-height: 36px; }
  .news-promo .masthead .box-img { height: auto; margin-bottom: 24px; }
  .news-promo .filter_tabs .tabs { margin-bottom: 0; }
  .news-promo.layer2 .news-promo_content article .cat-date .cate { flex: 0 0 50%; max-width: 50%; }
  .news-promo.layer2 .news-promo_content article .cat-date .date { flex: 0 0 50%; max-width: 50%; }
  .news-promo.layer2 .news-promo_content article h2 { font-size: 26px; line-height: 38px; }
  .thumbnews-wrap .row { margin-left: -8px; margin-right: -8px; }
  .thumbnews-wrap .row > .col { max-width: 100%; padding: 0 8px; flex: 100%; }
  .thumbnews-box { margin: 0 auto 16px; }
  .ut-connect .btn-download-wrap .btn-download img { height: 40px; }
  .ut-connect .btn-download-wrap .btn-download + .btn-download { margin-left: 16px; }
  .ut-connect .products_brands-wrap { padding: 40px 0; }
  .ut-connect .products_brands-wrap .box-text { padding: 0; }
  .used-eq .search-machinery form { width: 100%; max-width: 100%; }
  .used-eq .search-machinery .form-wrapper { display: block !important; margin-left: 0; margin-right: 0; }
  .used-eq .search-machinery .form-wrapper .form-group { display: block; width: 100% !important; max-width: 100% !important; padding: 0; }
  .used-eq.layer2 .products_masthead .slider { position: relative; top: 0 !important; }
  .used-eq.layer2 .used-eq_content .more-detail ul { margin-left: -16px; margin-right: -16px; }
  .used-eq.layer2 .used-eq_content .more-detail ul li { padding: 0 16px; flex: 0 0 100%; max-width: 100%; }
  .used-eq.layer2 .used-eq_content .more-detail ul li span:last-child { margin-right: 16px; }
  .used-eq.layer2 .used-eq_content .grade-unit .sec-detail_wrap { margin-bottom: 0; }
  .sticky-button { align-items: stretch; }
  .sticky-button a { padding: 14px 8px; min-width: 50px; max-width: 50px; display: flex; align-items: center; flex-direction: column; flex: 1; }
  .sticky-button a img { max-height: 15px; }
  .sticky-button a:hover { padding: 16px 24px; max-width: 120px; }
  .breadcrumbs { position: relative; max-width: 100%; } }

@media (max-width: 350px) { .home-recentnews .card-wrap .row .col-md-3 { flex: 0 0 100%; max-width: 100%; } }