:root {
    --consumables-color: #FF7300;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url("../fonts/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: 'Source Sans Pro Regular';
    src: url("../fonts/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url("../fonts//SourceSansPro-Semibold.ttf");
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    src: url("../fonts//SourceSansPro-Bold.ttf");
}

* {
    box-sizing: border-box;
    font-family: 'Source Sans Pro Regular';
    line-height: 1.5;
}

body {
    overflow-x: hidden;
}

.consumables_row {
    display: flex;
    flex-wrap: wrap;
}

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

.justify-space-between {
    justify-content: space-between;
}

.consumables_banner .swiper-container {
    overflow-x: hidden;
}


.consumables_banner {
    position: relative;
    overflow: hidden;
}

.consumables_banner_img {
    position: relative;
}

.consumables_banner_img img {
    width: 100%;
    height: auto;
}

.consumables_banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    aspect-ratio: 1920 / 265;
    background: url(../images/consumables/consumables_banner_line2.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.consumables_banner .swiper-slide {
    position: relative;
}

.consumables_banner_text {
    position: absolute;
    left: 0;
    top: 38%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    line-height: 1.35;
    opacity: 0;
    transition: ease-out .36s;
}

.consumables_banner_text.on {
    opacity: 1;
}

.consumables_banner_text h2 {
    font-size: 60px;
    font-family: 'Source Sans Pro Bold';
}

.consumables_banner_dec {
    font-size: 26px;
    font-family: 'Source Sans Pro Bold';
    margin-top: 25px;
    max-width: 820px;
}

.consumables_banner_text a {
    padding: 15px 30px;
    font-size: 26px;
    font-family: 'Source Sans Pro Bold';
    color: #fff;
    background: var(--consumables-color);
    display: inline-block;
    margin-top: 60px;
    transition: .36s;
}

.consumables_banner_text a:hover {
    background: #fff;
    color: var(--consumables-color);
}

.consumables_banner_dot {
    position: absolute;
    right: 6.77%;
    bottom: 8.95%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consumables_banner_dot_top {
    width: 140px;
    height: 140px;
    border: 25px solid var(--consumables-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: consumables_small 3.6s linear infinite;
}

.consumables_banner_dot_top img{
    width: 32.22%;
}


.consumables_banner_dot_bottom {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.consumables_banner_dot_bottom::after {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    animation: consumables_mousemove 3s linear infinite;
}

.consumables_banner_dot_bottom span {
    width: 2px;
    height: 110px;
    background: var(--consumables-color);
}

.consumables_banner_dot_bottom div {
    text-transform: uppercase;
    writing-mode: vertical-rl;
    font-size: 10px;
    color: var(--consumables-color);
    margin-top: 20px;
}

.consumables_banner_dot_num {
    display: flex;
    align-items: end;
    font-size: 18px;
    color: var(--consumables-color);
    line-height: 1;
    position: relative;
    top: -25px;
    z-index: 1;
}

.consumables_banner_dot_num span {
    line-height: 1;
}

.consumables_banner_dot_num div {
    font-size: 48px;
    font-family: 'Source Sans Pro Bold';
    color: #fff;
    position: relative;
    top: 5px;
    margin-right: 5px;
    line-height: 1;
}

.consumables_one {
    position: relative;
    padding-bottom: 70px;  
}

.consumables_one_bottom{ 
    position: absolute;
    right: 0;
    bottom: 0;
    width: 73.69%;
    height: auto;
    max-width: 1415px;
}
 
.consumables_one::before {
    display: none;
    /*content: '';*/
    /*position: absolute;*/
    /*left: -10.1%;*/
    /*bottom: -60%;*/
    /*width: 44.27%;*/
    /*aspect-ratio: 1 / 1;*/
    /*border: 90px solid rgba(0, 0, 0, 0.1);*/
    /*border-radius: 50%;*/
    /*box-sizing: border-box;*/
    /*max-width: 850px;*/

    /*animation: consumables_left 6s linear infinite;*/

}

.consumables_one .consumables_row{
    align-items: start;
}

.consumables_one_left {
    width: 43.2%;
    display: flex;
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

.consumables_one_right {
    width: 52.15%;
    padding-top: 25px;
}

.consumables_one_left span {
    /*width: 30px;*/
    /* height: 83.33%; */
    /*margin: 50px 0;*/
    
    background: var(--consumables-color);
    position: absolute;
    top: 50px;
    left: 0;
    width: calc(100% - 50px);
    height: 100%;
    clip-path: polygon(0 19%, 100% 0, 100% 81%, 0 100%); 
}

.consumables_one_left img {
    /*width: calc(100% - 30px);*/
    width: 100%;
    height:auto;
    clip-path: polygon(0 19%, 100% 0, 100% 81%, 0 100%);
}

.consumables_one_right h2 {
    font-size: 40px;
    line-height: 1.25;
    font-family: 'Source Sans Pro Bold';
    color: #1A1A1A;
}

.consumables_one_right .consumables_one_line {
    width: 71.42%;
    height: 5px;
    background: var(--consumables-color);
    margin-top: 20px; 
}

.consumables_one_right h3 {
    font-size: 26px;
    font-family: 'Source Sans Pro Semibold';
    color: #1A1A1A;
    margin-top: 25px;
}

.consumables_one_right div {
    font-size: 26px;
    line-height: 1.76;
    margin-top: 20px;
    color: #666666;
}

.consumables_one .m-width-content {
    position: relative;
    top: -45px;
    z-index: 2;
}

.consumables_two {
    position: relative;
    color: #fff;
}


.consumables_two_bottom .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.consumables_two_text {
    padding: 350px 0 128px 0;
    font-size: 20px;
    max-width: 850px;
    opacity: 0;
    transition: ease-out .36s;
}

.consumables_two_text.on {
    opacity: 1;
}

.consumables_two_t1 {
    font-family: 'Source Sans Pro Bold';
}

.consumables_two_t2 {
    font-size: 40px;
    margin-top: 6px;
}

.consumables_two_t2 a {
    color: #fff;
    transition: .26s;
    font-family: 'Source Sans Pro Bold';
}

.consumables_two_t2 a:hover {
    color: var(--consumables-color);
}

.consumables_two_t3 {
    line-height: 1.5;
    margin-top: 10px;
}

.consumables_two_t4 {
    font-size: 26px;
    margin-top: 14px;
    font-family: 'Source Sans Pro Semibold';
}

.consumables_two_t5 {
    line-height: 1.5;
}

.consumables_two_t5 ul {
    padding-left: 25px;
    margin-top: 6px;
}

.consumables_two_t5 li {
    list-style: disc;
    padding: 2px 0;
}

.consumables_two_t6 {
    line-height: 36px;
    font-family: 'Source Sans Pro Bold';
    background: var(--consumables-color);
    padding: 0 30px;
    display: inline-block;
    margin-top: 28px;
    color: #fff;
    transition: .36s;
}

.consumables_two_t6:hover {
    background: #fff;
    color: var(--consumables-color);
}

.consumables_two_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.consumables_two_top .swiper-slide {
    height: auto;
}

.consumables_two_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0 30px 0;
    position: relative;
}

.consumables_two_tab img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.consumables_two_tab h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 16px;
    line-height: 1.35;
    font-family: 'Source Sans Pro Semibold';
    padding: 0 5px;
}

.consumables_two_tab::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-top: 14px;
}


.consumables_two_top .swiper-slide {
    cursor: pointer;
}

.consumables_two_top .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 101%;
    width: 100%;
    height: 100%;
    background: var(--consumables-color);
    transition: .5s;
}

.consumables_two_top .swiper-slide.swiper-slide-thumb-active::before {
    top: 0;
}

.consumables_title {
    text-align: center;
    color: #1A1A1A;
}

.consumables_title.consumables_white {
    color: white;
}

.consumables_title h2 {
    font-size: 40px;
    font-family: 'Source Sans Pro Bold';
}

.consumables_title div {
    font-size: 20px;
    margin-top: 10px;
}


.consumables_three {
    background: url(../images/consumables/consumables_sec3_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
}

.consumables_three_card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 20px 0px rgba(0, 2, 44, 0.2), inset 10px 10px 30px 0px rgba(1, 3, 41, 0.1);
    border-radius: 6px;
    padding: 25px 40px;
    margin-top: 35px;
}

.consumables_three table {
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.consumables_three table * {
    box-sizing: border-box;
}

.consumables_three th,
.consumables_three td {
    text-align: center;

}

.consumables_three th {
    font-family: 'Source Sans Pro Bold';
    font-size: 24px;
    padding: 13px 10px;

}


.consumables_three td {
    max-width: 220px;
    font-size: 20px;
    padding: 15px 10px;
}

.consumables_three thead {
    border-bottom: 3px solid #fff;
}

.consumables_three_img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}

.consumables_four {

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 100px 0;

}

.consumables_four .swiper-container {
    margin-top: 95px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;

}

.consumables_four .swiper-container .swiper-wrapper {
    margin-bottom: 30px;
}

.consumables_four_li {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consumables_four_li img {
    width: 83.33%;
    height: 83.33%;
    object-fit: contain;
    object-position: center;
}

.consumables_four .swiper-pagination-progressbar {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
}

.consumables_four .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .15);
}

.consumables_four .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--consumables-color);
}


.consumables_five {
    padding: 100px 0;
}

.consumables_five ul {
    display: flex;
    justify-content: space-between;
    aspect-ratio: 1920 / 380;
    margin-top: 58px;
}

.consumables_five li {
    /*width: 9.22%;*/
    width: 8.42%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: ease-out .5s;
    border-radius: 5px;
    overflow: hidden;
    /* aspect-ratio: 177 / 380; */
}

.consumables_five li.on {
    /*width: 21.09%;*/
    width: 19.25%;
    /* aspect-ratio: 405 / 380; */
}

.consumables_five li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.consumables_five_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 15% 6.41%;
    transform: translateY(100%);
    transition: ease-out .5s;
}

.consumables_five_text span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.consumables_five_text img {
    width: 75%;
    height: 75%;
    object-fit: contain;
    object-position: center;
}

.consumables_five_text h3 {
    font-size: 25px;
    font-family: 'Source Sans Pro Bold';
    margin-top: 20px;
}

.consumables_five_text h3 a {
    color: #fff;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: .5s;
}

.consumables_five_text h3 a:hover {
    background-size: 100% 1px;
}

.consumables_five li i {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 115, 0, 0) 0%, rgba(255, 115, 0, 1) 100%);
    opacity: 0;
    transition: ease-out .5s;
}

/*.consumables_five li:nth-child(5)~li::before {*/
/*    background: linear-gradient(180deg, rgba(21, 108, 10, 0) 0%, #156C0A 100%);*/
/*}*/

.consumables_five li.on i {
    opacity: 1;
}

.consumables_five li.on .consumables_five_text {
    transform: translateY(0);
}


.consumables_six_left {
    width: 52.08%;
    padding: 100px 9.68% 100px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.consumables_six_right {
    width: 45.42%;
}

.consumables_six_text {
    max-width: 630px;
    padding-left: 20px;
    margin-left: auto;
}

.consumables_six_text .consumables_title {
    line-height: 1.2;
    text-align: left;
}


.consumables_six_ul li {
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 25px 30px;
}

.consumables_six_ul img {
    width: 48px;
    margin-right: 36px;
}

.consumables_six_ul span {
    font-size: 26px;
    color: #fff;
    font-family: 'Source Sans Pro Semibold';
    display: block;
}

.consumables_six_ul a {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    display: block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: .5s;
}

.consumables_six_ul a:hover {
    background-size: 100% 1px;
}

.consumables_six_follow {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.consumables_six_follow span {
    font-size: 20px;
    font-family: 'Source Sans Pro Bold';
    display: block;
    color: #fff;
}

.consumables_six_follow div {
    display: flex;
    flex-wrap: wrap;
}

.consumables_six_follow a {
    margin: 6px 4% 0 4%;
    transition: .26s;
}

.consumables_six_follow img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.consumables_six_follow a:hover {
    opacity: .8;
}

.consumables_six_right {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    left: -8.43%;
}

.footer {
    background: #000;
}

.foot-copy {
    background: var(--consumables-color);
}

.consumables_two_bottom .swiper-slide{
    position: relative;
}
.consumables_two_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.consumables_two_bottom .m-width-content{
    position: relative;
}


@keyframes consumables_mousemove {
    0% {
        top: 0;
    }

    50% {
        top: -30px;
    }

    100% {
        top: 0;
    }
}

@keyframes consumables_small {
    0% {
        transform: scale(.92);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.92);
    }
}

@keyframes consumables_left {
    0% {
        transform: translate(-50px, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50px, 0);
    }
}

.consumables_banner_text .ipd-20 {
    padding-right: 230px;
}

/* .consumables_three table {
    min-width: 1500px;
} */

.consumables_three_card {
    overflow-x: auto;
}



.consumables_three_card::-ms-scrollbar {
    height: 6px;
    border-radius: 5px;
}

.consumables_three_card::-moz-scrollbar {
    height: 6px;
    border-radius: 5px;
}

.consumables_three_card::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
}

.consumables_three_card::-ms-scrollbar-thumb {
    background: var(--consumables-color);
    border-radius: 5px;
}

.consumables_three_card::-moz-scrollbar-thumb {
    background: var(--consumables-color);
    border-radius: 5px;
}

.consumables_three_card::-webkit-scrollbar-thumb {
    background: var(--consumables-color);
    border-radius: 5px;
}

.consumables_three_card::-ms-scrollbar-track {
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.consumables_three_card::-moz-scrollbar-track {
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.consumables_three_card::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.hsfc-Step {
    border: none !important;
}

.consumables_six_right * {
    border: none !important;
}

@media screen and (max-width: 1600px) {
    .consumables_one_right {
        width: 53.5%;
    }
    
    .consumables_two_text {
        padding: 250px 0 50px 0;
    }
    
    .consumables_four_li { 
        max-width: 200px; 
    }
    
    .consumables_two_tab { 
        padding: 35px 0 25px 0; 
    }
    
    .consumables_one .m-width-content{
        top: -35px;
    }
    
    .consumables_one_left span { 
        top: 40px; 
         width: calc(100% - 40px);
    }
    .consumables_one_left { 
        padding-left: 40px;
    }
    
}

@media screen and (max-width: 1467px) {
    
    
    .consumables_one_left span { 
        top: 30px; 
         width: calc(100% - 30px);
    }
    .consumables_one_left { 
        padding-left: 30px;
    }
 

    .consumables_one .m-width-content {
        top: -25px;
    }
    
    .consumables_one_right { 
        padding-top: 0;
    }

    /*.consumables_one::before { */
    /*    position: absolute;*/
    /*    left: -10.1%;*/
    /*    bottom: -60%;*/
    /*    width: 40%;*/
    /*    border: 60px solid rgba(0, 0, 0, 0.1);*/
    /*}*/

    .consumables_banner_dot {
        right: 3.5%;
        bottom: 3%;
    }

    .consumables_banner_text {
        top: 42.5%;
    }

    .consumables_banner_text h2 {
        font-size: 50px;
    }

    .consumables_banner_dec {
        font-size: 22px;
        margin-top: 10px;
    }

    .consumables_banner_text a {
        padding: 10px 26px;
        font-size: 22px;
        margin-top: 35px;
    }

    .consumables_banner_dot_top {
        width: 130px;
        height: 130px;
    }

    .consumables_banner_dot_bottom {
        width: 230px;
        height: 230px;
    }

    .consumables_banner_dot_num {
        top: -20px;
    }

    .consumables_one_right h2 {
        font-size: 36px;
    }

    .consumables_one_right h3 {
        font-size: 25px;
    }

    .consumables_one_right div {
        font-size: 22px;
    }

    .consumables_five_text {
        padding: 8% 6%;
    }

    .consumables_five_text h3 {
        font-size: 23px;
        margin-top: 18px;
    }

    .consumables_five_text span {
        width: 45px;
        height: 45px;
    }

    .consumables_two_tab {
        padding: 25px 0 20px 0;
    }

    .consumables_two_tab img {
        width: 42px;
        height: 42px;
    }

    .consumables_two_tab h2 {
        font-size: 18px;
        margin-top: 14px;
    }

    .consumables_two_text {
        padding: 220px 0 50px 0;
        font-size: 18px;
    }

    .consumables_two_t2 {
        font-size: 38px;
        margin-top: 4px;
    }

    .consumables_two_t3 {
        margin-top: 5px;
    }

    .consumables_two_t4 {
        margin-top: 10px;
    }

    .consumables_two_t6 {
        margin-top: 20px;
    }

    .consumables_five,
    .consumables_four,
    .consumables_three {
        padding: 70px 0;
    }

    .consumables_title h2 {
        font-size: 38px;
    }

    .consumables_title div {
        font-size: 18px;
        margin-top: 5px;
    }

    .consumables_three th {
        font-size: 18px;
        padding: 10px 6px;
    }

    .consumables_three td {
        max-width: 190px;
        font-size: 16px;
        padding: 6px 6px;
    }

    .consumables_three tbody tr:first-child td {
        padding-top: 15px;
    }

    .consumables_three_card {
        padding: 15px 20px;
    }

    .consumables_four .swiper-container {
        margin-top: 65px;
    }

    .consumables_five ul {
        margin-top: 50px;
    }

    .consumables_six_left {
        padding: 70px 9.68% 70px 0;
    }
    
    .consumables_one_right h2 {
        font-size: 30px;
    }

    .consumables_one_right h3 {
        font-size: 21px;
    }

    .consumables_one_right div {
        font-size: 17px;
    }
    
    .consumables_four_li {
        max-width: 170px;
    }
    
}

@media screen and (max-width: 1400px) {

    /*.consumables_one .m-width-content {*/
    /*    top: -80px;*/
    /*}*/
    
}
    
@media screen and (max-width: 1280px) {
    
    .consumables_one_left span { 
        top: 20px; 
         width: calc(100% - 20px);
    }
    .consumables_one_left { 
        padding-left: 20px;
    }
    
    .consumables_one .m-width-content{
        top: 0;
    }
    .consumables_one {
        padding-bottom: 60px;
    }
    .consumables_banner_text h2 {
        font-size: 42px;
    }

    .consumables_banner_dec {
        font-size: 20px;
    }

    .consumables_banner_text a {
        padding: 8px 22px;
        font-size: 20px;
        margin-top: 28px;
    }

    .consumables_banner_dot_bottom {
        width: 180px;
        height: 180px;
    }

    .consumables_banner_dot_bottom span {
        height: 60px;
    }

    .consumables_banner_dot_bottom div {
        margin-top: 15px;
    }

    .consumables_banner_dot_top {
        width: 100px;
        height: 100px;
        border: 18px solid var(--consumables-color);
    }

    .consumables_banner_dot_num div {
        font-size: 38px;
    }

 

    .consumables_two_tab h2 {
        margin-top: 10px;
    }


    .consumables_two_text {
        padding: 220px 0 50px 0;
    }

    .consumables_two_text {
        font-size: 18px;
    }

    .consumables_two_t2 {
        font-size: 34px;
    }

    .consumables_two_t4 {
        font-size: 24px;
    }

    .consumables_title h2 {
        font-size: 34px;
    }

    .consumables_five,
    .consumables_four,
    .consumables_three {
        padding: 60px 0;
    }

    .consumables_three th {
        font-size: 16px;
        padding: 8px 5px;
    }

    .consumables_three td {
        padding: 5px 5px;
    }

    .consumables_three td:nth-child(7),
    .consumables_three td:nth-child(2) {
        width: 160px;
    }


    .consumables_three td {
        font-size: 14px;
    }
    
    .consumables_one .consumables_row{
        align-items: center;
    }
    
}

@media screen and (max-width: 1000px) {

    .consumables_four_li {
        max-width: 180px;
    }

    .consumables_three table {
        min-width: 1200px;
    }

    .consumables_two_t2 {
        font-size: 36px;
    }

    .consumables_two_t4 {
        font-size: 24px;
    }

    .consumables_five_text h3 {
        font-size: 20px;
    }

    .consumables_two_text,
    .consumables_two_tab h2 {
        font-size: 18px;
    }

    .consumables_four .swiper-container {
        margin-top: 65px;
    }

    .consumables_five_text span {
        width: 45px;
        height: 45px;
    }

    .consumables_five_text h3 {
        margin-top: 12px;
    }

    .consumables_six_left {
        padding: 85px 0;
        width: 100%;
    }

    .consumables_six_right {
        width: calc(100% - 40px);
        margin: 50px auto;
        left: 0;
    }

    .consumables_six_right {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

    .consumables_six_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .consumables_six_ul li {
        max-width: none;
        width: 49%;
    }

    .consumables_six_text {
        max-width: 100%;
    }

    .consumables_six_text {
        padding-right: 20px;
    }

    .consumables_six_ul img {
        width: 42px;
        margin-right: 30px;
    }




    .consumables_one_right h3 {
        margin-top: 15px;
    }

    .consumables_one_right div {
        margin-top: 15px;
        line-height: 1.6;
    }

    .consumables_banner_dot_top {
        width: 100px;
        height: 100px;
        border: 20px solid var(--consumables-color);
    }

    .consumables_banner_dot_bottom {
        width: 160px;
        height: 160px;
    }

    .consumables_banner_dot_bottom span {
        display: none;
    }

    .consumables_banner_dot_bottom div {
        margin-top: 0;
    }

    .consumables_banner_dot_num div {
        font-size: 36px;
    }

    .consumables_banner_dot_num {
        top: -15px;
    }

    .consumables_banner_dot {
        right: 20px;
        bottom: 20px;
    }

    .consumables_banner_text .ipd-20 {
        padding-right: 160px;
    }




    .consumables_five ul {
        flex-wrap: wrap;
    }

    .consumables_five ul {
        margin-top: 50px;
        aspect-ratio: auto;
        justify-content: space-evenly;
    }

    .consumables_five li {
        width: 48.7% !important;
        margin-top: 1.1%;
        aspect-ratio: 405 / 380;
    }

    .consumables_five li i {
        opacity: 1;
    }
    .consumables_five li .consumables_five_text {
        transform: translateY(0);
    }
 
}

@media screen and (max-width: 768px) {
    .consumables_six_left {
        padding: 60px 0;
    }

    .consumables_six_ul li {
        width: 100%;
    }

    .consumables_six_ul span {
        font-size: 24px;
    }

    .consumables_six_ul a {
        font-size: 18px;
    }

    .consumables_six_ul img {
        width: 40px;
        margin-right: 20px;
    }

    .consumables_banner_dot_top,
    .consumables_banner_dot_bottom {
        display: none;
    }

    .consumables_banner_dot_num {
        top: 0;
    }

    .consumables_banner_dot {
        right: 20px;
        bottom: 0px;
    }

    .consumables_banner_dot_num div {
        font-size: 34px;
        /* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); */
        color: var(--consumables-color);
    }

    .consumables_banner_text .ipd-20 {
        padding-right: 20px;
    }

    .consumables_banner_text h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .consumables_banner_dec {
        font-size: 16px;
        margin-top: 6px;
    }

    .consumables_banner_text a {
        padding: 6px 18px;
        font-size: 16px;
        margin-top: 12px;
    }

    .consumables_one_right,
    .consumables_one_left {
        width: 100%;
    }

    .consumables_one {
        padding: 30px 0 50px 0;
    }

 
    

    .consumables_one_left img {
        width: calc(100% - 20px);
    }

    .consumables_one_right {
        margin-top: 33px;
    }

    .consumables_one_right h2 {
        font-size: 26px;
    }

    .consumables_one_right h3 {
        font-size: 20px;
    }

    .consumables_one_right div {
        font-size: 18px;
    }

    .consumables_title div,
    .consumables_two_text,
    .consumables_two_tab h2,
    .consumables_three th {
        font-size: 16px;
    }

  
    .consumables_two_t2 {
        font-size: 28px;
    }

    .consumables_two_t4 {
        font-size: 22px;
    }

    .consumables_two_text {
        padding: 220px 0 65px 0;
    }

    .consumables_title h2 {
        font-size: 26px;
    }

    .consumables_five_text h3 {
        font-size: 18px;
    }

    .consumables_three_card {
        padding: 15px;
        padding-top: 10px;
    }

    .consumables_three_img img {
        width: 60px;
        height: 60px;
    }

    .consumables_three th,
    .consumables_three td {
        padding: 10px;
    }

    .consumables_three table {
        min-width: 1150px;
    }

    .consumables_five,
    .consumables_four,
    .consumables_three {
        padding: 60px 0;
    }

    .consumables_four .swiper-container {
        margin-top: 40px;
    }

    .consumables_four_li img {
        width: 85%;
        height: 85%;
    }


    .consumables_five li {
        width: 47.9% !important;
        margin-top: 1.6%;
    }

    .consumables_five ul {
        margin-top: 36px;
    }


    .consumables_three td,
    .consumables_five_text h3 {
        font-size: 14px;
    }

    .consumables_five_text span {
        width: 26px;
        height: 26px;
    }

    .consumables_five_text {
        padding: 8px 10px;
    }

    .consumables_five_text h3 {
        margin-top: 6px;
    }


    .consumables_five li i {
        height: 30%;
    }

    .consumables_one_left {
        position: relative;
    }

    /*.consumables_one_left span {*/
    /*    position: absolute;*/
    /*    right: 100%;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    height: 83.33%;*/
    /*    margin: 0;*/
    /*}*/

    .consumables_one_left img {
        width: 100%;
    }

    .consumables_one_right div {
        font-size: 14px;
    }

    .consumables_six_ul li {
        padding: 15px 20px;
    }

    .consumables_three th:nth-child(2) {
        width: 200px;
    }

    .consumables_banner_img {
        aspect-ratio: 375 / 320;
    }

    .consumables_banner_img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .consumables_banner_text {
        top: 47%;
    }

}
