@media screen and (min-width: 768px) and (max-width: 1680px) {
  .header_content,
  .content {
    max-width: 1440px;
  }
  .home_news .right {
    width: 39.55%;
  }
  .home_news .home_news_intro_swiper a {
    padding: 3rem 5%;
  }
  .home_news .home_news_intro_swiper .info {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  section.home_banner .flex {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home_custom .nav_list > ul{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .header_content,
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content,
  .swiper_content,
  .header_content {
    max-width: 1220px;
  }
  .product_item .info {
    padding: 1.2rem 1rem 3rem;
  }
  .home_news .right {
    width: 40.6%;
  }
  .custom_design .custom_design_thumb_swiper {
    max-width: 30rem;
  }
  .contact_main form .col-2 {
    width: 48%;
  }
  .news_list .left {
    left: -10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content,
  .swiper_content,
  .header_content {
    max-width: 1024px;
  }
  header nav .menu > li > a {
    font-size: 1.6rem;
  }
  header .btns {
    gap: 1rem;
  }
  header .btns a {
    padding: 1.2rem 2.5rem;
  }
  header .logo img {
    height: 6rem;
  }
  .home_news .right {
    width: 41.7%;
  }
  .home_news .home_news_intro_swiper p {
    margin-top: 1.2rem;
  }
  .home_news .home_news_intro_swiper .info {
    margin-bottom: 2rem;
  }
  .product_section h2 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .about_exhibition .exhibition_list ul {
    gap: 2rem;
  }
  .contact_main .list .item {
    padding-bottom: 2.5rem;
  }
  .video_main .video_show .video::before {
    height: 91.1%;
  }
  .news_list .left {
    right: -15rem;
  }
  .news_main .postdetail .product_box .info {
    padding-left: 4rem;
  }
  .service_about .nums span {
    font-size: 4rem;
  }
  .service_about .nums .num {
    font-size: 5rem;
  }
  .home_custom .nav_list > ul{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  }
  .home_about .nums > ul{

    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
  section.about_solution .datas ul{

    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
  .home_about .nums .title, .home_about .nums .num + span, .about_solution .datas ul li .number, .about_solution .datas ul li .number .unit{
    font-size: 4.5rem !important;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .header_content {
    max-width: 869px;
  }
  .footer_connect form .upload {
    margin-left: auto;
  }
  .home_products .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_news .right {
    width: 42.9%;
  }
  .products_section .list > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .products_section .list li {
    grid-column: span 2 !important;
  }
  .service_section .item .img {
    width: 100%;
  }
  .service_section .item .detail {
    width: 100%;
    max-width: unset;
  }
  .about_exhibition .exhibition_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about_advantages .items {
    padding: 3rem 0;
  }
  .about_advantages .items .active {
    padding-bottom: 1.4rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  .contact_main .list {
    flex-wrap: wrap;
  }
  .contact_main .list .item {
    padding-bottom: 2.5rem;
  }
  .contact_main .list .item.address,
  .contact_main .list .item.email,
  .contact_main .list .item.phone {
    width: 100%;
  }
  .video_main .video_show {
    align-items: center;
  }
  .video_main .video_show .video::before {
    height: 100%;
  }
  .video_main .list {
    margin-top: 10rem;
  }
  .video_main .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  section.home_about .nums > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
  header.sticky .btn_menu {
    filter: unset;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
    padding: 0;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url("../img/mobile-menu/close.svg") no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title_color);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
    font-weight: normal;
  }
  header nav .con .menu > li > a:hover {
    color: var(--theme_color);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--theme_color);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title_color);
  }
  header nav .con .sub-menu li a:hover {
    color: var(--theme_color);
  }
  header .btns {
    gap: 3rem;
  }
  header .btn_menu {
    display: block;
    width: 23px;
    aspect-ratio: 1;
    cursor: pointer;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
    transition: all 0.4s;
  }
  .video_main .video_show {
    align-items: center;
    flex-direction: column;
  }
  .video_main .video_show .video {
    width: 100%;
  }
  section.service_section .item .img {
    padding-bottom: 60.948081%;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .header_content {
    max-width: 768px;
  }
  .about_advantages .about_advantages_swiper .intro {
    flex: unset;
    width: 100%;
  }
  .about_advantages .about_advantages_swiper .data {
    width: 100%;
    min-width: unset;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
  }
  .news_main .postdetail {
    padding-bottom: 0;
  }
  .news_main .product_box {
    margin-top: 10rem;
  }
}
