@font-face{
  font-family: Exo;
  src:url(../fonts/Exo-Regular.ttf)
}
@font-face{
  font-family: Exo_Bold;
  src:url(../fonts/Exo-Bold.ttf)
}
body{
  font-size: 14px;
  font-family: Exo;
  overflow-x:hidden;
  background: #fff;
  color: #000;
}
.logo_pc{
  margin-top: 120px;
}
.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: top 0.3s;
    animation: animatedown 0.6s;
}
.banner_main{

  height: 500px;
}

ul{
  padding: 0;
  margin: 0;
}
.row{
  margin: 0 -10px;
}
.row [class*='col-']{
  padding: 0 10px;
}
a:hover, a:focus{
  color: #ec4f21;
  text-decoration: none;
}
.cl_0{color: #000}
#go_top {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
  z-index: 100;
  bottom: 100px;
  right: 25px;
}
#go_top:hover{
  background: #ec4f21;
  color: #fff;
}
.opacity_menu.open_opacity {
  content: " ";
  width: 100%;
  height: 100%;
 color: #333;
  top: 0px !important;
  left: 0px;
  z-index: 99;
}
/*=============================*/
.header_top{
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.search_pc input{
  padding-right: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 40px;
  
}

.color_bg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
   
   
    z-index: 1;
}
.type_item{
  margin-bottom: 10px;
}

.search_pc .btn_search{
  width: 38px;
  height: 38px;
  background: #fff;
  border: 0;
  color: #999;
  top: 1px;
  right: 1px;
}
.search_pc .btn_search:focus{
  outline: none;
}
.search_pc input:focus{
  box-shadow: none;
}
.group_header_right a{
  display: flex;
  margin-left: 20px;
  padding: 9px 0;
  cursor: pointer;
}
.group_header_right i{
  font-size: 22px;
}
.count_right{
  top: -5px;
  right: -14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ec4f21;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
}
.opacity_menu.open_opacity {
  content: " ";
  width: 100%;
  height: 100%;
  color: #333;
  top: 0px !important;
  left: 0px;
  z-index: 99;
}
.show_cart{
  width: 340px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  z-index: 99;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.show_cart.active{
  visibility: visible;
  transform: translateX(0);
}
.icon_close{
  width: 15px;
  height: 15px;
  stroke-width: 1.5px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.icon_close:hover{
  transform: translate(0%, 0%) rotate(360deg);
}
.list_product_addcart{
  margin-top: 30px;
}
.product_addcart_item{
  padding-left: 90px;
  margin-bottom: 20px;
}
.product_addcart_item .img_product_addcart img{
  position: absolute;
  width: 75px;
  height: 75px;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product_addcart_content .product_name{
  display: block;
  font-weight: bold;
  line-height: 20px;
}
.group_box{
  justify-content: space-between;
}
.number_product_cart .value-button{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.number_product_cart input{
  width: 35px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.number_product_cart input:focus{
  outline: none;
}
.box_price_right .price_sell,
.sum_money .sum{
  font-weight: 500;
  color: #c90000;
}
.box_price_right .delete_product{
  font-size: 13px;
  color: #6c757d;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}
.sum_all{
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px 15px;
  border-top: 1px solid #e6e6e6;
}
.sum_money{
  justify-content: space-between;
}
.pay_now{
  padding: 5px;
  background: #333F48;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
}
.pay_now:hover{
  background: #fe5000;
  color: #fff;
  text-decoration: none;
}
.icon_search{
  padding: 10px 0;
  font-size: 20px;
}
/*=============MENU=========*/
@media(min-width: 992px){
  .nav-menu.menu{
    display: flex;
    justify-content: center;
  }
  .nav-menu.menu>.menu-item{
    position: static;
  }
  .nav-menu.menu>.menu-item>.menu-link{
    padding: 14px 15px;
    font-size: 16px;
    display: inline-block;
  }
  .nav-menu.menu>.menu-item>.nav-dropdown{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 15px;
    z-index: 999;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);
  }
  .menu_child > .menu-item > .menu-link{
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
  }
  .menu_child .nav-dropdown .menu-item{
    font-weight: normal;
    line-height: 30px;
  }
  .has-dropdown:after{
    content: "\f107";
    font-family: FontAwesome;
  }
  .menu_child .has-dropdown:after{
    content: "";
  }
  .menu_child>.menu-item>.menu-link{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
  }
  .menu_child{
    --col-menu:2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
    grid-gap: 10px 5px;
  }
  .nav-menu.menu>.menu-item.has-dropdown:hover>.nav-dropdown{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media(max-width: 991px) {
  .nav-container {

    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 85%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 25px 0 0 0;
    overflow-x: hidden;
    background: linear-gradient(#ec0c8b,#b30568);
    -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%);
  }
  .nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-toggle {
    z-index: 99;
    padding: 10PX 0;
    font-size: 24px;
  }
  .nav-menu {
    background: linear-gradient(#ec0c8b,#b30568);
  }
  .nav-menu>.menu-item.is-active {
    background: #fff;
  }
  .nav-menu>.menu-item:hover {
    background: #fff;
  }
  .nav-menu>.menu-item.is-active.has-dropdown:after,
  .nav-menu>.menu-item:hover.has-dropdown:after {
    color: #017143;
  }
  .nav-menu>.menu-item.is-active a,
  .nav-menu>.menu-item:hover a {
    color: #000;
  }
  .nav-menu>.menu-item>.menu-link{
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-menu .menu-link {
    color: #000;
    display: block;
    padding: 12px 15px;
    font-size: 15px;
  }
  .has-dropdown {
    position: relative;
    cursor: pointer;
  }
  .has-dropdown>.menu-link {
    display: inline-block;
  }
  .has-dropdown:after {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    height: 40px;
    content: "+";
    color: #000;
    line-height: 40px;
  }
  .has-dropdown.is-active:after {
    content: "\2013";
  }
  .nav-dropdown {
    display: none;
    background-color: #fff;
  }
  .nav-dropdown .container{
    padding: 0;
  }
  .has-dropdown.is-active>.nav-dropdown {
    display: block;
  }
  .nav-dropdown .nav-dropdown {
    background-color: #fff;
  }
  .nav-dropdown .menu-item {
    border-bottom: 1px solid #fff;
  }
  .nav-dropdown .menu-item .menu-link {
    display: block;
    padding: 10px 10px 10px 25px;
  }
  .menu-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .menu-item:last-child {
    border-bottom: 0;
  }
  .nav-dropdown .menu-item {
    border-bottom: 0;
    border-top: 1px solid #e6e6e6;
  }
  .nav-dropdown>.menu-item>.menu-link {
    padding: 5px 30px;
  }
  .nav-dropdown .nav-dropdown .menu-item>.menu-link {
    padding: 10px 35px;
  }
  .nav-menu>.menu-item.is-active.has-dropdown:after,
  .nav-menu>.menu-item:hover.has-dropdown:after {
    color: #000;
  }
  .menu .menu-item.d-block {
    padding: 5px;
    background: #fff;
  }
}
/*==========================*/
.group_header_right{
  justify-content: flex-end;
}
.list_product_category,
.advertisement{
  margin: 35px 0;
}
.title, .title{
  display: block;
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 700;
}
.description_list_cate{
  line-height: 25px;
  margin-bottom: 30px;
}
.list_category .box_category_item{
  float: left;
  width: calc(100% / 6);
  padding: 10px;
  transition: all .3s;
  margin-bottom: 15px;
}
.list_category .box_category_item:hover{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 24%);
  transform: translateY(-5px);
  transition: all .3s;
}
.list_category .box_category_item img{
  height: 160px;
  object-fit: contain;
}
.name_category_item{
  color: #222;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.3;
  max-height: 35.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  font-weight: 600;
  min-height: 35.2px;
}
.list_category .box_category_item:hover .name_category_item{
  color: #ec4f21;
}
.hover a{
  display: block;
  position: relative;
  overflow: hidden;
}
.hover a:before,
.hover a:after{
  background: rgba(255,255,255,0.1);
  content: '';
  z-index: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hover a:before{
  left: -100%;
  top: -100%;
}
.hover a:after{
  left: 100%;
  top: 100%;
}
.hover a:hover:after, 
.hover a:hover:before {
  left: 0;
  top: 0;
}
/*==============PRODUCT=========*/
.product_item{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(161,161,161,0.37);
  transition: box-shadow .3s;
  background: #fff;
}
.product_item:hover{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 24%);
  transition: box-shadow .3s;
}
.product_item .sale {
  background: url(../img/bg_sale.png) no-repeat;
  background-size: contain;
  width: 49px;
  height: 22px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}
.slider_product{
  margin: 0 -10px;
}
.slider_product .item {
  padding: 0 10px;
}
.slider_product .slick-arrow {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  padding: 0;
  /*color: transparent;*/
  border: none;
  text-align: center;
  z-index: 2;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  outline: 0;
}
.slider_product .slick-prev {
  left: -10px;
}
.slider_product .slick-next {
  right: -10px;
}
.slider_product:hover .slick-arrow {
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.slider_product:hover .slick-prev {
  left: -20px;
}
.slider_product:hover .slick-next {
  right: -20px;
}
.product_item .image_pro{
  display: block;
  height: 260px;
  position: relative;
}
.product_item .image_pro img{
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.thumbs-list{
  padding: 0 5px;
  margin-top: 5px;
}
.thumbs-list .thumbs-list-item{
  width: 25%;
  border: 1px solid transparent;
  position: relative;
  height: 64px;
}
.thumbs-list .thumbs-list-item.active,
.thumbs-list .thumbs-list-item:hover{
  border-color: #ec4f21;
}
.thumbs-list .thumbs-list-item img{
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3px;
}
.name_pro a{
  margin-top: 10px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  max-height: 35px;
  min-height: 35px;
  color: #000;
  font-weight: 600;
  padding: 0 5px;
}
.name_pro a:hover{
  color: #ec4f21;
}
.price_box{
  margin-top: 10px;
}
.price_box .price_sell{
  font-weight: 600;
  font-size: 17px;
  color: #ff4e00;
}
.price_box .price_sale{
  margin-left: 4px;
  color: #4b4343;
}

.header_menu{
  background: linear-gradient(#ec0c8b,#b30568); color: #fff;
}
.nav-menu.menu>.menu-item>.menu-link{
  color: #fff;
}
.view_all {
  display: inline-block;
  color: #fff;

  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background-color: #ec0c8b;
  padding: 15px 22px;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
}
.view_all:hover{
  color: #fff;
}
.view_all::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ec4f21;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.view_all:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
/*==========================*/
.slider_brand{
  margin: 30px -10px;
}
.slider_brand .item{
  padding: 0 10px;
}
.slider_brand .item a {
  display: block;
  padding: 5px;
  height: 65px;
  width: 100%;
  position: relative;
}
.slider_brand .item a img {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bane_sale{
  margin: 30px 0;
}
.baner_sale_item{
  height: 290px;
  object-fit: cover;
}
/*=======*/
.img_news_home{
  position: relative;
  overflow: hidden;
  height: 225px;
}
.img_news_home img{
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_home_item:hover .img_news_home img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.title_news_home{
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 15px;
}
.time_news_home{
  margin-top: 7px;
  color: #b5b5b5;
}
.description_news_home{
  color: #666;
}
.subscribe{
  margin: 30px 0 0;
  padding: 30px 0;
  background: url(../img/bg_dky.jpg) no-repeat;
  background-size: cover;
}
.title_subscribe{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #1c1c1c;
}
.form_subscribe{
  width: 50%;
  margin: 30px auto 0;
}
.form_subscribe input.form-control{
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding-right: 130px;
}
.form_subscribe .btn_sub{
  width: 130px;
  height: 40px;
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
footer{
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
.title_footer{
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
}
.footer_item p{
  margin-bottom: 8px;
}
.logo_ft img{
  display: block;
  max-width: 200px;
}
.footer_item li{
  list-style-position: inside;
}
.footer_item li a{
  display: inline-block;
  color: #000;
  margin-bottom: 7px;
}
.link_network a{
  color: #000;
  display: inline-block;  
  font-size: 24px;
  padding: 0 10px 10px 0;
}
.link_network a:hover{
  color: #ec4f21;
}
.payment img{
  margin: 5px 5px 5px 0;
}
.copy_right{
  margin-top: 30px;
  padding: 10px;
  background: #303088;color: #fff;
}
.back_link, .breadcrumb{
  background: #f9f9f9;
  padding: 5px 0;
  margin: 0;
}
.breadcrumb li a{
  color: #000;
}
.breadcrumb li a:after{
  content: "/";
  padding: 0 10px;
}
.breadcrumb li:last-child a{
  color: #ec4f21;
}
.breadcrumb li:last-child a:after{
  content: "";
}
/*============NEWS==============*/
.banner_cate, .main{
  margin-top: 25px;
}
.sidebar_item{
  margin-bottom: 30px;
}
.sidebar_title {
  margin: 0 0 10px;
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  letter-spacing: .12em;
}
.nav_category>.nav-item>.nav-link{
  padding: 5px 25px 5px 0;
  color: #303846;
}
.nav_category .nav-item{
  position: relative;
}
.menu_sub .nav-link{
  padding: 5px 25px 5px 10px;
  color: #303846;
}
.menu_sub .menu_sub .nav-link{
  padding: 5px 20px;
}
.nav_category .nav-link:hover{
  color: #ec4f21;
}
.toggle_menu {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.toggle_menu::before, .toggle_menu::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.toggle_menu::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.toggle_menu::after {
  width: 1px;
  height: 11px;
}
.toggle_menu[aria-expanded="true"]::before,
.filter_item.active .toggle_menu:before,
.group_filter.active .filter>.toggle_menu:before {
  opacity: 0;
}
.toggle_menu[aria-expanded="true"]::after,
.filter_item.active .toggle_menu:after,
.group_filter.active .filter>.toggle_menu:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.news_hot li{
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
}
.news_hot li img{
  width: 80px;
  height: 50px;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.news_hot li .news_hot_title{
  font-size: 13px;
  font-weight: 500;
  color: #000;
  min-height: 50px;
  line-height: 1.3;
}
.news_hot li:hover .news_hot_title{
  color: #ec4f21;
}
.news_item{
  margin-bottom: 30px;
}
.time_news{
  color: #8b8b8b;
  margin: 15px 0;
}
.news_title{
  font-weight: 600;
  font-size: 25px;
}
.news_description{
  line-height: 25px;
}
.see_more{
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 15px 0;
}
.left_item{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.left_item .sidebar_title{
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.left_item .nav_category{
  padding: 10px;
}
.left_item .nav_category>.nav-item>.nav-link{
  font-weight: bold;
}
/*============FILTER============*/
.list_filter li{
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.list_filter li label{
  cursor: pointer;
}
.filter-item--check-box input {
  display: none;
}
.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px;
  position: relative;
  display: inline-block;
}
.filter-item--check-box input+.fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px rgba(0,0,0,0.3);
  line-height: 40px;
  position: absolute;
  top: -13px;
  height: 15px !important;
  width: 15px;
}
.filter-item--check-box input:checked+.fa:before {
  border-color: #fe5000;
  background: #fe5000;
}
.filter-item--check-box input:checked+.fa:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -13px;
  font-size: 12px;
  left: 0;
  background-image: url(../img/check.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.filter_item .list_filter{
  display: none;
}
.filter_item.active .list_filter{
  display: block;
}
.filter_item{
  padding: 10px 5px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}
.filter_item:last-child{
  border-bottom: 0;
}
.title_filter_item{
  font-weight: bold;
  margin-bottom: 10px;
}
.name_category_current{
  font-size: 18px;
  font-weight: bold;
}
.sort_by{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sort_by li {
  float: left;
  margin-left: 10px;
}
.sort_by li a{
  color: #000;
  position: relative;
}
.sort_by li a i {
  height: 16px;
  width: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  position: relative;
}
.sort_by ul li:hover i, 
.sort_by ul li.active i {
  border: 1px solid #ec4f21;
  height: 16px;
  width: 16px;
}
.sort_by ul li:hover i:before, 
.sort_by ul li.active i:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ec4f21;
  position: absolute;
  border-radius: 50%;
  margin: 3px;
}
.list_product{
  margin-top: 20px;
}
.list_product .product_item{
  margin-bottom: 20px;
}
.description_category{
  margin: 20px 0;
}
.title_topsell{
  padding: 10px;
  background: url(../img/bg_title.jpg) no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.product_topsell{
  margin-bottom: 30px;
}
/*======================*/
.main_detail{
  margin-top: 30px;
}
.glass-case{
  z-index: 1;
}
.gc-lens, .gc-zoom{
  display: none !important;
}
.gc-icon{
  border: 0 !important;
}
.gc-icon:before{
  font-family: FontAwesome;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
  background: #ec4f21 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.gc-icon-close:before{
  content: "\f00d" !important;
}
.gc-icon-prev:before{
  content: "\f104" !important;
}
.gc-icon-next:before{
  content: "\f105" !important;
}
.gc-icon-prev-vt:before{
  content: "\f106" !important;
}
.gc-icon-next-vt:before{
  content: "\f107" !important;
}
.gc-icon-download{
  display: none !important;
}
.gc-icon-enlarge:before{
  content: "\f065" !important;
}
.gc-icon-compress:before{
  content: "\f066" !important;
}
.name_product_main{
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #070404;
  line-height: 1.3;
}
.info_pro{
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.box_price{
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.price_now{
  font-size: 23px;
  font-weight: 600;
  color: #ff4e00;
}
.detail_price del{
  padding-right: 20px;
}
.list_color li, .list_material li{
  display: inline-block;
}
.list_color li .btn_color{
  width: 50px;
  height: 30px;
  border: 1px solid #e6e6e6;
}
.list_color li .btn_color:focus{
  box-shadow: none;
}
.list_color li.active .btn_color{
  border: #000 solid 1px;
}
.choose {
  padding: 10px 0 5px;  
}
.choose p{
  margin-bottom: 5px;
}
.list_material li .btn_material{
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  background: #fff;
}
.list_material li .btn_material:focus{
  box-shadow: none;
}
.list_material li.active .btn_material{
  border: #ff4e00 solid 1px;
}
.group_add{
  margin: 15px 0;
}
.detail-info-entry{
  background: #f7f8fa;
  width: 150px;
  font-size: 18px;
  padding: 3px 10px;
}
.detail-info-entry input{
  border: 0;
  background: #f7f8fa;
  font-size: 20px;
}
.entry span{
  font-size: 20px !important;
}
.add_cart_modal{
  width: calc(100% - 150px);
  border: 0;
  background: #ff4e00;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: 15px;
  padding-top: 10px;
}
.btn_wish{
  border: 0;
  background: 0;
  padding: 0;
  margin: 15px 0;
}
.btn_wish:focus{
  box-shadow: none;
}
.btn_wish:hover{
  color: #ff4e00;
}
.promotion_content {
  max-height: 110px;
  overflow: hidden;
  position: relative;
  transition: height .3s ease-in-out;
  line-height: 25px;
}
.promotion_content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #fff;
  background: linear-gradient(0deg, #fff, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0));
  bottom: 0;
  left: 0;
}
.promotion_content.expanded{
  max-height: unset;
}
.promotion_content.expanded:after{
  display: none;
}
.show-more .btn_view_more {
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}
.btn_view_more i{
  display: block;
  margin: 5px auto;
}
.btn_view_more .less-text,
.btn_view_more.active .more-text{
  display: none;
}
.btn_view_more.active .less-text{
  display: block;
}
.product_content_main{
  border-top: 1px solid #e6e6e6;
}
.list_tab_product{
  justify-content: center;
  margin-bottom: 20px;
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  color: #4b4343;
  margin-right: 0;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 13px;
  border: 0;
  text-transform: uppercase;
  position: relative;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  cursor: default;
}
.nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nav-tabs .nav-item .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-tabs .nav-item .nav-link.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.title_bottom span{
  font-size: 25px;
  font-weight: bold;
  color: #222;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 9;
}
.title_bottom:before {
  content: '';
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #d2d2d2;
  position: absolute;
  z-index: 1;
}
.product_viewed, .product_related{
  margin: 30px 0 50px;
}
@media(max-width: 576px){

  .banner_main{
    height:auto !important ;

  }
  .logo_pc,.box_content_text{
    margin-top: 20px !important;
  }
  .col-5,.col-7{
    flex:auto !important;
    max-width:100% !important;
  }
  .header_top{
    padding: 5px 0;
  }
  .group_header_right a{
    margin-top: 5px;
  }
  .search_pc {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 100%;
    /*max-width: 70%;*/
    height: 100%;
    min-height: 100%;
    background: #fff;
    margin: 0;
    padding: 15px;
    -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%);
  }
  .search_pc.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .list_category{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .list_category a{
    flex: 0 0 140px;
    max-width: 140px;
    min-width: 140px;
    padding: 5px;
  }
  .product_item .image_pro{
    height: 190px;
  }
  .row, .slider_product{
    margin: 0 -5px;
  }
  .slider_product .slick-arrow{
    display: none !important;
  }
  .row [class*='col-'],
  .slider_product .item{
    padding: 0 5px;
  }
  .thumbs-list .thumbs-list-item{
    height: 45px;
  }
  .baner_sale_item{
    height: auto;
    margin-bottom: 10px;
  }
  .form_subscribe{
    width: 100%;
  }
  .footer_item{
    margin-bottom: 20px;
  }
  .list_news{
    -ms-flex-order: -1;
    order: -1;
  }
  .blog_sidebar{
    -ms-flex-order: 13;
    order: 13;
  }
  .group_box{
    display: none;
    max-height: 350px;
    overflow-y: auto;
  }
  .group_filter.active .group_box{
    display: block;
  }
  .filter>.toggle_menu{
    right: 20px;
  }
  .main_detail, .detail_info_product{
    margin-top: 30px;
  }
  .list_color li{
    width: 15% !important;
  }
  .nav-tabs .nav-item .nav-link{
    padding: 13px 5px;
  }
}
@media(min-width: 577px) and (max-width: 768px){
  .header_top{
    padding: 5px 0;
  }
  .logo img{
    max-width: 220px !important;
    display: block;
    margin: 0 auto;
  }
  .group_header_right a{
    margin-top: 5px;
  }
  .search_pc {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 100%;
    max-width: 50%;
    height: 100%;
    min-height: 100%;
    background: #fff;
    margin: 0;
    padding: 15px;
    -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%);
  }
  .search_pc.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .list_category{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .list_category a{
    flex: 0 0 140px;
    max-width: 140px;
    min-width: 140px;
    padding: 5px;
  }
  .product_item .image_pro{
    height: 215px;
  }
  .thumbs-list .thumbs-list-item{
    height: 50px;
  }
  .baner_sale_item{
    height: 180px;
  }
  .footer_item{
    margin-bottom: 20px;
  }
  .group_box{
    display: none;
    max-height: 350px;
    overflow-y: auto;
  }
  .group_filter.active .group_box{
    display: block;
  }
  .filter>.toggle_menu{
    right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  .group_header_right a{
    margin-left: 10px;
  }
  .product_item .image_pro{
    height: 215px;
  }
  .thumbs-list .thumbs-list-item{
    height: 55px;
  }
}