/**/
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .home-hero-wrapper .home-hero {
    flex-direction: column;
    width: 100%;
  }
  .home-hero-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .home-hero-wrapper .home-hero {
    flex-direction: column;
    width: 100%;
  }
  .home-hero-wrapper {
    height: auto;
  }
  .home-hero-wrapper .home-hero .home-news-images {
    width: 100%;
    height: 300px;
  }
  .container-news-inner .left-content-news-inner .news-title{
      padding:0 20px;
  }
  .container-news-inner .left-content-news-inner .news-title span{
      margin-top:0;
  }
  .container-news-inner{
      margin-top:95px;
  }
}
/**/

@media only screen and (max-width: 13100px) and (min-width: 1280px){
    .header .right a{
        padding: 5px 7px;
    }
}
@media only screen and (max-width: 968px) and (min-width: 300px) {
  .top-header {
    display: none;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .header .left {
    justify-content: flex-start;
  }
  body,
  html {
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }

  .header {
    padding: 10px 80px;
  }

  .header #list-menu {
    position: fixed;
  }
  .header .show {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #e7e7e7 !important;
    z-index: 100000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: navbaranim 0.4s ease-out forwards normal;
  }
  @keyframes navbaranim {
    from {
      transform: translateY(-20rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .header .show .header-logo-and-close-icon {
    width: 100%;
    min-height: 45px;
    background-color: rgb(255, 255, 255);
    display: flex;
    border: 1px solid rgb(48 48 48 / 15%) !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .header .show .header-logo-and-close-icon .closemenu-icon {
    display: block !important;
    cursor: pointer;
    transition: 0.1s ease-out;
  }
  .header .show .header-logo-and-close-icon .closemenu-icon:active {
    transform: translateY(2px);
  }
  .header .show .header-logo-and-close-icon .image-wrapper {
    cursor: pointer;
    transition: 0.1s ease-out;
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .header .show .header-logo-and-close-icon .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .show .header-logo-and-close-icon .image-wrapper:hover {
    transform: translateX(1rem);
  }
  .header .show .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header .show .content .right {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header .show .content .right .dropbtn {
    margin-top: 1.5rem;
    border-radius: 5px 5px 0px 0px;
    background-color: transparent;
    color: #303030 !important;
    border: none;
    outline: none;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .show .content .right .dropbtn svg {
    width: 15px;
    height: 15px;
    color: #444343;
    position: relative;
    left: 5px;
  }
  .header .show .content .right .dropdown {
    position: relative;
    display: inline-block;
  }
  .header .show .content .right .dropdown-content {
    z-index: 100000;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    animation: tr 0.2s ease-out forwards normal;
  }
  @keyframes tr {
    from {
      transform: translateY(-2rem);
    }
    to {
      transform: translateY(0);
    }
  }
  .header .show .content .right .dropdown-content a {
    color: #000000;
    padding: 5px 22px;
    text-decoration: none;
    display: block;
  }
  .header .show .content .right .dropdown-content a:hover {
    background-color: #fff;
    color: mediumslateblue;
  }
  .header .show .content .right .dropdown:hover .dropdown-content {
    display: block;
  }
  .header .show .content .right .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
    color: #000000;
  }
  .header .show .content .right a {
    text-decoration: none;
    padding: 10px 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #303030 !important;
    transition: 0.1s ease-out;
  }
  .header .show .content .right a:hover {
    color: #d141d1 !important;
  }
  .header .show .content .right .dropbtn-products {
    transition: 0.3s ease-out;
    background-color: transparent;
    color: #303030 !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border: none;
  }
  .header .show .content .right .products-dropdown {
    position: relative;
    display: inline-block;
  }
  .header .show .content .right .dropdown-content-products {
    z-index: 1000000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 151px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .header .show .content .right .dropdown-content-products a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    animation: tr 0.3s ease-out forwards normal;
  }
  .header .show .content .right .dropdown-content-products a:hover {
    background-color: #d141d1;
    color: #fff !important;
  }
  .header .show .content .right .products-dropdown:hover .dropdown-content-products {
    display: block;
  }
  .header .show .content .right .products-dropdown:hover .dropbtn-products {
    background-color: rgb(197, 33, 189);
    color: #fff;
  }
  .header .show .content .bottom-span {
    color: #404040 !important;
    font-size: 14px;
    width: 100%;
    height: auto;
    position: relative;
    top: 6rem;
    left: 15%;
  }
  .header .show .content .bottom-span #company-name {
    padding: 5px 5px;
    text-decoration: none;
    font-size: 18px;
    color: #ff8229 !important;
    transition: 0.2s ease-out;
  }
  .header .show .content .bottom-span #company-name:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1150px){
    .openmenu-icon {
    display: block !important;
    cursor: pointer;
    transition: 0.1s ease-out;
  }
  .openmenu-icon:active {
    transform: translateY(2px);
  }
  .header .right {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .header .left {
    justify-content: flex-start;
  }
  body,
  html {
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }
  .openmenu-icon {
    display: block !important;
    cursor: pointer;
    transition: 0.1s ease-out;
  }
  .openmenu-icon:active {
    transform: translateY(2px);
  }
  .header {
    padding: 10px 30px;
  }
  .header .right {
    display: none;
  }
  .header #list-menu {
    position: fixed;
  }
  .header .show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgb(100, 73, 163);
    z-index: 100000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: navbaranim 0.4s ease-out forwards normal;
  }
  @keyframes navbaranim {
    from {
      transform: translateY(-20rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .header .show .header-logo-and-close-icon {
    width: 100%;
    min-height: 45px;
    background-color: rgb(255, 255, 255);
    display: flex;
    border: 1px solid rgba(48, 48, 48, 0.5058823529);
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .header .show .header-logo-and-close-icon .closemenu-icon {
    display: block !important;
    cursor: pointer;
    transition: 0.1s ease-out;
  }
  .header .show .header-logo-and-close-icon .closemenu-icon:active {
    transform: translateY(2px);
  }
  .header .show .header-logo-and-close-icon .image-wrapper {
    cursor: pointer;
    transition: 0.1s ease-out;
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .header .show .header-logo-and-close-icon .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .show .header-logo-and-close-icon .image-wrapper:hover {
    transform: translateX(1rem);
  }
  .header .show .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header .show .content .right {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header .show .content .right .dropbtn {
    margin-top: 1.5rem;
    border-radius: 5px 5px 0px 0px;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .show .content .right .dropbtn svg {
    width: 15px;
    height: 15px;
    color: #444343;
    position: relative;
    left: 5px;
  }
  .header .show .content .right .dropdown {
    position: relative;
    display: inline-block;
  }
  .header .show .content .right .dropdown-content {
    z-index: 100000;
    display: none;
    position: absolute;
    background-color: #815e9e;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    animation: tr 0.2s ease-out forwards normal;
  }
  @keyframes tr {
    from {
      transform: translateY(-2rem);
    }
    to {
      transform: translateY(0);
    }
  }
  .header .show .content .right .dropdown-content a {
    color: #fff;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
  }
  .header .show .content .right .dropdown-content a:hover {
    background-color: #ffffff;
  }
  .header .show .content .right .dropdown:hover .dropdown-content {
    display: block;
  }
  .header .show .content .right .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
    color: #000000;
  }
  .header .show .content .right a {
    text-decoration: none;
    padding: 10px 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff;
    transition: 0.1s ease-out;
  }
  .header .show .content .right a:hover {
    color: #d141d1 !important;
  }
  .header .show .content .right .dropbtn-products {
    transition: 0.3s ease-out;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border: none;
  }
  .header .show .content .right .products-dropdown {
    position: relative;
    display: inline-block;
  }
  .header .show .content .right .dropdown-content-products {
    z-index: 1000000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 151px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .header .show .content .right .dropdown-content-products a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    animation: tr 0.3s ease-out forwards normal;
  }
  .header .show .content .right .dropdown-content-products a:hover {
    background-color: #d141d1;
    color: #fff !important;
  }
  .header .show .content .right .products-dropdown:hover .dropdown-content-products {
    display: block;
  }
  .header .show .content .right .products-dropdown:hover .dropbtn-products {
    background-color: rgb(197, 33, 189);
    color: #fff;
  }
  .header .show .content .bottom-span {
    color: #f5f5f5;
    font-size: 12px;
    width: 100%;
    height: auto;
    position: relative;
    top: 6rem;
    padding: 5px;
  }
  .header .show .content .bottom-span #company-name {
    padding: 5px 5px;
    text-decoration: none;
    font-size: 14px;
    color: #ffdc7a;
    transition: 0.2s ease-out;
  }
  .header .show .content .bottom-span #company-name:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }
  .header .left .logo-wrapper-header {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 968px) {
  .top-container {
    padding: 10px 80px;
  }
  .top-container .container-wrapper .left h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .top-container .container-wrapper .left span {
    font-size: 20px;
    line-height: 25px;
  }
  .home_pro_boxes{
        margin-top:38px;
        grid-template-columns:repeat(3,1fr);
    }
    .news-container-in-newspage .news-boxes {
      grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 968px) and (min-width: 768px) {
  .top-container {
    padding: 10px 80px;
  }
  .top-container .container-wrapper .left h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .top-container .container-wrapper .left span {
    font-size: 20px;
    line-height: 25px;
  }
  .top-container .container-wrapper {
    flex-direction: column;
  }
  .top-container .container-wrapper .left {
    width: 100%;
    padding-top: 50px;
  }
  .top-container .container-wrapper .right {
    width: 70%;
    padding-top: 50px;
  }
  .top-container .statistics {
    flex-direction: column;
  }
  .top-container .statistics .quality-product, .top-container .statistics .accept-person, .top-container .statistics .order {
    width: 100%;
    justify-content: center;
  }
    .home_pro_boxes{
        margin-top:30px;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }
    .news-container-in-newspage .news-boxes {
      grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .top-container {
    padding: 10px 30px;
    margin-top: 62px;
  }
  .top-container .container-wrapper .left h1 {
    font-size: 22px;
    line-height: 30px;
  }
  
  .top-container .container-wrapper .left span {
    font-size: 16px;
    line-height: 25px;
  }
  .top-container .container-wrapper {
    flex-direction: column;
  }
  .top-container .container-wrapper .left {
    width: 100%;
    padding-top: 50px;
  }
  .top-container .container-wrapper .right {
    width: 100%;
    padding-top: 50px;
  }
  .top-container .container-wrapper .right .photo-wrapper:after {
    width: 50px;
    height: 50px;
  }
  .top-container .statistics {
    flex-direction: column;
    padding: 10px;
    margin-top: 0;
  }
  .top-container .statistics .quality-product, .top-container .statistics .accept-person, .top-container .statistics .order {
    width: 100%;
    justify-content: flex-start;
  }
  .top-container .statistics .quality-product span, .top-container .statistics .accept-person span, .top-container .statistics .order span {
    font-size: 12px;
  }
      .news-container-in-newspage .news-boxes {
      grid-template-columns: repeat(1, 1fr);
    }
    .news-container-in-newspage .news-boxes .news-box{
        width:100%;
        max-width:330px;
        margin:0 auto;
        height:auto;
    }
    .news-container-in-newspage .news-boxes .news-box .background .text p{
        -webkit-line-clamp: 2;
    }
}
@media only screen and (max-width: 968px) and (min-width: 568px) {
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .left {
    width: 100%;
  }
  .about .about-wrapper .right .top-images {
    display: none;
  }
  .about .about-wrapper .right .bottom-images {
    display: none;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .about .about-wrapper {
    flex-direction: column;
    padding: 20px;
  }
  .about .about-wrapper .left {
    width: 100%;
  }
  .about .about-wrapper .right .top-images {
    display: none;
  }
  .about .about-wrapper .right .bottom-images {
    display: none;
  }
  .about .about-wrapper .left p {
    font-size: 12px;
  }
  .about .about-wrapper .left a {
    width: 100%;
    text-align: center;
    margin-top: 22px;
    padding: 12px 50px;
  }
  .about .about-wrapper .left h1 {
    font-size: 27px;
  }
  .about {
    width: 95%;
  }
}
@media only screen and (max-width: 500px) and (min-width: 300px) {
  .products-our {
    margin-top: 50px;
  }
  .products-our .swiper-button-next {
    top: 68%;
  }
  .products-our .swiper-button-prev {
    top: 68%;
  }
  .products-our .top-title span {
    font-size: 13px;
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .news-our {
    margin-top: 50px;
  }
  .news-our .top-title-news-our span {
    text-wrap: nowrap;
    font-size: 13px;
  }
  .news-our .swiper-slide .background .text p {
    display: none;
  }
  .news-our .swiper-slide .background .text span {
    font-size: 12px;
  }
  .news-our .swiper-slide .background strong {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .feedback-our-customers-wrapper {
    margin-top: 50px;
  }
  .feedback-our-customers-wrapper .toptitle-feedback h1 {
    font-size: 20px;
    text-wrap: nowrap;
  }
  .feedback-our-customers-wrapper .carousel-area-feedback-our-customers {
    padding: 7px 0px 147px 0px;
  }
  .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-horizontal > .swiper-pagination-bullets, .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-pagination-bullets.swiper-pagination-horizontal, .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-pagination-custom, .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-pagination-fraction {
    top: 27rem;
  }
  .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-slide {
    padding: 0;
  }
  .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-button-prev {
    top: 37%;
  }
  .feedback-our-customers-wrapper .carousel-area-feedback-our-customers .swiper-button-next {
    top: 37%;
  }
}
@media only screen and (max-width: 968px) and (min-width: 568px) {
  .contact-us .contact-us-wrapper {
    flex-direction: column-reverse;
  }
  .contact-us .contact-us-wrapper .right {
    width: 100%;
  }
  .contact-us .contact-us-wrapper .left {
    width: 85%;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .contact-us {
    width: 95%;
  }
  .contact-us .contact-us-wrapper {
    flex-direction: column-reverse;
  }
  .contact-us .contact-us-wrapper .right {
    width: 100%;
  }
  .contact-us .contact-us-wrapper .left {
    width: 100%;
    padding-top: 25px;
  }
  .contact-us .contact-us-wrapper .left .image-wrapper-contact iframe{
      height:280px;
  }
  .contact-us .contact-us-wrapper .right .title-contact {
    margin-left: 0;
    padding: 0;
  }
  .contact-us .contact-us-wrapper .right h2 {
    padding: 0;
    margin-left: 0;
    padding-top: 10px;
    font-size: 25px;
    text-wrap: nowrap;
  }
  .contact-us .contact-us-wrapper .right p {
    margin-left: 0;
    padding: 0;
  }
  .contact-us .contact-us-wrapper .right .contact-ar {
    padding: 0;
  }
  .contact-us .contact-us-wrapper .right .contact-ar .location, .contact-us .contact-us-wrapper .right .contact-ar .telephone-contact, .contact-us .contact-us-wrapper .right .contact-ar .mail-contact {
    margin-left: 0;
  }
  .contact-us .contact-us-wrapper .right .contact-ar .location span, .contact-us .contact-us-wrapper .right .contact-ar .telephone-contact span, .contact-us .contact-us-wrapper .right .contact-ar .mail-contact span {
    font-size: 13px;
  }
  .contact-us .contact-us-wrapper .right .contact-ar .location .logo-wrap, .contact-us .contact-us-wrapper .right .contact-ar .telephone-contact .logo-wrap, .contact-us .contact-us-wrapper .right .contact-ar .mail-contact .logo-wrap {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 968px) {
    .home-hero-wrapper{
        height: 600px !important;
    }
  .footer {
    padding: 0;
  }
  .footer .footer-header {
    flex-direction: column;
    padding: 10px 40px;
  }
  .footer .contact-footer {
    padding: 10px 90px;
  }
  .footer .social-footer {
    padding: 10px 105px;
  }
  .footer .bottom-footer span {
    padding: 10px 120px;
  }
}
@media only screen and (max-width: 968px) and (min-width: 768px) {
    .home-hero-wrapper{
        height: 500px !important;
    }
  .footer {
    padding: 0;
  }
  .footer .footer-header {
    flex-direction: column;
    padding: 10px 40px;
    align-items: flex-start;
  }
  .footer .contact-footer {
    padding: 10px 30px;
  }
  .footer .social-footer {
    padding: 30px 60px;
    justify-content: flex-start;
  }
  .footer .bottom-footer span {
    padding: 15px 60px;
  }
  .footer .footer-header .right {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .footer .footer-header .right .dropdown {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
    .about-content{
        margin-top:95px;
    }
    .inner-content-product,.map-content-in-contact, .certificates-container, .news-container-in-newspage{
        margin-top:95px;
    }
  .footer .contact-footer .location span, .footer .contact-footer .telephone-contact span, .footer .contact-footer .mail-contact span {
    font-size: 12px;
  }
  .footer {
    padding: 0;
  }
  .footer .footer-header {
    flex-direction: column;
    padding: 10px 40px;
    align-items: flex-start;
  }
  .footer .contact-footer {
    padding: 10px 30px;
  }
  .footer .social-footer {
    padding: 30px 60px;
    justify-content: flex-start;
  }
  .footer .bottom-footer span {
    padding: 15px 60px;
    font-size: 11px;
  }
  .footer .footer-header .right {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .footer .footer-header .right .dropdown {
    padding: 15px;
  }
  .footer .footer-header .left {
    width: 150px;
    height: 45px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 968px) {
  .about-content {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .about-content .left {
    width: 100%;
  }
  .about-content .right {
    width: 90%;
  }
  .about-content .left {
    padding: 30px;
  }
  .about-content .left h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 968px) and (min-width: 568px) {
  .about-content {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .about-content .left {
    width: 100%;
  }
  .about-content .right {
    width: 90%;
  }
  .about-content .left {
    padding: 30px;
  }
  .about-content .left h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .about-content {
    width: 95%;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .about-content .left {
    width: 100%;
  }
  .about-content .right {
    width: 90%;
  }
  .about-content .left {
    padding: 30px;
  }
  .about-content .left h1 {
    margin-top: 0;
    font-size: 16px;
  }
  .about-content .left p {
    line-height: unset;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .about-bottom-content {
    width: 95%;
    grid-template-columns: repeat(1, auto);
  }
  
}
@media only screen and (max-width: 1100px) and (min-width: 900px) {
  .certificates-container .certificates {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .certificates-container .certificates {
    display: grid;
    grid-template-columns: repeat(2, 57%);
  }
}
@media only screen and (max-width: 768px) and (min-width: 450px) {
  .certificates-container .certificates .certificates-box {
    width: 100%;
  }
  .certificates-container .certificates {
    grid-template-columns: repeat(1, auto);
  }
  .certificates-container h1 {
    font-size: 15px;
  }
  .home_pro_boxes{
        margin-top:30px;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }
}
@media only screen and (max-width: 450px) and (min-width: 360px) {
  .certificates-container .certificates {
    grid-template-columns: repeat(1, 100%);
  }
  .certificates-container .certificates .certificates-box {
    min-width: 290px !important;
    min-height: 290px !important;
  }
  .certificates-container .certificates .certificates-box .certificate-image-wrapper {
    width: 245px;
    height: 195px;
  }
  .certificates-container h1 {
    font-size: 15px;
  }
  .home_pro_boxes{
        margin-top:30px;
        grid-template-columns:repeat(1,1fr);
        gap:10px;
    }
}
@media only screen and (max-width: 360px) and (min-width: 300px) {
  .certificates-container .certificates .certificates-box {
    min-width: 230px !important;
    min-height: 230px !important;
      
  }
  .home_pro_boxes{
        margin-top:30px;
        grid-template-columns:repeat(1,1fr);
        gap:10px;
    }
  .certificates-container .certificates .certificates-box .certificate-image-wrapper {
    width: 195px;
    height: 150px;
  }
  .certificates-container .certificates .certificates-box .title span {
    font-size: 12px;
    text-align: center;
    padding: 10px;
  }
  .certificates-container .certificates {
    grid-template-columns: repeat(1, 100%);
  }
  .certificates-container h1 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 900px) {
  .news-container-in-newspage .news-boxes .news-box .background .text span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 900px) {
  .contact-our .contact-info-box {
    flex-direction: column;
  }
  .contact-our .contact-info-box .box-tel, .contact-our .contact-info-box .box-email, .contact-our .contact-info-box .box-location {
    width: 90%;
  }
  .contact-our .contact-info-box .box-social-network {
    width: 90%;
  }
  .contact-our .contact-container {
    flex-direction: column;
  }
  .contact-our .contact-container .left {
    width: 100%;
  }
  .contact-our .contact-container .right-form {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 568px) {
  .contact-our .contact-info-box {
    flex-direction: column;
  }
  .contact-our .contact-info-box .box-tel, .contact-our .contact-info-box .box-email, .contact-our .contact-info-box .box-location {
    width: 90%;
  }
  .contact-our .contact-info-box .box-social-network {
    width: 90%;
  }
  .contact-our .contact-container {
    flex-direction: column;
  }
  .contact-our .contact-container .left {
    width: 100%;
  }
  .contact-our .contact-container .right-form {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .contact-our {
    width: 95%;
  }
  .contact-our .contact-info-box {
    flex-direction: column;
  }
  .contact-our .contact-info-box .box-tel, .contact-our .contact-info-box .box-email, .contact-our .contact-info-box .box-location {
    width: 90%;
  }
  .contact-our .contact-info-box .box-social-network {
    width: 90%;
  }
  .contact-our .contact-container {
    flex-direction: column;
    padding: 5px;
  }
  .contact-our .contact-container .left {
    width: 100%;
  }
  .contact-our .contact-container .right-form {
    width: 100%;
    padding: 5px;
  }
  .contact-our .contact-container .left .titles h1 {
    font-size: 22px;
    text-wrap: nowrap;
  }
  .contact-our .contact-container .left .titles h2 {
    font-size: 30px;
    text-wrap: nowrap;
  }
  .contact-our .contact-container .left .titles p {
    font-size: 14px;
  }
  .contact-our .contact-container .right-form .telephone select {
    left: 1.5rem;
  }
}
@media only screen and (max-width: 968px) and (min-width: 768px) {
  .inner-content-product {
    padding: 45px;
    flex-direction: column;
  }
  .inner-content-product .left-swip-content {
    width: 100%;
  }
  .inner-content-product .right-text-content {
    width: 100%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 568px) {
    .home-hero-wrapper{
        height: 400px !important;
    }
  .inner-content-product {
    padding: 45px;
    flex-direction: column;
  }
  .inner-content-product .left-swip-content {
    width: 100%;
  }
  .inner-content-product .right-text-content {
    width: 100%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
    .home-hero-wrapper{
        height: 350px !important;
    }
  .inner-content-product {
    padding: 10px;
    flex-direction: column;
    width: 95%;
  }
  .inner-content-product .left-swip-content {
    width: 100%;
  }
  .inner-content-product .left-swip-content .mySwiper2_2 {
    right: 0;
    width: 55%;
  }
  .inner-content-product .right-text-content {
    width: 100%;
    padding-top: 50px;
  }
  .inner-content-product .right-text-content {
    padding: 5px;
  }
  .inner-content-product .share {
    top: 5px;
  }
  .inner-content-product .share .social .logo-wrapper-instagram {
    width: 28px;
    height: 28px;
  }
  .other-products-container .other-products-title .swiper-buttons .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 2rem;
  }
  .other-products-container .other-products-title .swiper-buttons .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 2rem;
  }
  .other-products-container .other-products-title span {
    font-size: 17px;
    text-wrap: nowrap;
  }
  .other-products-container .other-products-title .swiper-buttons {
    width: 105px;
  }
  .other-products-container {
    margin-top: 50px;
    width: 95%;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 900px) {
  .container-news-inner {
    flex-direction: column;
  }
  .container-news-inner .left-content-news-inner {
    width: 100%;
  }
  .container-news-inner .right-sidebar-news-inner,.container-news-inner {
    width: 100%;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .container-news-inner {
    flex-direction: column;
  }
  .container-news-inner .left-content-news-inner {
    width: 100%;
  }
  .container-news-inner .right-sidebar-news-inner {
    width: 100%;
    margin-top: 70px;
  }
  .container-news-inner .left-content-news-inner .news-title span {
    font-size: 25px;
  }
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons {
    width: 100%;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 568px) {
  .container-news-inner {
    flex-direction: column;
    width: 95%;
  }
  .container-news-inner .left-content-news-inner {
    width: 100%;
  }
  .container-news-inner .right-sidebar-news-inner {
    width: 100%;
    margin-top: 70px;
  }
  .container-news-inner .left-content-news-inner .news-title span {
    font-size: 20px;
  }
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons {
    width: 100%;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 568px) and (min-width: 300px) {
  .container-news-inner {
    flex-direction: column;
    width: 95%;
  }
  .container-news-inner .left-content-news-inner {
    width: 100%;
  }
  .container-news-inner .right-sidebar-news-inner {
    width: 100%;
    margin-top: 70px;
  }
  .container-news-inner .left-content-news-inner .news-title span {
    font-size: 18px;
  }
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons {
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 300px) {
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons {
    width: 100%;
  }
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons .icon-wrapper {
    width: 100px;
    height: 40px;
    background-color: transparent;
  }
  .container-news-inner .left-content-news-inner .content-news .bottom-share-content .bottom-share-box .share-icons .icon-wrapper img {
    width: 70%;
    height: 70%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 2500px) {
  .about .about-wrapper {
    overflow: hidden;
  }
  .inner-content-product .share .social .logo-wrapper-instagram {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 2500px) {
  .about .about-wrapper .right {
    height: 500px;
  }
}
/*# sourceMappingURL=responsive.css.map */