/*-- Common Settings --*/
  /*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');*/
  /*@font-face {
    font-family: simhei;
    src:
    local(SIMHEI),
    url(../css/fonts/SIMHEI.woff) format("woff"),
    url(../css/fonts/SIMHEI.ttf) format("truetype");
  }*/
  body { font-size: 16px; color: #333; font-family: Arial, simhei,"Microsoft JhengHei", sans-serif; }
  a,a:hover {color: #333;}

  ul.list {padding:0;margin: 0;}
  ul.list li{list-style: none; margin:0; padding:0;}

  h1,h2,h3,h4,h5,h6{font-weight: 700}

  .image-100{width: 100%;}

  @media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1050px;}
  }

  .container.sm .row { margin-right: -8px; margin-left: -8px;}
  .container.sm .row .col, .container.sm .row .col-1, .container.sm .row .col-10, .container.sm .row .col-11, .container.sm .row .col-12, .container.sm .row .col-2, .container.sm .row .col-3, .container.sm .row .col-4, .container.sm .row .col-5, .container.sm .row .col-6, .container.sm .row .col-7, .container.sm .row .col-8, .container.sm .row .col-9, .container.sm .row .col-auto, .container.sm .row .col-lg, .container.sm .row .col-lg-1, .container.sm .row .col-lg-10, .container.sm .row .col-lg-11, .container.sm .row .col-lg-12, .container.sm .row .col-lg-2, .container.sm .row .col-lg-3, .container.sm .row .col-lg-4, .container.sm .row .col-lg-5, .container.sm .row .col-lg-6, .container.sm .row .col-lg-7, .container.sm .row .col-lg-8, .container.sm .row .col-lg-9, .container.sm .row .col-lg-auto, .container.sm .row .col-md, .container.sm .row .col-md-1, .container.sm .row .col-md-10, .container.sm .row .col-md-11, .container.sm .row .col-md-12, .container.sm .row .col-md-2, .container.sm .row .col-md-3, .container.sm .row .col-md-4, .container.sm .row .col-md-5, .container.sm .row .col-md-6, .container.sm .row .col-md-7, .container.sm .row .col-md-8, .container.sm .row .col-md-9, .container.sm .row .col-md-auto, .container.sm .row .col-sm, .container.sm .row .col-sm-1, .container.sm .row .col-sm-10, .container.sm .row .col-sm-11, .container.sm .row .col-sm-12, .container.sm .row .col-sm-2, .container.sm .row .col-sm-3, .container.sm .row .col-sm-4, .container.sm .row .col-sm-5, .container.sm .row .col-sm-6, .container.sm .row .col-sm-7, .container.sm .row .col-sm-8, .container.sm .row .col-sm-9, .container.sm .row .col-sm-auto, .container.sm .row .col-xl, .container.sm .row .col-xl-1, .container.sm .row .col-xl-10, .container.sm .row .col-xl-11, .container.sm .row .col-xl-12, .container.sm .row .col-xl-2, .container.sm .row .col-xl-3, .container.sm .row .col-xl-4, .container.sm .row .col-xl-5, .container.sm .row .col-xl-6, .container.sm .row .col-xl-7, .container.sm .row .col-xl-8, .container.sm .row .col-xl-9, .container.sm .row .col-xl-auto { padding-right: 8px; padding-left: 8px;}

  .item{transition: all .25s ease-in-out;}
  .btn.focus, .btn:focus, button:focus{box-shadow: none; outline: none;}
/*-- GoTop--*/
  .gotop {}

/*-- Language --*/
  .lan{
    color: #fff;
  }
  @media(max-width: 1570px){
    .lan .dropdown-toggle{
      padding: calc(2rem + 2px)  0;
      margin: 0 0 0 1rem;
      color: #fff;
    }
  }
  .lan::after{
    content: "";
    width: calc(100% - 1rem);
    height: 0px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: .5rem;
    transition: all .25s ease-in-out;
  }
  .lan:hover::after{
    height: 4px;
    transition: all .25s ease-in-out;
  }
  .lan .dropdown-toggle {
    transition: all .25s ease-in-out;
    padding: calc(2rem + 2px) 0;
    margin: 0 1rem;
  }
  .lan .dropdown-toggle::after {
    display: none;
  }
  .lan:hover .dropdown-toggle {
    transition: all .25s ease-in-out;
  }
  .lan .dropdown-menu {
    border-radius: 0;
    background: #f0f0f0;
  }
  .lan .dropdown-menu .dropdown-item {
    color: #333;
    transition: all .25s ease-in-out;
  }
  .lan .dropdown-menu .dropdown-item:hover {
    background: transparent;
    margin-left: 5px;
    transition: all .25s ease-in-out;
  }

/*-- Colors --*/
  .color-white,a.color-white:hover, .color-white-hover:hover, .item:hover .color-white-hover{color: #fff; transition: all .25s ease-in-out;}
  .color-black,a.color-black:hover, .color-black-hover:hover, .item:hover .color-balck-hover{color: #000; transition: all .25s ease-in-out;}

  .color-lightgray {color: }
  .color-gray {color: #777777}
  .color-darkgray {color: #333333}
  .color-dark { color: #201209; }

  .item .color-red-hover{transition: all .25s ease-in-out;}
  .color-red,a.color-red:hover,.color-red-hover:hover,.item:hover .color-red-hover {color: #E72420; transition: all .25s ease-in-out;}
  .item .color-green-hover{transition: all .25s ease-in-out;}
  .color-green,a.color-green:hover,.color-green-hover:hover,.item:hover .color-green-hover {color: #479c4b; transition: all .25s ease-in-out;}

/*-- Backgrounds --*/
  .bg-black {background: #000}
  .bg-overlay-dark {position: relative; color: #fff}
  .bg-overlay-dark::before {content:""; width: 100%; height: 100%; background: #000; position: absolute; top: 0; left: 0}
  .bg-overlay-dark.opacity-70::before {content:""; width: 100%; height: 100%; background: #000; opacity: .7}
  .bg-overlay-dark > div {position: relative; z-index: 2}

  .item .bg-lightergray-hover{transition: all .25s ease-in-out;}
  .bg-lightergray,.bg-lightergray-hover:hover,.item:hover .bg-lightergray-hover {background: #f0f0f0; position: relative;transition: all .25s ease-in-out;}
  .bg-lightgray{background: #eaeaea}
  .bg-gray {background: #777}
  .bg-darkgray{background: #555555}

  .bg-red{background: #E72420}

  .bg-map{background: url(../images/bg-map.png) center center no-repeat; background-size: contain}

/*-- Buttons --*/
  .btn.border-bottom{
    padding: 13px;
    position: relative;
    color: #777;
  }
  .btn.border-bottom::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #777;
    transition: all .25s ease-in-out;
  }
  .btn.border-bottom.active,
  .btn.border-bottom:hover,
  .page-links .item.active a{
    color: #333;
  }
  .btn.border-bottom.active::after,
  .btn.border-bottom:hover::after,
  .page-links .item.active .btn.border-bottom::after{
    height: 4px;
    background: #E72420;
    transition: all .25s ease-in-out;
  }

  .btn.double-arrow{
    position: relative;
    padding-right: 25px;
    color: red;
  }
  .btn.double-arrow::after{
    content: url(../images/icon-double-arrow-red.svg);
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: auto;
    height: 80%;
    transition: all .25s ease-in-out;
  }
  .btn.double-arrow:hover::after{
    right: -5px;
    transition: all .25s ease-in-out;
  }

  .btn.fillet{
    display: inline-block;
    background: #bfbfbf;
    transition: all .25s ease-in-out;
    padding: 6px 25px;
    border-radius: 50px;
    color: #fff;
  }
  .item:hover .btn.fillet,
  .btn.fillet:hover{
    background: #E72420;
    transition: all .25s ease-in-out;
  }
/*-- Animations --*/

/*-- Tabs --*/

/*-- Titles --*/

/*-- Tables --*/
  .table.style-yellow {
    font-size: 1.125rem;
  }
  .table.style-yellow tr th,
  .table.style-yellow tr td {
    text-align: center;
    border: 2px solid #fff;
    padding: 25px 20px 20px;
  }
  .table.style-yellow thead tr th {
    background: #FFAF00;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #fff;
    text-align: center;
  }
  .table.style-yellow thead tr th:first-child,
  .table.style-yellow tbody tr th {
    text-align: left;
  }
  .table.style-yellow tbody tr th {
    color: #000;
    text-align: left;
  }
  .table.style-yellow tbody tr:nth-child(even) th,
  .table.style-yellow tbody tr:nth-child(even) td{
    background: #eee;
    color: #333;
  }
 
  .inquiry .table th,
  .inquiry .table td{
    padding: 15px 40px 20px;
    border: 2px solid #fff;
    vertical-align: middle;
  }
  .inquiry .table thead th{
    background: #B4B4B4;
    color: #fff;
  }
  .inquiry .table thead th:last-child,
  .inquiry .table tbody td:last-child {
    width: 10%;
    text-align: center;
  }
  .inquiry .table tbody td {
    background: #f5f5f5;
  }
  .inquiry .delete {
    background: transparent;
    border: 0;

  }

/*-- Form --*/
  .form-horizontal .form-group {
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
  }
  .form-horizontal .form-group .form-label {
      min-width: 18rem;
      margin-bottom: 0;
  }
  .form-horizontal .form-control {
      border: none;
      padding: .8rem 1rem;
      height: auto;
      border-radius: 0;
  }
  .form-horizontal.style-lightgray .form-control {
      background: #ebebec;
  }
  .form-horizontal.style-white .form-control {
      background: #fff;
  }

  .mt-checkbox,
  .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }

  .mt-checkbox.mt-checkbox-disabled,
  .mt-checkbox.mt-radio-disabled,
  .mt-radio.mt-checkbox-disabled,
  .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60)
  }

  .mt-checkbox>input,
  .mt-radio>input {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
  }

  .mt-checkbox>span,
  .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 5px !important;
  }

  .mt-checkbox>span:after,
  .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none
  }

  .mt-checkbox-list .mt-checkbox,
  .mt-checkbox-list .mt-radio,
  .mt-checkbox>input:checked~span:after,
  .mt-radio-list .mt-checkbox,
  .mt-radio-list .mt-radio,
  .mt-radio>input:checked~span:after {
    display: block
  }

  .mt-checkbox:hover>input:not([disabled])~span,
  .mt-checkbox>input:focus~span,
  .mt-radio:hover>input:not([disabled])~span,
  .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }

  .mt-checkbox:hover>input:not([disabled]):checked~span,
  .mt-checkbox>input:checked~span,
  .mt-radio:hover>input:not([disabled]):checked~span,
  .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9
  }

  .icon-btn,
  .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
  }

  .mt-checkbox>input:disabled~span,
  .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none
  }

  .mt-checkbox>span:after {
    left: 10px;
    top: 2px;
    width: 10px;
    height: 16px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .mt-checkbox>input:disabled~span:after {
    border-color: #888
  }

/*-- Select2 --*/
  .select2-container--default .select2-selection--single {
      background-color: #fff;
      border: none;
      border-radius: 0;
      padding: 10px 65px 10px 20px;
      height: auto;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      padding-right: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      border-left: 2px solid #eee;
  }
  .select2-dropdown {
      border: none;
      top: 2px;
      padding: 10px 0;
  }
  .select2-search--dropdown {
      padding: 0 20px 10px;
  }
  .select2-results__option {
    padding: 0 20px;
  }

/*-- PageBanner --*/
  .page-banner .banner{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-banner .banner::after{
    content: url(../images/banner-angel.svg);
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 10%;
  }
  @media(min-width: 1921px){
    .page-banner .banner::after{
      width: 190px;
    }
  }

/*-- Breadcrumb --*/
  .breadcrumb {
    background: transparent;
    padding: 0;
  }
  .breadcrumb ol {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .breadcrumb ol li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }
  .breadcrumb ol li:not(:last-child) {
    margin-right: 25px;
  }
  .breadcrumb ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    background: #E72420;
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
  .breadcrumb .item {
    color: #333;
  }
  .breadcrumb .item:hover {
    color: #E72420;
  }
  .breadcrumb .item.disable,
  .breadcrumb .item.disable:hover{
    color: #333;
  }

/*-- Carousels --*/
  .carousel-default .carousel-indicators {
    justify-content: center;
    z-index: 4;
    bottom: 20px;
  }
  .carousel-default .carousel-indicators .item {
    position: relative;

    background-color: #aaa;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px; 
  }
  .carousel-default .carousel-indicators .item:hover{
    background-color: #E72420;
  }
  .carousel-default .carousel-indicators .item.active {
    background-color: #E72420;
  }

  .dots-gray .owl-dots {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    text-align: center;
  }
  .dots-gray .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #DBDCDC;
    border-radius: 100%;
    margin: 0 4px
  }
  .dots-gray .owl-dots .owl-dot:focus {
    outline: none;
  }
  .dots-gray .owl-dots .owl-dot:hover {
    background: #B3B3B3;
  }
  .dots-gray .owl-dots .owl-dot.active {
    background: #E60012
  }

  .nav-default  .owl-stage-outer{
    z-index: 1;
  }
  .nav-default .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
     z-index: 0;
  }
  .nav-default .owl-nav .owl-prev,
  .nav-default .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-default .owl-nav .owl-prev {
    left: -95px;
    right: auto;
  }
  .nav-default .owl-nav .owl-next {
    left: auto;
    right: -95px;
  }
  .nav-default .owl-nav .owl-prev span,
  .nav-default .owl-nav .owl-next span {
    font-size: 0;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#E72420; 
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: block;
  }
  .nav-default .owl-nav .owl-prev span {
    background-image: url(../images/icon-arrow-white-left.svg);
  }
  .nav-default .owl-nav .owl-next span {
    background-image: url(../images/icon-arrow-white-right.svg);
  }

  .advantage .carousel-item{
    min-height: 620px;
    transition: none;
  }
  .advantage.carousel-fade .active.carousel-item-left,
  .advantage.carousel-fade .active.carousel-item-right{
    transition: none;
    opacity: 0;
  }

/*-- Main --*/
  .main{
    min-height: calc(100vh - 177px);
  }
  .stock .main {
    min-height: auto;
  }
  .fixed_icon{
    position: fixed;
    top: 50vh;
    right: 15px;
    display: block;
    z-index: 99;
  }
  .fixed_icon img{
    width: 65px;
    height: 65px;
  }
  .pagination .page-link{
    color: #777;
  }
  .page-item.active .page-link{
    border-color: #E72420;
    background: #E72420;
    color: white;
  }
  .page-link:hover{
    background: #f0f0f0;
  }
  .height-fixed-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .height-fixed-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .height-fixed-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .height-fixed-4{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 120px;
  }

  /* social-links */
  .social-links{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .social-links li{
    list-style: none;
  }
  .social-links li a{
    padding: 0 3px;
  }
  .social-links li a img{
    width: 30px;
    height: 30px;
  }

  /* data number */
  .data_num{
    display: flex;
    flex-wrap: wrap;
  }
  .data_num .item{
    position: relative;
    width: calc(100% / 3);
  }
  .data_num .item:not(:last-child)::after{
    content: "";
    width: 1px;
    height: 50px;
    background: #575757;
    position: absolute;
    top: 20px;
    right: 0;
  }

  /* page-links */
  .page-links{
    margin: 0 -17px 0;
    padding: 0;
  }
  .page-links .item{
    list-style: none;
    padding: 0 17px;
  }
  .page-links li a{display: block;}

  .video.js-video-button .img-hover-larger{position: relative;}
  .video.js-video-button .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/icon-video.png') center center no-repeat rgba(0, 0, 0, .15);
    z-index: 2;
  }

/*-- Header --*/
  .header {
    background: #E72420;
  }
  .header .desktop{
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .header .desktop .left{
    padding: 1rem 0;
  }
  .header .desktop .right{
    margin-right: -15rem;
  }
/*  @media(max-width: 1570px){
    .header .desktop{
      max-width: 100%;
      padding: 0 5vw;
    }
    .header .desktop .right{
      margin-right: 0;
    }
  }*/
  .header .desktop .logo img {
    width: 68px;
    height: 49px;
    transition: all .25s;
  }

  .header .main_nav {
    padding: 0;
    margin:0 5rem 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .main_nav li {
    list-style: none;
    /*margin: 0;*/
  }
  .header .main_nav li.fixed-show {
    display: none;
  }
  .header .main_nav > .nav-item > a {
    position: relative;
    display: block;

    text-transform: capitalize;
    padding: calc(2rem + 3px) .5rem;
    color: #fff;
    transition: all .25s;
  }
  .header .main_nav > .nav-item > a::after {
    content: "";
    width: calc(100% - 1rem);
    height: 0px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: .5rem;
    transition: all .25s ease-in-out;
  }
  .header .main_nav > .nav-item.active > a::after,
  .header .main_nav > .nav-item:hover > a::after {
    height: 4px;
    transition: all .25s ease-in-out;
  }
  .header .main_nav.right-part{
    margin: 0;
  }
  .header .main_nav.right-part > .nav-item > a{
    padding: calc(2rem + 2px) 1rem;
  }
  .header .main_nav.right-part > .nav-item:not(:last-child) > a::before {
    content: "";
    width: 1px;
    height: 1rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(2rem + 5px);
  }

  .product-dropdown{
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 89px;
    left: calc((-100vw + 1020px) / 2);
    display: none;
  }
  /*@media(max-width: 1570px){
    .product-dropdown{
      left: 0;
    }
  }*/
  .product-dropdown .btn-close{
    position: relative;
  }
  .product-dropdown .btn-close img{
    width: 32px;
    height: 32px;
    opacity: .4;
    transition: all .25s ease-in-out;
  }
  .product-dropdown .btn-close img.red{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .product-dropdown .btn-close:hover img.red{
    opacity: 1;
    transition: all .25s ease-in-out;
  }
  .product-dropdown .btn-close:hover img.gray{
    opacity: 0;
    transition: all .25s ease-in-out;
  }

  .product-dropdown .products-info {
      height: 10vh;
      padding: 0;
  }
  @media(max-width: 1530px){
    .header .desktop .right{
      margin-right: -5rem;
    }
    .header .main_nav{
      margin: 0;
    }
  }

/* Header Investor */
  .investor {
    display: block;
    float: left;
    font-size: 12px;
    color: #aaa;
    padding: 0;
    margin: 0 0 0 .8rem;
  }
  .investor li {
    list-style: none;
    color: #ddd;
    line-height: 1;
    margin-bottom: 3px;
  }
  .investor li:last-child{
    margin-bottom: 0px;
  }

  /* Mobile */
  .header .mobile .logo {
    text-align: center;
    padding: 10px 0;
    background: #E72420;
    transition: all .25s ease-in-out;
  }
  .header .mobile .logo img {
    width: 130px;
    height: 41px;
  }
  .header .mobile #mobilebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .header .mobile .mobile-nav {
    background: #eee;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .header .mobile .mobile-nav .main {
    border-top: 3px solid #fff;
    min-height: auto;
  }
  .header .mobile .mobile-nav #mobileclose {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .header .mobile .mobile-nav .main {
    padding: 10px 0;
  }
  .header .mobile .mobile-nav > .main > .item > a{
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
  }
  .header .mobile .mobile-nav .list.sec {
    background: #fff;
    padding: 0;
  }
  .header .mobile .mobile-nav .list.sec > .item > a {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem;
    padding: 12px 0;
    border-top: 1px solid #eee;
  }
  .header .mobile .mobile-nav .list.third {
    padding: 0 0 5px;
  }
  .header .mobile .mobile-nav .list.third > .item > a {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: .9rem;
    padding: 7px 0;
    color: #888;
  }
  .header .mobile .social-media,
  .header .mobile .language {
    display: flex;
    justify-content: center;
  }
  .header .mobile .social-media li {
    margin: 0 5px;
  }
  .header .mobile .language {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 3px solid #fff;
  }
  .header .mobile .language li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }
  .header .mobile .language li:not(:last-child) a {
    border-right: 1px solid #888;
    display: block
  }

  .header .mobile .searchbar form {
    margin: 0 auto;
    width: 80%;
  }

  .overflow-y-none{overflow-y: hidden}
  .overflow-y-none .header,.overflow-y-none .product-dropdown{padding-right: 17px; min-height: 89px;}
  .overflow-y-none .product-dropdown{left: calc((-100vw + 1020px) / 2 + 8px);}

/*-- Footer --*/
  .footer{
    padding: 1rem 0;
    background: #E72420;
    color: #fff;
  }

  .footer a{
    opacity: 1;
    color: #fff;
  }
  .footer a:hover{
    opacity: .9;
  }

/*-- Index --*/
  .banner .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .3);
  }
  .banner .slogan-wrapper {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    color: #fff;
  }
  .banner .slogan{
    position: relative;
    display: inline-flex;
    flex-direction: column;
  }
  .banner .slogan::before{
    content: "";
    background: rgba(255, 255, 255, .35);
    position: absolute;
    top: -10px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    z-index: 1;
    opacity: 0.5;
    transition: all .25s ease-in-out;
  }
  .banner .slogan .main{
    position: relative;
    font-size: 3.875rem;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 2;
    transition: all .25s ease-in-out;
    min-height: auto;
  }
  .banner .slogan .sec{
    position: relative;
    font-size: 2.875rem;
    font-weight: 700;
    z-index: 2;
    transition: all .25s ease-in-out;
  }
  .banner .slogan:hover .main,
  .banner .slogan:hover .sec{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
    transition: all .25s ease-in-out;
  }
  .banner .slogan:hover::before{
    opacity: 1;
    transition: all .25s ease-in-out;
  }

  .index-map{padding: 205px 0 345px; position: relative;}
  .overlay-link{position: absolute; width: 70%; height: 100%; top: 0; left: 50%;transform: translateX(-50%); z-index: 2}

/*-- About --*/
  .world-tab .nav .nav-item a{
    color: #777;
    padding: 0 2.375rem;
  }
  .world-tab .nav .nav-item a.active,
  .world-tab .nav .nav-item:hover a{
    color: #E72420;
  }
  .world-tab .tab-content{
    background: url(../images/bg-map.png) center center no-repeat;
    background-size: cover;
  }
  .world-tab .tab-pane .countries{
    background: rgba(153, 153, 153, .8);
    color: #fff;
    padding: 25px 10%;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .flow_tree{
    position: relative;
  }
  .flow_tree::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #E72420;
    z-index: 0;
  }
  .flow_tree .item {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 50%;
    position: relative;
    z-index: 0;
  }
  .flow_tree .item:hover{
    position: relative;
    z-index: 2;
  }
  .flow_tree .item:nth-child(odd) {
    padding-right: 120px;
  }
  .flow_tree .item:nth-child(even)  {
    padding-left: 120px;
    margin-left: 50%;
  }
  .flow_tree .item .line {
    width: 80px;
    height: 4px;
    background: #E72420;
    position: absolute;
    top: 35px;
    border: none;
  }
  .flow_tree .item .line::before{
    content: url(../images/tree-flow-dot.svg);
    position: absolute;
    top: calc(-25px / 2 + 1px);
    width: 25px;
    height: 25px;
  }
  .flow_tree .item:nth-child(odd) .line::before{
    left: -25px;
  }
  .flow_tree .item:nth-child(even) .line::before{
    right: -25px;
  }
  .flow_tree .item:nth-child(odd) .line {
    right: 0;
    left: auto;
    transform-origin: center right;
  }
  .flow_tree .item:nth-child(even) .line {
    right: auto;
    left: 0;
    transform-origin: center left;
  }
  .flow_tree .item:nth-child(odd) .title {
    text-align: right;
  }
  .flow_tree .item .img{
    position: absolute;
    left: 0;
    padding: 1.25rem 1.25rem 0 1.25rem;
    opacity: 0;
    transition: all .25s ease-in-out;
  }
  .flow_tree .item:hover .img{
    opacity: 1;
    transition: all .25s ease-in-out;
  }
  .flow_tree .item .info{
    position: relative;
  }
  .flow_tree .item:nth-child(odd) .info .title{
    text-align: right;
  }

  .company-group{
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
  .company-group .item{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }
  .company-group .item::before{
    position: absolute;
    left: 0;
    right: auto;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #E72420;
  }
  .company-group .item:first-child::before{
    width: 50%;
    left: auto;
    right: 0;
  }
  .company-group .item:last-child::before{
    width: 50%;
    right: auto;
    left: 0;
  }
  .company-group .item .arrow-red{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #e72320 transparent transparent transparent;
  }

/*-- News --*/
  .news .item .title{
    min-height: 106px;
  }
  .news .item {
    height: calc(100% - 30px);
  }
  .cases .app-title{
    min-height: 50px;
    font-weight: normal;
    text-align: left;
    padding: 0 15px;
  }
  .news-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .news-top .btn{
    margin-top: auto;
  }
  .news-info{
    min-height: 320px;
  }

/*-- Products --*/
  .products-links{
    display: flex;
    flex-wrap: wrap;
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .products-links > .item{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .products-links .product_sub .title{
    position: relative;
    padding-bottom: 10px;
  }
  .products-links .product_sub .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #E72420;
  }

  .products-links .item .img-hover-larger{
    border: none;
  }

  .products-btn {
    display: inline-block;
    position: relative;
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    border-bottom: 4px solid #E72420;
  }
  .products-btn::before {
    content: '系列';
    color: #777777;
    font-size: 1.25rem;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
  }
  .products-info {
    padding-inline-start: 0px;
    height: 430px;
    overflow: auto;
  }
  .products-info .item:hover {
    color: #E72420;
  }
  .product-dropdown .products-info{
    height: 27vh;
  }
  @media (max-height: 900px){
    .product-dropdown .products-info{
      height: 27vh;
    }
  }
  @media (max-height: 700px){
    .product-dropdown .products-info{
      height: 25vh;
    }
  }
  @media (max-height: 830px){
    .product-dropdown .img-hover-larger img{
      width: 70%;
    }
  }
  @media (max-height: 735px){
    .product-dropdown .img-hover-larger img{
      width: 70%;
    }
  }
  @media (max-height: 640px){
    .product-dropdown .img-hover-larger img{
      width: 45%;
    }
  }

/*-- Career --*/
  .career__info{
    position: relative;
    padding: 30px 50px;
    background: #f0f0f0;
    display: block;
  }
  .career__info:hover{
    padding: 30px 50px 30px 100px;
    background: #aaa;
    color: #fff
  }
  .career__info:before {
    content: '';
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    background: url(../images/icon-people.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -3.8rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
  }
  .career__info:hover::before{
    left: 1.33rem;
    transition: all .25s ease-in-out;
  }

/*-- Investor --*/
  .stock .main,.stock .price,.stock .list{
    display: flex;
  }
  .stock .price{
    position: relative;
  }
  .stock .price::after {
    content:"";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #b3b3b3;
    width: 1px;
    height: 65%;
  }
  .stock .price .icon-arrow {
    width: 30px;
  }
  .stock .list {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .stock .group {
      padding: 0 2rem;
      justify-content: center;
      display: flex;
      flex-direction: column;
      font-size: 18px;
  }
  .stock .group .item {
    display: flex;
    justify-content: space-between;
        margin-bottom: 5px;
  }

/*-- Jason's css --*/
.btn_applications_i {
  margin: 0 auto;
  background-color: #BFBFBF;
  color: #FFFFFF;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  display: inline-block;
}

.wrapper_title {
  display: inline-block;
  margin-top: 25px;
}

.wrapper_btn {
  display: inline-block;
  margin-bottom: 30px;
}

.item:hover .wrapper{
  background-color: #f0f0f0;
}

.item:hover .btn_applications_i {
  background-color: #E72420;
}

.dropdowns {
  position: relative;
}

.cursor {
  cursor: pointer;
}

.dropdowns_add {
  position: absolute;
  transform: translate(-60px,15px);
  width: 710px;
  background-color: #FFFFFF;
  box-shadow: 0px 40px 50px #00000029;
  border-radius: 20px;
  z-index: 1;
  display: none;
}

.icon {
  position: relative;
  transform: translate(-50%,4px);
  left: 25%;
  border-right: 15px solid white;
  border-left: 15px solid white;
  border-bottom: 15px solid #dcdcdc;
  display:inline-block;
}

.dropdowns_add_title {
  width: 100%;
  height: 90px;
  background-color: #dcdcdc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #777777;
  line-height: 90px;
  font-weight: bold;
}

.dropdowns_products {
  position: absolute;
  transform: translate(-40px,15px);
  width: 450px;
  background-color: #FFFFFF;
  box-shadow: 0px 40px 50px #00000029;
  border-radius: 20px;
  z-index: 1;
  display: none;
}

.dropdowns_products_title {
  position: relative;
  width: 100%;
  height: 90px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #dcdcdc;
  color: #777777;
  line-height: 90px;
  font-weight: bold;
}

.dropdowns_equipment {
  position: absolute;
  width: 250px;
  background-color: #FFFFFF;
  box-shadow: 0px 40px 50px #00000029;
  border-radius: 20px;
  z-index: 1;
  display: none;
}

.dropdowns_equipment_title {
  padding: 12px 0;
  position: relative;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #dcdcdc;
  color: #777777;
  font-weight: bold;
}

.dropdowns_products_content {
  display: flex;
  padding: 20px;
}

.dropdowns_products_content_r {
  height: 275px;
    flex-direction: column;
    display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.country_form, .equipment_form {
  font-size: 18px;
  color: #777777;
  display: flex;
    flex-direction: column;
}

.form_size {
  margin: 16px 4px;
  color:#777777;
}
.form_size:nth-child(5n + 1) {
  margin-top: 0;
}
/*.form_size:nth-child(5n) {
  margin-top: 0;
}*/
.form_size input{
  margin-right: 15px;
}

.form_size input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  visibility: hidden;
}
.form_size input[type='checkbox']::after {
  position: absolute;
  top: 3px;
  background-color: #CCCCCC;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 50%;
}

.form_size input[type='checkbox']:checked::after {
  content: '';
  font-size: 0.9rem;
  background-color: #E72420;
  font-weight: bold;
}

.form_size input[type='checkbox']:checked + label {
  color: #E72420;
}

.form_size label {
  margin: 0;
}

.form_size input[type='radio'] {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  visibility: hidden;
  }
.form_size input[type='radio']::after {
  position: absolute;
  top: 2px;
  background-color: #CCCCCC;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 50%;
  }

.form_size input[type='radio']:checked::after {
  content: '';
  font-size: 0.9rem;
  background-color: #E72420;
  font-weight: bold;
  }

.form_size input[type='radio']:checked + label {
  color: #E72420;
}

.all_add{ margin: 10px 0 !important;}

.dropdowns_equipment_title input[type='radio'] {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  visibility: hidden;
  }
.dropdowns_equipment_title input[type='radio']::after {
  position: absolute;
  top: 0;
  background-color: #CCCCCC;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 50%;
  }

.dropdowns_equipment_title input[type='radio']:checked::after {
  content: '';
  font-size: 0.9rem;
  background-color: #E72420;
  font-weight: bold;
  }

.dropdowns_equipment_title input[type='radio']:checked + label {
  color: #E72420;
}

.products-tab {
  display: block;
  border-right: 1px solid #777777;
  display: flex;
  flex-direction: column;
}
.dropdowns_products_content .products-tab {
  padding: 0 20px;
}

.products-tab li{
  margin: 16px 0;
}

.products-tab li:first-child {
  margin-top: 0;
}

.products-tab li:last-child {
  margin-bottom: 0;
}

.products-tab li a{
  color: #777777;
  margin-left: 20px;
}

.products-tab li .active{
  color: #E72420;
}

.products-tab li .active .point::after{
  background-color: #E72420;
}

.point {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
}

.point::after {
  position: absolute;
  top: 0;
  left: -30px;
  background-color: #CCCCCC;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 50%;
}

.line-style {
  width: 100%;
  border: 1px solid #aaa;
}

.line {
  height: 2px;
  width: 100%;
  border: 2px solid #707070;
}

.time_line {
  position: relative;
}

.time_line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E72420;
}

/*-- Tina's Css --*/
.contact__info p, .career__info p{
  margin: 0;
}
.contact__info-ul, .contact__info-uls, .career__info-ul {
  list-style: none;
  padding-inline-start: 0px;
}
.contact__info-ul li, .career__info-ul li{
  display: inline-block;
}
.contact__info-uls {
  display: inline-block;
}
.contact__info-ul, .contact__info-list, .career__info-ul {
  display: flex;
  justify-content: space-between;
}

.contact__form input, .contact__form button {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.contact__form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: inherit;
  background-clip: padding-box;
  border: 0;
  border-bottom: 4px solid #E72623;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mt-checkbox>span, .mt-radio>span {
  border: 1px solid transparent;
  position: absolute;
  top: 12px;
  left: 25px;
  height: 18px;
  width: 18px;
  border-radius: 5px !important;
}
.mt-checkbox>span:after {
  left: 6px;
  top: -2px;
  width: 10px;
  height: 16px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact__form-verification {
  position: absolute;
  right: 17px;
  top: 25px;
}
.contact__form button {
  height: calc(1.5em + .75rem + 11px);
  border-radius: 0;
  width: 49%;
  color: #ffffff;
}
.contact__form .btn-reset {
  background: #d8d8d8;
}
.contact__form .btn-submit {
  background: #E72623;
}

.career__info-txt {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.advantages__breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin: 0 auto 1rem;
  list-style: none;
  border-radius: .25rem;
}
.product_i-bg {
  background: transparent linear-gradient(90deg, #E3E6EA 0%, #E3E6EA 18%, #A7B0B7 100%) 0% 0% no-repeat padding-box;
  max-height: 748px;
}
.product_i-txt {
  line-height: 2;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: 2px solid #eaeaea;
}
.table-overflow {
  width: 1020px;
  overflow: auto;
  position: relative;
}
.product_i-table {
  max-width: 1020px;
  width: calc(100% - 10px);
  table-layout: fixed;
  transition: all 300ms ease-out 0s;
  margin: 0 auto;
}
.product_i-table {
  white-space: nowrap;
}
.product_i-table td{
  background: #aaaaaa;
}

.product_i .success .title{
  min-height: 75px;
}

.top-right {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 50vw;
  height: 620px;
  overflow: hidden;
}
.top-left {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  width: 50vw;
  height: 620px;
  overflow: hidden;
}
.top-right img, .top-left img{
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
@media(max-width: 1666px){
  .top-right img, .top-left img{width: auto; height: 620px}
}
.carousel-indicators-left {
  position: absolute;
  bottom: 45px;
  display: block;
  left: 0;
  z-index: 4;
  width: 104px;
}
.carousel-indicators-right {
  position: absolute;
  bottom: 45px;
  display: block;
  right: 0;
  z-index: 4;
  width: 104px;
}
.table-top {
  display: block;
  width: 100%;
  height: 19px;
  background: #555555;
  margin-bottom: 7px;
  margin-top: 0;
  padding: 0 !important;
}
/* .table-before::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #555555;
  margin-bottom: 9px;
  margin-top: 2px;
} */
.table-before th, .table-before td{
  border-left: 0;
}
/* checkbox */
.label-checkbox {
  cursor: pointer;
  display: inline;
}

.checkbox {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  border: 1px solid #333333;
  visibility: hidden;
  background-color: #ffffff;

  }
.checkbox::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #333333;
  }

.checkbox:checked::after {
  content: "✓";

  }


/* scroller */
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E72420;
  width: 8px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #DDDDDD;
  width: 8px;
}

.mCS-my-theme2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E72420;
  height: 15px;
  border-radius: 0;
  margin: 0;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #AAAAAA;
  border-radius: 0;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_draggerContainer{
  background-color: #AAAAAA;
  height: 15px;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonRight {
  background-color: #E72420;
  opacity: 1;
  width: 15px;
  height: 15px;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -63px -41px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #E72420;
}
.mCS-my-theme2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -62px -56px;
}
.mCS-my-theme2.mCSB_scrollTools {
  position: relative;
  top: -507px;
}

.mCS-my-theme2.mCustomScrollBox{
  padding-top: 26px;
}
.mCS-my-theme2.mCSB_horizontal.mCSB_inside .mCSB_container{
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .mCS-my-theme2.mCSB_scrollTools {
    position: relative;
    top: -432px;
  }
}


/*-- Response --*/
  @media (min-width: 1921px) {
    .banner .image{
      overflow: hidden;
      max-height: 880px;
    }
    .page-banner .banner{
      max-height: 400px;
    }
  }
  @media all and (-ms-high-contrast:none){}
  @media (max-width: 1440px) {
    /*.header .main_nav{
      margin: 0;
    }*/
  }
  @media (max-width: 1199px) {
    .banner .slogan .main{
      font-size: 3rem;
    }
    .banner .slogan .sec{
      font-size: 2rem;
    }
    .nav-default .owl-nav .owl-prev{
      left: 0;
    }
    .nav-default .owl-nav .owl-next {
      right: 0px;
    }
    .nav-default .owl-nav .owl-prev span,
    .nav-default .owl-nav .owl-next span{
      width: 40px;
      height: 40px;
    }
    .products-links{
      margin-right: -2.5rem;
      margin-left: -2.5rem;
    }
    .products-links > .item{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (max-width: 991px) {
    .footer .social-links{
     justify-content: flex-start;
    }
    .footer .text-right{
      text-align: left !important;
    }
    .flow_tree .item.center {
      font-size: 1rem;
      padding: 15px 20px;
    }
    .flow_tree .item:nth-child(odd) {
      padding-right: 70px;
    }
    .flow_tree .item:nth-child(even) {
      padding-left: 70px;
    }
    .flow_tree .item .line {
      width: 50px;
    }
    .top-right,
    .top-left{
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      overflow: auto;
    }
    .top-right img,
    .top-left img{
      width: 100%;
    height: auto;
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    }
    .bg-gray .advantage .carousel-item {
      display: flex;
      flex-flow: column-reverse;
    }
    .index-map{padding: 100px 0 200px; position: relative;}
    .products-links{
      margin-right: -1rem;
      margin-left: -1rem;
    }
    .products-links > .item{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (max-width: 767px) {
    .index-map{
      padding: 50px 0;
    }
    .world-tab .nav .nav-item a{
      padding: 0 .5rem;
    }
    .world-tab .tab-pane .countries{
      font-size: 1rem;
      line-height: 1.5;
    }
    .flow_tree::before {
      left: 15px;
    }
    .flow_tree .item.center {
      margin: 0;
    }
    .flow_tree .item {
      width: 100%;
    }
    .flow_tree .item:nth-child(odd),
    .flow_tree .item:nth-child(even) {
      padding-left: 100px;
      padding-right: 0;
      margin-left: 0;
    }
    .flow_tree .item:nth-child(even) .line,
    .flow_tree .item:nth-child(odd) .line {
      width: 60px;
      top: 28px;
      left: 15px;
    }
    .flow_tree .item:nth-child(odd) .line::before{
      right: -25px;
      left: auto;
    }
    .flow_tree .item:nth-child(even)::before,
    .flow_tree .item:nth-child(odd)::before {
      left: 5px;
    }
    .flow_tree .item:nth-child(odd) .info .title {
      text-align: left;
    }
    .products-links{
      margin-right: 0;
      margin-left: 0;
    }
    .products-links > .item{
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 2rem
    }
    .products-info{
      height: auto;
    }
    .mCSB_container{
      overflow: revert
    }
    .carousel-indicators-left,
    .carousel-indicators-right{
      bottom: 0;
      left: 0;
    }
    .product_i-table{
      overflow: hidden;
    }
    .dropdowns_add,
    .dropdowns_products,
    .dropdowns_equipment{
      width: 100%;
      left: 0;
      transform: translate(0);
    }
    .dropdowns_products_content_r{
      height: auto;
      padding: 0 0 0 20px;
    }
    .dropdowns_add .icon{
      left: 15%;
      transform: translate(-15%,5px);
    }
    .dropdowns_products .icon{
      left: 50%;
      transform: translate(-50%,5px);
    }
    .dropdowns_equipment .icon{
      left: 85%;
      transform: translate(-85%,5px);
    }
    .news .item .title{
      min-height: auto;
    }
    .stock .main{
      display: block;
    }
    .stock .price{
      position: relative;
      display: flex;
      justify-content: center;
    }
    .stock .price::after {
      display: none;
    }
    .stock .price .icon-arrow {
      width: 30px;
    }
    .stock .list {
      display: block;
      margin-right: 0;
      margin-left: 0;
      margin-top: 20px;
    }
    .stock .group {
        padding: 0
        ;
    }
    .stock .group .item {
      display: flex;
      justify-content: space-between;
      padding: 0 20%;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 575px) {
    .page-links .item{
      text-align: center;
    }
/*    .page-links li a{display: inline-block;}*/
    .banner .slogan .main{
      font-size: 2rem;
      margin-bottom: 5px;
    }
    .banner .slogan .sec{
      font-size: 1.2rem;
    }
    .data_num{
      display: block;
    }
    .data_num .item{
      width: 100%;
      text-align: center;
    }
    .data_num .item:not(:last-child)::after{
      display: none;
    }
    .index-map{
      padding: 20px 0;
    }
    .bg-map {
      background-size: cover;
    }
    /*.nav .nav-item{
      width: 100%;
      text-align: center;
    }
    .nav .nav-item a{
      display: inline-block;
    }*/
    .nav-default .owl-nav .owl-prev span,
    .nav-default .owl-nav .owl-next span{
      width: 30px;
      height: 30px;
    }
    .footer{
      text-align: center;
    }
    .footer .info{
      display: block;
    }
    .footer .social-links{
     justify-content: center;
    }
    .footer .text-right{
      text-align: center !important;
    }
    .world-tab .nav-item{
      width: auto
    }
    .company-group .item{
      flex: 1; 
      max-width: 100%;
      padding-left: 45px;
      padding-right: 45px;
      position: relative;
    }
    .company-group .item::before,
    .company-group .item .arrow-red{
      display: none;
    }
    .flow_tree .item:nth-child(odd),
    .flow_tree .item:nth-child(even){
      padding-left: 70px;
    }
    .flow_tree .item:nth-child(even) .line,
    .flow_tree .item:nth-child(odd) .line {
      width: 30px;
    }
  }