/*-- Common Settings --*/
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

  body { font-size: 18px; color: #333; background: #efefef;  }
  a,a:hover {color: #333;}

  ul.list {padding:0;margin: 0;}
  ul.list li{list-style: none; margin:0; padding:0;}

  .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;}

  .img-hover-larger{border: 1px solid #e0e0e0}

  .carousel-item{
    transition:-webkit-transform 1s ease-in-out;
    transition:transform 1s ease-in-out;
    transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
  }
/*-- 404 & successed--*/
  .error-404 {
    text-align: center;
  }
  .error-404 .ttm-big-icon {
    margin: 15px 0;
  }
  .error-404 .ttm-big-icon .ti-alert,
  .error-404 .ttm-big-icon .ti-check {
    background: url(../images/icon-404.svg) center center no-repeat;
    width: 250px;
    height: 250px;
    display: inline-block;
  }
  .error-404 .ttm-big-icon .ti-check {
    background: url(../images/icon-success.svg) center center no-repeat;
  }

/*-- Language --*/
  .lan {
    padding: 5px 0 5px 30px;
    margin: 0 0 0 30px;
    text-transform: uppercase;
    border-left: 2px solid #000;
    color: #B4B4B4;
  }
  .lan:hover {
    color: #000;
  }
  .lan .dropdown-toggle::after {
    display: none;
  }
  .lan .dropdown-toggle {
    transition: all .25s ease-in-out;
  }
  .lan:hover .dropdown-toggle {
    transition: all .25s ease-in-out;
  }
  .lan .dropdown-menu {
    margin-top: 25px;
    border-radius: 0;
    background: rgba(0, 34, 83, .95);
  }
  .lan .dropdown-menu .dropdown-item {
    color: #fff;
    padding: .5rem 1.2rem;
    transition: all .25s ease-in-out;
  }
  .lan .dropdown-menu .dropdown-item:hover {
    background: transparent;
    margin-left: 5px;
    transition: all .25s ease-in-out;
  }

/*-- GoTop--*/
  .gotop {
    position: absolute;
    bottom: 3.28125rem;
    right: 1.6vw;
    transition: all .25s ease-in-out;
    padding-bottom: 5px;
  }
  .gotop:hover {
    padding-bottom: 8px;
    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 {color: #000;}
  .color-lightergray {color: #f4f4f4}
  .color-lightgray {color: #e8e8e8}
  .color-gray {color: #d8d8d8}
  .color-darkgray {color: #868686}

  .color-red, a.color-red, .color-red-hover:hover, .item:hover .color-red-hover {color: #aa1616; transition: all .25s ease-in-out;}
  .color-green, a.color-green:hover, .color-green-hover:hover, .item:hover .color-green-hover {color: #007740; transition: all .25s ease-in-out;}
  .color-darkgreen, a.color-darkgreen:hover, .color-darkgreen-hover:hover, .item:hover .color-darkgreen-hover {color: #3B6528; transition: all .25s ease-in-out;}

/*-- Borders --*/
  .border-lightgray{border: 1px solid #e8e8e8;}
  .border-radius-10{border-radius: 10px;}

  .border-lightgray.border-top{border: 1px solid #d8d8d8; border-width: 1px 0 0 0}

/*-- 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; z-index: 1}
  .bg-overlay-dark.opacity-60::before {content:""; width: 100%; height: 100%; background: #000; opacity: .6; transition: all .25s ease-in-out;}
  .bg-overlay-dark.opacity-50::before {content:""; width: 100%; height: 100%; background: #000; opacity: .5; transition: all .25s ease-in-out;}
  .bg-overlay-dark.opacity-40::before {content:""; width: 100%; height: 100%; background: #000; opacity: .4; transition: all .25s ease-in-out;}
  .bg-overlay-dark > div {position: relative; z-index: 2}
  .bg-overlay-dark.hover-transparent:hover::before, .item:hover .bg-overlay-dark.hover-transparent::before {content:""; opacity: 0; transition: all .25s ease-in-out;}

  .bg-white {background: #fff}
  .bg-lightergray {background: #f4f4f4}
  .bg-gray{background: #d8d8d8}
  .bg-darkgray{background: #333;}
  .bg-green{background: #006f3c;}
  .bg-darkgreen{background: #3B6528;}
  .bg-yellow{background: #ee7700;}

  .bg-green-half{
    background: #3b6528;
    background: -moz-linear-gradient(left,  #3b6528 0%, #3b6528 40%, #F4F4F4 40%, #F4F4F4 40%, #F4F4F4 100%);
    background: -webkit-linear-gradient(left,  #3b6528 0%,#3b6528 40%,#F4F4F4 40%,#F4F4F4 40%,#F4F4F4 100%);
    background: linear-gradient(to right,  #3b6528 0%,#3b6528 40%,#F4F4F4 40%,#F4F4F4 40%,#F4F4F4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6528', endColorstr='#F4F4F4',GradientType=1 );
  }
  .bg-shadow{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
  }

/*-- Buttons --*/
  button.btn{
    border: none;
    cursor: pointer;
    background: transparent;
   }
  .btn.style-arrow .text {
    margin-left: 20px;
    text-transform: uppercase;
    color: #3B6528;
    font-weight: 700;
    transition: all .25s ease-in-out;
  }
  .btn.style-arrow:hover .text {
    transform: translateX(5px);
    transition: all .25s ease-in-out;
  }

  .btn.style-arrow.back img{
    /*transform: scaleX(-1);*/
  }
  a.bottom-btn,button.btn.bottom-btn{
    background: url("../images/Button_Style.svg") no-repeat center center;
    width: 256px;
    padding: 38px 50px 38px 0px;
    margin: auto;
    text-align: center !important;
    color: #FFF;
    text-transform:uppercase;
  }

  a.bottom-btn:hover,button.btn.bottom-btn:hover{
    color: #FFF;
  }

  a.bottom-btn.company-btn{
    position: absolute;
    right: 0px;
  }

  a.bottom-btn2,button.btn.bottom-btn2{
    background: url("../images/Button_Style2.svg") no-repeat center center;
    width: 256px !important;
    padding: 38px 50px 38px 0px;
    margin: auto;
    text-align: center !important;
    color: #000;
    text-transform:uppercase;
  }

  a.bottom-btn2:hover,button.btn.bottom-btn2:hover{
    color: #000;
  }

  a.bottom-btn3{
    background: url("../images/Button_Style3.svg") no-repeat center center;
    width: 200px !important;
    padding: 38px 0px 38px 30px;
    margin: auto;
    text-align: center !important;
    color: #000;
    display: inline-block;
    text-transform:uppercase;
    font-size: 15px;
  }

  a.bottom-btn3:hover{
    color: #000;
  }

  a.bottom-btn4{
    background: url("../images/Button_Style4.svg") no-repeat center center;
    width: 256px !important;
    padding: 38px 0px 38px 80px;
    margin: auto;
    text-align: center !important;
    color: #000;
    display: inline-block;
    text-transform:uppercase;
  }

  a.bottom-btn4:hover{
    color: #000;
  }

  .footer-contact-us a.bottom-btn2 {
    width: 256px !important;
    padding: 19px 50px 19px 0px;
    display: inline-block;
  }

  .footer-contact-us a.bottom-btn2:hover{
    width: 266px !important;
    padding: 19px 50px 19px 0px;
  }


/*-- Animations --*/
  .fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
  }

  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

/*-- Tabs --*/

/*-- Titles --*/
  .title-main.big-title {
    text-transform: uppercase;
    /*font-family: Arial,Microsoft JhengHei,sans-serif;*/
    letter-spacing: 1px;
    color: #007740;
  }

  .title-main {
    padding-top: 50px;
    text-align: center;
    letter-spacing: -1px;
  }

  .title-main.text-left {
    text-align: left;
  }

  .title .dot,
  .title-dot .dot {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #3B6528;
  }

  .title-dot {
    padding-left: 60px;
    position: relative;
  }
  .title-dot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .title-dot .dot::before {
    content:"";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #3B6528;
  }

  .title-line {
   position: relative;
  }
  .title-line::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: #E8E8E8;
  }
  .title-line .text {
    background: #F4F4F4;
    padding-right: 50px;
    z-index: 1;
    position: relative;
    display: inline-block;
  }

/*-- Tables --*/
  .table{
    width: 100%;
  }
  .table.style-stripes {
    font-size: 1.125rem;
    border: none;
    border-spacing: 0;
  }
  .table.style-stripes tr td {
    border-width: 0;
    padding: 1.25rem 1.875rem;
    background: #ffffff;
  }
  .table.style-stripes tr:nth-child(even) td {
    background: #E8E8E8;
  }

  .inquiry .table th,
  .inquiry .table td{
    padding: 15px 20px;
    border: none;
    vertical-align: middle;
  }
  .inquiry .table thead th{
    background: #007740;
    color: #fff;
    text-align: left;
  }
  .inquiry .table thead th:last-child,
  .inquiry .table tbody td:last-child {
    width: 25%;
    text-align: center;
    border-left: 1px #EFEFEF solid;
  }
  .inquiry .table tbody td {
    background: #ffffff;
  }
  .inquiry .delete {
    background: transparent;
    border: 0;
    cursor: pointer;
  }

/*-- Pagination --*/
  .pagination {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .pagination .page-item {
    list-style: none;
    margin: 0 10px;
  }
  .page-item .page-link {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
  }
  .page-link:hover{
    background: #d8d8d8;
  }
  .active .page-link {
    background: #3B6528;
    color: #fff;
  }
  .pagination .page-item:first-child .page-link:hover,
  .pagination .page-item:last-child .page-link:hover {
    background: transparent;
  }
  .pagination .page-item:first-child .page-link{
    margin-right: 10px;
  }
  .pagination .page-item:first-child .page-link:hover {
    transform: translateX(-10px);
  }
  .pagination .page-item:last-child .page-link{
    margin-left: 10px;
  }
  .pagination .page-item:last-child .page-link:hover {
    transform: translateX(10px);
  }

/*-- Form --*/
  .form-horizontal .form-group {
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
  }
  .form-horizontal .form-group .form-label {
      min-width: 13rem;
      margin-bottom: 0;
      font-weight: 700;
  }
  .form-horizontal .form-control {
      border: none;
      padding: .8rem 1rem;
      height: auto;
      border-radius: 0;
  }
  .form-horizontal.style-lightgray .form-control {
      background: #fff;
  }
  .form-horizontal.style-white .form-control {
      background: #fff;
  }

  .small-form.form-control {
    width: calc(100% - 60px);
    border: none;
    border-radius: 0;
  }
  .small-form.form-control:focus{
    border: none;
  }

  .mt-checkbox,
  .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    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);
    width: 0;
  }
  .mt-checkbox>span,
  .mt-radio>span {
    border: 2px solid #333;
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    /*border-radius: 100%;*/
  }
  .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
  }
  .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,
  .mt-radio>span:after {
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #333;
    /*border-radius: 100%;*/
  }
  .mt-checkbox>input:disabled~span:after {
    border-color: #888
  }
  #msg_code {
    /*min-width: 200px;*/
    width: 100%;
    margin-left: 40%;
  }

/*-- 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;
  }

/*-- Group --*/
  .row.group-2col{
    margin-right: -40px;
    margin-left: -40px;
  }
  .group-2col .item{
    padding-right: 40px;
    padding-left: 40px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.group-3col{
    margin-right: -35px;
    margin-left: -35px;
  }
  .group-3col .item{
    padding-right: 35px;
    padding-left: 35px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row.group-4col{
    margin-right: -28px;
    margin-left: -28px;
  }
  .group-4col .item{
    padding-right: 28px;
    padding-left: 28px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.group-5col{
    margin-right: -24px;
    margin-left: -24px;
  }
  .group-5col .item{
    padding-right: 24px;
    padding-left: 24px;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .group-album {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
  .group-album .item {
    padding-right: 30px;
    padding-left: 30px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .about-img .container{
    width: 100%;
    max-width: 100%;
  }
  .about-img .group-album .item {
    padding: 0px;
  }
  .about-paragraph{
    max-width: 990px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .about-paragraph span{
    font-size: 32px;
    line-height: 96px;
    font-weight: bold;
  }
  .about-line{
    text-align: center;
    height: 119px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .about-line .img-div{
    width: 100%;
    text-align: center;
  }
  .about-line .img-div img{
    margin: auto;
    z-index: 1;
    margin-top: 50px;
    position: absolute;
  }
  .about-line .img-div img.top{
    margin-top: -50px;
  }

  .group-gallery .item .info{
    padding: 1rem 1.25rem;
    border: 1px solid #E8E8E8;
    border-top: none;
  }

  .group-list{
    margin: 0;
    padding: 0;
  }
  .group-list li {
    display: flex;
  }
  .group-list li .title{
    position: relative;
    margin-right: 4rem;
    min-width: 12%;
  }
  .group-list li .title.line-dec{
    margin-right: 5.75rem;
  }
  .group-list li .title.line-dec::after {
    content: "";
    position: absolute;
    top: 11px;
    transform: translateY(-50%);
    right: -45px;
    width: 10px;
    height: 3px;
    background: #333;
  }
  .group-list li .item{
    min-width: 90px;
  }

  .group-activity .item{
    display: flex;
    flex-wrap: wrap;
  }
  .group-activity .item .img{
    position: relative;
    width: 55%;
    z-index: 1;
  }
  .group-activity .item .info{
    padding: 2vw 0;
    width: 45%;
    /*padding-left: 6.5vw;*/
    padding-left: 0px;
    background: #efefef;
  }
  .group-activity .item figure.img-hover-larger{
    border: 0px;
  }
  .group-activity .item .info .category{
    font-size: 1.375rem;
    color: #FFFFFF;
    font-weight: 700;
    background: url("../images/Title_BG.png") no-repeat left center;
    line-height: 141px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .group-activity .item .info .category h3{
    margin-bottom: 15px;
  }
  .group-activity .item .info .category a{
    margin-top: 40px;
  }

  .group-activity .item .info a.btn.style-arrow,.group-activity .item .info h3,.group-activity .item .info p{
    margin-left: 280px;
    width: 50%;
  }

  .group-activity .item.ml230 .info a.btn.style-arrow,.group-activity .item.ml230 .info h3,.group-activity .item.ml230 .info p{
    margin-left: 230px;
    width: 50%;
  }

  .group-activity .item.ml230 .info .category{
    background: url("../images/Title_BG.png") no-repeat -50px 0px;
  }

  .group-activity .item.ml230 .info .category .title{
    margin-left: 230px;
  }

  .group-activity .item .info .category .title{
    position: relative;
    /*border-bottom: 1px solid #3B6528;*/
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 280px;
    width: 50%;
    font-size: 50px;
  }
  .group-activity .item .info .category .title .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
  }
  .group-activity .item .info .category .title .dot::before {
    content: "";
    width: 400px;
    height: 1px;
    background: #3B6528;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -400px;
    z-index: 0;
  }

  .page-intro{
    overflow: hidden;
  }

  .page-intro .greeting{
    padding: 0px;
    position: relative;
    z-index: 1;
  }

  .page-intro .greeting .page-bg-round{
    top: -560px;
  }

  .page-intro .greeting .page-bg-round-360{
    top: -5460px;
  }

  .page-intro .greeting-info{
  }

  .page-intro .greeting-img{
    width: 100%;
  }

  .page-intro .greeting-info .greeting-text{
    width: 85%;
  }

  .page-intro .greeting .general-manager span{
    font-size: 18px;
    height: 18px;
    display: table;
    float: left;
    font-weight: bolder;
    padding-top: 32px;
  }

  .page-intro .greeting .general-manager img{
    float: left;
    margin: 20px;
    margin-top: 0px;
  }

  .page-intro .technical-advantages{
    position: relative;
    z-index: 2;
  }

  .page-intro .technical-advantages .advantages-txt{
    margin: auto;
    max-width: 1000px;
    width: 100%;
  }


  /*.advantages .advantages-img {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }*/

  .advantages .container{
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }

  .advantages .container .row{
    padding: 50px 0px 50px 0px;
    margin: 0px;
    width: 100%;
  }

  .advantages .container .row.change-div{
    /*margin-top: 120px;*/
  }

  .advantages .container .row .advantages-paragraph{
    padding: 0px;
    margin: 0px;
  }

  .advantages .container .row .advantages-paragraph .advantages-contect{
    width: 100%;
    max-width: 750px;
    background: #FFFFFF;
    padding: 50px 60px;
    position: absolute;
    left: 30%;
    top: 15%;
    z-index: 3;
  }

  .advantages .container .row:nth-child(even) .advantages-paragraph .advantages-contect{
    left: -10%;
    top: 15%;
  }

  .advantages .container .row .advantages-paragraph .advantages-tag{
    color: #FFF;
    background: #000000;
    padding: 10px 15px;
    display: table;
  }

  .advantages .container .row .advantages-paragraph .advantages-title{
    color: #007740;
  }

  .advantages .container .row .advantages-paragraph p{
    margin-bottom: 0px;
  }

  .advantages .container .row .img-div{
    padding: 0px;
    margin: 0px;
  }

  .advantages .advantages-img-over{
    width: auto;
    position: absolute;
    z-index: 2;
  }
  .advantages .advantages-img{
    position: relative;
  }

  .bg-round-div{
    position: relative;
    top: -70px;
    left: -120px;
  }

  .products-video-list .bg-round-div{
    top: 0px;
  }

  .page-bg-round{
    position: absolute;
    animation-name: Round;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    top: -300px;
    left: 0;
    z-index: 0;
  }

  .page-bg-round-360{
    position: absolute;
    animation-name: "Round-360";
    animation-duration: 5s;
    animation-iteration-count: infinite;
    top: 0px;
    left: 80;
    z-index: 0;
  }

  .commitment{
    background: #efefef url(images/about/commitment.jpg) no-repeat 80% 40%;
    background-repeat: no-repeat !important;
    background-position: center 100px !important;

    background-attachment: fixed !important;
    color: #FFF;

  }

  .commitment .title-main.big-title,  .commitment h3{
    color: #FFF;
    z-index: 2;
    position: relative;
  }

  .commitment .title-main.big-title{
    padding-top: 150px;
  }


  .product-advantages{
    background: #efefef url(../images/Products/Product_Advantages.jpg) no-repeat 100% 40%;
    background-repeat: no-repeat !important;
    background-position: center 100px !important;
    height: 510px;
    background-attachment: fixed !important;
    color: #FFF;
  }

  .product-advantages .title-main.big-title,  .product-advantages h3{
    color: #FFF;
    z-index: 2;
    position: relative;
  }

  .product-advantages .title-main.big-title{
    padding-top: 100px;
  }

  .product-advantages::before {
      content: "";
      width: 100%;
      height: 510px;
      background: #000;
      opacity: .7;
      position: absolute;
      z-index: 1;
  }

  .products-advantages{
    position: relative;
    z-index: 2;
    margin: auto;
    display: block;
    margin-top: 7%;
    width: 1148px;
  }

  .icon-products-advantages{
    position: relative;
    z-index: 2;
    margin: auto;
    display: table;
    margin-top: 5%;
    width: auto;
  }

  .products-list.round-img .container{
    position: relative;
    z-index: 2;
  }

  .products-list.round-img .page-bg-round ,.equipment .page-bg-round{
    top: -250px;
  }



  .about-four-div .row{
      padding: 0px;
      margin: 0px;
  }

  .about-four-div .four-line{
      padding: 0px;
      margin: 0px;
      padding: 80px;
      transform:scale(1,1);
      transition: all 0.5s ease-out;
      z-index: inherit;
  }

  .about-four-div .four-line:nth-child(2),.about-four-div .four-line:nth-child(3){
      background: #f7f7f7;
  }

  .about-four-div .four-line:hover{
      z-index: 9;
      transform:scale(1.02,1.02);
      transition: all 0.5s ease-out;
      -moz-box-shadow: 1px 2px 8px rgba(0,0,0,0.2); /* 老的 Firefox */
      box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
  }

  .about-four-div .four-line .paragraph, .about-four-div .four-line .four-title{
      max-width: 600px;
      width: 100%;
  }

  .about-four-div .four-line .paragraph, .about-four-div .four-line .four-title{
      clear: both;
  }

  .about-four-div .four-line .right{
      float: right;
  }

  .about-four-div .four-line .four-title h3{
      width: 75%;
      float: right;
      margin: 0px;
      line-height: 40px;
      font-size: 1.875rem;
      padding-top: 28px;
  }

  .about-four-div .four-line .paragraph{
      padding-top: 50px;
      min-height: 230px;
  }


  .company-video .title-main{
    border-top: 1px #bdbebf solid;
  }

  @media(min-width: 992px){
    .group-activity .item:nth-child(odd){
      flex-direction: row-reverse!important;
    }
    .group-activity .item:nth-child(odd) .info{
      /*padding-left: 0px;
      padding-right: 6.5vw;*/
    }
    .group-activity .item:nth-child(odd) .info .category .title .dot {
      left: auto;
      right: -45px;
    }
    .group-activity .item:nth-child(odd) .info .category .title .dot::before {
      left: auto;
      right: -400px;
    }

  }

/*-- PageBanner --*/
  .bg-green-half.page-banner {
    position: relative;
  }
  .bg-green-half.page-banner > .container {
    position: relative;
    z-index: 1;
  }
  .bg-green-half.page-banner::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    height: 75px;
    width: 100%;
    background: #F4F4F4;
    z-index: 0
  }
  .page-banner .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    /*border-radius: 15px;
    overflow: hidden;*/
  }
  .page-banner {
    height: 616px;
    max-height: 616px;
    overflow: hidden;
  }
  .page-banner .banner {
    width: 100%;
    /*border-radius: 15px;
    overflow: hidden;*/
  }
  .page-banner .banner img {
    max-width: 100%;
  }
  .page-banner .icon-down {
    left: 60px;
  }
  .page-banner .carousel-item{
    /*max-height: 580px;*/
    height: 100vh;
  }

/*-- Breadcrumb --*/
  .breadcrumb {
    background: transparent;
    /*margin: 2rem 0 0;*/
  }
  .page-banner-simple .breadcrumb {
    margin: 0;
    max-width: 100%;
  }
  .breadcrumb ol {
    padding: 0px 15px;
    margin: 0px;
    position: relative;
    margin: auto;
  }
  .breadcrumb ol li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: .6rem;
  }
  .breadcrumb ol li:not(:last-child) {
    margin-right: 25px;
  }
  .breadcrumb ol li:first-child {
    /*padding-left: 35px;*/
  }
  .breadcrumb ol li:first-child::before {
    /*content:url(../images/icon-home.svg);*/
    position: absolute;
    left: 5px;
    top: 1px;
  }
  .breadcrumb ol li:not(:last-child)::after {
    content: "一";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
  }
  .breadcrumb .item {
    font-size: 1rem;
    color: #dcdcdc;
    text-transform: uppercase;
  }
  .breadcrumb .item:hover {
    color: #ffffff;
  }
  .page-banner .page-title {
    position: absolute;
    top: 30%;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #FFF;
  }
  .page-banner .page-title .title {
    text-transform: uppercase;
    font-family: Arial,Microsoft JhengHei,sans-serif;
    font-style:italic;
    letter-spacing: -5px;
  }

/*-- Carousels --*/
  .carousel-default .carousel-indicators {
    justify-content: flex-end;
  }
  .carousel-default .carousel-indicators .item {
    position: relative;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 8px;
  }
  .carousel-default .carousel-indicators .item:hover{
    background-color: #0a723e;
  }
  .carousel-default .carousel-indicators .item.active {
    background-color: #0a723e;
  }

  .dots-default .owl-dots {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    text-align: center;
  }
  .dots-default .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #d8d8d8;
    border-radius: 100%;
    margin: 0 5px
  }
  .dots-default .owl-dots .owl-dot:focus {
    outline: none
  }
  .dots-default .owl-dots .owl-dot:hover {
    background: #a8a8a8
  }
  .dots-default .owl-dots .owl-dot.active {
    background: #0a723e
  }

  .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%);
    transition: all .25s ease-in-out;
  }

  .nav-default .owl-nav .owl-prev {
    left: -2vw;
    right: auto;
  }
  .nav-default .owl-nav .owl-next {
    left: auto;
    right: -2vw;
  }
  .nav-default .owl-nav .owl-prev span,
  .nav-default .owl-nav .owl-next span {
    font-size: 0;
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    border-color: #333333;
  }
  .nav-default .owl-nav .owl-prev span {
    transform: rotate(135deg);
    transition: all .25s ease-in-out;
  }
  .nav-default .owl-nav .owl-next span {
    transform: rotate(-45deg);
    transition: all .25s ease-in-out;
  }
  .nav-default .owl-nav .owl-prev:hover span,
  .nav-default .owl-nav .owl-next:hover span{
    border-color: #3B6528;
    transition: all .25s ease-in-out;
  }
  .nav-default .owl-nav .owl-prev:hover span{
    transform: translateX(-10px) rotate(135deg);
    transition: all .25s ease-in-out;
  }
  .nav-default .owl-nav .owl-next:hover span{
    transform: translateX(10px) rotate(-45deg);
    transition: all .25s ease-in-out;
  }
  .nav-none .owl-nav{
    display: none;
  }

/*-- Main --*/
  .main.bg-cloud{
    position: relative;
  }
  .main.bg-cloud .dec-cloud.top {
    right: -7vw;
    top: 325px;
    z-index: 99;
  }
  .main.bg-cloud .dec-cloud.middle {
    left: -12vw;
    top: 32%;
  }
  .main.bg-cloud .dec-cloud.bottom {
    right: -15vw;
    bottom: 10%;
  }
  .webeditor a{
    color: #3b6528;
    text-decoration: underline;
    font-weight: 700;
  }
  hr.light-gray{
    border: none;
    height: 1px;
    background: #d8d8d8;
  }
  .divid .small {
    width: 20px;
    height: 1px;
    background: #3B6528;
    display: inline-block;
  }
  .dec-cloud {
    position: absolute;
    z-index: 99;
    /*animation: dec-cloud 2s ease-in-out infinite alternate;
    -moz-animation: dec-cloud 2s ease-in-out infinite alternate;
    -webkit-animation: dec-cloud 2s ease-in-out infinite alternate;*/
  }
  .scroll {
    position: absolute;
    z-index: 99;
    right: 1.6vw;
    top: 680px;
    cursor: pointer;
  }
  .page-scroll {
    position: absolute;
    z-index: 3;
    right: 1.6vw;
    top: 375px;
    cursor: pointer;
  }
  @keyframes dec-cloud {
    from {
      transform: translate(0, 0px)
    }
    to {
      transform: translate(40px, 0px)
    }
  }
  .tag-red{
    background: #AA1616;
    color: #fff;
    border-radius: 50px;
    padding: 0 20px;
    line-height: 2;
    display: inline-block;
  }
  .arrow {
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 2px;
  }
  .arrow.right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  .arrow.down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  }
  .icon-down {
    position: absolute;
    top: 45%;
    left: -3vw;
    animation: icon-down .8s infinite alternate;
    -moz-animation: icon-down .8s infinite alternate;
    -webkit-animation: icon-down .8s infinite alternate;
  }
  .icon-down .text {
    transform: rotate(90deg);
    display: inline-block;
    color: #fff;
  }
  @keyframes icon-down{
     0%{transform:translateY(0)}
     100%{transform:translateY(-15px)}
  }
  .icon-down .text::before {
    content: "";
    position: absolute;
    bottom: 45%;
    left: 110%;
    width: 120px;
    height: 1px;
    background: #fff;
  }
  .icon-down .text::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 225px;
    width: 12px;
    height: 12px;
    background: #149848;
    border-radius: 100%;
  }

  .sidebar {
    position: fixed;
    top: 50vh;
    right: 1.5vw;
    z-index: 5;
  }
  .sidebar li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
  }
  .sidebar li a {
    padding: .5rem 1.25rem;
    border-right: 2px solid #E8E8E8;
    display: block;
    font-weight: 700;
    background: rgb(244 244 244 / .3);
  }
  .sidebar li a:hover,
  .sidebar li.current a {
    border-right: 2px solid #3B6528;
  }

  .videos .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon-video.svg) center center no-repeat;
    opacity: 1;
    transition: all .25s ease-in-out;
  }
  .videos .item:hover .overlay{
    opacity: 0;
    transition: all .25s ease-in-out;
  }

/*-- Header --*/
  .header .desktop{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: transparent;
  }
  .index .header .logo-wrapper {
    /*transform: translateY(-180px);*/
    transform: translateY(0px);
    transition: all .15s ease-in-out;
  }
  .header .desktop .logo {
    width: auto;
    height: 80px;
  }
  .header .desktop .logo img {
    max-width: 100%;
  }

  .header.fixed{
    background: #000;
    /*background: -moz-linear-gradient(left, #3b6528 0%, #3b6528 40%, #F4F4F4 40%, #F4F4F4 40%, #F4F4F4 100%);
    background: -webkit-linear-gradient(left, #3b6528 0%,#3b6528 40%,#F4F4F4 40%,#F4F4F4 40%,#F4F4F4 100%);
    background: linear-gradient(to right, #3b6528 0%,#3b6528 40%,#F4F4F4 40%,#F4F4F4 40%,#F4F4F4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6528', endColorstr='#F4F4F4',GradientType=1 );*/
  }
  .header.fixed .logo-wrapper {
    transform: translateY(0);
    transition: all .15s ease-in-out;
  }

  .header .dropdown-sm {
    position: relative;
  }
  .header .nav {
    padding: 0;
    margin:0;
  }
  .header .nav li {
    list-style: none;
  }
  .header .nav > .nav-item > a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 52px 1vw 51px;
    font-size: 1.2rem;
    color: #FFF;
    background: center 48px;
    text-transform: uppercase;
  }
  .header .nav.language li.nav-item {
      min-width:150px;
  }
  /*.header .nav > .nav-item > a::before {
    content: url(../images/Bg_Round.png);
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .25s ease-in-out;
  }*/
  .header .nav > .nav-item > a .arrow.down {
    /*position: absolute;
    bottom: 30px;
    left: 50%;*/
    margin-left: 12px;
    top: -4px;
    position: relative;
    transform: translateX(-50%) rotate(45deg);
    border-color: #a2a2a2;
  }
  a.about-title{
    text-align: center;
    width: 100%;
    display: table;
  }
  a.language_btn{
    color: #000;
  }
  a.language_btn img{
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
  }
  .header .nav > .nav-item:hover > a {
    color: #fff;
    background: url(../images/Bg_Round.png) no-repeat center 45px;
  }
  .header .nav > .nav-item:not(:last-child):hover > a::before {
    opacity: 1;
    transition: all .25s ease-in-out;
  }
  .header .nav-item .item-dropdown.fluid {
    display: none;
    position: absolute;
    left: 0;
    /*top: 140px;
    background: #fff;*/
    width: 100%;
    transition: all .25s ease-in-out;
  }
  .header .nav-item:hover .item-dropdown {
    display: block;
    transition: all .25s ease-in-out;
  }
  .header.fixed .nav-item .item-dropdown.fluid {
    top: 122px;
  }

  .header .nav-sec,
  .list-style-links{
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .nav-sec .item a,
  .list-style-links .item a{
    position: relative;
    padding: 1.75rem 3.45rem;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
  }
  /*.header .nav-sec .item:not(:last-child) a::after,
  .list-style-links .item:not(:last-child) a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 100%;
  }*/
  .header .nav-sec .item a:hover,
  .list-style-links .item a:hover,
  .list-style-links .item.active a{
    color: #3b6528;
  }

  /* Social Media */
  .social-medias .item {
    width: 35px;
    height: 35px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  .social-medias .item:hover {
    background: #3B6528;
  }

  /* Mobile */
  .header .mobile #mobilebtn {
    position: absolute;
    top: 30px;
    right: 15px;
    padding: 0;
  }
  .header .mobile #mobilebtn img{
    max-width: 50px;
  }
  .header .mobile .mobile-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header .mobile .mobile-nav #mobileclose {
    padding: 0;
    position: absolute;
    top: 32px;
    right: 15px;
  }
  .header .mobile .mobile-nav .main {
    padding: 10px 0;
    background: #FFF;
  }
  .header .mobile .mobile-nav > .main > .item > a{
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
  }
  .header .mobile .mobile-nav .list.sec {
    background: #fff;
    padding: 0;
  }
  .header .mobile .mobile-nav .list.sec#about li {
    width: 50%;
    float: left;
    padding: 1% 0;
    padding-left: 12%;
    font-weight: 500;
  }
  .header .mobile .mobile-nav .list.sec#about li a{
    text-align: left;
  }
  .header .mobile .mobile-nav .list.sec#about{
    margin-top: 20px;
  }
  ul.list li.chk-mobile{
    clear: both;
    padding-top: 20px;
  }
  .header .mobile .mobile-nav .list.sec#language > .item > a {
    display: inline;
  }
  .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{
    background: #FFF;
  }
  .header .mobile .mobile-nav .social-media{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .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
  }

  .whats_new .title-main{
    letter-spacing: inherit;
  }
  .whats_new .title-main p{
    font-weight: normal;
    color: #FFF;
  }
  .whats_new figure img{
    width: 100%;
    height: max-content;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255);
  }
  .whats_new .img{
    margin: auto;
  }
  .whats_new .img-hover-larger{
    border: 0px;
  }
  .whats_new .item .img-hover-larger img{
    transition: inherit;
    transform: inherit;
    max-width: 100%;
  }
  .whats_new .item .img-hover-larger a:hover{
    transition: inherit;
  }
  .whats_new{
    color: #FFF;
  }
  .whats_new h3{
    font-size: 18px;
  }
  .whats_new a,.whats_new a:hover {
    color: #fff;
  }


  .new-list .title-main p{
    font-weight: normal;
  }
  .new-list figure img{
    width: 100%;
    height: max-content;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255);
  }
  .new-list .img-hover-larger{
    border: 0px;
  }
  .new-list .item .img-hover-larger img{
    transition: inherit;
    transform: inherit;
    max-width: 100%;
  }
  .new-list .item .img-hover-larger a:hover{
    transition: inherit;
  }
  .new-list .container{
    position: relative;
    z-index: 2;
  }
  .new-list h3{
    color: #007640;
  }
  .new-list h3 a,.new-list h3 a:hover {
    color: #007640;
  }
  .new-list p a,.new-list p a:hover {
    color: #333;
  }


/*-- Footer --*/
  .footer {
    background: #000;
    color: #fff;
    padding: 3rem 0;
    /*padding: 6.5625rem 0;
    border-top: 7px solid #3B6528;*/
  }
  .footer a{
    display: inline-block;
    color: #fff;
  }
  .footer a:hover {
    color: #0a723e;
  }

  .footer .logo img,
  .foot-logo {

    height: 78px;
  }
  .footer .list li {
    margin-bottom: 20px;
  }
  .footer .title {
    padding-bottom: 1.25rem;
    position: relative;
  }
  .footer .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 2px;
    background: #fff;
  }
  .footer .figure-contact {
    line-height: 1.5;
  }

  .copyright {
    width: 100%;
    font-size: .875rem;
  }
  .copyright .word {
    float: right;
    padding-top: 25px;
  }
  .copyright a {
    color: #ddd;
  }
  .copyright a:hover {
    color: #fff;
  }
  .copyright a.social {
    /*margin-right: 18px;*/
  }



/*-- Index --*/
  .banner-wrapper {
    /*padding-bottom: 20px;*/
  }
  .banner-wrapper .dec-cloud {
    right: 1.6vw;
    top: 680px;
    z-index: 99;
    cursor: pointer;
  }
  .banner-wrapper .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    position: relative;
  }
  .banner-wrapper .container .banner{
    width: 100%;
    max-width: 100%;
    /*height: 100vh;*/
  }
  .banner-wrapper .logo-wrapper,.page-banner .logo-wrapper {
    z-index: 6;
    position: absolute;
    right: -170px;
    top: -270px;
    width: 400px;
  }
  .banner-wrapper .logo-wrapper img,.page-banner .logo-wrapper img {
    width: 260px;
    height: 250px;
  }
  .page-banner .logo-wrapper img {
    max-width: inherit;
  }
  /*.carousel-cover{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: absolute;
    display: block;
    z-index: 1;
  }*/
  .banner .carousel-item{
    position: relative
  }
  .banner-wrapper .banner .image::before,.index-group-activity .banner .image::before,.page-banner .banner .image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-banner .banner .image {
    background-repeat: no-repeat !important;
    background-position: center -400px !important;
    height: 616px;
    background-attachment: fixed !important;
  }
  .page-banner .banner .image::before {
    max-height: 616px;
  }
  .banner .image {
    overflow: hidden;
    /*border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;*/
  }
  .banner .image img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  /*.banner.Beyond-Limits .slogan {
    top: 25%;
  }
  .banner.Beyond-Limits .slogan img {
    width: 90%;
  }*/
  .banner.Beyond-Limits .slogan{
    top: 20%;
  }
  .banner .slogan {
    position: absolute;
    top: 35%;
    left: 10%;
    color: #fff;
    width: 80%;
    z-index: 2;
	 text-align:center;
  }
  .banner .slogan .title {
    font-size: 5rem;
    font-weight: 700;
    margin: 0
  }
  .banner .slogan .title-sec {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .banner .info {
    position: absolute;
    top: 65%;
    left: 25%;
    color: #fff;
    margin-top: 35px;
    z-index: 2;
  }
  /*.column.banner.Beyond-Limits p.info {
    top: 50%;
    left: inherit;
    right: 0%;
    text-align: left;
  }*/
  .column.banner.Beyond-Limits p.info {
    top: 35%;
    left: 15%;
    text-align: right;
    width: 70%;
    z-index: 9;
  }
  .column.banner p.info {
    top: 48%;
    left: 15%;
    text-align: right;
    width: 70%;
  }
  .column.banner p.info a{
    padding-top: 38px;
    display: block;
  }
  .column.banner .slogan{
    width: 70%;
  }
  .column.banner .slogan img{
    float: right;
  }

  .banner .carousel-indicators {
    /* position: absolute;
    left: 0;
    top: -11%;
    bottom: auto;
    margin: 0;
    width: 43%; */
    position: absolute;
    bottom: 10%;
    width: 60px;
    padding: 0px;
    margin: auto;
  }

  .banner .carousel-indicators::before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    /*height: 1px;*/
    background: #fff;
    z-index: -2;
  }
  .banner .carousel-indicators .item::before {
    /*content: "";
    background: #3b6528;
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: -1;*/
  }
  .banner .carousel-indicators .item:first-child::before {
    width: calc(100% + 30px);
    left: -25px;
  }
  .logo-wrapper .logo-hover-color {
    position: relative;
  }
  .logo-wrapper .logo-hover-color img {
    width: 500px;
    height: 500px;
  }
  .logo-wrapper .logo-hover-color .logo-white {
    position: relative;
    z-index: 1;
    transition: all .25s ease-in-out;
  }
  .logo-wrapper .logo-hover-color .logo-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .logo-wrapper .logo-hover-color:hover .logo-white{
    opacity: 0;
    transition: all .25s ease-in-out;
  }
  .index-group-activity,
  .index-about{
    position: relative;
  }
  .index-group-activity .dec-cloud {
    top: 31%;
    left: -200px;
  }
  .index-group-activity .container{
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }
  .index-about .dec-cloud {
    top: 17%;
    right: -15vw;
  }
  #column-section .banner{
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }
  #column-section .banner .logo-wrapper{
    position: relative;
    left: -290px;
    top: -270px;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
  }
  #column-section .banner.Beyond-Limits .logo-wrapper {
    top: inherit;
    left: inherit;
    right: 210px;
    bottom: 230px;
    position: absolute;
  }

/*-- About --*/
  .list-statement{
    margin: 0;
    padding: 0;
  }
  .list-statement li {
    display: flex;
    margin-bottom: 8px;
  }
  .list-statement li .title{
    width: 8%;
    margin-right: 30px;
    text-align: right;
    font-weight: 700;
    line-height: 2
  }
  .list-statement li .info{
    width: 92%;
    margin: 0;
    line-height: 2
  }

/*-- Product --*/
  .carousel.product{
    position: relative;
  }
  .carousel.product .carousel-inner{
    background: #fff;
    padding: 30px 80px;
    border: 1px solid #e8e8e8;
  }
  .carousel.product .carousel-item{
    text-align: center;
  }
  .carousel.product .carousel-item img{
    max-height: 500px;
  }
  .carousel.product .link-prev,
  .carousel.product .link-next{
    position: absolute;
    top: 40%;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    border-color: #333333;
    transition: all .25s ease-in-out;
  }
  .carousel.product .link-prev{
    transform: rotate(135deg);
    left: 50px;
  }
  .carousel.product .link-next{
    transform: rotate(-45deg);
    right: 50px;
  }
  .carousel.product .carousel-indicators{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -4px;
    justify-content: flex-start;
  }
  .carousel.product .carousel-indicators .item{
    padding-right: 4px;
    padding-left: 4px;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .carousel.product .carousel-indicators .item .border{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 82px;
    border: 1px solid #e8e8e8;
    transition: all .25s ease-in-out;
  }
  .carousel.product .carousel-indicators .item.active .border,
  .carousel.product .carousel-indicators .item .border:hover{
    border-color: #3B6528;
    transition: all .25s ease-in-out;
  }
  .carousel.product .carousel-indicators .item img{
    max-width: 100%;
  }

/*-- News --*/
  .item.tag-hot{
    position: relative;
  }
  .item.tag-hot::before {
    content: url(../images/tag-hot.svg);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
  }

/*-- Contact --*/

@keyframes Round{
  from{transition:0s ease-in}
  to{transform:rotate(360deg)}
}
@keyframes Round-360{
  from{transition:0s ease-in}
  to{transform:rotate(-360deg)}
}

img.logo-color{
    position:absolute;
    animation-name:Round;
    animation-duration:5s;
    animation-iteration-count:infinite;
}

.history-list{

}


ul.history-list li{
    border-bottom: 1px #d2d2d2 solid;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.history-list li div{
    padding-bottom: 30px;
    padding-top: 30px;
}

ul.history-list li.start{
    background: url(../images/about/History-Line-Frame.svg) 183px top no-repeat;
    padding-top: 40px;
}
ul.history-list li.end{
    background: url(../images/about/History-Line-Frame.svg) 183px bottom no-repeat;
    padding-bottom: 40px;
    border: 0px;
}
ul.history-list li .title{
    padding-right: 15px;
    width: 15%;
    margin-right: inherit;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    background: url(../images/History-Line.svg) right center repeat-y;
}

ul.history-list li .title img{
    position: absolute;
    right: 0px;
}

ul.history-list li .month{
    width: 5%;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    width: 30px;
}

ul.history-list li .info{
    width: 85%;
    line-height: 28px;
    font-weight: bold;
    display: table;
}

ul.history-list li .info p{
    width: 70%;
    float: left;
    padding: 0px;
    padding-right: 10%;
    line-height: 1.8;
}

ul.history-list li .info figure.img{
    width: 30%;
    float: right;
}

#about-video .container {
    width: 100%;
    max-width: 100%;
}

#about-video .group-album .item{
  flex: inherit;
}

#about-video .album-item a{
   display: table;
   /*background: url(../images/Top_Carousel_Cover.png) repeat;*/
   position: absolute;
   text-align: center;
   width: 33.333333%;;
   z-index: 2;
   /*height: 100vh;
   width: auto;*/
   height: auto;
}

#about-video .album-item a img{
   /*z-index: 2;
   position: absolute;
   margin-top: 8%;*/
}


/*#about-video figure.img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/

#about-video figure.img img{
   display: table;
   cursor: pointer;
}

#about-video .group-album .album-item{
  padding: 0px;
  margin: 0px;
  width: 33.3333333333333333%;
}


#about-video .group-album .album-item .about-video-img{
  width: 100%;
  transform:scale(1,1);transition: all 0.5s ease-out;
}

#about-video .group-album .album-item .about-video-img.get-hover{
  transform:scale(1.1,1.1);
}

#about-video .group-album .album-item figure.img{
    overflow: hidden;
}

#about-video .group-album .album-item h4{
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .5);

}

.lits-title,.lits-no,.lits-p,.lits-pno,.lits-no-title{
    line-height: 1.5rem;
    font-size: 1rem;
    border-bottom: 1px solid #d6d6d7;
    font-weight: 900;
    min-height: 23px;
    padding: 17px 0px;
}

.lits-no,.lits-pno,.lits-no-title{
    text-align: center;
}

.lits-title,.lits-no,.lits-no-title{
    color: #007740;
    text-transform:uppercase;
}

.products-img{
    width: 80%;
}

.products-list p{
    width: 80%;
    margin: auto;
}

.link-over{
    background: url(../images/Product_BG.svg) no-repeat center 10%;
}

.link-over h3 a{
    color: #007740;
}

.product-detail{
    background: #efefef url(../images/product_bg.gif) repeat-x ;
}

.product-detail .page-scroll{
    display: none;
}

.product-detail .page-banner{
    height: inherit;
    max-height: inherit;
    overflow: inherit;
}

.product-detail .header .desktop{
    /*background: #000000;*/
}

.product-detail .breadcrumb {
    padding-top: 182px;
}

.product-detail .breadcrumb ol{
    margin: auto;
}
.product-detail .breadcrumb .item{
    color: #8e8e8f;
}

.product-detail .breadcrumb ol li:not(:last-child)::after{
    color: #8e8e8f;
}

.product-detail .product-detail-img{
    width: 70%;
    display: block;
}

.product-detail .page-banner .product-info .main-image{
    position: absolute;
    display: contents;
}

.product-detail .page-banner .product-info h1{
    background: url(../images/Title_BG.png) no-repeat right center;
    /*height: 120px;
    line-height: 120px;
    font-size: 2.5rem;*/
    background-size: cover;
    height: 176px;
    line-height: 176px;
    font-size: 2.3rem;
    text-align: right;
    color: #fff;
    font-weight: bolder;
    padding-right: 50px;
    padding-left: 37%;
    display: inline-block;
}

.product-detail .page-banner .product-info span{
    font-weight: bolder;
    display: block;
    margin-left: 37%;
    margin-top: 40px;
}

.product-detail .page-banner .product-info p{
    font-weight: 500;
    margin-left: 37%;
    margin-top: 25px;
}

.product-detail .page-banner .product-info ul.icon-btn{
    margin-left: 37%;
    margin-top: 40px;
    padding: 0px;
}

.product-detail .page-banner .product-info ul.icon-btn li{
    list-style: none;
    float: left;
}

.product-detail .page-banner .product-info ul.icon-btn li:nth-child(1){
    margin-right: 15px;
}

.product-detail .page-banner .product-info ul.icon-btn li .icon-inquiry{
  display: none;
}

.product-detail .page-banner .product-info .product-detail-img{
    margin-top: 40px;
    width: 100%;
    max-width: 877px;
}

.product-detail .features h3,.product-detail .machine-specifications h3,.product-detail .applicable-industries h3,.product-detail .machine-dimension h3{
    color: #007740;
}

.product-detail .features ul.features-list li{
    list-style: none;
    float: left;
    padding-left: 50px;
    margin-bottom: 18px;
    width: 50%;
    min-height: 66px;
    padding-right: 40px;
    background: url(../images/Icon-awesome-check-circle.svg) no-repeat left top;
}

.product-detail .features ul.features-list li:nth-child(odd) {
    clear: both;
}

.product-detail .machine-specifications table{
    padding: 3px;
    margin: 0px;
    background: #FFF;
    margin: auto;
    width: 100%;
}

.product-detail .machine-specifications table th{
    padding: 16px;
    color: #FFF;
    background: #6CAE30;
    text-align: center;
}

.product-detail .machine-specifications table th:nth-child(1) {
    width: 50%;
}

/*.product-detail .machine-specifications table th:nth-child(1),.product-detail .machine-specifications table th:nth-child(2) {*/
.product-detail .machine-specifications table th, .product-detail .machine-specifications table td{
    text-align: center;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}
@media(max-width:  767px){
  .product-detail .machine-specifications table th, .product-detail .machine-specifications table td{
    padding: 10px 5px;
    min-width: 100px;
  }
}
.product-detail .machine-specifications table th:last-child ,.product-detail .machine-specifications table td:last-child {
    border-right: none;
}

.product-detail .machine-specifications table tr:nth-child(odd) td{
    background: #EFEFEF;
}

.product-detail .machine-specifications table td{
    padding: 14px;
    background: #FFFFFF;
    text-align: center;
}

.product-detail .machine-specifications table td:nth-child(1){
    border-right: 3px solid #FFFFFF;
}

.product-detail .machine-specifications table td:nth-child(3){
    border-left: 3px solid #FFFFFF;
}

.product-detail .info-details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-detail .info-details .container {
    position: relative;
    height: 100%;
    margin-top: 40px;
}

.product-detail .info-details .btn {
    position: absolute;
    padding: 0;
    opacity: .8;
    cursor: pointer;
}

.product-detail .info-details .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -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,.2);
    border-radius: .3rem;
    outline: 0;
}

.product-detail .info-details .modal-content img{
    border-radius:20px;
}

.product-detail .info-details .modal {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0,0.7);
    z-index: 9999;
    width: 100%;
    height: 100vh;
    padding-right: 0px;
}

.product-detail .page-banner .product-info .info-details p{
    max-width: inherit;
    margin-left: inherit;
}

.modal-content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: inherit;
}

.product-detail .info-details .modal-content .image {
    width: 100%;
}

.product-detail .page-banner .logo-wrapper {
    top: -300px;
}

.news-container.container{
    max-width: 1000px
}

.modal.show .modal-dialog {
    transform: translate(0,15vh);
    margin: 0 auto;
    max-width: 774px;
}

.applicable-industries ul.industries-list{
    display: table;
}

.applicable-industries ul.industries-list li{
    text-align: center;
    width: 20%;
    float: left;
    display: block;
    list-style: none;
}

.applicable-industries ul.industries-list li p{
    /*font-size: 16px;*/
}

.machine-dimension img{
    width: 100%;
}

.language{
  position: absolute;
  right: 7%;
}

ul.news-menu{
  margin: auto;
  display: table;
}

ul.news-menu li{
  min-width: 144px;
  list-style: none;
  float: left;
  text-align: center;
  border: 1px #000 solid;
  border-right: 0px;
  line-height: 40px;
  padding: 0px 10px;
}

ul.news-menu li:first-child ,ul.news-menu li:last-child{
  min-width: 98px;
}

ul.news-menu li:first-child{
  border-radius: 21px 0px 0px 21px;
}
ul.news-menu li:last-child{
  border-right: 1px #000 solid;
  border-radius: 0px 21px 21px 0px;
}

ul.news-menu li.active{
  background: #0d7640;
  color: #FFFFFF;
}

ul.news-menu li a{
}

ul.news-menu li.active a{
  color: #FFFFFF;
}

ul.news-menu li:hover{
  background: #0d7640;
  color: #FFFFFF;
}

ul.news-menu li:hover a{
  color: #FFFFFF;
}

a.video-list-item{
   display: table;
   background: url(../images/Top_Carousel_Cover.png) repeat;
   position: absolute;
   text-align: center;
   width: 33.333333%;;
   /*height: 100vh;
   width: auto;*/
   height: auto;
}

.download figure.image{
   text-align: center;
}

a.download-list-item{
   display: inline;
   background: url(../images/Top_Carousel_Cover.png) repeat;
   position: absolute;
   text-align: center;
   max-width: 287px;
   width: 100%;
   height: auto;
   margin: 20px;
   padding: 8px;
}

a.iframe-item{
  display: block;
  background: url(../images/Top_Carousel_Cover.png) repeat;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
}

a.download-list-item img{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

img.download-list-img{
   border: 8px #FFF solid;
   margin: 20px;
}

.btn-hover-right:hover {
    transform: translateX(5px);
    transition: all .25s ease-in-out;
}

.btn-hover-left:hover {
    transform: translateX(-5px);
    transition: all .25s ease-in-out;
}

.btn-hover-top:hover {
    transform: translateY(-5px);
    transition: all .25s ease-in-out;
}

.Information h2{
    color: #007640;
}

.Information p{
}

.header .nav-item .item-dropdown.fluid .about-ul,.header .nav-item .item-dropdown.fluid .products-ul{
    max-width: 1332px;
    margin: auto;
    background: #fff;
    display: table;
}

.about-ul .about-ul-txt,.products-ul .products-ul-txt{
    float: left;
    width: 28%;
    border-right: 1px solid #dcdcdc;
    padding-right: 36px;
}

.about-ul .about-ul-txt strong,.products-ul .products-ul-txt strong{
    display: table;
}

.header .about-ul ul.nav-sec{
    float: left;
    width: 72%;
    padding-left: 36px;
}

.header .about-ul ul.nav-sec li.item a{
    padding: 8px;
    font-size: 1rem;
    text-align: center;
}

.header .products-ul ul.nav-sec{
    display: inline-block;
	float:left;
	width:calc(78% - 80px)
}
.header .zhichi ul.nav-sec{width:100% !important}

.header .products-ul ul.nav-sec li.item{
    max-width: 25%;
    width: 100%;
    float: left;
}

.header .products-ul ul.nav-sec li.item a{
    padding: 8px;
    font-size: 1rem;
    text-align: center;
    width: 90%;
    margin: auto;
}

.header .about-ul ul.nav-sec li.item a.img-hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 8px solid #FFF;
}

.header .about-ul ul.nav-sec li.item a.img-hover:hover::before ,.header .products-ul ul.nav-sec li.item a.img-hover:hover::before {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

.footer-contact-us p{
  text-align: right;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
}

.footer-contact-us .contact-us-btn{
}

.layer{
    position: relative;
    z-index: 2;
}

.about-four-div .four-line:first-child {
    background: #FFFFFF;
}
.about-four-div .four-line:last-child {
    background: #FFFFFF;
}

.equipment .equipment-list .lits-p {
    padding: 22px 0px;
}

.equipment .equipment-list .lits-no,.inspection_instruments .equipment-list .lits-no {
    color: inherit;
}

.equipment .equipment-list .lits-no:nth-child(1),.inspection_instruments .equipment-list .lits-no:nth-child(1) {
    color: #007740;
}


a.download-list-item img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

img.img-video{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.inquiry-txt{
    max-width: 1000px;
    margin: auto;
}

.form-horizontal.style-white .form-control.form-select{
    background: url(../images/form-select.svg) no-repeat 95% center white;
    -webkit-appearance: none;
}

.img-slogan-768{
    display: none;
}

.img-slogan{
    display: block;
}

.company-iframe div{
    padding-right: 0px;
}
.company-iframe div.company-info{
    padding-right: 15px;
    padding-left: 0px;
}

.captcha-input{
  width: 100%;
}

.prefer_conact{
  line-height: 49px;
  min-height: 49px;
}

/* The container */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 15px;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  top: 13px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.carousel-cover{
  position: absolute;
  z-index: 2;
}


/*-- Backgrounds --*/
.bg-color-hover img, .bg-grayscale img{
  transition: all 0.25s ease-in-out;
}
.bg-grayscale img {
  filter: grayscale(100%);
}

.bg-color-hover.change img {
  filter: grayscale(0%);
}

.download .bg-round-div .page-bg-round{
    top: -150px;
}

.faq_group {
    margin-bottom: 7.8vw;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}


.faq_group .faq_box {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0px;
    border-top: 0.05vw solid #bdbebf;
    /*border-bottom: 0.05vw solid #bdbebf;*/
}

.faq_group .faq_box p {
    text-align: left;
    font-weight: bold;
    padding: 1.6vw 0;
    margin: 0;
    width: 52vw;
    line-height: 180%;
    color: #1f1f1f;
}

.faq_group .faq_box .images {
    position: relative;
}

.faq_group .faq_box .images img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.1s ease-in-out;
}

.faq_group .faq_box:hover , .faq_group .faq_box.open_faq {
    background-color: #00802f;
}

.faq_group .faq_box:hover p , .faq_group .faq_box.open_faq p {
    color: #ffffff;
}

.faq_group .faq_box:hover .images img:last-child , .faq_group .faq_box.open_faq .images img:last-child   {
    opacity: 0;
}

.faq_group .faq_info {
    padding-bottom: 10px;
    display: none;
    text-align: left;
    padding: 2vw 0;
    width: 52vw;
    margin: auto;
}

.faq_group {
    border-bottom: 0.05vw solid #bdbebf;
}


.faq_group .faq_box.open_faq .images img.Icon_arrow_hover
{
  -ms-transform:rotate(90deg); /* IE 9 */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  transform:rotate(90deg);
  margin-top: -10px;
}


/*.equipment-list .lits-title.lits-No.lits-p*/

/*-- Response --*/
@media all and (-ms-high-contrast:none){

}

@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
.header .nav.top-menu{margin-right:0 !important}
  .breadcrumb ol,.product-detail .features,.product-detail .machine-specifications,.product-detail .applicable-industries,.product-detail .machine-dimension{
    max-width: 1366px;
  }
}


@media (min-width: 1500px) {
  .container {
    max-width: 1366px;
  }

  .container.width1400 {
    max-width: 1430px;
  }

  .container.width1090 {
    max-width: 1120px;
  }

  .breadcrumb ol,.product-detail .features,.product-detail .machine-specifications,.product-detail .applicable-industries,.product-detail .machine-dimension{
    max-width: 1366px;
  }
}
@media (min-width: 1680px){
  .container {
    max-width: 1366px;
  }

  .breadcrumb ol,.product-detail .features,.product-detail .machine-specifications,.product-detail .applicable-industries,.product-detail .machine-dimension{
    max-width: 1366px;
  }
}
@media (max-width: 1860px) {
  .header .nav.top-menu{
    margin-right: 50px;
  }
}
@media (max-width: 1700px) {
  .header .nav.top-menu{
    margin-right: 0px;
  }
}
@media (max-width: 1680px) {
  .header .item-dropdown {
    top: 78px;
  }
  .group-activity .item .info a.btn.style-arrow,.group-activity .item .info h3,.group-activity .item .info p{
    margin-left: 200px;
    width: 60%;
  }
  .group-activity .item.ml230 .info a.btn.style-arrow, .group-activity .item.ml230 .info h3, .group-activity .item.ml230 .info p {
    margin-left: 200px;
    width: 60%;
  }
  .group-activity .item .info .category .title {
    margin-left: 200px;
  }
  .group-activity .item.ml230 .info .category .title {
    margin-left: 200px;
  }
}
@media (max-width: 1560px) {
  .group-activity .item .info a.btn.style-arrow,.group-activity .item .info h3,.group-activity .item .info p{
    margin-left: 120px;
    width: 70%;
  }
  .group-activity .item.ml230 .info a.btn.style-arrow, .group-activity .item.ml230 .info h3, .group-activity .item.ml230 .info p {
    margin-left: 120px;
    width: 70%;
  }
  .group-activity .item .info .category .title {
    margin-left: 120px;
  }
  .group-activity .item.ml230 .info .category .title {
    margin-left: 120px;
  }
  .group-activity .item .info .category{
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .group-activity .item .info .category h3{
    margin-bottom: 15px;
  }
  .group-activity .item .info .category a{
    margin-top: 20px;
  }

  .product-detail .page-banner .product-info h1 {
    padding-left: 37%;
  }
  .product-detail .page-banner .product-info span,.product-detail .page-banner .product-info p,.product-detail .page-banner .product-info ul.icon-btn {
    margin-left: 37%;
  }

  .header .nav.top-menu {
    margin-right: 190px;
  }
}

@media (max-width: 1440px) {
  body {
    font-size: 18px;
  }
  .header .nav.top-menu{
    margin-right: 190px;
  }
  .page-banner .banner .image ,.page-banner .banner .image::before {
    max-height: 500px;
  }

  .img-slogan{
    width: 80%;
    margin: auto;
  }
  .slogan.grinding .img-slogan{
    width: 750px;
  }
  .slogan.who .img-slogan{
    width: 675px;
  }
  .slogan.dare .img-slogan{
    width: 985px;
  }

  .img-slogan:nth-child(3){
    float: inherit !important;
  }

  .product-detail .breadcrumb {
    padding-top: 152px;
  }

  .header.fixed .nav-item .item-dropdown.fluid,.header .nav-item .item-dropdown.fluid {
      top: 102px;
  }

  .header .nav > .nav-item > a {
      padding: 42px 1.5vw 41px;
  }

  .header .nav > .nav-item:hover > a {
      background: url(../images/Bg_Round.png) no-repeat center 33px;
  }

  /*.bg-green-half,
  .header.fixed{
    background: #3b6528;
    background: -moz-linear-gradient(left,  #3b6528 0%, #3b6528 35%, #F4F4F4 35%, #F4F4F4 35%, #F4F4F4 100%);
    background: -webkit-linear-gradient(left,  #3b6528 0%,#3b6528 35%,#F4F4F4 35%,#F4F4F4 35%,#F4F4F4 100%);
    background: linear-gradient(to right,  #3b6528 0%,#3b6528 35%,#F4F4F4 35%,#F4F4F4 35%,#F4F4F4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6528', endColorstr='#F4F4F4',GradientType=1 );
  }*/
  ul.history-list li.start,ul.history-list li.end{
    background-position-x: 148px;
  }

  .table.style-stripes tr td{
    padding: 1rem;
  }

  .group-album,
  .row.group-4col,
  .row.group-5col {
    margin-right: -15px;
    margin-left: -15px;
  }
  .group-album .item,
  .group-4col .item,
  .group-5col .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header .item-dropdown {
    top: 76px;
  }
  .footer .content {
    padding: 20px 15px;
  }
  .footer .logo img {
    width: 172px;
    height: 54px;
  }
  .copyright {
    padding: 15px 0;
  }

  .banner .slogan .title{
    font-size: 3.5rem;
  }
  /*.banner-wrapper .logo-wrapper img,
  .logo-wrapper .logo-hover-color img {
    width: 200px;
    height: 192px;
  }*/
  .banner .carousel-indicators{
    width: 35%;
  }

  .title .dot, .title-dot .dot{
    width: 15px;
    height: 15px;
  }
  .title-dot .dot::before{
    left: 15px;
  }
  .group-activity .item .info .category{
    font-size: 1.2rem;
  }
  .group-activity .item .info .category .title .dot{
    left: -35px;
  }

  /*.group-activity .item .img{
    width: 50%;
  }
  .group-activity .item .info{
    width: 50%;
  }*/

  .group-list li .title{
    min-width: 25%;
  }
  ul.history-list li .title {
    min-width: 12%;
  }

  .column.banner p.info{
    top: 50%;
    left: 15%;
    text-align: right;
    width: 70%;
  }

  .group-activity .item .info .category{
    margin-top: 30px;
  }
  /*.banner-wrapper .logo-wrapper, .page-banner .logo-wrapper {
    right: -320px;
    top: -110px;
    width: 400px;
  }*/

  .product-detail .page-banner .product-info h1 {
    padding-left: 30%;
  }
  .product-detail .page-banner .product-info span {
    margin-left: 30%;
  }
  .product-detail .page-banner .product-info p {
    margin-left: 30%;
  }
  .product-detail .page-banner .product-info ul.icon-btn {
    margin-left: 30%;
  }

  .products-advantages {
    margin-top: 9%;
  }


  .page-scroll{
    top: 260px;
  }

}
@media (max-width: 1280px) {
  /*.column.banner.Beyond-Limits p.info {
    right: 10%;
  }*/

  ul.history-list li .title{
      font-size: 24px;
      line-height: 24px;
  }

  .header .nav > .nav-item > a {
      padding: 42px 1vw 41px;
  }

  .banner.Beyond-Limits .slogan {
    top: 17%;
  }

  .column.banner.Beyond-Limits p.info {
    top: 45%;
  }

  .column.banner .slogan {
    width: 65%;
    z-index: 9;
    top: 20%;
  }

  ul.history-list li.start,ul.history-list li.end{
    background-position-x: 148px;
  }

  .group-activity .item .info a.btn.style-arrow,.group-activity .item .info h3,.group-activity .item .info p{
    margin-left: 40px;
    width: 80%;
  }
  .group-activity .item.ml230 .info a.btn.style-arrow, .group-activity .item.ml230 .info h3, .group-activity .item.ml230 .info p {
    margin-left: 40px;
    width: 80%;
  }
  .group-activity .item .info .category .title {
    margin-left: 40px;
  }
  .group-activity .item.ml230 .info .category .title {
    margin-left: 40px;
  }

  .product-detail .page-banner .product-info h1 {
    padding-left: 18%;
  }
  .product-detail .page-banner .product-info span {
    margin-left: 18%;
  }
  .product-detail .page-banner .product-info p {
    margin-left: 18%;
  }
  .product-detail .page-banner .product-info ul.icon-btn {
    margin-left: 18%;
  }
  /*.page-banner .banner img {
    max-width: 100%;
  }*/
  .product-detail .page-banner .product-info ul.icon-btn li {
    width: 50%;
  }

  /*.header .nav > .nav-item > a {
    padding: 70px 0.8vw 70px;
  }*/

  .products-advantages {
      margin-top: 13%;
  }
}
@media (max-width: 1199px) {
  /*.bg-green-half, .header.fixed {
      background: #3b6528;
      background: -moz-linear-gradient(left, #3b6528 0%, #3b6528 32%, #F4F4F4 32%, #F4F4F4 32%, #F4F4F4 100%);
      background: -webkit-linear-gradient(left, #3b6528 0%,#3b6528 32%,#F4F4F4 32%,#F4F4F4 32%,#F4F4F4 100%);
      background: linear-gradient(to right, #3b6528 0%,#3b6528 32%,#F4F4F4 32%,#F4F4F4 32%,#F4F4F4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6528', endColorstr='#F4F4F4',GradientType=1 );
  }*/
  .header .nav > .nav-item > a {
      padding: 42px 0.5vw 41px;
  }

  .header .nav.top-menu{
    margin-right: 150px;
  }

  ul.history-list li.start, ul.history-list li.end {
      background-position-x: 123px;
  }

  .dec-cloud{display: none;}
  .nav-default .owl-nav .owl-prev {
    left: -25px;
  }
  .nav-default .owl-nav .owl-next {
    right: -25px;
  }
  .page-banner .icon-down{
    left: 30px;
  }

  .about-four-div .four-line .four-title h3{
    width: 100%;
    float: inherit;
    margin-top: 20px;
  }

  .group-activity .item .info .category,.group-activity .item.ml230 .info .category {
      background: url(../images/Title_BG.png) no-repeat 130% 0%;;
  }

  .checkbox {
    padding-left: 28px;
    padding-right: 0px;
  }

  .column.banner p.info{
    top: 50%;
    left: 15%;
    text-align: right;
    width: 70%;
  }

}

@media (max-width: 1080px) {
  .about-four-div .four-line .four-title h3{
    padding-top: inherit;
  }
}

@media (max-width: 1060px) {
  .column.banner p.info{
    top: 40%;
    left: 15%;
    text-align: right;
    width: 70%;
  }

  .group-activity .item .info p{
    display: none;
  }
  .group-activity .item.ml230 .info p {
    display: none;
  }

}
@media (max-width: 991px) {
  .index-ad.banner .slogan {
    padding: 0px 10%;
  }

  .index-ad.banner .info {
    top: 65%;
  }


  .footer {
    text-align: center;
  }

  .footer .copyright .word{
    line-height: 1.5;
    float: none;
    display: block;
  }

  .footer .copyright {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* .footer a.gotop{
    display: none !important;
  } */

  ul.history-list li .title {
    font-size: 18px;
    font-weight: 700;
  }

  ul.history-list li .month {
    width: 60px;
  }

  .banner-wrapper {
      padding-bottom: 0px;
  }

  .banner-wrapper .banner .slogan .title-sec {
    margin: 10px 0px;
    font-size: 12px;
  }

  .banner-wrapper .banner .carousel-indicators {
    /*display: none;*/
    bottom: 50px;
  }

  .group-activity .item .info .category .title .dot {
      left: -20px;
  }

  .banner .info {
    text-align: center;
    margin-top: 10px;
  }

  .banner-wrapper .container{
    padding: 0px;
    max-width: 100%;
  }

  .icon-down {
    display: none;
  }

  .banner .image {
    border-radius: inherit;
  }

  .banner-wrapper .container {
    overflow: hidden;
    position: relative;
  }

  body {
    font-size: 16px;
  }
  .row.group-3col .item,
  .row.group-4col .item,
  .row.group-5col .item{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bg-green-half, .header.fixed{
    background: #3B6528;
  }
  /*.group-activity .item .img,
  .group-activity .item .img img,
  .group-activity .item .info{
    width: 100%;
  }*/
  .group-activity .item.ml230 .info p{
    display: none;
  }
  .index .header .logo-wrapper{
        transform: translateY(0);
  }
  .banner .carousel-indicators{
    width: auto;
    display: inline-flex;
    top: auto;
    bottom: 25px;
  }
  .banner .carousel-indicators::before{
    display: none;
  }
  .footer{
    padding: 3rem 0;
  }
  .icon-down{
    display: none;
  }
  .banner .slogan{
    width: 70%;
    top: 30%;
  }
  .banner .slogan .title{
    font-size: 2rem;
  }
  .bg-green-half.page-banner{
    background: transparent;
  }
  .page-banner .banner {
    width: 100%;
    overflow: hidden;
  }
  /*.page-banner .banner img {
    max-width: 100%;
    border-radius: 15px;
  }*/
  .page-banner .icon-down {
    display: none;
  }
  .page-banner .page-title{
    text-align: center;
  }
  .breadcrumb{
    margin-top: 4rem
  }
  .breadcrumb.text-right{
    text-align: center;
  }
  .advantages .container .row .advantages-paragraph .advantages-contect {
    top: 0%;
    max-width: 80%;
    left: 10%;
    margin-top: -10%;
  }

  .advantages .container .row:nth-child(even) .advantages-paragraph .advantages-contect {
    top: 0%;
    left: 10%;
    margin-top: -65%;
  }

  .banner-wrapper .logo-wrapper img,
  .logo-wrapper .logo-hover-color img {
    width: 400px;
    height: 400px;
  }

  .banner-wrapper .logo-wrapper {
    right: -220px;
    top: -220px;
  }
  #column-section .banner .logo-wrapper {
    left: -235px;
    top: -220px;
  }
  #column-section .banner.Beyond-Limits .logo-wrapper {
    right: 120px;
    bottom: 130px;
  }
  .footer .container{
    padding-bottom: 20px;
  }

  .group-activity .item .info,.group-activity .item .img{
    width: 100%;
  }

  .group-activity .item .info p,.group-activity .item.ml230 .info p{
    display: block;
  }

  .group-activity .item .info .category, .group-activity .item.ml230 .info .category {
    background: url(../images/Title_BG.png) no-repeat left top;
  }

  .group-activity .item .info,.group-activity .item.ml230 .info{
    margin-bottom: 100px;
  }

  .group-activity .item .info .category .title,.group-activity .item.ml230 .info .category .title{
    font-size: 3rem
  }

  .footer-contact-us p{
    text-align: center;
    width: 100%;
  }

  .footer-contact-us .contact-us-btn{
    text-align: center;
  }

  .page-scroll{
    display: none;
  }

  ul.history-list li.start,ul.history-list li.end{
    background-position-x: 89px;
  }

  .page-intro .greeting-img img{
    max-width: 600px;
    padding: 20px;
    width: 100%;
    float: right;
  }

  .applicable-industries ul.industries-list li{
    width: 50%;
  }

  .product-detail .page-banner .product-info .product-detail-img{
    width: 80%;
  }

  .product-detail {
      background: #efefef;
  }
  .product-detail .breadcrumb {
      padding-top: 30px;
      width: 80%;
  }

  .logo-wrapper .logo-hover-color img{
      width: 300px;
      height: 300px;
  }
  .product-detail .page-banner .logo-wrapper {
    top: -163px;
    right: -270;
  }
  .product-detail .page-banner .product-info .product-detail-img{
      margin: auto;
  }
  .product-detail .info-details .container {
      margin: auto;
  }

  .scroll{
    display: none;
  }

  .page-banner .banner .image {
    background-position: center -200px !important;
    height: 406px;
  }

  .page-banner .banner .image::before {
    max-height: 406px;
  }

  .page-banner .logo-wrapper {
    z-index: 6;
    position: absolute;
    right: -260px;
    top: -130px;
    width: 400px;
  }

  .page-banner {
    height: 406px;
    max-height: 406px;
  }

  .page-banner .page-title {
    top: 15%;
  }

  .breadcrumb {
    margin-top: 0rem;
  }

  .about-paragraph {
    padding: 0px 15px;
  }

  ul.history-list li {
    border: inherit;
  }


  .about-img .group-album .item {
    margin: 2px 0px;
  }

  #about-video .group-album .album-item {
    padding-top: 5px;
  }

  .whats_new .img{
    width: 65%;
  }

  .form-horizontal .form-group .form-label {
    min-width: 10rem;
  }

  .captcha-input{
    width: inherit;
  }

  .checkbox {
    padding-left: 30px;
    padding-right: 15px;
  }

  .product-detail .page-banner .product-info span {
      margin-left: 0px;
      padding: 0px 30px;
  }

  .product-detail .page-banner .product-info h1 {
      padding: 0px;
      padding-left: 30px;
      padding-right: 50px;
  }

  .product-detail .page-banner .product-info p {
      margin-left: 0px;
      padding: 0px 30px;
  }

  .banner.Beyond-Limits .slogan {
      top: 15%;
  }
  .column.banner.Beyond-Limits p.info {
      top: 45%;
  }

  a.download-list-item{
      margin: 0px;
  }

  img.download-list-img{
      margin: 0px;
  }

  .download h3{
    font-weight: normal;
  }

  .page-banner .page-title {
    top: 15%;
    z-index: 9;
  }

  .about-four-div .four-line{
    padding: 60px;
  }

  .products-advantages {
      margin-top: 20%;
  }

  .line-height-18 {
    line-height: 1.6 !important;
  }

  .bg-round-div {
      display: none;
  }

  .title-main.text-left, h3.text-left, .line-height-18.text-left{
    text-align: center !important;
  }

   .line-height-18.text-left{
    margin:auto;
  }

  .about-four-div .four-line .four-title{
    text-align: center;
  }

  .page-intro .greeting .general-manager span{
    padding-right: 20px;
    padding-top: 32px;
  }

  .page-intro .greeting .general-manager img {
    margin: 20 0px;
    margin-bottom: 50px;
  }


  .product-detail .page-banner .product-info ul.icon-btn {
    margin: 4%;
  }
  .product-detail .page-banner .product-info ul.icon-btn li {
    width: auto;
  }

}

@media (max-width: 767px) {
    ul.news-menu li,ul.news-menu li:first-child ,ul.news-menu li:last-child  {
      border-radius: 21px 21px 21px 21px;
      margin: 5px;
    }
    ul.history-list li.start, ul.history-list li.end {
      background-position-x: 17%;
    }
    ul.history-list li .title {
      min-width: 18%;
    }
    .dec-cloud{
      display: none;
    }
    .banner .slogan .title-main {
      font-size: 2.6rem
    }
    .banner .slogan .title-sec {
      font-size: 1.3rem
    }
    .banner .carousel-indicators {
      flex-direction: unset;
      left: 50%;
      right: auto;
      top: auto;
      bottom: 20px;
      transform: translate(-50%, 0%);
    }
    .nav-default {
      padding: 0 40px;
    }
    .nav-default .owl-nav .owl-prev {
      left: 0px;
    }
    .nav-default .owl-nav .owl-next {
      right: 0px;
    }
    .nav-default .owl-nav .owl-prev span,
    .nav-default .owl-nav .owl-next span {
      width: 15px;
      height: 30px;
    }
    .carousel-default .carousel-indicators .item {
      /*margin: 0 3px;*/
    }
    .list-statement li{
      display: block;
    }
    .list-statement li .title,
    .list-statement li .info{
      width: 100%;
    }
    .list-statement li .title{
      text-align: left;
    }

    .banner .info {
      left: 0%;
      padding: 0px 20%;
      width: 100%;
      top: 60%;
    }

    .column.banner p.info {
      left: 0%;
      padding: 0px 10%;
      width: 100%;
      top: 55%;
      text-align: center;
    }

    .column.banner.Beyond-Limits p.info {
      left: 0%;
      padding: 0px 20%;
      width: 100%;
      top: 55%;
      text-align: center;
    }
  .banner-wrapper .logo-wrapper img,
  .logo-wrapper .logo-hover-color img {
    width: 300px;
    height: 300px;
  }

  .banner-wrapper .logo-wrapper,.page-banner .logo-wrapper {
    right: -260px;
    top: -170px;
  }
  #column-section .banner .logo-wrapper {
    left: -185px;
    top: -170px;
  }
  #column-section .banner.Beyond-Limits .logo-wrapper {
    right: 120px;
    bottom: 135px;
  }

  ul.history-list li .info figure.img {
    width: 60%;
    float: left;
    margin-bottom: 20px;
  }

  ul.history-list li .info p {
    width: 90%;
  }

  .about-four-div .four-line:first-child {
    background: inherit;
  }
  .about-four-div .four-line:last-child {
    background: inherit;
  }
  .about-four-div .four-line:nth-child(odd) {
    background: #FFFFFF;
  }
  .about-four-div .four-line:nth-child(even) {
    background: inherit;
  }

  .product-detail .features ul.features-list li{
    width: 100%;
    text-align: left;
  }

  .page-banner .banner .image {
    background-position: top center !important;
    height: 330px;
  }

  .page-banner .banner .image::before {
    max-height: 330px;
  }

  .page-banner {
    height: 330px;
    max-height: 330px;
  }

  .rwd-ad{
    max-height: 550px;
    display: table;
    width: 100%;
  }

  .img-slogan-768{
    display: block;
  }

  .img-slogan{
    display: none;
  }

  .company-iframe div{
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px;
  }

  .company-iframe div.company-info{
    padding: 0px;
  }

  .product-detail .features ul.features-list li{
    padding-right: 0px;
  }

  .banner .slogan,.column.banner .slogan{
    width: 100%;
    top: 30%;
    left: 0%;
    padding: 0px 20%;
  }

  .column.banner.Beyond-Limits .slogan{
    top: 15%;
  }

  .banner .slogan .img-slogan-768 {
    width: 100%;
  }

  .column.banner.Beyond-Limits p.info {
    top: 68%;
  }

  .banner .image img {
    /*max-height: 550px;*/
  }

  .about-four-div .four-line{
    padding: 40px;
  }

  .products-advantages {
    margin-top: 30%;
  }

}

@media (max-width: 640px) {

    .column.banner .slogan{
      top: 15%;
    }

    .column.banner p.info a{
      padding-top: 20px;
    }

    .column.banner p.info a img{
      max-width: 60%;
    }

    .column.banner.Beyond-Limits p.info {
      top: 60%;
    }
    /*.column.banner.Beyond-Limits p.info {
      top: 30%;
    }

    .column.banner.Beyond-Limits p.info a img {
        max-width: 60%;
    }*/

    #about-video .group-album .album-item {
        width: 100%;
        overflow: hidden;
    }

    .column.banner p.info {
        top: 40%;
    }

    .products-advantages {
        margin-top: 35%;
    }
}
@media (max-width: 575px) {
    body {
      font-size: 14px;
    }
    .logo-wrapper .title{
      white-space:nowrap
    }
   .banner .slogan .title-main {
      font-size: 2.6rem
    }
    .banner .slogan .title-sec {
      font-size: 1.3rem
    }
    .row.group-2col, .row.group-3col, .row.group-4col, .group-album{margin-left: -15px; margin-right: -15px;}
    .row.group-2col .item, .row.group-3col .item, .row.group-4col .item, .group-album .item{
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .header .nav-sec .item a, .list-style-links .item a{
          padding: .5rem;
          text-align: center;
    }
    .header .nav-sec, .list-style-links{
      display: block;
    }
    .title-line .text{padding-right: 0; margin-bottom: 20px}
    .list-style-links .item:not(:last-child) a::after, .title-line::before, .sidebar{display: none;}
    .carousel.product .carousel-item img{width: 100%;}

    .form-horizontal .form-group .form-label{min-width: 28vw}
    .form-horizontal .form-control{max-width: calc(100% - 28vw);}

    .about-four-div .four-line:nth-child(3){
      background: #FFFFFF;
    }

    .about-four-div .four-line:nth-child(4){
      background: inherit;
    }

    .column.banner .slogan{
      top: 15%;
    }

    .column.banner p.info a{
      padding-top: 20px;
    }

    .column.banner p.info a img{
      max-width: 60%;
    }

    .group-activity .item .info .category, .group-activity .item.ml230 .info .category {
      background: url(../images/Title_BG.png) no-repeat 130% 0%;
    }

    .advantages .container .row {
        padding: 30px 0px 30px 0px;
    }

    .advantages .container .row .advantages-paragraph .advantages-contect{
      position: relative;
      max-width: 100%;
      left: inherit;
      z-index: inherit;
      margin-top: inherit;
    }

    .advantages .container .row:nth-child(even) .advantages-paragraph .advantages-contect{
      position: relative;
      max-width: 100%;
      left: inherit;
      z-index: inherit;
      margin-top: inherit;
    }

    .product-detail .breadcrumb ol {
      padding: 0px;
    }

    .product-detail .page-banner .product-info span {
        padding: 0px 15px;
    }

    .product-detail .page-banner .product-info h1 {
        padding-left: 15px;
        padding-right: 50px;
    }

    .product-detail .page-banner .product-info p {
        padding: 0px 15px;
    }

    .inspection_instruments-div,.equipment-div{
        text-align: center;
    }
    .products-advantages {
        margin-top: 38%;
    }

    .page-intro .greeting .general-manager img {
        width: 50%;
    }

    .about-paragraph span{
      font-size: 20px;
      margin-top: -20px;
      float: left;
      width: 100%;
      text-align: center;
    }


    .advantages .container .row.change-div{
      margin-top: 0px;
    }
}
@media (max-width: 480px) {

    .row.no-margin{
      margin: 0px;
    }

    .page-intro .greeting .general-manager span {
        padding-right: 10px;
        font-size: 14px;
        padding-top: 20px;
    }

    .page-intro .greeting .general-manager img {
        width: 40%;
    }

    .prefer_conact .checkbox {
        padding-left: 30px;
        padding-right: 15px;
        width: 100px;
        float: left;
        display: inline-table;
        position: absolute;
    }

    .prefer_conact .checkmark {
        top: 0px;
    }

    .prefer_conact {
        line-height: 20px;
        min-height: 20px;
        max-width: 126px;
        height: 100px;
    }

    .prefer_conact .checkbox:nth-child(2) {
        left: 145px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(3) {
        left: 245px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(4) {
        left: 145px;
        top: 40px;
    }

}

@media (max-width: 400px) {

    .prefer_conact .checkbox:nth-child(2) {
        left: 130px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(3) {
        left: 230px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(4) {
        left: 130px;
        top: 40px;
    }

}

@media (max-width: 360px) {

    .prefer_conact .checkbox:nth-child(2) {
        left: 115px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(3) {
        left: 215px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(4) {
        left: 115px;
        top: 40px;
    }

}

@media (max-width: 320px) {

    .prefer_conact .checkbox:nth-child(2) {
        left: 105px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(3) {
        left: 205px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(4) {
        left: 105px;
        top: 40px;
    }

    .whats_new .img {
        width: 95%;
    }

}

@media (max-width: 280px) {

    .prefer_conact .checkbox:nth-child(2) {
        left: 95px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(3) {
        left: 195px;
        top: 0px;
    }

    .prefer_conact .checkbox:nth-child(4) {
        left: 95px;
        top: 40px;
    }

    .group-activity .item .info .category .title, .group-activity .item.ml230 .info .category .title {
        font-size: 2.5rem;
    }

    .column.banner p.info {
        font-size: 13px;
    }

    .group-activity .item .info a.btn.style-arrow img{
        width: 100%;
    }

    .column.banner p.info a img {
        max-width: 100%;
    }

    .column.banner.Beyond-Limits p.info {
        top: 50%;
    }

    .column.banner.Beyond-Limits .slogan {
        top: 10%;
    }

    .footer .figure-about img{
        width: 80%;
    }

    .whats_new .btn.style-arrow img{
        width: 100%;
    }
}
