@media (min-width: 1200px) {
  .menu_mobi,.menu_mobi_add{display: none;}
}
@media (max-width: 1199px) {
  .top-bar .slogan-head,.marqueeText{width: 100%;}
  .marqueeText span{/* animation: marqueeText 20s linear infinite; */-webkit-transform: translateX(50%);transform: translateX(50%);}
  .wrap-field .field-top .info-field{text-align: center;}
  .info-field__title{justify-content: center;}
  .header .wrap-content{display: flex;align-items: center;justify-content: space-between;}
  .menu-res {
    display: block;
  }
  .hidden-1200{display: none;}
  .head-bottom{position: sticky;top:0;}
  .header{border:none;position: relative;background: #255b2d;}
  .mm-panel{}
  .mm-navbar_sticky{}
  .icon_menu_mobi{margin:0px;}
  .menu_mobi {color: #000;font-size: 18px;text-decoration: none;padding: 4px 10px;display: block;cursor: pointer;position: sticky;top: 0px;z-index: 11;width: 100%;background: #fff;}
  .menu_mobi_add {display:block;position: fixed;left: -100%;top: 0;background: #f3f3f3;z-index: 99999;color: #fff;height: 100vh;overflow: auto;line-height: 1.5;padding-top: 40px;padding-bottom: 20px;width: 85%;min-width: 140px;max-width: 440px;/* box-shadow: inset -4px 0px 8px rgba(0,0,0,0.3); */transition: 0.5s;}
  .menu_mobi_active { left: 0; transition: 0.5s; }
  .menu_mobi_add ul {list-style: none;padding: 0;}
  .menu_mobi_add ul li{}
  .menu_mobi_add ul li h2{font-size: 15px;}
  .menu_mobi_add ul li b{display:inline-block;vertical-align: top;margin-right: 8px;}
  .menu_mobi_add ul li b img{ display: inline-block; vertical-align: top; }
  .menu_mobi_add ul li a {text-decoration: none;color: #000;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 10px 40px 10px 0;margin-left: 20px;font-size: 14px;position: relative;text-transform: uppercase;text-align: left;}
  .menu_mobi_add .newList li a{padding: 8px;margin: 3px;border: solid 1px var(--color-main);border-radius: 5px;text-transform: none;text-align: center;}
  .menu_mobi_add .newList li a img{height: 50px; margin:auto;}
  .menu_mobi_add ul li a.active2 {color: #000;font-weight: bold;}
  .menu_mobi_add ul li a i{position:absolute;/* height:100%; */right:0;top: 0px;bottom: 0px;border-bottom: 1px solid rgba(255,255,255,0.1);width: 41px;text-align:center;padding-top: 9px;/* transform:rotate(90deg); */border-left: 1px solid rgba(0,0,0,0.1);color: #6e6e6e;}
  .menu_mobi_add ul li a.active2 i{transform: rotate(-90deg);border-top: 1px solid rgba(0,0,0,0.1);border-left: none;}
  .menu_mobi_add ul ul {display:none;padding-left: 0;}
  .menu_mobi_add ul li ul li a {padding-left: 20px;color: #000;}
  .menu_mobi_add ul li ul li a img{display: none;}
  .menu_mobi_add ul li ul li ul li a { padding-left: 40px; }
  .close_menu {position: absolute;top: 5px;right: 7px;font-size: 15px;background: #fff;width: 30px;text-align: center;line-height: 25px;cursor: pointer;color: var(--color-main);}   
  .menu_baophu{margin:0;}
  #hamburger {display: block;width: 40px;height: 33px;position: relative;padding: 6px;/* border: 1px solid #000; */}
  #hamburger:before,#hamburger:after,#hamburger span {background: #000000;content: '';display: block;width: 75%;height: 1px;position: absolute;left: 0px;right: 0;margin: 0 auto;}
  #hamburger:before {top: 8px;}
  #hamburger span {top: 16px;}
  #hamburger:after {top: 24px;}
  #hamburger:before,#hamburger:after,#hamburger span {-webkit-transition: none 0.5s ease 0.5s;transition: none 0.5s ease 0.5s;-webkit-transition-property: transform,top,bottom,left,opacity;transition-property: transform,top,bottom,left,opacity;}
  .info-head i{font-size: 22px;}
  .info-head {
      margin: 0;
      display: inline-flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
      color: #fff;
      font-size: 17px;
      font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .hidden-1024{display: none;}
}
@media (max-width: 1024px) {
  .yep {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0;
  }
  .check-toolbar { display: none; position: fixed; right: 30px; bottom: 100px; width: 18px; height: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99; }
  .check-toolbar label { position: absolute; bottom: 0; left: 6px; width: 6px; height: 50px; border-radius: 32px; background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); cursor: pointer; transition: all 0.3s ease; opacity: 0.7; box-shadow: 0 0 5px #ccc; }
  .check-toolbar label:after { content: ''; position: absolute; bottom: 1px; left: -3px; width: 12px; height: 20px; border-radius: 3px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
  .check-toolbar input[type="checkbox"]:checked + label {background: var(--background-static);opacity: 1;}
  .check-toolbar input[type="checkbox"]:checked + label:after { transform: translateY(-29px); }
  .check-toolbar label:hover { background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); }
  .check-toolbar label:hover:after { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

  .hidden-toolbar { padding-top: 0px; transition: 0.7s; }
  .hidden-toolbar .toolbar { transform: translateY(120%); transition: 0.7s; }
  .hidden-toolbar .head { transform: translateY(-120%) !important; transition: 0.7s; }
  .show-toolbar .toolbar { transform: translateY(0); transition: 0.7s; }
  .check-toolbar { display: block; }
  .contact-input{
    margin-bottom: 15px;
  }
  .flex-cus,
  .row-video, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video, .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .cart-fixed {
    bottom: 220px;
  }

  .btn-frame {
    display: none;
  }

  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    /* padding: 2rem 0 !important; */
  }

  

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .product-tool a span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .slider_small .slick-list{margin: 0 -5px;display: flex;align-items: center;justify-content: center;}
}
@media only screen and (max-width: 991px) {
  .cover-why{margin-top:0px;}
  .wrap-why .why-item{text-align: left;}
  .wrap-why .why-item .why-item_text{margin:0.3rem 0px;}
  .menu-res {
    display: block;
  }
  .top-cart {
    margin-bottom: 2rem;
  }
  .othernews{
    position: initial;
  }
  .footer-title:after {
    width: 100%;
  }

  #fanpage-facebook {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }

  .footer-news:nth-child(4) {
    width: 100%;
  }

  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-news:nth-child(2) {
    width: 100%;
    margin: 20px 0;
  }

  .footer-news:nth-child(1) {
    width: 100%;
  }

  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .footer-ul li {
    /* width: calc(100% / 2 - 5px); */
  }

  .footer-ul {
    /* display: flex; */
    /* flex-flow: row wrap; */
    /* justify-content: space-between; */
  }
}
@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
  
}
@media only screen and (max-width: 1024px) {
.wrap-about .title span:before, .wrap-product .title span:before, .wrap-newsnb .title span:before, .wrap-project .title span:before, .wrap-why .title span:before{display: none;}
}	
@media only screen and (max-width: 767px) {
  .header{position: fixed; background: none;}
  .header.header-white{position: fixed;}
	.icon_nav{width: 70px;height: 40px;padding: 10px;background: rgba(0, 54, 19, 0.5);border-radius: 15px;}
	.icon_nav:before{bottom: 10px;right: calc(50% - 18px);width: 36px;}
	.icon_nav:after{top: 10px;right: calc(50% - 18px);width: 36px;}
	.icon_nav span{top: 19px;right: calc(50% - 18px);}
	.icon_nav span:before{content:'';background: #255b2d;width: 5px;height: 2px;position: absolute;left: calc(50% - 3px);}
	.icon_nav .nav-text{display: none;}
	.icon_nav.active:before, .icon_nav.active:after{top: 17px;right: 15px;}
  .header.header-white img{}
  .form_main form.info_form .form_dcdd{margin: 0px;border: none;padding: 0px;}
  .footer-powered{padding-bottom: 60px;margin-top: 30px;}
  .title-main{text-align: left;font-size: 29px;}
  .item_service h3{font-size: 16px;font-weight: bold;}
  .wrap-about{}
  .wrap-about .about_us .content{bottom: 0px;top: inherit;left: 50%;transform: translate(-50%, 0px);}
  .aboutPage .navAbout{top: 55px;background: #00582c;}
  .wrap-product .title, .wrap-newsnb .title{font-size: 2rem;margin-bottom: 15px;}
  .wrap-product .title span, .wrap-newsnb .title span{padding-bottom: 15px;}
  .wrap-product .title span:before, .wrap-newsnb .title span:before, .wrap-project .title span:before, .wrap-why .title span:before{left: 0px;bottom: 0px;width: 100%;}
  .control-project, .control-news{position: relative;top: inherit;text-align: center;margin-bottom: 10px;}
  .control-project button, .control-news button{width: 35px;height: 35px;text-align: center;margin: 0px 2px;}
  .control-project button svg, .control-news button svg{
    width: 20px;
    height: 20px;
}
  .ic-menu-bar{position: relative;top: 0px;left: 10px;z-index: 101;width: 40px;}
  .ic-menu-bar div {
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      margin-bottom: 8px;
      transition: .4s;
      cursor: pointer;
  }
  .ic-menu-bar .bar3{margin:0px;}
  .ic-menu-bar.active .bar1{transform: rotate(-45deg) translate(-7px, 7px);}
  .ic-menu-bar.active .bar2{opacity: 0;}
  .ic-menu-bar.active .bar3{transform: rotate(45deg) translate(-7px, -7px);}
  #history img{max-width: fit-content;max-height: 500px;}
  .aboutPage .navAbout ul{width: 100%;/* overflow-x: auto; *//* flex-wrap: wrap !important; */display: block;text-align: center;}
  .aboutPage .navAbout ul.active{display: block;}
  .aboutPage .navAbout li{/* width: 100%; */white-space: nowrap;padding: 9px 5px;color: #fff;font-size: 11px;position: relative;display: inline-block;}
	.aboutPage .navAbout li a{color:#fff;}
	.aboutPage .navAbout li:before{content: ' • ';position: absolute;color: var(--color-white-alpha);font-size: .7rem;line-height: 1;display: block;right: 0px;top: 50%;transform: translateY(-50%);}
  .aboutPage .navAbout li:hover, .aboutPage .navAbout li.active{color: #ffb300;background: none;box-shadow: none;}
  .banner{height: 50vh;}
	.banner .title_site{font-size: 20px;}
	.banner .title_site h1, .banner .title_site span, .aboutPage .title_about span{font-size: 2rem;line-height: 40px;}
	.breakcrumbs_news{background:rgba(0, 0, 0, 0.5);top: 60px;}
	.breakcrumbs_news .breadCrumbs li:nth-child(2){display: none;}
	.breakcrumbs_news .breadCrumbs li{max-width: 130px;display: flex;}
	.breakcrumbs_news .breadCrumbs li:last-child{max-width: calc(100% - 260px);width: 100%;}
	.breakcrumbs_news .breadCrumbs li a{overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;font-size: 12px;}
	.breakcrumbs_news .breadcrumb-item:last-child a{width: 150px;}
  .aboutPage #aboutUs{background: none;}
  .bannerProject{min-height: 200px;}
  .item_price.item_p2n{background: #fff;}
  .priceList .col:nth-child(2n) .item_price{background: #faf9f3;}
  div.show-video video{height: 240px;}
  .field .name-field{text-align: left;}
  .wrap-why:before{display: none;}
  .wrap-field .field-top .info-field .info-field__description{text-align: justify;}
  .criteria-items .criteria-items__content p{/* text-align: justify; */}
  .wrap-form-phone{margin-bottom: 2rem;}
  .icon_play{max-width: 50px;}
  .camket-pro-detail{margin-top:2rem;}
  .time-newshome{margin-bottom: 5px;}
  .news-slick h3 a.name-newshome{font-size: 15px;}
  .news-slick .img{width: 150px;}
  .news-slick{min-height: 110px;}
  .title-main span{font-size: 20px;}
  .wrap-why .why-item .why-item_text h3{font-size:16px}
  .box-product-in{margin-bottom: 15px;}
  .cover-info-product-in{
    width: calc(100% - 30px);
    margin-top: 10px;
}
  .name-product-in{
    font-size: 18px;
    margin-bottom: 10px;
}
  .price-product-in{
    font-size: 14px;
}
  .price-product-in span{
    font-size: 14px;
}
  .price-product-in span{}
  .cover-chungchi{padding:1.5rem;}
  .criteria-items .criteria-items__content div{font-size: 25px;}
  .criteria-items .criteria-items__content h3{font-size: 15px;}
  .footer-copyright,.footer-statistic{text-align: center;margin:2px 0px;}
  
  .item-video1 img {
    height: 250px;
  }

  .right-intro {
    width: 100%;
  }

  .left-intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
  width: 40%;
  }
  .info-news{
    width: 60%;
    padding-left: 10px;
  }
  .name-news{
    font-size: 15px;
  }
  .desc-news.text-split{
    -webkit-line-clamp:2;
  }
  .wrap-about .image:before{display: none;}
  .item_service .info{width: 100%;height: auto;position: relative;transform: translate(0px, 0px);}
  .itemProject .info{bottom: 0px;}
  .content_product .image{padding: 0px;}
  .content_product .info{left: 0px;}
  .menulang a{margin: 0px;margin-right: 10px;background: rgba(0, 54, 19, 0.5);border: none;width: 40px;height: 40px;line-height: 45px;border-radius: 50%;padding: 0px;text-align: center;}
  .logo-head{max-width: 150px}
  .icon_home img{max-width: 30px;}
  .icon_hotline a{
	  display: inline-block;
	  color: #fff;
	  font-size: 20px;
	  background: rgba(0, 54, 19, 0.5);
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  border-radius: 50%;
	  text-align: center;
	  margin-right: 10px;
	 }
  .wrap-about .title, .wrap-project .title, .wrap-why .title{font-size: 1.4rem;}
  .wrap-project .title span, .wrap-why .title span{padding-bottom: 10px;}
  .wrap-why .why-item:nth-child(2n){margin-top: 50px;}
	.projectList ul{overflow-x: auto;border: none !important;border-radius: 0px;}
  .projectList ul li a{padding: 7px 13px;font-size: 13px;text-align: center;white-space: nowrap;}
  .projectList ul li.active a, .projectList ul li:hover a{background:#255a2c; color:#ff0;}
	.itemProject .images{width: 370px;height: 350px;}
	.itemProject h3{font-size: 22px;}
  .latestNews .title{margin: 0px;}
  .contact-article .title_contact{font-size: 2.2rem;}
  .wrap-product .product_list{/* display: flex; *//* overflow-x: auto; */background: #255b2d;text-align: center;}
  .wrap-product .product_list li{display: inline-block;border-radius: 0px !important;font-size: 14px;margin: 0px;}
  .wrap-product .product_list li span{white-space: nowrap;border-radius: 0px !important;font-size: 12px !important;font-weight: 600;padding: 6px 10px !important;background: none;color: #fff;}
  .wrap-product .product_list li:hover span, .wrap-product .product_list li.active span{background: none;}
	.wrap-product .product_list li:before{display: none;}
  .detailNews .topNews{padding: 0px;}
  .detailNews .topNews ul{position: relative;top: 0px;border-radius: 0px;}
  .detailNews .topNews ul li a{font-size: 13px;font-weight: bold;padding: 10px 6px;}
  .detailNews .topNews .title{font-size: 20px;padding: 20px;}
  .menu.show ul li a{animation-name: goLeft;}
  .item_mission .name{font-size: 18px;margin: 0px;margin-right: 15px;}
	.item_mission img{max-width: 80px;}
  .name-product{font-size: 13px;}
  .nameList{font-size: 18px;line-height: 20px;margin-bottom: 0px !important;}
  .title-pro-detail{font-size: 2rem}
  #tabsProDetail{display: flex;flex-wrap: nowrap;overflow: hidden;overflow-x: auto;}
  .tabs-pro-detail .nav-tabs .nav-link{font-size: 17px;white-space: nowrap;}
  .tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link, .tabs-pro-detail .nav-tabs .nav-link:hover{font-size: 17px;}
  .item_project_nb .info a span{margin: 0px 10px;}
  .wrap-content.projectList{width: 100%;}
  .aboutProject{margin-top: 0px;}
  .footer-article .item_ft i{font-size: 20px; margin-right: 20px;}
  .item_news .images a{position:relative;height: 11rem;overflow: hidden;border-radius: 10px;}
  .item_news .images img{object-fit: cover;object-position: top;width: 100%;height: 100%;}
  .clickDown img {width: 22px}
  
  .productListContent ul li a{font-size: 12px;}
}
@media only screen and (max-width: 575px) {
	.aboutPage .navAbout li{font-size: 9px;}
  .content_product .info{position: relative;max-width: 100%;margin-top: 20px;}
  .wrap-certification .title{font-size: 29px;}
  .tab_news{text-align: center;}
  .tab_news li{margin-right: 15px;font-size: 16px;margin-bottom: 5px;padding-bottom: 5px;}
  .item_news h3{font-size: 17px;}
  .item_mission:before{border-radius: 10px;}
  .criteriaPer .item{padding: 10px;}
  .name-procart a {
    font-size: 13px;
  }
  .procart-label {
    font-size: 13px;
  }
  .toast-cus{
    left: 5px;
    width: calc(100% - 10px);
  }
  .box-readmore {
    width: calc(100% - 5px);
  }
  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .cart-pro-detail {
    flex-wrap: wrap;
  }

  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
  }

  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  #business{background: none;padding-bottom: 0px;}
  .footer-title{font-size: 18px;}
  .footer-article{padding-top: 10px;}
}

@media (min-width: 1200px){
  .hidden-xl{display: none !important;}
}
@media (min-width: 992px)  and (max-width: 1199px){
  .hidden-lg{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md{display: none !important;}
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm{display: none !important;}
}
@media (max-width: 575px) {
  .hidden-xs{display: none !important;}
}