body{
  font-size:14px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
  overflow-x:hidden;
  background: #fff;
  color: #000;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style-position: inside;
}
.mr_10{ margin: 0 -10px }
.pd_10{ padding: 0 10px }
.mr_5{ margin: 0 -5px}
.pd_5{ padding: 0 5px}
.mr_75{ margin: 0 -7.5px}
.pd_75{ padding: 0 7.5px}
.list-inline{
  margin-left: 0;
}
a:hover, a:focus{
  color: #ff384b;
  text-decoration: none;
}
.container{
  max-width: 1400px;
}
@media screen and (max-width:1400px) {
  .container{
    max-width: 1300px;
  }
}
.w_100{
  width:100%
}
.cl_0{color: #000}
.color{color: #ff384b}
#go_top {
  position: fixed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  background-size: 100% 100%;
  display: inline-block;
  z-index: 100;
  bottom: 100px;
  right: 25px;
}
/*=============================*/
.nav-toggle {
  padding: 15px 0 0;
  color: #fff;
  font-size: 20px;
}
.opacity_menu.open_opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 99;
}
.header_top{
  background: #242442;
  color: #fff;
}
.header__top{
  justify-content: space-between;
}
.header_top_left{
  padding: 8px 0;
}
.header_top_left li{
  float: left;
  padding-right: 30px;
}
.header_top_left li i{
  padding-right: 5px;
}
.header_top_right{
  padding: 8px 0;
}
.notification .count_note{
  font-size: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #ff384b;
  color: #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}
.list_notification{
  width: 360px;
  top: 37px;
  right: 0;
  background: #fff;
  z-index: 999;
  display: none;
  padding: 10px;
}
.list_notification:before {
  border: 9px solid transparent;
  border-bottom: 9px solid #ebebeb;
  margin-left: -9px;
  width: 0;
  position: absolute;
  bottom: 100%;
  left: 80%;
  content: " ";
  height: 0;
  pointer-events: none;
}
.header_top_right:hover .list_notification{
  display: block;
}
.note_item{
  padding-left: 60px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.note_item:last-child{
  border-bottom: 0;
}
.note_item img{
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  object-fit: cover;
}
.note_item .title_note{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.note_item .title_note:hover{
  color: #ff384b;
}
.note_item .time_note{
  color: #999;
  font-size: 12px;
}
.header_middle{
  background: #2a2a4d;
}
.logo_pc {
  max-width: 80%;
  max-height: 100%;
}
.logo_pc img{
  max-width: 100%;
  padding: 17px 0;
}
.search_middle{
  padding: 20px 0;
}
.search_middle .form-group{
  margin-bottom: 5px;
}
.search_middle select{
  height: 42px;
  border: 0;
}
.search_middle input.form-control{
  border-radius: 0;
  height: 42px;
  border: 0;
  padding-right: 50px;
  border-left: 1px solid #e8e8e8;
}
.search_middle .btn_search{
  top: 2px;
  right: 2px;
 
  padding: 8px 10px;
  background: #ff384b;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  height: 42px;
}
.keysearch li{
  float: left;
}
.keysearch li a{
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  border-right: 1px dashed #fff;
  display: inline-block;
  height: 10px;
  line-height: 8px;
}
.keysearch li:last-child a{
  border-right: 0;
}
.middle_rigth{
  justify-content: space-between;
}
.middle_rigth .account,
.middle_rigth .cart_header{
  padding: 25px 0;
}
.icon_top{
  width: 30px;
  height: 30px;
  filter: invert(1);
  margin-right: 5px;
}
.account>a{
  color: #fff;
  display: inline-block;
  line-height: 30px;
}
.group_account{
  background: #fff;
  width: 150px;
  border-radius: 5px;
  top: 70px;
  left: 10px;
  padding: 10px;
  z-index: 9999;
  display: none;
}
.group_account:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #fff transparent;
}
.group_account a{
  padding: 2px 0;
  display: inline-block;
}
.account:hover .group_account{
  display: block;
}
.cart_header a{
  color: #fff;
}
.text-cart{
  line-height: 35px;
}
.count_prd{
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #ff384b;
  font-size: 11px;
  top: 20px;
  left: 20px;
}
.quick_viewcart{
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  top: 70px;
  width: 330px;
  right: 0;
  display: none;
}
.cart_header:hover .quick_viewcart{
  display: block;
}
.quick_viewcart:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #fff transparent;
}
.product_cart_item{
  padding-left: 100px;
}
.image_product_cart {
  width: 90px;
  height: 110px;
  object-fit: contain;
  top: 0;
  left: 0;
}
.prodcut_cart_inner .name_product_cart a{
  display: block;
  color: #000;
  padding-right: 10px;
}
.prodcut_cart_inner .name_product_cart a:hover{
  color: #ff384b;
}
.prodcut_cart_inner .price_product_cart{
  color: #ff384b;
  font-weight: bold;
}
.number_product_cart{
  margin-top: 5px;
}
.number_product_cart input{
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
}
.number_product_cart .value-button{
  width: 15px;
  height: 15px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
  cursor: pointer;
}
.number_product_cart .value-button:hover{
  color: #ff384b;
}
.number_product_cart .increaseValue{
  background: #e1e1e1;
  border-bottom: 0;
}
.product_cart_item{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.delete_product_cart{
  right: 0;
  top: 0;
}
.sum_cart{
  font-size: 18px;
  justify-content: space-between;
}
.sum_cart .sum_money{
  font-size: 20px;
  font-weight: bold;
}
.link_cart{
  padding: 8px 10px;
  border: 1px solid #ff384b;
  background: #ff384b;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
}
.link_cart:hover{
  background: #fff;
  color: #ff384b;
}
/*==========MENU=========*/
.title_col_category{
  padding: 10px 20px;
  background: #ff384b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.title_col_category i{
  padding-right: 10px;
}
.menu_main .nav.is-fixed {
  position: relative;
  z-index: 105;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #efefef;
}
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 300px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
}
.nav-container.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-menu {
  background-color: #2a2a4d;
}
.nav-menu>.menu-item.is-active {
  background: #2a2a4d;
}
.nav-menu>.menu-item:hover {
  background: #2a2a4d;
}
.nav-menu>.menu-item.is-active.has-dropdown:after,
.nav-menu>.menu-item:hover.has-dropdown:after {
  color: #ff384b;
}
.nav-menu>.menu-item.is-active a,
.nav-menu>.menu-item:hover a {
  color: #000;
}
.nav-menu .menu-link {
  color: #fff;
  display: block;
  padding: 10px 15px;
}
.has-dropdown {
  position: relative;
  cursor: pointer;
}
.has-dropdown>.menu-link {
  display: inline-block;
}
.has-dropdown:after {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  height: 30px;
  content: "+";
  color: #fff;
  line-height: 25px;
}
.has-dropdown.is-active:after {
  content: "\2013";
}
.nav-dropdown {
  display: none;
  background-color: #2a2a4d;
}
.has-dropdown.is-active>.nav-dropdown {
  display: block;
}
.nav-dropdown .nav-dropdown {
  background-color: #2a2a4d;
}
.nav-dropdown .menu-item {
  border-bottom: 1px solid #fff;
}
.nav-dropdown .menu-item .menu-link {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .nav,
  .nav-container,
  .nav-container.is-visible {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }
  .nav-toggle {
    display: none;
  }
  .nav-menu>.menu-item:hover,
  .nav-menu>.menu-item.is-active {
    background-color: transparent;
  }
  .nav-menu .menu-item {
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .nav-menu>.has-dropdown:after {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
  }
  .nav-dropdown .has-dropdown:after {
    position: absolute;
    top: 3px;
    font-size: 14px;
    content: "\f105";
    font-family: FontAwesome;
  }
  .nav-dropdown {
    /* left: -35%; */
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 185px;
    margin: 0;
   
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .has-dropdown:hover>.nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  }
  .nav-dropdown .menu-item:last-child {
    border-bottom: none;
  }
  .nav-dropdown>.menu-item:hover>.menu-link,
  .nav-dropdown>.nav-dropdown>.menu-item:hover>.menu-link {
    /*background-color: #ff384b;*/
    color: #333;
  }
  .nav-dropdown .nav-dropdown {
    z-index: 998;
    top: 0;
    left: 100%;
  }
  .nav-menu>.menu-item>.menu-link {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .nav-menu>.menu-item.active>.menu-link{
    color: #ff384b;
  }
  .nav-menu>.menu-item.active .nav-menu>.menu-item:hover {
    background: #7f1624;
  }
  .nav-menu>.menu-item {
    position: relative;
  }
  .nav-menu {
    display: flex;
    /*justify-content: space-between;*/
  }
  .nav-menu,
  .nav {
    background: none;
  }
  .nav-menu>.menu-item.is-active>.menu-link,
  .nav-menu>.menu-item:hover>.menu-link {
    color: #ff384b;
  }
  .nav-dropdown>.menu-item {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .nav-dropdown>.menu-item>.menu-link {
    color: #fff;
  }
  .menu_multilevel{
    position: static !important;
  }
  .menu_multilevel .nav-dropdown{

    --col-menu: 3;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
    grid-gap: 10px 5px;
    padding: 10px;
    list-style: none;

    left: 0;
    width: 100%; 
    background: #fff;
  }
  .menu_multilevel.has-dropdown:after{
    position: relative;
    top: 0;
    right: 10px;
  }
  .menu_multilevel>.nav-dropdown {
   
  }
  .menu_multilevel>.nav-dropdown .nav-dropdown{
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    margin-top: 10px;
    box-shadow: none;
   /* transform: inherit;*/
  }
  .con{
    width: 100%;
    height: 100%;
  }
  .menu_multilevel .nav-dropdown .has-dropdown:after{
    content: "" !important;
  }
  .menu_multilevel>.nav-dropdown>.menu-item{

    text-transform: uppercase;
    background: #fff;
    border-bottom: 0;
  }
  .menu_multilevel>.nav-dropdown>.menu-item>.menu-link{
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .menu_multilevel>.nav-dropdown>.menu-item>.menu-link:hover{
    color: #333;
  }
  .menu_multilevel .nav-dropdown .nav-dropdown .menu-item{
    background: #fff;
    border-bottom: 0;
  }
  .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link{
    text-transform: none;
    color: #333;
    padding: 3px 0px 3px 10px;
    font-size: 13px;
  }
  .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link:before{
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 5px;
    left: 0;
    top: 50%;
    font-size: 7px;
    position: absolute;
    transform: translateY(-50%);
  }
  .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link:hover{
    color: #ff384b;
  }
}
@media (max-width: 991px) {
  .menu-item {
    border-bottom: 1px solid #212529;
  }
  .menu-item:last-child {
    border-bottom: 0;
  }
  .nav-dropdown .menu-item {
    border-bottom: 0;
    border-top: 1px solid #212529;
  }
  .nav-dropdown>.menu-item>.menu-link {
    padding: 10px 30px;
  }
  .nav-menu>.menu-item.is-active a, 
  .nav-menu>.menu-item:hover a {
    color: #fff;
	}
  .nav-dropdown .nav-dropdown .menu-item>.menu-link {
    padding: 10px 40px;
  }
  .nav-menu>.menu-item.is-active.has-dropdown:after,
  .nav-menu>.menu-item:hover.has-dropdown:after {
    color: #fff;
  }
  .menu .menu-item.d-block {
    padding: 5px;
    background: #2a2a4d;
  }
  .nav-container{
    background: #2a2a4d
  }
  .has-dropdown:after{
    line-height: 40px;
  }
}
.list_category{
  width: 100%;
  left: 0;
  top: 42px;
  background: #fff;
  z-index: 999;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.col_category:hover .list_category{
  opacity: 1;        
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.list__cate .cate_parent img{
  width: 23px;
  height: 23px;
  object-fit: contain;
  padding-right: 5px;
}
.cate_parent {
  position: static;
  margin-bottom: 1px;
  /*display: flex;*/
}
.cate_parent a{
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
}
.cate_parent:hover>a{
  background: #fe5767;
  color: #fff;
}
.cate_parent:hover>a img{
  -webkit-filter: grayscale(0) invert(1);
  filter: grayscale(0) invert(1);
}
.cate_parent>a:after{
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 23px 0 21px 9px;
  border-color: transparent #fe5767;
  display: none;
  width: 0;
  z-index: 1;
  margin-top: 0;
  right: 16px;
  top: 0;
}

.cate_parent:hover>a:after{
  display: block;
}
.has_dropdown:after{
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  font-weight: bold;
  padding: 10px;
  transform: translateY(-45px);
}
.has_dropdown:hover:after{
  color: #fff;
}
.cate_dropdown{
  position: absolute;
  width: 335%;
  height: 100%;
  left: 295px;
  top: 0;
  background: #fff;
  padding: 10px 30px;
  overflow-y: hidden;
  display: none;
}
.cate_parent:hover .cate_dropdown{
  display: block;
}
.cate_child{
  float: left;
  width: calc(100% /   3);
}
.cate_child a{
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  color: #000;
}
.cate_child a:hover{
  color: #fe5767;
}
/*=======================*/
.section_list_category{
  margin-top: 40px;
}
.title_category_hot{
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  border: 1px solid #ccc;
}
.slider_category_hot{
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
.category_hot_item{
  padding: 15px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.category_hot_item img{
  padding: 10px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 20px;
}
.category_hot_item:hover{
  border: 1px solid #fe5767;
}
.category_hot_item .name_category_hot:hover{
  color: #fe5767;
}
.section_qc{
  margin: 25px 0;
}
.overflow{
  overflow: hidden;
}
.hover_zoom{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hover_zoom:hover{
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.title_sale{
  padding: 8px 15px;
  background: #ff384b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
/*======PRODUCT==========*/
.product_item{
  margin-bottom: 20px;
}
.product_item .img_product{
  overflow: hidden;
}
.product_item .img_product img{
  height: 180px;
  object-fit: contain;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product_item .img_product:hover img{
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.product_item .img_product .img_thumnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 5;
  opacity: 0;
}
.product_item:hover .img_thumnail:before{
  opacity: 0.4;
}
.group_action{
  text-align: center;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 9;
}
.group_action .quick_view_product,
.group_action .add_cart_now{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  color: #303f39;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  outline: none;
  border: 0;
  line-height: 40px;
  margin: 0 2px;
  z-index: 9999;
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.quick_view_product:hover,
.add_cart_now:hover{
  background: #ff384b;
  color: #fff;
}
.product_item:hover .quick_view_product,
.product_item:hover .add_cart_now{
  opacity: 1;
  -webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
@-webkit-keyframes hover-imagecategory{
  0%{
    transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
  }
  100%{
    transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
  }
}
@-moz-keyframes hover-imagecategory{
  0%{
    transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
  }
  100%{
    transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
  }
}
@-o-keyframes hover-imagecategory{
  0%{
    transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
  }
  100%{
    transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
  }
}
@keyframes hover-imagecategory{
  0%{
    transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
  }
  100%{
    transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
  }
}
.product_item .sale{
  top: 10px;
  right: 10px;
}
.product_item .sale img{
  width: 30px;
  height: 40px;
}
.name_product a{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 5px;
}
.name_product a:hover{
  color: #fe5767;
}
.box_price .price_modal_new{
  font-size: 15px;
  color: #ff384b;
  font-weight: bold;
  display: block;
}
.box_price .price_modal_old{
  color: #acb2b0;
  text-decoration: line-through;
  padding-right: 15px;
}
.modal_detail_product .glass-case{
  width: 480px !important;
  height: 390px !important;
}
.modal_detail_product .gc-display-area{
  height: 100% !important;
}
.btn-danger.delete_cart{
  color: #fff;
}
@media(min-width: 1600px){
  .modal_detail_product .modal-dialog{
    max-width: 50%;
  }
}
.modal_detail_product .modal-dialog{
  max-width: 70%;
}
.modal_detail_product .modal-content{
  min-height: 420px;
}
.modal_detail_product .gc-icon{display: none !important;}
.modal_detail_product .gc-lens, 
.modal_detail_product .gc-lens,
.modal_detail_product .gc-zoom{
  display: none !important;
}
.modal_detail_product .close{
  position: absolute;
  top: -15px;
  right: -20px;
  opacity: 1;
  color: #fff;
}
.modal_detail_product .modal-header{
  border-bottom: 0;
  padding: 0;
}
.modal_detail_right .name_product_modal{
  font-size: 18px;
  margin-bottom: 10px;
}
.price_modal{
  margin-bottom: 10px;
}
.price_modal .price_modal_new{
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
}
.price_modal .price_modal_old{
  color: #acb2b0;
  text-decoration: line-through;
  padding-left: 15px;
  font-size: 16px;
}
.list_color li{
  display: inline-block;
}
.list_color li .btn_color{
  width: 25px;
  height: 25px;
  border-radius: 5px;
}
.list_color li .btn_color:focus{
  box-shadow: none;
}
.list_color li.active .btn_color{
  border: #fe5767 solid 2px;
}
.group_add{
  /*justify-content: space-between;*/
  margin: 20px 0;
}
.group_add .detail-info-entry{
  width: 120px;
  height: 50px;
  line-height: 35px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}
.group_add .detail-info-entry input{
  border: 0;
  outline: none;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ff0000;
}
.group_add .detail-info-entry input:focus{
  box-shadow: none;
}
.group_add .detail-info-entry .btn-default{
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  background: #6e7874;
  color: #fff;
  font-weight: bold;
}
.add_cart_modal{
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  background: #ff0000;
  color: #fff;
  border: 0;
  border-radius: 5px;
  line-height: 50px;
  margin-left: 20px;
}
/*=======================*/
.slider_product_sale{
  border: 1px solid #ccc;
}
.slider_product_sale .item{
  padding: 10px;
  border-right: 1px solid #ccc;
}
.slider .owl-nav{
  top: -30px !important;
}
.slider.slide_nav .owl-nav{
  top: -20px !important;
}
.slider_white .owl-nav img{
  -webkit-filter: grayscale(0) invert(1);
  filter: grayscale(0) invert(1);
}
.slider .owl-prev{
  left: 97% !important;
  opacity: 1 !important;
}
.slider .owl-next{
  right: -1% !important;
  opacity: 1 !important;
}
.slider.slide_nav .owl-prev{
  left: 96% !important;
  opacity: 1 !important;
}
.slider.slide_nav .owl-next{
  right: 1% !important;
  opacity: 1 !important;
}
.banner_sale_item .item img{
  height: 165px;
  object-fit: cover;
}
.banner_sale{
  margin: 30px 0;
}
.banner_sale_item img{
  height: 165px;
  object-fit: cover;
}
.title{
  height: 40px;
}
.probycate_sec1 .title{
  border-bottom: 2px solid #f9b513;
}
.probycate_sec2 .title{
  border-bottom: 2px solid #4dabee;
}
.probycate_sec3 .title{
  border-bottom: 2px solid #ff505a;
}
.title_probycate{
  padding: 8px 15px;
  background: #f9b513;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 0;
  left: 0;
}
.probycate_sec1 .title_probycate{
  background: #f9b513;
}
.probycate_sec2 .title_probycate{
  background: #4dabee;
}
.probycate_sec3 .title_probycate{
  background: #ff505a;
}
.title_probycate a{
  color: #fff;
  font-weight: bold;
}
.title_probycate:hover a{
  color: #ff0000;
}
.list_category_child{
  top: 10px;
  right: 60px;
}
.list_category_child li{
  display: inline-block;
  padding: 0 10px;
}
.list_category_child li a{
  color: #000;
}
.list_category_child li a:hover{
  color: #fe5767;
}
.product_bycategory{
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
.product_bycate{
  margin-bottom: 30px;
}
.tilte_bycate_hot a{
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  line-height: 55px;
}
.tilte_bycate_hot:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fe5767;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: -1;
}
.description_hot{
  line-height: 25px;
  padding: 5px 0;
}
.product_hot{
  margin: 15px 0 30px;
}
.product_hot .owl-nav [class*='owl-']{
  padding: 12px 20px;
  background: #ebebeb;
  border-radius: 5px;
  opacity: 1 !important;
}
.product_hot .owl-nav [class*='owl-']:hover{
  background: #fe5767;
}
.product_hot .owl-nav [class*='owl-']:hover img{
  -webkit-filter: grayscale(0) invert(1);
  filter: grayscale(0) invert(1);
}                
.footer{
  background: #242442;
  color: #fff;
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2a2a4d;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6; 
}
.footer_top{
  padding: 30px 0;
}
.title_footer{
  font-size: 16px;
  font-weight: bold;
  color: #d7d7d7;
  margin-bottom: 10px
}
.footer_top_item ul li{
  line-height: 30px;
}
.footer_top_item ul li a{
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.footer_top_item ul li a:hover{
  color: #fe5767;
}
.link_network li{
  display: inline-block;
  margin-right: 10px;
}
.link_network li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
}
.link_network li a:hover{
  border-radius: 50%;
  background: #fff;
  color: #6e7874;
}
.mail_footer input.form-control,
.mail_footer .btn_send{
  height: 52px;
  line-height: 52px;
  border: 0;
  background: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
.mail_footer input.form-control::placeholder{
  font-size: 13 px;
  color: #000;
}
.mail_footer input:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-color: #f5f5f5;
}
.mail_footer input:last-child {
  border-right-color: #f5f5f5;
}
.mail_footer .btn_send {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 35%;
  line-height: 30px;
}
.footer_bottom{
  padding-bottom: 30px;
}
.copy_right{
  padding: 15px 0;
  background: #242442;
  color: #fff;
}
.copy_right span{
  color: #fe5767;
}
.back_link{
  border-top: 1px solid #ebebeb;
}
.back_link .breadcrumb{
  background: #fff;
  padding: 10px 0;
  margin-bottom: 0;
}
.breadcrumb li a{
  color: #000;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: FontAwesome;
  padding: 0 10px;
  font-size: 12px;
}
.breadcrumb li a:hover{
  color: #fe5767;
}
.breadcrumb li:last-child a{
	color: #fe5767;
}
.breadcrumb li:last-child a:after{
  content: "";
}
.main{
  background: #ebebeb;
}
.main_sec{
  background: #fff;
  padding: 10px;
}
.title_sec{
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
/*==========NEWS=======*/
.news_item{
  margin-bottom: 20px;
}
.news_left_first .news_item{
  padding-left: 140px;
}
.news_left_first .news_item img{
  width: 130px !important;
  height: 100px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.time_news{
  padding: 5px;
  background: #ff384b;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 10px;
  color: #fff;
}
.news_left_first .news_item .news_item_inner{
  min-height: 100px;
}
.news_item_inner .title_news{
  font-weight: bold;
  font-size: 14px;
}
.list_news_bottom li{
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.news_right .news_item img{
  height: 300px;
  object-fit: cover;
}
.news_right .news_item_inner{
  margin-top: 10px;
}
.news_item .title_news:hover{
  color: #ff384b;
}
.list_news .news_item{
  padding-left: 255px;
  margin-bottom: 15px;
}
.list_news .news_item img{
  width: 240px !important;
  height: 180px;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.list_news .news_item .title_news{
  margin-bottom: 5px;
}
.list_news .news_item .description_news{
  line-height: 25px;
}
.list_news .news_item .news_item_inner{
  min-height: 180px;
}
/*======================*/
.title_right{
	border-bottom: 2px solid #ff384b;
}
.title_right span{
	padding: 5px 10px;
	background: #ff384b;
	border-top-right-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.list_menu_right{
	border: 1px solid #ebebeb;
	border-top: 0;
}
.has_sub{
	position: relative;
}
.has_sub .toggle_menu{
	position: absolute;
	padding: 10px;
  right: 0;
  top: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.has_sub .toggle_menu[aria-expanded="true"]{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.list_menu_right .li_right_item a{
	display: block;
  font-size: 13px;
	padding: 10px 30px 10px 15px;
	border-bottom: solid 1px #ebebeb;
	color: #000;
}
.list_menu_right .li_right_item:last-child a,
.menu_sub .li_right_item a{
	border-bottom: 0;
}
.list_menu_right>.li_right_item.has_sub>.menu_sub{
	border-top: 1px solid #ebebeb;
}
.has_sub.active>a,
.has_sub.active>.toggle_menu{
	color: #ff384b;
}
.menu_sub .menu_sub .li_right_item{
	padding-left: 20px;
}
.list_menu_right .menu_sub .li_right_item>a:before{
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}
.list_menu_right .menu_sub .li_right_item>a:hover,
.li_right_item:hover>a, .li_right_item:hover>.toggle_menu,
.list_menu_right .menu_sub .li_right_item:hover>.toggle_menu{
	color: #ff384b;
}
.col_right_item{
  margin-bottom: 25px;
}
.col_right_item .news_left{
  margin-top: 15px;
}
.col_right_item .news_left_first .news_item{
  padding-left: 100px;
}
.col_right_item .news_left_first .news_item img{
  width: 90px !important;
  height: 70px;
}
.col_right_item .news_left_first .news_item .news_item_inner{
  min-height: 70px;
}
.col_right_item .time_news{
  font-size: 12px;
}
/*=====FILTER========*/
.filter-content{
  margin: 20px 0;
}
.select_title{
  font-size: 18px;
  color: #0038AE;
}
.clearall{
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}
.list_filter_check{
  padding-left: 30px;
  line-height: 25px;
}
.filter_item{
  margin-bottom: 20px;
}
.filter_group{
  padding: 10px;
  border: 1px solid #ebebeb;
  max-height: 270px;
  overflow-y: auto;
}
.filter_item ::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
.filter_item ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.filter_item ::-webkit-scrollbar-thumb {
  background: #919aa8;
  border-radius: 20px;
}
.filter_item ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.type_item {
  margin: 0;
  cursor: pointer;
  line-height: 28px;
  min-width: 100%;
  float: left;
  padding: 0px;
  position: relative;
}
.type_item * {
  cursor: pointer;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
}
.filter input[type="checkbox"], 
.filter input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  background: transparent;
  outline: none;
  opacity: 0;
}
.type_item--check-box input {
  display: block;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.type_item--check-box .fa {
  margin-right: 15px;
  width: 14px;
  font-size: 18px;
  line-height: 40px;  
  position: relative;
  top: 4px;
}
.type_item--check-box input+.fa:before {
  content: "";
  margin-right: 5px;
  /*border-radius: 50%;*/
  font-size: 18px;
  border: solid 2px #ebebeb;
  line-height: 40px;
  position: absolute;
  top: -17px;
  height: 20px !important;
  width: 20px;
  background: #fff;
}
.type_item--check-box input:checked+.fa, 
.type_item--check-box input+span {
  color: #f45a53;
}
.type_item--check-box input:checked+.fa:before, 
.type_item--check-box input+span:before {
  border-color: #f45a53;
}
.type_item--check-box input:checked+.fa:after, 
.type_item--check-box input+span:after {
  font-family: 'FontAwesome';
  content: "";
  color: #f45a53;
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  /*border-radius: 50%;*/
  background: #f45a53;
  top: -12px;
  font-size: 12px;
  left: 5px;
}
.filter_color .type_item{
  float: left;
  width: 20%;
  min-width: 20%;
  margin-bottom: 10px;
}
.filter_color .type_item--check-box input+.fa:before{
  width: 35px;
  height: 35px !important;
  border-radius: 50%;
}
.filter_color .type_item--check-box .color_bg{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
.filter_color .type_item--check-box input:checked+.fa:before, 
.filter_color .type_item--check-box input+span:before{
  border-color: #fff;
}
.filter_color .type_item--check-box input:checked+.fa:after, 
.filter_color .type_item--check-box input+span:after{
  width: 8px;
  height: 8px;
  top: -5px;
  left: 13px;
  background: #fff;
  z-index: 9;
}
/*======================*/
.title_all {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.title_all>span{
  font-size: 20px;
  color: #222;
  font-weight: 400;
}
.sort_by{
  right: 10px;
  top: 10px;
  padding-bottom: 20px;
}
.list_sort{
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  background: #fff;
  width: 180px;
  right: 0;
  top: 25px;
  display: none;
  z-index: 99;
}
.list_sort li a{
  display: block;
  color: #000;
  padding: 5px 0;
}
.list_sort li a:hover{
  color: #f45a53;
}
.sort_by:hover .list_sort{
  display: block;
}
.list_all_product{
  margin: 20px 0 40px;
}
.list_all_product .product_item{
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 15px;
}
.gc-icon:before{
  font-family: FontAwesome;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
}
.gc-icon-close:before{
  content: "\f00d" !important;
}
.gc-icon-prev:before{
  content: "\f104" !important;
}
.gc-icon-next:before{
  content: "\f105" !important;
}
.gc-icon-download:before{
  content: "\f019" !important;
}
.gc-icon-enlarge:before{
  content: "\f065" !important;
}
.gc-icon-compress:before{
  content: "\f066" !important;
}
.product_detail_image .gc-lens{
  width: 100px !important;
  height: 100px !important;
}
.product_detail_image .gc-zoom{
  width: 415px !important;
  height: 500px !important;
}
.group_price .price_new{
  font-size: 24px;
  font-weight: bold;
  color: #ff384b;
  padding-right: 10px;
}
.group_price .price_old{
  font-size: 16px;
  color: #ccc;
  text-decoration: line-through;
}
.description_product{
  line-height: 25px;
  margin: 20px 0;
}
.add_now {
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  background: #f1db25;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.img_qc{
  margin-top: 25px;
}
.content_product{
  margin: 30px 0;
}
.list_tab_product{
  background: 0;
  border-bottom: 0;
  margin-bottom: 15px;
}
.list_tab_product .nav-link{
  padding: 10px 25px;
  background: #ebebeb;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
  background: #fe5767;
  color: #fff;
}
.content_detail .tab-content{
  line-height: 30px;
}
.content_detail .tab-content img{
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.slider_product_related .product_item{
  border: 1px solid #ebebeb;
  padding: 10px;
}
.slider_product_related .product_item .img_product img{
  height: 240px;
}
.content_detail img, .tab_product_item img{
  max-width: 100%;
  height: auto !important;
}
/*=====SETMEDIA==========*/
@media (max-width: 991px){
  .open-filters {
    padding: 5px 10px;
    background: #f45a53;
    color: #fff;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9;
    font-size: 18px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .open-filters.is-visible {
    visibility: visible;
    right: 270px;
  }
  .open-filters.is-visible i:before {
    content: '\f00d';
  }
  .group_filter_all {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    overflow-y: auto;
    visibility: hidden;
    width: 270px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
  }
  .group_filter_all.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border: 1px solid #ccc;
  }
  .list_tab_product{
    position: relative;
  }
  .list_tab_product .nav-link{
    padding: 10px;
    font-size: 13px;
  }
}
@media(max-width: 576px){
  .header_middle{
    position: relative;
    padding-bottom: 80px;
  }
  .search_middle{
    padding-bottom: 5px;
  }
  .search_absolute{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .logo_pc{
    max-width: 100%;
  }
  .logo_pc img{
    padding: 5px 0;
  }
  .middle_rigth{
    justify-content: flex-end;
  }
  .middle_rigth .cart_header{
    padding: 15px 0
  }
  .group_account_mb, .group_account_mb a{
    color: #fff;
  }
  .slider .owl-nav{
    top: -35px !important;
  }
  .slider .owl-prev{
    left: 94% !important;
  }
  .slider .owl-next{
    right: -3% !important;
  }
  .slider.slide_nav .owl-prev{
    left: 90% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-prev{
    left: 86% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-next{
    right: 5% !important;
  }
  .banner_sale_item{
    margin-bottom: 10px;
  }
  .banner_sale_item img{
    height: auto
  }
  .footer_top_item{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #9e9e9e;
  }
  .mail_footer{
    margin-top: 15px;
  }
  .mail_footer .d-flex{
    display: block !important;
  }
  .mail_footer input{
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  .mail_footer .btn_send{
    width: 100%;
    border-radius: 5px !important;
  }
  .list_news .news_item{
    padding-left: 150px;
  }
  .list_news .news_item img{
    width: 130px !important;
    height: 100px;
  }
  .list_news .news_item .news_item_inner{
    min-height: 100px;
  }
  .col_right{
    margin-top: 20px;
  }
  .main{
    background: #fff;
  }
  .group_add{
    display: block !important;
  }
  .add_cart_modal, .add_now{
    width: 100%;
    margin: 5px 0;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .header_middle{
    position: relative;
    padding-bottom: 80px;
  }
  .search_middle{
    padding-bottom: 5px;
  }
  .search_absolute{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .logo_pc{
    max-width: 100%;
  }
  .logo_pc img{
    padding: 5px 0;
    display: block;
    margin: 0 auto;
  }
  .middle_rigth{
    justify-content: flex-end;
  }
  .middle_rigth .cart_header{
    padding: 15px 0
  }
  .group_account_mb, .group_account_mb a{
    color: #fff;
  }
  .slider .owl-nav{
    top: -35px !important;
  }
  .slider .owl-prev{
    left: 96% !important;
  }
  .slider .owl-next{
    right: -2% !important;
  }
  .slider.slide_nav .owl-prev{
    left: 94% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-prev{
    left: 90% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-next{
    right: 5% !important;
  }
  .banner_sale_item{
    margin-bottom: 10px;
  }
  .banner_sale_item img{
    height: auto
  }
  .footer_top_item{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #9e9e9e;
  }
  .mail_footer{
    margin-top: 15px;
  }
  .main{
    background: #fff;
  }
  .group_add{
    justify-content: flex-start;
  }
  .add_cart_modal, .add_now{
    margin: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .title_col_category{
    padding: 10px;
  }
  .slider .owl-nav{
    top: -35px !important;
  }
  .slider .owl-prev{
    left: 96% !important;
  }
  .slider .owl-next{
    right: -2% !important;
  }
  .slider.slide_nav .owl-prev{
    left: 95% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-prev{
    left: 93% !important;
  }
  .slider_category_hot.slider.slide_nav .owl-next{
    right: 3% !important;
  }
  .banner_sale_item img{
    height: 135px;
  }
  .banner_category img{
    height: 620px;
    object-fit: cover;
  }
  .mail_footer .btn_send{
    width: 40%;
  }
  .group_add{
    display: block !important;
  }
  .add_cart_modal, .add_now{
    margin: 10px 10px 0 0;
  }
}
.delete_cart{
  color: red;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.box_lh{
  border: 2px solid red;
}
.lh_tl-01{
  padding: 15px;
  font-size: 18px;
  color: red;
  border-bottom: 1px solid red;
}
.lh_tl-02{
  padding: 15px;
}
.xanh{
  color: #0098DA;
}
.lh_tl-02 strong{
  font-size: 16px;
  display: inline-block;
}
.do{
  color: red;
}
.addre,
.kd{
  font-size: 16px;
  margin-bottom: 10px;
}
.con{
  left: 0;
}
.vbm_menu{
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  z-index: 9999;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: minmax(60px, auto);
}
.vbm_menu-link{
  padding: 5px 7px;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}
.multilevel>.vbm:hover .vbm_menu{
  opacity: 1;
  visibility: visible;
}
.vbm_menu-item{
  list-style: none;
  
}
.vbm_menu-link::after{
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
}
.vbm_menu-link{
  text-transform: capitalize;
  position: relative;
  padding-left: 15px;
}
.box_list{
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: 800px;
  height: 100%;
}
.btn_baogia{
  color: #fff;
}
#vietbm{
  padding: 15px;
}