@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700,700i");

@-webkit-keyframes more-detail-btn {
    0% {
        border-width: 0 0 60px 60px
    }

    10% {
        border-width: 0px 0px 0px 0px
    }

    100% {
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        border-width: 0px 0px 0px 0px
    }
}

@keyframes more-detail-btn {
    0% {
        border-width: 0 0 60px 60px
    }

    10% {
        border-width: 0px 0px 0px 0px
    }

    100% {
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        border-width: 0px 0px 0px 0px
    }
}

@-webkit-keyframes plus-effect-horizontal {
    0% {
        right: 6.4%;
        bottom: 6.4%;
        width: 0%
    }

    100% {
        right: 6.4%;
        bottom: 6.4%;
        width: 87.2%;
        height: 87.2%
    }
}

@keyframes plus-effect-horizontal {
    0% {
        right: 6.4%;
        bottom: 6.4%;
        width: 0%
    }

    100% {
        right: 6.4%;
        bottom: 6.4%;
        width: 87.2%;
        height: 87.2%
    }
}

@-webkit-keyframes plus-effect-straight {
    0% {
        right: 6.4%;
        bottom: 6.4%;
        height: 0%
    }

    100% {
        right: 6.4%;
        bottom: 6.4%;
        width: 87.2%;
        height: 87.2%
    }
}

@keyframes plus-effect-straight {
    0% {
        right: 6.4%;
        bottom: 6.4%;
        height: 0%
    }

    100% {
        right: 6.4%;
        bottom: 6.4%;
        width: 87.2%;
        height: 87.2%
    }
}

@-webkit-keyframes quickfadeIn {
    0% {
        opacity: 0;
        display: block
    }

    100% {
        opacity: 1;
        display: block
    }
}

@keyframes quickfadeIn {
    0% {
        opacity: 0;
        display: block
    }

    100% {
        opacity: 1;
        display: block
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.banner-wrapper {
    position: relative
}

.banner-wrapper .swiper-banner .banner-images {
    height: 0px;
    padding-bottom: 45%;
    -webkit-background-size: contain;
    background-size: contain
}

@media (max-width: 767px) {
    .banner-wrapper .swiper-banner .banner-images {
        height: 600px;
        -webkit-background-size: cover;
        background-size: cover
    }
}

@media (max-width: 375px) {
    .banner-wrapper .swiper-banner .banner-images {
        height: 500px
    }
}

.banner-wrapper .swiper-banner .banner-text-info {
    position: absolute;
    right: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 734px;
    right: 170px;
    padding: 40px 42px;
    background: rgba(183, 199, 163, 0.8);
}

@media (max-width: 1366px) {
    .banner-wrapper .swiper-banner .banner-text-info {
        right: auto;
        left: 5%;
        bottom: 20%;
        width: 80%;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 32px 28px
    }
}

@media (max-width: 375px) {
    .banner-wrapper .swiper-banner .banner-text-info {
        width: auto;
        right: 5%;
        padding: 24px 18px
    }
}

.banner-wrapper .swiper-banner .banner-text-info .banner-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0 0 12px
}

@media (max-width: 375px) {
    .banner-wrapper .swiper-banner .banner-text-info .banner-title {
        font-size: 34px;
        line-height: 1.2
    }
}

.banner-wrapper .swiper-banner .banner-text-info .description {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px
}

@media (max-width: 1366px) {
    .banner-wrapper .swiper-banner .banner-text-info .description {
        display: none
    }
}

.banner-wrapper .banner-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    pointer-events: none
}

.banner-wrapper .banner-overlay .touch-btn {
    position: absolute;
    width: 30px;
    height: 42px;
    border: 1px solid #FFF;
    left: 50%;
    top: 66.66%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
    pointer-events: auto
}

@media (max-width: 767px) {
    .banner-wrapper .banner-overlay .touch-btn {
        top: 78%
    }
}

.banner-wrapper .banner-overlay .touch-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -1px;
    width: 2px;
    height: 8px;
    background: #FFF;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-name: fadeOutDown;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.8s;
    -moz-animation-name: fadeOutDown;
    -moz-animation-fill-mode: forwards;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    animation-delay: 0s;
    animation-duration: 1.8s;
    animation-name: fadeOutDown;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: ease
}

.banner-wrapper .banner-overlay .main-products {
    position: absolute;
    right: 12%;
    top: 6%
}

@media (max-width: 1200px) {
    .banner-wrapper .banner-overlay .main-products {
        display: none
    }
}

.banner-wrapper .banner-overlay .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    pointer-events: auto
}

.banner-wrapper .banner-overlay .swiper-pagination .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
    margin: 0 3px;
    pointer-events: auto
}

.banner-wrapper .banner-overlay .swiper-pagination .swiper-pagination-bullet-active {
    background: #153451;
}

section.products {
    position: relative;
    padding-top: 94px;
    background: url("../images/index/index-products-background-2.png") 142px bottom no-repeat, url("../images/index-products-background.jpg") left bottom/cover no-repeat;
}

section.products .products-triangle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21%;
}

.products .index-products {
    padding-top: 16px;
    /* background: url("../images/banner/index-description.jpg") left center/cover no-repeat; */
    padding-bottom: 64px
}

@media (max-width: 991px) {
    .products .index-products {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .products .index-products .container {
        max-width: 1490px;
        width: 100%;
        margin: 0 auto
    }
}

.products .index-products .inner {
    max-width: 660px
}

.products .index-products .inner .page-main-title {
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .products .index-products .inner .page-main-title {
        text-align: center
    }
}

.products .index-products .inner .page-main-title .title-wrapper {
    margin: 0px
}

.products .index-products .inner .page-main-title .title-wrapper .sub-title {
    color: #173250;
    font-weight: normal
}

@media (max-width: 600px) {
    .products .index-products .inner .page-main-title {
        margin-bottom: 24px
    }
}

.products .index-products .inner .description {
    color: #173250;
}

@media (max-width: 991px) {
    .products .index-products .inner .description {
        margin-bottom: 0px
    }
}

.products .product-list {
    padding-bottom: 100px;
    /* background: url("../images/banner/index-product-list-bg.jpg") top left no-repeat */
}

@media (max-width: 991px) {
    .products .product-list {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .products .product-list .container {
        max-width: 1490px;
        width: 100%;
        margin: 0 auto
    }
}

.products .product-list .container .inner {
    max-width: 1130px;
    width: 100%;
    float: right;
    position: relative;
    padding: 0 64px
}

@media (max-width: 1366px) {
    .products .product-list .container .inner {
        float: none;
        margin: 0 auto
    }
}

@media (max-width: 600px) {
    .products .product-list .container .inner {
        padding: 0 48px
    }
}

.products .product-list .container .inner .swiper-products {
    overflow: hidden
}

.products .product-list .container .inner .swiper-products .swiper-slide {
    width: 33.33%
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item {
    display: block
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item:hover .img-wrap:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: forwards;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item:hover .img-wrap .fas.fa-search {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item .img-wrap {
    border: 1px solid #e5e5e5;
    position: relative
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item .img-wrap .fas.fa-search {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    color: #FFF;
    margin: -24px 0px 0px -24px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item .img-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    background: rgba(83, 119, 35, 0.6)
}

.products .product-list .container .inner .swiper-products .swiper-slide .product-item .name {
    display: block;
    background: #8fb65b;
    color: #FFF;
    font-size: 16px;
    line-height: 1.7;
    padding: 6px 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.products .product-list .container .inner .swiper-prev,
.products .product-list .container .inner .swiper-next {
    font-size: 44px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products .product-list .container .inner .swiper-next {
    right: 0%
}

.products .product-list .container .inner .swiper-prev {
    left: 0%
}

.products .product-list .container .inner:after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

section.equipment {
    background: url("../images/content-bg-bk.png") 0px bottom no-repeat, url("../images/index/index-eq-background.png") 0px top no-repeat, url("../images/index/eq-background.png") left top/142px 100% no-repeat;
    padding-top: 36px;
    position: relative
}

/* section.equipment:before {
    content: '';
    position: absolute;
    display: block;
    width: 150px;
    top: 0px;
    bottom: 583px;
    background: url("../images/index/eq-background.png") top left/100% 100% no-repeat
} */

section.equipment .equipment-list {
    position: relative;
    z-index: 2
}

@media (min-width: 1200px) {
    section.equipment .equipment-list .container {
        max-width: 1490px;
        width: 100%;
        margin: 0 auto
    }
}

section.equipment .equipment-list .container .inner {
    padding-bottom: 220px
}

section.equipment .equipment-list .container .inner:after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

section.equipment .equipment-list .container .inner .grinding-machine {
    float: right;
    width: 50%;
    padding-left: 32px;
    text-align: right
}

@media (max-width: 991px) {
    section.equipment .equipment-list .container .inner .grinding-machine {
        float: none;
        width: 100%
    }
}

section.equipment .equipment-list .container .inner .grinding-machine .name {
    display: block;
    font-size: 24px;
    color: #FFF
}

section.equipment .equipment-list .container .inner .grinding-machine>a {
    display: block;
    float: right
}

@media (max-width: 991px) {
    section.equipment .equipment-list .container .inner .grinding-machine>a {
        float: none
    }
}

section.equipment .equipment-list .container .inner .grinding-machine>a .name {
    text-align: center;
    text-shadow: 0px 0px 6px #000
}

section.equipment .equipment-list .container .inner .machine-content {
    float: left;
    width: 50%;
    padding-top: 54px
}

@media (max-width: 991px) {
    section.equipment .equipment-list .container .inner .machine-content {
        float: none;
        width: 100%
    }
}

section.equipment .equipment-list .container .inner .machine-content:after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

section.equipment .equipment-list .container .inner .machine-content .machine-item {
    display: block;
    float: left;
    width: 50%;
    height: 0px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 33.6%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width: 600px) {
    section.equipment .equipment-list .container .inner .machine-content .machine-item {
        width: 100%;
        float: none;
        padding-bottom: 56.4%
    }
}

section.equipment .equipment-list .container .inner .machine-content .machine-item img {
    width: 100%;
    display: none
}

section.equipment .equipment-list .container .inner .machine-content .machine-item .name {
    position: absolute;
    bottom: 0px;
    height: 72px;
    width: 100%;
    left: 0px;
    font-size: 24px;
    line-height: 1;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-shadow: 2px 2px 10px #000
}

section.equipment .equipment-list .container .inner .machine-content .machine-item:hover .name {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 100%
}

section.equipment .equipment-list .container .inner .page-main-title {
    margin-bottom: 0px
}

@media (max-width: 1200px) {
    section.equipment .equipment-list .container .inner .page-main-title {
        margin-bottom: 32px
    }
}

@media (max-width: 991px) {
    section.equipment .equipment-list .container .inner .page-main-title {
        text-align: center
    }
}

section.equipment .equipment-list .container .inner .page-main-title .title-wrapper {
    margin-bottom: 0px
}

section.equipment .equipment-list .container .inner .page-main-title .title-wrapper .page-title .sub-title {
    font-weight: normal;
    color: #000
}


.banner-text-info .banner-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.banner-text-info .logo-40th {
    width: 30%;
    text-align: center;
}

.banner-text-info .content-40th {
    padding-left: 20px;
    text-align: center;
    width: 70%;
}
.banner-text-info .compay-logo{
    margin-bottom: 10px;
}
.banner-text-info .content-40th h3 {
    font-weight: bold;
    margin-bottom: 80px !important;
    text-transform: uppercase;
}

.banner-text-info.--tw .content-40th h3{
    letter-spacing: 0.1em;

}

@media (max-width: 1366px) {
    .banner-text-info .content-40th .compay-logo img{
        height: 100px;
    }
    .banner-text-info .logo-40th {
        width: 180px;
    }

    .banner-text-info .content-40th {
        text-align: left;
        width: calc(100% - 180px);
    }


}
@media (max-width: 1200px) {
    .banner-text-info .content-40th h3 {
        margin-bottom: 0px !important;
    }
}


@media (max-width: 991px) {
    .banner-text-info .content-40th .compay-logo img{
        height: 80px;
    }



}
@media (max-width: 768px) {
    .banner-text-info .banner-flex{
        align-items: flex-start;
    }
    .banner-text-info .logo-40th {
        width: 130px
    }
    .banner-text-info .content-40th {

        width: calc(100% - 130px);
    }

    .banner-text-info.--tw .content-40th h2{
        font-size: 35px;
        line-height: 1.3;
        margin-top: 10px;

    }
}

@media (max-width: 480px) {
    .banner-wrapper .swiper-banner .banner-text-info{
        width: auto;
        left: 5%;
        right: 5%;
    }
    .banner-text-info .logo-40th {
        width: 100%;
        text-align: left;
    }
    .banner-text-info .logo-40th img{
        height: 100px;
    }
    .banner-text-info .content-40th {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .banner-text-info .logo-40th{
        text-align: center;
    }
    .banner-text-info .logo-40th img{
        margin: 0 auto;
    }
    .banner-text-info .content-40th {
        text-align: center;
        margin-top: 15px;
    }
    .banner-text-info .content-40th .compay-logo img{
        height: 55px;
    }
    .banner-text-info .content-40th h3 span{
        display: block;
    }
}