/* public */
body,
html {
    overflow-x: hidden;
}

.bannercontent_title {
    display: none !important;
}

.navbar-toggler {
    background-color: #FCBA38 !important;
}

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.index_title {
    text-align: center;
    margin-bottom: 40px;
}

.index_title h2 {
    font-size: 60px;
    font-weight: bolder;
    color: #282828;
    word-break: break-all;
}

.index_title p {
    font-size: 25px;
    color: #676767;
    word-break: break-all;
}

.indexalltitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.indexalltitle img {
    width: 50px;
    height: 50px;
}

.indexalltitle h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    text-align: center;
    word-break: break-all;
}

.indexalltitle .indexalltitleimg1 {
    margin-top: -40px;
    display: block;
}

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}

/* good */
.indexour {
    width: 100%;
    background: #111111;
    padding: 50px 0;
}
.indexourpos{
margin: 10px 0;
}
.indexour_main {
    width: 100%;
}

.our_top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px 0;
}

.our_left {
    width: 85%;
    margin-bottom: 30px;
}

.our_left h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    word-break: break-all;
}

.our_left h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    word-break: break-all;
}

.our_left h4 {
    margin-top: 20px;
    display: flex;
    vertical-align: top;
    position: relative;
    word-break: break-all;
    font-size: 30px;
    color: #fff;
    padding-left: 20px;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #c18f2e;
}

.outtop_left i {
    font-size: 40px;
}

.our_right a {
    display: inline-block;
    padding: 20px 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FCBA38;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_right a:hover {
    background-color: #fcba38;
    color: #000;
}

.our_list {
    border: solid 1px #fcba38;
    height: 100%;
    margin-bottom: 30px;
}

.ourlist_top {
    width: 100%;
    display: flex;
}

.outtop_left {
    width: 100px;
    height: 100px;
    background: #fcba38;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourtop_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.ourtop_right h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 900;
   padding: 0 10px;
    word-break: break-all;
}

.ourlist_btn {
    width: 100%;
    padding: 20px;
}

.ourlist_btn p {
    font-size: 18px;
    color: #989898;
    line-height: 1.5;
    word-break: break-all;
}



/* brand */
.indexbrand {
    /* padding: 50px 0; */
    background: #111111;
}

.indexbrand_title {
    margin: 30px 0;
}

.indexbrand_title h2 {
    font-size: 40px;
    color: #002749;
    margin-bottom: 10px;
    font-weight: bold;
}

.indexbrand_title p {
    font-size: 20px;
    color: #C70136;
}

.indexbrand .swiper-slide {
    height: auto;
}

.indexbrand_img {
    padding: 20px 0;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbrand_img img {
    height: 130px;
}

/* about company */
.indexabout {
    background: #111111;
    padding: 50px 0 90px 0;
}

/* .indexabout_title {
    margin: 30px 0;
} */

.indexgood_more {
    margin: 0 0 10px 0;
}

.indexabout_title p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.indexaboutmore {
    margin-top: 30px;
}

.indexaboutmore a {
    display: inline-block;
    padding: 20px 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FCBA38;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexaboutmore a:hover {
    background-color: #fcba38;
    color: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexaboutimg img {
    vertical-align: middle;
}

/* feedback */
.index_feedbacks {
    background-color: #111111;
    padding: 50px 0;
}

.index_feedbacks .swiper-slide {
    padding-bottom: 50px;
}

.bank_list {}

.bank_btn {
    width: 100%;
}

.banklist_top {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #363636;
    padding-bottom: 20px;
}

.banklist_top img {
    width: 110px;
    height: 110px;
}

.banklist_title h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    margin-left: 30px;
word-break: break-all;

}

.cardpos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbackimg {
    text-align: center;
    background: #ee285c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 9px 31px 0px #fd9c808f;
}

.feedbackimg img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.feedbacks_left span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.feedbacks_box {
    margin: 30px 0;
}

.feedbacks_left h3 {
    font-size: 36px;
    color: #fff;
    margin: 20px 0;
}

.feedbacks_left p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.index_feedbacks .swiper {
    width: 100%;
    height: 100%;
}


.index_feedbacks .swipercard {
    height: 100%;
    padding: 30px;
    border: solid 1px #fcba38;
}

.index_feedbacks .swiper-slide {
    height: auto;
    padding-bottom: 70px;
}

.swipercard p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff99;
    padding: 20px 0;
    word-break: break-all;
}

.index_feedbacks .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 0;
}

.index_feedbacks .swiper-pagination-bullet-active {
    background-color: #fcba38;
    width: 30px;
}

.index_feedbacks .swiper-button-next,
.index_feedbacks .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 75px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fcba38;
    z-index: 9999;
}

.index_feedbacks .swiper-button-next:after,
.index_feedbacks .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.index_feedbacks .swiper-button-next:hover,
.index_feedbacks .swiper-button-prev:hover {
    background-color: #fcba38;
}

.index_feedbacks .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/* index product */
.indexproduct {
    padding: 60px 0;
    background: #111111;
}

.indexzhutitlebox {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.indexzhutitle {
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.indexzhutitle h2 {
    font-size: 48px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.indexzhutitle span {
    display: inline-block;
    width: 70px;
    height: 5px;
    background-color: #4497E4;
}

.indexproduct_li {
    margin: 15px 0;
    position: relative;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproductflex {
    display: flex;
    flex-wrap: wrap;
}

.indexproduct_box {
    height: 100%;
    background-color: #222222;
    /* padding: 30px 20px; */
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

.indexproduct_img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

.indexproduct_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_con {
    padding: 30px;
}

.indexproduct_con h3 {
    font-size: 25px;
    color: #fff;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproduct_con p {
    font-size: 18px;
    color: #ffffff99;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproduct_con .indexproduct_more {
    padding: 15px;
    border: 1px solid #fcba38;
    background-color: #fcba38;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_box:hover .indexproduct_con h3 {
    color: #fcba38;
}

.indexproduct_box:hover .indexproduct_con .indexproduct_more {
    background-color: transparent;
    color: #fcba38;
}

.indexproduct_box:hover .indexproduct_img img {
    transform: scale(1.1);
}

.indexproduct_box:hover {
    top: -20px;
}

.indexproduct_box:hover .indexproduct_box {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

.indexproduct .swiper-slide {
    height: auto;
    padding-bottom: 80px;
}

.indexproduct .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 0;
}

.indexproduct .swiper-pagination-bullet-active {
    background-color: #fcba38;
    width: 30px;
}

.indexproduct .swiper-button-next,
.indexproduct .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 75px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fcba38;
    z-index: 9999;
}

.indexproduct .swiper-button-next:after,
.indexproduct .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.indexproduct .swiper-button-next:hover,
.indexproduct .swiper-button-prev:hover {
    background-color: #fcba38;
}

.indexproduct .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/* news */
.blog {
    padding: 50px 0;
    background: #111111;
}

.blog_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.blog_title span {
    font-size: 24px;
    color: #ad4bdb;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.blog_title h2 {
    word-break: break-all;
    font-size: 48px;
    color: #0B2154;
    font-weight: bold;
    text-transform: uppercase;
}

.blogflex {
    display: flex;
    flex-wrap: wrap;
}

.blog_box {
    position: relative;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
}

.blog_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_more {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_more span {
    font-size: 18px;
    color: #FCBA38;
    font-weight: bold;
}

.blog_more i {
    font-size: 18px;
    color: #FCBA38;
    font-weight: bold;
    margin-left: 15px;
}

.blog_li {
    position: relative;
    margin-top: 10px;
}

.blogtime {
    background-color: #222222;
    padding: 5px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 99;
}

.blogtime span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.blogtime p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.blog_tit{
padding: 20px;
}
.blog_tit h3{
   word-break: break-all;
    font-size: 24px;
    line-height: 2;
    color: #000;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.blog_tit p{
    word-break: break-all;
    font-size: 18px;
    color: #00000099;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.blog_li:hover .blog_img img {
    transform: scale(1.2);
}

.blog_li:hover .blog_box {
    background-color: #FCBA38;
}

.blog_li:hover .blog_txt h3,
.blog_li:hover .blog_txt p,
.blog_li:hover .blog_more span,
.blog_li:hover .blog_more i {
    color: #fff;
}

.blog_more:hover {
    margin-left: 30px;
}


.ctable {
    padding: 0 0 100px 0;
}

.ctablecon {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.ctableflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ctable_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ctable_title i {
    font-size: 30px;
    color: #FCBA38;
    margin-right: 15px;
    margin-top: -5px;
}

.ctable_title div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ctable_title h4 {
    font-size: 26px;
    color: #0B2154;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.ctable_title p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.ctable_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctable_more input {
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #eee;
    outline: none;
}

.ctable_more button {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #FCBA38;
    text-align: center;
    border: none;
    outline: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.ctable_more input:focus {
    border: 1px solid #FCBA38;
}

.ctable_more button:hover {
    padding: 0 40px;
}

/* map */
.indexmap {
    background: #111111;
    padding: 20px 0 50px 0;
}

#map2 {
    height: 500px;
    border-radius: 30px;
}

/* footer */

.footer {
    background: #222222;
    padding: 50px 0 80px 0;
}

.footer .iconsize {
    font-size: 26px;
}

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer_main h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_main .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footer_main .public_ad_header_social_media a {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 50%;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer_product a:hover {
    text-decoration: underline !important;
}

.footer_page a:hover {
    text-decoration: underline !important;
}

.footer_contact1 {
    display: flex;
    align-items: center;
}

.footer_contact1_tel i {
    color: #fff;
    font-size: 30px;
}

.footer_contact1_social_tel p {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.footer_media {
    margin-bottom: 20px;
}

.public_ad_header_social_media2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.public_ad_header_social_media2 a {
    border: 1px solid #FCBA38;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0px 12px;
    background-color: #FCBA38;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media2 a i {
    font-size: 22px;
    text-align: center;
    color: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media2 a:hover {
    border: 1px solid #fff;
    background-color: #fff;
}

.public_ad_header_social_media2 a:hover i {
    color: #FCBA38;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer_contact li i {
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
}

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

.footer_copyrights_name {
    font-size: 14px;
    color: #fff;
}

.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: inline;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer_tags p {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.footer_tags a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 5px;
}

.footer_tags a:hover {
    text-decoration: underline !important;
}

@media (max-width: 576px) {
    .indexproduct_btnaa a{
  padding: 10px;
    }
    .ourtop_right{
        width: 100%;
    }
    .our_left h2 {
        font-size: 30px;
    }

    .our_left {
        width: 100%;
    }

    .our_top {
        display: block;
    }

    .our_left h4 {
        font-size: 18px;
    }

    .our_right a {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .indexproduct_con {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 18px;
    }

    .indexproduct_con p {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px auto 0 auto;
        padding: 10px;
    }

    .indexproduct .swiper-button-prev,
    .indexproduct .swiper-button-next,
    .indexproduct .swiper-pagination {
        display: none;
    }

    .indexproduct .swiper-slide {
        padding-bottom: 0px;
    }

    .ourlist_top {
        display: block;
    }

    .outtop_left i {
        font-size: 30px;
    }

    .outtop_left {
        width: 80px;
        height: 80px;
    }

    .ourtop_right h2 {
        padding: 10px 5px 0 5px;
        margin: 0;
        font-size: 20px;
    }

    .ourlist_btn {
        padding: 10px;
    }

    .ourlist_btn p {
        font-size: 16px;
    }

    .indexour {
        padding: 30px 0;
    }

    .our_left h1 {
        font-size: 30px;
    }

    .indexaboutmore a {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-button-prev,
    .index_feedbacks .swiper-button-next,
    .index_feedbacks .swiper-pagination {
        display: none;
    }

    #map2 {
        height: 300px;
    }

    .footer {
        padding: 40px 0 80px 0;
    }

    .public_ad_header_social_media2 a {
        margin: 0 5px;
    }
    .blog_tit h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    .blog_tit p {
        font-size: 16px;
    }
    .footer_contact1_tel i {
        font-size: 26px;
    }
    .footer_contact1_social_tel p {
        font-size: 18px;
    }




    .index_title h2 {
        font-size: 35px;
    }

    .index_title p {
        font-size: 20px;
    }

    .indexbrand_img img {
        height: 110px;
    }

    .indexabout {
        padding: 30px 0;
    }

    .index_title {
        margin-bottom: 20px;
    }


    .index_good {
        padding: 30px 0 10px 0;
    }

    .index_good .mianimg_img img {
        width: 80px;
    }

    .index_good .mian_text p {
        font-size: 18px;
    }

    .indexproduct {
        padding: 30px 0;
    }

    .coop_title h3 {
        font-size: 20px;
    }

    .coop_title p {
        font-size: 16px;
    }

    .index_feedbacks {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-pagination {
        display: none;
    }

    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }






    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }



    .footer_contact {
        margin-top: 15px;
    }

    .footer_page {
        display: none;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }





    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }

    .indexlook {
        padding: 60px 0 30px 0;
    }

    .indexlook_leftbox img {
        display: none;
    }

    .indexlook_main h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .newsinfo {
        display: none;
    }


    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }



    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }



    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    .index_video_iframe {
        width: 300px;
        height: 200px;
    }

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .ourtop_right{
        width: 100%;
    }
    .our_left h2 {
        font-size: 30px;
    }

    .our_left {
        width: 100%;
    }

    .our_top {
        display: block;
    }

    .our_left h4 {
        font-size: 18px;
    }

    .our_right a {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .indexproduct_con {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 18px;
    }

    .indexproduct_con p {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px auto 0 auto;
        padding: 10px;
    }

    .indexproduct .swiper-button-prev,
    .indexproduct .swiper-button-next,
    .indexproduct .swiper-pagination {
        display: none;
    }

    .indexproduct .swiper-slide {
        padding-bottom: 0px;
    }

    .ourlist_top {
        display: block;
    }

    .outtop_left i {
        font-size: 30px;
    }

    .outtop_left {
        width: 80px;
        height: 80px;
    }

    .ourtop_right h2 {
        padding: 10px 5px 0 5px;
        margin: 0;
        font-size: 20px;
    }

    .ourlist_btn {
        padding: 10px;
    }

    .ourlist_btn p {
        font-size: 16px;
    }

    .indexour {
        padding: 30px 0;
    }

    .our_left h1 {
        font-size: 30px;
    }

    .indexaboutmore a {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-button-prev,
    .index_feedbacks .swiper-button-next,
    .index_feedbacks .swiper-pagination {
        display: none;
    }

    #map2 {
        height: 300px;
    }

    .footer {
        padding: 40px 0 80px 0;
    }

    .public_ad_header_social_media2 a {
        margin: 0 5px;
    }
    .blog_tit h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    .blog_tit p {
        font-size: 16px;
    }
    .footer_contact1_tel i {
        font-size: 26px;
    }
    .footer_contact1_social_tel p {
        font-size: 18px;
    }

    .indexprice_num {
        width: 80px;
        height: 80px;
    }

    .indexprice {
        border-radius: 20px;
    }

    .indexprice_num p {
        font-size: 30px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 100%;
    }

    .indextypeimg img {
        width: 100px;
    }

    .indexpricebg {
        padding: 30px 0;
    }

    .index_title h2 {
        font-size: 35px;
    }

    .index_title p {
        font-size: 20px;
    }

    .indexbrand_img img {
        height: 110px;
    }

    .indexabout {
        padding: 30px 0;
    }

    .index_title {
        margin-bottom: 20px;
    }



    .index_good {
        padding: 30px 0 10px 0;
    }

    .index_good .mianimg_img img {
        width: 80px;
    }

    .index_good .mian_text p {
        font-size: 18px;
    }

    .indexproduct {
        padding: 30px 0;
    }

    .coop_title h3 {
        font-size: 20px;
    }

    .coop_title p {
        font-size: 16px;
    }

    .index_feedbacks {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-pagination {
        display: none;
    }

    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }

    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }



    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }




    .videobtn img {
        width: 80px;
        height: 80px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }


    .indexlook {
        padding: 60px 0 30px 0;
    }

    .indexlook_leftbox img {
        display: none;
    }

    .indexlook_main h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.5;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    .index_video_iframe {
        width: 500px;
        height: 400px;
    }

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .our_left h2 {
        font-size: 30px;
    }

    .our_left {
        width: 100%;
    }

    .our_top {
        display: block;
    }

    .our_left h4 {
        font-size: 18px;
    }

    .our_right a {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .indexproduct_con {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 18px;
    }

    .indexproduct_con p {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px auto 0 auto;
        padding: 10px;
    }

    .indexproduct .swiper-button-prev,
    .indexproduct .swiper-button-next,
    .indexproduct .swiper-pagination {
        display: none;
    }

    .indexproduct .swiper-slide {
        padding-bottom: 0px;
    }

   

    .outtop_left i {
        font-size: 30px;
    }

    .outtop_left {
        width: 80px;
        height: 80px;
    }

    .ourtop_right h2 {
        font-size: 20px;
    }

    .ourlist_btn {
        padding: 10px;
    }

    .ourlist_btn p {
        font-size: 16px;
    }

    .indexour {
        padding: 30px 0;
    }

    .our_left h1 {
        font-size: 30px;
    }

    .indexaboutmore a {
        width: 50%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-button-prev,
    .index_feedbacks .swiper-button-next,
    .index_feedbacks .swiper-pagination {
        display: none;
    }

    #map2 {
        height: 300px;
    }

    .footer {
        padding: 40px 0 80px 0;
    }

    .public_ad_header_social_media2 a {
        margin: 0 5px;
    }
    .blog_tit h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    .blog_tit p {
        font-size: 16px;
    }
    .footer_contact1_tel i {
        font-size: 26px;
    }
    .footer_contact1_social_tel p {
        font-size: 18px;
    }

    .indexabout_title p {
        -webkit-line-clamp: 4;
        line-height: 1.5;
        margin-top: 0;
    }

    .indexabout_title {
        margin: 0;
    }

    .indexprice_num {
        width: 150px;
        height: 150px;
    }

    .indexprice {
        border-radius: 20px;
    }

    .indexprice_num p {
        font-size: 50px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 100%;
    }

    .indextypeimg img {
        width: 100px;
    }

    .indexpricebg {
        padding: 30px 0;
    }

    .index_title h2 {
        font-size: 35px;
    }

    .index_title p {
        font-size: 20px;
    }

    .indexbrand_img img {
        height: 110px;
    }

    .indexabout {
        padding: 30px 0;
    }

    .index_title {
        margin-bottom: 20px;
    }



    .index_good {
        padding: 30px 0 10px 0;
    }

    .index_good .mianimg_img img {
        width: 80px;
    }

    .index_good .mian_text p {
        font-size: 18px;
    }

    .indexproduct {
        padding: 30px 0;
    }

    .coop_title h3 {
        font-size: 20px;
    }

    .coop_title p {
        font-size: 16px;
    }

    .index_feedbacks {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-pagination {
        display: none;
    }

    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }


    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }



    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }



    .videobtn img {
        width: 100px;
        height: 100px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }


    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.4;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    /* .index_video_iframe {
        width: 300px;
        height: 200px;
    } */

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .our_left h2 {
        font-size: 30px;
    }

    .our_left {
        width: 100%;
    }

    .our_top {
        display: block;
    }

    .our_left h4 {
        font-size: 18px;
    }

    .our_right a {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .indexproduct_con {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 18px;
    }

    .indexproduct_con p {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px auto 0 auto;
        padding: 10px;
    }

    .indexproduct .swiper-button-prev,
    .indexproduct .swiper-button-next,
    .indexproduct .swiper-pagination {
        display: none;
    }

    .indexproduct .swiper-slide {
        padding-bottom: 0px;
    }

  

    .outtop_left i {
        font-size: 30px;
    }

    .outtop_left {
        width: 80px;
        height: 80px;
    }

    .ourtop_right h2 {
        font-size: 20px;
    }

    .ourlist_btn {
        padding: 10px;
    }

    .ourlist_btn p {
        font-size: 16px;
    }

    .indexour {
        padding: 30px 0;
    }

    .our_left h1 {
        font-size: 30px;
    }

    .indexaboutmore a {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-button-prev,
    .index_feedbacks .swiper-button-next,
    .index_feedbacks .swiper-pagination {
        display: none;
    }

    #map2 {
        height: 300px;
    }

    .footer {
        padding: 40px 0 80px 0;
    }

    .public_ad_header_social_media2 a {
        margin: 0 5px;
    }
    .blog_tit h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    .blog_tit p {
        font-size: 16px;
    }
    .footer_contact1_tel i {
        font-size: 26px;
    }
    .footer_contact1_social_tel p {
        font-size: 18px;
    }

    .indexabout_title p {
        -webkit-line-clamp: 4;
    }

    .indexabout_title {
        margin: 0;
    }

    .indexprice_num {
        width: 150px;
        height: 150px;
    }

    .indexprice {
        border-radius: 20px;
    }

    .indexprice_num p {
        font-size: 30px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 100%;
    }

    .indextypeimg img {
        width: 100px;
    }

    .indexpricebg {
        padding: 30px 0;
    }

    .index_title h2 {
        font-size: 35px;
    }

    .index_title p {
        font-size: 20px;
    }

    .indexbrand_img img {
        height: 110px;
    }

    .indexabout {
        padding: 30px 0;
    }

    .index_title {
        margin-bottom: 20px;
    }



    .index_good {
        padding: 30px 0 10px 0;
    }

    .index_good .mianimg_img img {
        width: 80px;
    }

    .index_good .mian_text p {
        font-size: 18px;
    }

    .indexproduct {
        padding: 30px 0;
    }

    .coop_title h3 {
        font-size: 20px;
    }

    .coop_title p {
        font-size: 16px;
    }

    .index_feedbacks {
        padding: 30px 0;
    }

    .index_feedbacks .swiper-pagination {
        display: none;
    }

    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .blogleftimg {
        padding-top: 70%;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .videobtn img {
        width: 120px;
        height: 120px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .newsinfo {
        display: none;
    }


    .indexalltitle h2 {
        font-size: 32px;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .indexnewbottom {
        flex-wrap: wrap;
    }

    .indexproductallmore {
        margin: 15px auto 0 auto;
    }

    .footer_page {
        margin-top: 20px;
    }

    .footer_contact {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
    .indexprice_nav a {
        width: 60%;
    }

    .indexabout_title {
        margin: 0;
    }

    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .blogleftimg {
        padding-top: 60%;
    }
    .our_left h4 {
        font-size: 22px;
    }
    .our_left h2 {
        font-size: 40px;
    }
    .our_left h1 {
        font-size: 40px;
    }

}

@media (min-width: 1400px) and (max-width: 1680px) {
    .indexprice_nav a {
        width: 60%;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }
}