@media (min-width: 2000px) {
  :root {
    --containerPadding: 3vw;
  }

  .header .container {
    max-width: 1920px;
  }
  .header .menu ul li a {
    padding: 0 60px;
  }

  body {
    width: 1920px;
    margin: 0 auto;
  }

  #page-home .slider {
    height: 1080px;
  }
  #page-home .slider .item {
    height: 1080px;
  }
  #page-home .twobox .overlay .img img {
    width: 465px;
  }

  .search-area .container {
    max-width: 1920px;
  }
  .search-area .container .form-group {
    margin-right: 0;
  }
}

@media (max-width: 1700px) {
  :root {
    --containerPadding: 5vw;
  }
}

@media (max-width: 1285px) {
  *::-webkit-scrollbar {
    height: 0;
  }

  .container {
    padding: 0 30px !important;
  }

  .news-box {
    margin-bottom: 20px;
  }
  .news-box .img {
    height: 160px;
  }
  .news-box .texts {
    padding: 15px 20px;
  }
  .news-box .dts {
    font-size: 14px;
  }
  .news-box .t {
    padding-bottom: 0;
    font-size: 17px;
  }
  .news-box.small .texts {
    padding: 15px 20px;
  }
  .news-box.blog-type .texts .t {
    line-height: normal;
  }

  .mfiltr {
    margin: 15px -30px;
    padding-left: 30px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .mfiltr a {
    display: inline-block;
  }
  .mfiltr a:last-child {
    margin-right: 30px;
  }

  .catalog-box {
    margin-bottom: 20px;
    padding: 25px;
    height: 190px;
  }

  .text-image-slider .owl-nav {
    top: 10px !important;
    left: 20px !important;
  }
  .text-image-slider .owl-dots {
    display: none;
  }
  .text-image-slider .item .texts {
    bottom: 0;
    left: 0;
    padding: 15px 20px;
  }
  .text-image-slider .item .texts span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 55px;
    margin-bottom: 10px;
  }
  .text-image-slider .item .img {
    height: 200px;
  }
  .text-image-slider .item .img img {
    height: 100%;
  }
  .text-image-slider .item .img:after {
    background-color: rgba(0, 0, 0, 0.26);
  }

  .header {
    left: 0;
    right: 0;
    height: 80px;
  }
  .header .container {
    padding: 0 !important;
  }
  .header .logo {
    padding: 0;
  }
  .header .logo img {
    width: 155px;
    height: 80px;
    padding: 0 15px;
  }
  .header .menu {
    display: none;
  }
  .header .new-right-area {
    right: 15px;
  }
  .header .new-right-area .lng {
    display: none;
  }
  .header .new-right-area .search-btn {
    width: 25px;
    height: 40px;
    font-size: 24px;
    line-height: 43px;
  }
  .header .right-area {
    width: auto;
    height: auto;
    margin-top: 19px;
    margin-right: 15px;
    background-color: transparent;
    color: var(--color2);
  }
  .header .right-area .lang,
  .header .right-area .lang-area {
    display: none;
  }
  .header .right-area .search-btn {
    width: 25px;
    height: 40px;
    font-size: 24px;
    line-height: 43px;
  }
  .header .mobile-hamburger {
    display: block;
  }

  .mobile-menuarea *::-webkit-scrollbar {
    width: 0;
  }

  .search-area {
    background-color: var(--color2);
    top: 80px;
    padding: 0;
  }
  .search-area .centered .form-group {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .search-area .centered input {
    font-size: 23px;
  }
  .search-area .centered button {
    right: 15px;
    font-size: 20px;
  }

  .owl-carousel .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 10px;
  }
  .owl-carousel .owl-nav {
    top: auto;
    margin-top: 10px;
    left: auto;
    right: 0;
    bottom: auto;
    position: absolute;
  }
  .owl-carousel .owl-nav div {
    margin: 0 8px !important;
    font-size: 18px;
  }
  .owl-carousel .owl-nav div.owl-next {
    margin-right: 15px;
  }
  .owl-carousel .owl-nav div.owl-prev {
    margin-left: 15px;
  }
  .owl-carousel.home-style .owl-nav {
    position: initial;
    margin: 0;
    margin-top: 15px;
    float: right;
  }
  .owl-carousel.home-style .owl-dots {
    position: initial;
    margin: 0;
    margin-top: 10px;
  }

  .mctitle {
    font-size: 25px;
    line-height: 30px;
  }
  .mctitle:after {
    margin-top: 10px;
  }

  .mclink a {
    padding: 5px 25px !important;
    font-size: 13px;
  }

  .mcvideo {
    height: auto;
  }
  .mcvideo .texts span {
    display: none;
  }

  .page-top-head {
    margin-top: 80px;
    padding: 20px 0;
  }
  .page-top-head h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .breadcrumbs ul {
    margin: 0 -30px !important;
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .breadcrumbs ul li a {
    font-size: 16px;
  }
  .breadcrumbs ul li:last-child {
    margin-right: 30px;
  }

  .social-shares ul {
    margin: 20px -30px !important;
    padding-left: 30px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .social-shares ul li:last-child {
    margin-right: 30px;
  }

  .mcmodal {
    margin: 0;
  }
  .fancybox-content {
    padding: 25px;
    padding-top: 50px;
  }

  .mcpager a {
    margin: 0 15px;
  }

  .fair-box {
    margin-bottom: 15px;
  }
  .fair-box .t .b {
    padding: 10px 20px;
  }
  .fair-box .t .b b {
    font-size: 16px;
    margin-top: 0px;
  }
  .fair-box .t .tarea h2 {
    font-size: 17px;
  }
  .fair-box .t .tarea span {
    font-size: 14px;
  }

  .mcfilters .texts {
    margin-bottom: 10px;
    display: block;
  }
  .mcfilters .mslcts {
    width: 100%;
    text-align: left;
    float: none;
  }
  .mcfilters .mslcts .mslct {
    margin: 0;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    float: left;
  }
  .mcfilters .mslcts .mslct:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .mcfilters .mslcts .mslct .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .mcfilters .mslcts .mslct.active span {
    z-index: 11;
  }
  .mcfilters .mslcts .mslct.active .overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .product-box {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .product-box .img {
    height: 150px;
    margin: 0px 0;
  }
  .product-box .img img {
    padding: 15px;
  }
  .product-box .texts h2 {
    font-size: 18px;
    margin-bottom: 5px;
    height: auto;
  }
  .product-box .texts span {
    font-size: 14px;
  }
  .product-box.big .img {
    height: inherit;
  }

  .mcalert {
    padding: 30px;
    margin: 0 -30px !important;
  }
  .mcalert p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .acordions .acor .t {
    padding: 4px 0;
    padding-right: 40px;
    padding-left: 60px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 55px;
  }
  .acordions .acor .t:before {
    font-size: 20px;
    line-height: 60px;
    width: 45px;
  }
  .acordions .acor .t:after {
    right: 15px;
  }
  .acordions .acor .d {
    font-size: 16px;
    display: none;
    padding: 15px;
    padding-left: 60px;
  }

  .footer {
    padding: 30px;
    padding-bottom: 15px;
    z-index: 102;
  }
  .footer .lists {
    display: none;
  }
  .footer .ebullettin {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .copy {
    padding-top: 25px;
  }
  .footer .copy ul li {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .copy ul li a {
    display: block;
  }
  .footer .copy ul li:last-child {
    margin-top: 15px;
    float: none;
  }
  .footer .copy ul li:last-child a {
    display: inline-block;
  }

  #page-home .slider {
    height: auto;
  }
  #page-home .slider .item {
    height: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #page-home .slider .item .img {
    height: 100%;
  }
  #page-home .slider .item .img img {
    height: 400px;
    padding: 15px;
  }
  #page-home .slider .item .texts {
    height: auto;
  }
  #page-home .slider .item .texts p:first-child {
    font-size: 15px;
  }
  #page-home .slider .item .texts p:last-child {
    font-size: 26px;
  }
  #page-home .slider .owl-dots {
    
  }
  #page-home .slider .owl-nav {
    transform: inherit;
    margin: 0;
    bottom: 0px;
    display: none;
  }

  #page-home .scroll-page-down {
    display: none !important;
  }





  #page-home .twobox .overlay {
    padding: 30px !important;
    height: auto;
  }
  #page-home .twobox .overlay .img {
    left: auto;
    right: auto;
    position: relative;
    bottom: auto;
    top: auto;
  }
  #page-home .twobox .overlay .img img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  #page-home .twobox .overlay .mclink {
    position: relative;
    bottom: auto;
  }
  #page-home .twobox .overlay.right .img {
    right: auto;
  }

  #page-home .video-area {
    
  }

  #page-home .campaigns .mctitle {
    margin-top: 30px;
    padding: 0 30px !important;
  }
  #page-home .campaigns .boxes {
    position: relative;
    width: 100%;
    padding: 20px 30px !important;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  #page-home .campaigns .slide-area {
    padding: 0 30px !important;
  }
  #page-home .campaigns .slide-area .item .branch {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 10vw !important;
    line-height: normal !important;
    z-index: 1;
    margin-bottom: -10vw;
    margin-top: 15px;
  }
  #page-home .campaigns .slide-area .item .img {
    width: 100%;
    padding: 0 !important;
  }
  #page-home .campaigns .slide-area .item .view-video {
    bottom: 0px;
  }
  #page-home .campaigns .slide-area .item .view-video .ico {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #page-home .campaigns .slide-area .item .view-video .ico i {
    font-size: 12px;
  }
  #page-home .campaigns .slide-area .item .view-video .ico:after {
    width: 25px;
    height: 25px;
  }
  #page-home .campaigns .slide-area .item .view-video span {
    font-size: 12px;
    margin-left: 3px;
  }
  #page-home .campaigns .slide-area .owl-dots {
    display: none;
  }

  #page-home .triplebox .box {
    padding: 30px !important;
  }
  #page-home .triplebox .box.whoworked {
    height: auto;
  }
  #page-home .triplebox .box.whoworked .sld img {
    margin: 10px 0;
  }
  #page-home .triplebox .box.whoworked .mclink {
    margin-top: 20px !important;
  }
  #page-home .triplebox .box.secondhand {
    height: auto;
  }
  #page-home .triplebox .box.secondhand .sld .item .img {
    height: auto;
  }
  #page-home .triplebox .box.secondhand .sld .item .img img,
  #page-home .triplebox .box.secondhand .sld .item .img .coveredImg {
    padding: 10px !important;
    object-position: center center;
    background-position: center center;
    height: 200px;
  }
  #page-home .triplebox .box.secondhand .sld .item .img .texts {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    transform: inherit;
    margin-top: 15px;
  }
  #page-home .triplebox .box.secondhand .mclink {
    text-align: center;
    margin-top: 25px;
  }
  #page-home .triplebox .box.secondhand .mclink a {
    display: inline-block;
  }
  #page-home .triplebox .box.digital {
    padding: 0 !important;
  }
  #page-home .triplebox .box.digital .img {
    height: auto;
  }
  #page-home .triplebox .box .detail-box {
    width: 100%;
    position: relative;
    padding: 30px !important;
    right: auto;
    bottom: auto;
  }

  #page-home .news-fair .box {
    padding: 30px !important;
    height: auto;
  }
  #page-home .news-fair .box.left .sld .item .img {
    width: 80px;
    height: 80px;
  }
  #page-home .news-fair .box.left .sld .item .texts {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  #page-home .news-fair .box.left .sld .item .texts .t {
    font-size: 17px;
  }
  #page-home .news-fair .box.left .sld .item .texts .a {
    font-size: 16px;
  }
  #page-home .news-fair .box.left .sld .owl-nav {
    bottom: -33px;
    margin: 0;
  }
  #page-home .news-fair .box.left .sld .owl-dots {
    bottom: -25px;
    margin: 0;
  }
  #page-home .news-fair .box.right .sld .item .texts {
    width: calc(100% - 100px);
  }
  #page-home .news-fair .box.right .sld .item .texts .t {
    line-height: 25px;
    font-size: 18px;
    margin: 0;
  }
  #page-home .news-fair .box.right .sld .item .texts .d {
    font-size: 16px;
  }
  #page-home .news-fair .box.right .sld .item .texts .a span {
    font-size: 16px;
  }
  #page-home .news-fair .box.right .sld .item .texts .a b {
    font-size: 17px;
  }
  #page-home .news-fair .box.right .sld .item .dt {
    width: 100px;
    height: 100px;
  }
  #page-home .news-fair .box.right .sld .item .dt b {
    font-size: 45px;
    line-height: 47px;
  }
  #page-home .news-fair .box.right .sld .item .dt span {
    font-size: 16px;
  }
  #page-home .news-fair .box .mclink {
    margin-top: 20px !important;
  }

  #page-home .whoworked {
    padding: 40px 30px !important;
  }

  #page-home .about-us {
    padding: 35px 30px;
  }
  #page-home .about-us .texts {
    position: relative;
    top: auto;
    transform: inherit;
    left: auto;
    right: auto;
  }
  #page-home .about-us .texts p:nth-of-type(1) {
    font-size: 30px;
    line-height: 35px;
  }
  #page-home .about-us .texts p:nth-of-type(2) {
    font-size: 17px;
  }
  #page-home .about-us .img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #page-home .about-us .img img {
    width: 100%;
    height: 100%;
  }
  #page-home .about-us .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.37);
  }

  #page-home .secondhand-banner {
    padding: 35px 30px !important;
  }
  #page-home .secondhand-banner .col-lg-7 {
    padding-right: 15px !important;
  }
  #page-home .secondhand-banner .col-lg-7 img {
    margin-bottom: 20px;
  }
  #page-home .secondhand-banner p {
    font-size: 25px;
    line-height: 35px;
  }
  #page-home .secondhand-banner span {
    font-size: 17px;
    margin-top: 20px;
  }

  #page-home .service-aboutus .box {
    height: auto;
  }
  #page-home .service-aboutus .box .detail-box {
    position: relative;
    padding: 30px !important;
    left: auto;
    width: 100%;
    bottom: auto;
  }
  #page-home .service-aboutus .box.right {
    padding: 30px !important;
    background-color: #fff;
  }
  #page-home .service-aboutus .box p {
    font-size: 16px;
    line-height: 28px;
  }

  #page-blog-detail .pr-5 {
    padding-right: 15px !important;
  }
  #page-blog-detail .contentarea {
    font-size: 16px;
    line-height: 28px;
  }
  #page-blog-detail .contentarea h1 {
    font-size: 22px;
  }

  #page-contact form {
    width: 100%;
  }
  #page-contact .box {
    padding: 20px 30px;
  }
  #page-contact .form-link {
    position: relative;
    right: auto;
    top: auto;
    transform: inherit;
    text-align: center;
    margin-bottom: 10px;
  }
  #page-contact #map {
    height: 300px;
    margin-top: 15px;
  }

  #page-jobs .contentarea p {
    font-size: 16px;
  }
  #page-jobs .jobs .job {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color3);
  }
  #page-jobs .jobs .job .title {
    border-bottom: 0;
  }
  #page-jobs .jobs .job .btns {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #page-jobs .jobs .job .btns a {
    font-size: 16px;
    margin-left: 5px;
    padding: 5px 25px;
  }

  #page-news-detail .pr-5 {
    padding-right: 15px !important;
  }

  #page-products .product-price-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: inherit;
    padding: 20px !important;
    margin: 0 -30px;
    text-align: center;
  }
  #page-products .product-price-box span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #page-products .product-price-box u {
    font-size: 16px;
    display: block;
  }
  #page-products .product-price-box i {
    font-size: 12px;
    margin-left: 0;
  }

  #page-product-detail .content-slider {
    width: 100%;
    margin: 30px 0;
    margin-bottom: 60px;
  }
  #page-product-detail .title {
    margin-top: 0 !important;
    font-size: 35px;
    line-height: 45px;
  }
  #page-product-detail .product-price-box {
    padding: 25px 0;
  }
  #page-product-detail .product-price-box span {
    font-size: 30px;
    line-height: 40px;
  }
  #page-product-detail .product-price-box u {
    font-size: 16px;
  }
  #page-product-detail .product-price-box i {
    font-size: 13px;
    margin-left: 0;
    display: block;
  }
  #page-product-detail .other-products {
    padding: 20px 0;
    padding-bottom: 0px;
  }
  #page-product-detail .other-products .t {
    font-size: 17px;
  }
  #page-product-detail .other-products .owl-nav {
    left: auto;
    right: auto;
    top: 50%;
  }
  #page-product-detail .tables {
    padding: 20px 0;
  }
  #page-product-detail .tables table {
    width: calc(100vw * 2);
  }
  #page-product-detail .tables .nav {
    display: block;
    margin: 0 -30px !important;
    margin-bottom: 20px !important;
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  #page-product-detail .tables .nav a {
    float: none;
    display: inline-block;
  }
  #page-product-detail .tables .nav a:last-child {
    margin-right: 30px;
  }
  #page-product-detail .call-center {
    left: 0;
  }
  #page-product-detail .call-center span {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    background-color: var(--color4);
    color: #fff;
  }
  #page-product-detail .call-center span img {
    filter: brightness(0) invert(1);
  }
  #page-product-detail .call-center.active {
    background-color: var(--color1);
    top: 0;
  }
  #page-product-detail .call-center.active span {
    background-color: var(--color1);
    color: var(--color0);
  }
  #page-product-detail .call-center.active span img {
    filter: none;
  }
  #page-product-detail .call-center .content form {
    width: 100%;
  }
  #page-product-detail .product-button {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
  #page-product-detail .product-button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  #page-product-detail .product-button span {
    left: 65px;
  }
  #page-product-detail .product-button.pdf i {
    font-size: 15px;
  }
  #page-product-detail .product-img {
    width: 100%;
    height: 200px;
    padding: 15px 0;
  }
  #page-product-detail .product-img img {
    background-position: center;
    object-position: center;
  }

  #page-representations .logos {
    height: 100px;
    margin-bottom: 25px;
  }

  #page-technical-service .contentarea p {
    font-size: 16px;
  }
  #page-technical-service .box {
    margin: 0 -30px !important;
    padding: 30px;
    font-size: 17px;
  }
  #page-technical-service .box span {
    vertical-align: top;
  }
  #page-technical-service .box a {
    font-size: 16px;
  }

  form .g-recaptcha {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .filterMob {
    float: left;
    width: 100%;
    background: white;
  }
  .filterMob span {
    display: block;
  }

  .mcfilters .mslcts .mslct {
    width: 100%;
    display: none;
    margin: 5px 0 0 0 !important;
    padding: 0 10px;
  }
  .mcfilters .mslcts .mslct:last-child {
    margin-bottom: 10px !important;
  }
  .mcfilters .mslcts .mslct ul {
    margin: 0 10px;
  }
}

@media (max-width: 320px) {
  .mobile-menuarea ul li {
    font-size: 19px;
  }

  .mctitle {
    font-size: 20px;
    line-height: 25px;
  }

  .page-top-head h1 {
    font-size: 20px;
  }

  .contentarea h1,
  .contentarea h2,
  .contentarea h3,
  .contentarea h4,
  .contentarea h5 {
    font-size: 18px;
  }

  .breadcrumbs ul li a {
    font-size: 13px;
  }

  #page-jobs .jobs .job .title {
    font-size: 15px;
  }

  #page-home .triplebox .box.secondhand .sld .item .img .texts span {
    font-size: 16px;
  }

  #page-home .news-fair .box.right .sld .item .dt {
    width: 70px;
    height: 70px;
  }
  #page-home .news-fair .box.right .sld .item .dt b {
    font-size: 28px;
    line-height: 24px;
  }
  #page-home .news-fair .box.right .sld .item .dt span {
    font-size: 16px;
  }
  #page-home .news-fair .box.right .sld .item .texts {
    width: calc(100% - 70px);
    padding-left: 14px;
  }
  #page-home .news-fair .box.right .sld .item .texts .t {
    font-size: 20px;
    line-height: 35px;
  }
  #page-home .news-fair .box.right .sld .item .texts .d {
    font-size: 12px;
  }

  .footer .ebullettin .checkbox label {
    font-size: 12px;
  }

  form .g-recaptcha {
    border-right: 1px solid #D3D3D3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  form label {
    font-size: 12px;
  }

  .search-area .centered input {
    font-size: 19px;
  }

  #page-technical-service .box {
    font-size: 14px;
  }

  #page-product-detail .title {
    font-size: 24px;
    line-height: 30px;
  }
  #page-product-detail .tables .nav a {
    font-size: 17px;
  }
  #page-product-detail .call-center span {
    padding: 10px;
  }
  #page-product-detail .call-center.active span {
    text-align: left;
    font-size: 15px;
  }
  #page-product-detail .call-center.active span img {
    width: 20px;
  }
}

body.ie #page-home .campaigns .slide-area .item .img {
  height: 500px;
}
body.ie #page-home .campaigns .slide-area .item .branch {
  background: transparent;
}
body.ie #page-home .triplebox .box.secondhand .sld .item .img .coveredImg {
  padding-right: 0;
  margin-right: 12vw;
  width: auto;
}
body.ie .content-slider .item .img .coveredImg {
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.ie .mcfilters .mslct span {
  display: block;
}
