@media screen and (min-width: 786px) and (max-width: 1600px) {
   
}
@media screen and (min-width: 786px) and (max-width: 1400px) {
    .content {
      padding: 0 1.2rem;
      max-width: 1250px;
    }
    .product_detail_like .like_button_next{
        display: none;
    }
    .like_button_prev {
        display: none;
    }
    .home_process{
        overflow: hidden;
    }
    .home_process .home_process_main div{
        width: 200px;
        height: 200px;
    }
    .about_mission .mission_imgs img:nth-child(1){
        right: calc(30% + 250px);
    }
    .about_mission .mission_imgs img:nth-child(4) {
        left: calc(41% + 320px);
        top: 15%;
    }
    .about_mission .mission_imgs img:nth-child(2) {
        right: calc(42% + 285px);
        top: 36%;
        z-index: 2;
    }
    .about_mission .mission_imgs img:nth-child(5) {
        top: 48%;
        left: calc(29% + 270px);
    }
}
@media screen and (min-width: 786px) and (max-width: 1200px) {
    .content {
        padding: 0 1.2rem;
        max-width: 1050px;
    }
    header nav .header_right ul li a{
        font-size: 15px;

    }
    .home_about img:nth-of-type(1){
        max-width: 330px;
    }
    header nav .header_right ul li{
        margin-right: 20px;
    }
    .header_logo{
        width: 170px;
    }
    .header_logo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .home_med .home_app_swiper{
        width: 100%;
    }
    .home_testimonial .swiper_home_testimonial{
        width: 100%;
    }
    .home_testimonial .swiper_home_testimonial > ul > li.swiper-slide-active{
        transform: scale(1);
    }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
    .content {
        padding: 0 1.2rem;
    }
}