@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap");
/*---------------------------- General ------------------------*/
.clear {
  clear: both;
  width: 100%;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  position: relative;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  background-color: #f6f6f6;
}
button {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  word-wrap: break-word;
}
.datepicker {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,
.modal-open .mm-slideout {
  z-index: auto !important;
}
.body__main {
  min-height: 50vh;
}
.full__main {
  width: 100%;
  overflow: hidden;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1280px !important;
}
/*======================== header ========================*/
.header-top {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 3.5rem;
  background: #ffffff;
}
.header-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 1rem 0;
}
.header-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  opacity: 1;
  pointer-events: none;
  -webkit-animation: chuChay 20s linear infinite; 
  animation: chuChay 20s linear infinite;
}
.header-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-ic {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.header-top-item .note-sm {
  color: #101436;
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-item .note-sm p {
  white-space: nowrap;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 1.1rem;
}
.header-top-item .note-sm strong {
  font-size: 1.1rem;
  color: #1a2edb;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-top-ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes chuChay {
  0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*------------------------ logo ------------------------*/
#banner {
  background-color: #00C9FF;
  position: relative;
}
.banner_container {
  padding: 5px 0;
}
.banner_container .logo img {
  height: 85px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky .banner_container .logo img {
  height: 20px;
}
.banner_container .tools {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
.banner_container .tools a {
  color: #1e1e1f;
}
.banner_container .tools a:hover {
  color: #1e1e1f;
}
.banner_container .tools a i {
  font-size: 1.5rem;
}
.banner_container .tools .search {
  margin-right: 20px;
}
.banner_container .tools .cart {
  position: relative;
}
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
.bar {
  margin-right: 10px;
}
.bar a i {
  color: white;
}

.box_search {
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
}
.box_search .form {
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.box_search .form input {
  width: calc(100% - 30px);
  outline: none;
  border: none;
  padding-left: 10px;
}
.box_search .form button {
  width: 30px;
  height: 30px;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  color: #00A5DB;
}
.banner_container .tools .cart {
  position: relative;
  margin-right: 10px;
}
.banner_container .tools a,
.banner_container .tools a:hover {
  color: #fff;
}
.banner_container .tools a i {
  font-size: 1.5rem;
}
.number_cart {
  width: 17px;
  height: 17px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #F8EB01;
  color: #000;
  position: absolute;
  top: -3px;
  right: -8px;
  font-size: 0.85rem;
}
.banner_container .hotline {
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-image: url("../images/icons/hotline.png");
  display: table;
  margin: auto;
  padding-left: 55px;
  color: #fff;
}
.banner_container .hotline p {
  margin-bottom: 0px;
}
.banner_container .hotline a {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
}
.banner_container .hotline a:hover {
  color: #00A5DB;
}
/*------------------------ logo end ------------------------*/

.product_cate_menu {
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #333;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 63px;
}

.product_cate_menu .product_cate_menu__title {
}

.product_cate_menu .icon {
  transform: rotate(180deg);
}

.product_cate_menu.active > .icon {
  transform: rotate(360deg);
}

.product_cate_top {
  background: #333;
  position: absolute;
  width: 100%;
  height: 403px;
  z-index: 99;
  display: none;
}

.product_cate_top .box ul {
  margin: 0px;
  padding: 5px 0px;
}
.product_cate_top .box ul li {
  list-style: none;
  padding: 8px 20px;
  border-bottom: 1px solid #4e4c4c;
  position: relative;
}
.product_cate_top .box ul li a .boxImg {
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.product_cate_top .box ul li:last-child {
  border: none;
}
.product_cate_top .box ul li a {
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 350;
  display: flex;
  align-items: center;
}
.product_cate_top .box ul li a:hover {
  color: #ff0;
}
.product_cate_top .box ul li a i.fa-chevron-right {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0.9rem;
}
.product_cate_top .box ul li a i.fa-circle {
  color: #ff0;
  margin-right: 10px;
}
.product_cate_top .box ul li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 300px;
  z-index: 99;
  background-color: #333;
  display: none;
}
.product_cate_top .box ul li:hover ul {
  display: block;
}
.product_cate_top .box ul li ul li a i.fa-caret-right {
  color: #ff0;
  margin-right: 10px;
}

/*------------------------ menu top ------------------------*/
.menu_container {
  background: #222;
}
.menu_container .menu__top ul {
  list-style: none;
}
.menu_container .menu__top ul li {
  float: left;
  position: relative;
}
.menu_container .menu__top ul li a {
  line-height: 50px;
  margin: 0px 15px;
  color: #fff;
  position: relative;
  display: table;
  text-transform: uppercase;
  font-weight: 350;
}
.menu_container .menu__top ul li:last-child a {
  margin-right: 150px;
}
.menu_container .menu__top ul li a i {
  font-size: 80%;
}
.menu_container .menu__top ul li a:hover,
.menu_container .menu__top ul li a.actived {
  color: #f6e902;
}
.menu_container .menu__top ul li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  width: 250px;
  background-color: #333;
  /* background-color: #fff; */
  z-index: 999;
  box-shadow: 0px 8px 20px rgb(156 21 33 / 20%);
  padding: 15px 10px;
}
.menu_container .menu__top ul li:hover ul {
  display: block;
  padding: 0;
}
.menu_container .menu__top ul li ul li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px solid #4e4c4c;
  position: relative;
  width: 100%;
}
.menu_container .menu__top ul li ul li:last-child {
  border: none;
}
.menu_container .menu__top ul li ul li a {
  /* color: #7d7d7d; */
  font-weight: 400;
  line-height: 35px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 13px;
}
.menu_container .menu__top ul li:hover ul li a:after {
  display: none;
}
.menu_container .menu__top ul li ul li a:hover {
  font-weight: 500;
  color: #f6e902;
}
/*------------------------ newsletter ------------------------*/
.newsletter {
  background-color: #f9f9f9;
  padding: 30px 0;
}
.newsletter .title {
  font-size: 16px;
  font-weight: 500;
}
.newsletter .des {
  color: #a9a9a9;
}
.newsletter .box_form {
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.newsletter .box_form input {
  width: calc(100% - 30px);
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 10px;
  color: #1e1e1f;
}
.newsletter .box_form button {
  width: 30px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.5rem;
}
/*------------------------ footer ------------------------*/
footer {
  color: #fff;
  background-color: #222;
}
footer .footer_section {
  padding: 3rem 0px;
  padding-top: calc(77px);
  padding-bottom: calc(35px);
}
footer .footer_section .about {
  width: 90%;
}
.bor {
  padding-bottom: 10px;
  width: auto;
}
footer .footer_section .about .title,
footer .footer_section .menu .title,
footer .footer_section .socials .title,
footer .footer_section .payment_method .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 29px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.bor:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -10px;
  width: 60px;
  height: 2px;
  background-color: #00A5DB;
}
footer .footer_section .about .des {
  padding: 0;
  color: #fff;
}
footer .footer_section .about .des a {
  color: #fff;
}
footer .footer_section .about .des li {
  margin-bottom: 1rem;
  list-style: none;
}
footer .footer_section .about .des img {
  width: 15px;
  margin-right: 3px;
  height: 15px;
}
footer .footer_section .about .des .dmca img {
  height: 100%;
  width: 40%;
}
footer .footer_section .hotline {
  margin-top: 20px;
}
footer .footer_section .hotline .title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .footer_section .hotline .phone {
  font-size: 20px;
  font-weight: 700;
  color: #a9a9a9;
}
footer .footer_section .menu .item ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .footer_section .menu .item ul li {
  display: flex;
  align-items: center;
}
footer .footer_section .menu .item ul li a:hover {
  opacity: 0.7;
}
footer .footer_section .menu .item ul img {
  height: 15px;
  margin-right: 5px;
}
footer .footer_section .menu .item ul li a {
  color: #fff;
  line-height: 32px;
  display: block;
}
footer .footer_section .menu .item ul li a:hover {
  color: #fff;
}
footer .footer_section .socials .list {
  width: 100%;
  display: inline-flex;
}
footer .footer_section .socials .list img {
  height: 30px;
  margin-bottom: 3px;
}
footer .footer_section .socials .list a {
  display: table;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  /* background: #2f2f30; */
  color: #fff;
  font-size: 1.1rem;
}
footer .footer_section .socials .list a:hover {
  opacity: 0.6;
}
footer .footer_section .payment_method img {
  max-width: 100%;
}
footer .bottom {
  padding: 25px 0;
}
footer .bottom .menu_bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
footer .bottom .menu_bottom ul li a {
  color: #fff;
  padding: 0px 15px;
  position: relative;
}
footer .bottom .menu_bottom ul li a:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0px;
  width: 1px;
  height: 60%;
  background-color: #fff;
}
footer .bottom .menu_bottom ul li:last-child a:after {
  display: none;
}
footer .bottom .menu_bottom ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}
footer .bottom .copyright {
  color: #fff;
  font-size: 13px;
}
/*------------------------ copy right ------------------------*/
.copy__right {
  line-height: 40px;
  background-color: #3a3737;
  color: #fff;
  font-size: 0.9rem;
}
/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #00A5DB;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.go__top:hover {
  opacity: 0.9;
  background-color: #00C9FF;
  color: #fff;
}
/*======================== waiting ========================*/
#waiting{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none;
}
#waiting .box{
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  flex-direction: column;
}
/*-------------- breadrum --------------*/
.breadrum_section{
  background-color: #f5f5f5;
}
.breadrum_section ul{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li{
  display: inline-block;
  line-height: 30px;
  font-size: 0.9rem;
}
.breadrum_section ul li span{
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a{
  color: #333;
}
.breadrum_section ul li .fa-home{
  color:  var(--blue-light);
}

/*-------------- paging --------------*/
.paging{
  display: table;
  margin: 1rem auto;
}
.paging ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li{
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging  .sp_dots
{
  transform: translateY(17px) !important;
}
.paging ul li a{
  color: #333;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: table;
  background-color: #ddd;
}
.paging ul li a.active, .paging ul li a:hover{
  background-color: #00A5DB;
  color: #FFF;
}
/* table */
@media screen and (max-width: 1024px) {
  #banner {
    position: fixed;
    z-index: 99;
    width: 100%;
  }
  /* navbar in mobile */
  .toggle-nav {
    font-size: 2rem;
    float: right;
  }
  .toggle-nav img {
    height: 30px;
  }

  .nav-mobile .nav-mobile-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile .sublist {
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile {
    position: fixed;
    min-width: 230px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    max-width: 300px;
    width: 40vw;
    padding: 20px;
    transform: translateX(-100%);
  }
  .nav-mobile.active {
    transform: translateX(0);
  }
  .nav-mobile .close-nav {
    width: 30px;
    height: 30px;
  }
  .nav-mobile .close-nav i {
    font-size: 2.2rem;
    color: #ea222f;
  }
  .nav-mobile .cat-item {
    position: relative;
    cursor: pointer;
  }
  .nav-mobile .nav-mobile-item .icon-plus-child,
  .nav-mobile .nav-mobile-item .icon-plus {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
  }
  .nav-mobile .nav-mobile-item .cat-dropdown {
    display: none;
    margin-left: 20px;
  }
  .nav-mobile .nav-mobile-item a {
    padding: 8px 0;
    display: block;
    width: fit-content;
    color: #333;
    font-weight: 500;
  }
  .shadow-main {
    box-shadow: 0px 2px 11px 3px rgb(0 0 0 / 10%);
  }
  .menu_container .container {
    justify-content: space-between !important;
  }

  .product_cate_top {
    display: none !important;
  }

  /*=============== slider ============*/
  .swiper-slider .swiper-slide {
    min-height: 300px;
  }
  .slider-container {
    width: 50%;
  }
  .slider_box .slider-sub-title {
    font-size: 55px;
  }
  /* ============header============== */
  .menu_container .container ul {
    display: none;
  }
  /*=============== footer ============*/
  footer .footer_section .about-tb {
    display: flex;
  }
  footer .footer_section {
    padding: 3rem 0;
  }
  footer .footer_section .payment_method,
  footer .footer_section .socials {
    margin: 2rem 0 0;
  }
  footer .footer_section .about .des .dmca img {
    width: 60%;
  }
  /* ========= intro ========== */
  .intro .intro-box .intro-img {
    height: 150px;
  }
  .intro .intro-box .boxImg {
    background-position: top;
  }
  .intro .intro-box .boxImg-2 {
    background-position: top;
  }
  .intro .intro-box .boxImg-3 {
    background-position: top;
  }
  footer .title_item {
    margin-bottom: 20px !important;
  }
  .search_item {
    right: 10px;
  }
  footer .footer_section .menu .item ul li {
    align-items: baseline;
  }
  #banner .menu-toggle {
    display: block;
  }
  .btn-hover {
    display: none;
  }

  #banner .menu-toggle {
    position: absolute;
    right: 4%;
    top: 40%;
  }
  .body__main .slider_box {
    padding: 15px 0;
    margin-top: 90px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  /* ======= silide ========= */
  .swiper-slider .swiper-slide {
    min-height: 230px;
  }
  .section-advisory h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px !important;
  }
  .title-section {
    margin-top: 20px;
  }
  .news_product .banner_sp {
    display: none;
  }
  .margin_tb {
    margin: 0 10px;
  }
  .slogan-bottom-item {
    background: none;
  }
  .slogan-bottom-item .bottom_text {
    width: 100%;
    text-align: center;
  }
  .slogan-bottom-item .bottom_text .text_bottom2 {
    padding: 0;
  }
  .slogan-bottom-item {
    min-height: 0;
    padding-top: 20px;
  }
  .slogan-top {
    padding: 20px;
  }
  .product_cate_top {
    display: none;
  }
  .product_cate_menu {
    display: none;
  }
  .product_sale .item .box_img {
    height: 200px;
  }
  .news_box .item .box_img {
    height: 260px;
  }
}
/* mobile */
@media screen and (max-width: 668px) {
  /*=============== banner ============*/
  .banner_container {
    padding: 10px 0px;
  }
  .banner_container .logo img {
    height: 45px;
  }
  .contact {
    display: none;
  }
  /*=============== slider ============*/
  .swiper-slider .swiper-slide {
    min-height: 150px;
  }
  .slider_box h4,
  .slider_box .slider-title {
    font-size: 14px;
  }
  .slider_box .slider-sub-title {
    font-size: 26px;
    line-height: 25px;
  }
  .slider_box .slider-buttton {
    font-size: 1rem;
  }
  /* ============= intro ============== */
  .intro .section-advisory .btn-intro a {
    padding: 10px 20px;
  }
  /*=============== newsletter ============*/
  .newsletter .title {
    text-align: center;
    margin-bottom: 15px;
  }
  /*=============== footer ============*/
  footer .footer_section .menu .item {
    margin: 2rem 0 0;
  }
  footer .footer_section .about .title,
  footer .footer_section .menu .title,
  footer .footer_section .socials .title,
  footer .footer_section .payment_method .title {
  }
  footer .logo,
  footer .bottom .copyright {
    text-align: center !important;
    color: #fff;
  }
  footer .bottom .menu_bottom {
    margin: 1rem 0;
  }
  footer .bottom .menu_bottom ul li a {
    padding: 0px 5px;
  }
  /* ==========title =============== */
  .section-advisory h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px !important;
  }
  .py-5 {
    padding: 0 !important;
  }
  footer .bottom .copyright {
    font-size: 12px;
  }
  .box-content iframe {
    height: 240px !important;
  }
  .video_box {
    padding: 0;
  }
  /* ========== representative ========== */
  .project-representative .box-project {
    flex-direction: column;
  }
  .project-representative .box-project .box-project {
    width: 100%;
    height: 230px;
  }
  .project-representative .box-project .content-project {
    width: 100%;
  }
  /* =========== product new ========= */
  .p-section {
    padding: 25px;
  }
  .product-new .boxImg-product {
    height: 200px;
  }
  .product-new h2 {
    margin-bottom: 2rem;
  }
  footer .footer_section .about-tb {
    flex-direction: column;
  }
  footer .footer_section .about .title {
    margin-bottom: 20px;
  }
  .news_product .banner_sp {
    display: none;
  }
  .margin_tb {
    margin: 0 10px;
  }
  .msg_box form .div1 {
    width: 100%;
  }
  #btn_email {
    width: 100%;
  }
  .slogan .slogan-top .item_slogan_1 {
    flex-direction: column;
  }
  .slogan .slogan-top .item_slogan_1 .slogan_text .text_1 {
    font-size: 12px;
  }
  .slogan-top {
    padding: 20px;
  }
  /* ==== banner top ==== */
  .product_cate_top {
    display: none;
  }
  .product_cate_menu {
    display: none;
  }
  .product_sale .item .box_img {
    height: 200px;
  }
  .news_box .item .box_img {
    height: 260px;
  }
  .slogan .slogan-top .item_slogan_1 .slogan_text {
    width: calc(100%);
  }
  .slogan .slogan-top .item_slogan_1 {
    text-align: center;
  }
  .searchParent {
    position: relative;
  }

  .searchParent .box_search {
    position: absolute;
    top: -10px;
    right: 4px;
    width: 283px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 0px;
    overflow: hidden;
  }
  #banner .searchParent .btnSearch:hover .box_search {
    height: 50px;
  }

  #banner .menu-toggle {
    position: absolute;
    top: 38%;
    right: 2%;
  }
  .box_search .form {
    justify-content: space-between;
  }
  #banner .searchParent .btnSearch {
    justify-content: end;
    align-items: center;
    display: flex;
  }

  #banner .searchParent .btn-hover {
    display: block;
    margin-right: 15px;
  }
  .slogan .slogan-top {
    padding: 45px 0;
  }
  .body__main .slider_box {
    padding: 15px 0;
    margin-top: 62px;
  }
  .product_sale .item h3 {
    min-height: 58px;
  }
}
@media screen and (max-width: 612px) {
}
