.product_category{margin-bottom:0}
/**********Menu***************/
 :root{
  --main_color: #fff
}
.header-main{
  background-color:#6cdb04;
}
.main-menu-box {
  position: relative;
  display: block;
}

.main-menu {
  position: relative;
  display: inline-block;
  float: left;
  height:auto;
}

.main-menu .navbar-collapse {
  padding: 0
}

.main-menu .navigation {
  position: relative;
  margin:0;
  padding:0;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px
}

.main-menu .navigation > li:last-child {
  margin-right: 0
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  padding: 10px 0 10px;
  transition: all .3s ease
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
  color: var(--main_color)
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 130%;
  background: 0 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  border-radius: 0;
  transition: all .5s ease;
  z-index: 100;
  width:300px;
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 10px;
  padding:0;
  background-color:#fff;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all .5s ease;
  z-index: 1
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  color: var(--text_color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e2e8f0;
  text-transform: capitalize;
  transition: all .5s ease 0s;
  padding: 10px 15px;
}

.main-menu .navigation > li > ul > li:last-child a {
  border-bottom: none
}

.main-menu .navigation > li > ul > li > a:after {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  content: "";
  width: 26px;
  height: 11px;
  opacity: 0;
  transform: scale(0);
  transition: all .5s ease;
  margin: 20px 0
}

.main-menu .navigation > li > ul > li:hover a:after {
  opacity: 1;
  transform: scale(1)
}

.main-menu .navigation > li > ul > li:hover > a {
  color: var(--main_color)
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  min-width: 270px;
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
  background: 0 0;
  z-index: 100;
  box-shadow: 0 0 10px;
  transition: all .2s ease;
  padding:0;
}

.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  border-radius: 0
}

.main-menu .navigation > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all .5s ease
}

.main-menu .navigation > li > ul > li > ul > li a {
  position: relative;
  display: block;
  color: var(--text_color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e2e8f0 !important;
  text-transform: capitalize;
  transition: all .5s ease 0s;
  padding: 10px 15px
}

.main-menu .navigation > li > ul > li > ul > li:last-child a {
  border-bottom: 0 !important
}

.main-menu .navigation > li > ul > li > ul > li:hover a:before {
  opacity: 1;
  transform: scale(1) !important
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: var(--main_color)
}
.main-menu.style2 .navigation>li.dropdown>a:after {
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    top: 0;
    display: block;
    font-size: 15px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    content: "\f107";
    z-index: 5;
}
.main-menu .navigation > li > ul > li:hover,
.main-menu .navigation > li > ul > li > ul > li:hover {
  background-color:whitesmoke;
}
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a{
    color: #474C5F;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  left:auto;
  right: 0;
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  content: "\f107";
  z-index: 5;
  margin:0;
  opacity:1;
  display: block;
  transform: scale(1);
}

/*********End Menu*************/  
footer .footer-inner {
  background: #293A8D;
}
footer .footer_logo{display:none}
footer  .info_footer *,
footer .footer-column a,
footer .footer-column a:before,
footer h4,footer .coppyright,footer a, footer p{
  color:#fff
}
@media(min-width:768px){
  .d-flex-md{
    display:flex;
  }
}
.align-items-center{
  align-items:center;
}
.header-mid>.row>.cart>.hotline a,
.top-cart-contain .phone-img i,
.mini-cart .dropdown-toggle .text p,
button.btn.icon-fallback-text,
.header-mid>.row>.cart .hotline_box{
    color: #262626;
}
.search_text,
.header_search input,
#cart,
.btn {
    border-color: #E7E8ED;
}
/*********pRODUCT**********/
.product-box {
  border:1px solid #ddd;
  padding:5px;
}
.product-box .product-name a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 70px;
}
@media(max-width:767px){
  .product-box .product-name a {
        -webkit-line-clamp: 3;
    min-height: 60px;
  }
  .product-box .price-box {
    min-height: 54px;
}
.header-mid>.row>.cart>.hotline a, .top-cart-contain .phone-img i, .mini-cart .dropdown-toggle .text p, button.btn.icon-fallback-text, .header-mid>.row>.cart .hotline_box {
    color: #fff;
}
.product_category{margin-top:15px;border:none;margin-bottom:0}

.index-column-blog.row-service li {
    border-top: solid 1px #EBEBEB;
    background: #FEFEFE;
        box-shadow: 0px 4px 8px rgb(239 239 239);
    border-radius: 4px;
    padding: 12px 20px;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    
  font-size:14px;
  font-weight:500;
  color:#293A8D
}
.content_maintop .container > .row{display:flex;    flex-direction: column;}
.banner-right-one.banner-item.banner-right.col-md-9.col-sm-12.col-xs-12{order:-1}
}
.product-box .product-price{
  line-height: 28px;
} 
.product-box .product-name a {
  color: #1E73BE;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.product-box .sale-flash {
  position: absolute;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFFFFF;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 1;
  background-color: transparent !important;
}
.btn-cart.button_wh_40.left-to{
  height: 30px;
  line-height: 30px;
  border-radius: unset;
  background: #ed1b24;
  color: #fff;
  border:0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  font-weight: 400;
  padding: 0;
  width: 50%;
  margin-right:5px;

}
.button_wh_40.btn_view.right-to.quick--view{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #f2f2f2;
  color: #bec2c7;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 50%;
  font-size: 15px;
  background: #293A8D;
  color: #fff;
  height: 30px;
  line-height: 30px;

}
.actions-primary {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 0;
  display: flex;
}
.des_short_product {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  min-height: 60px;
}
/*******end Product ***********/
#logo img{
  max-width: 200px!important;
}
.sec-title, .category-title, .new_title {
  width: 100%;
 /* float: left;*/
  position: relative;
  border: solid 1px #efefef;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.sec-title .title, .category-title h2, .new_title h2 {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 0px solid #ebebeb;
  margin-bottom: 0px;
  background: #ff0000;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
}
.sec-title .title:before, .category-title h2:before, .new_title h2:before {
    content: "";
    width: 100%;
    height: 8px;
    background: #ff0000;
    position: absolute;
    left: 0px;
    top: -8px;
}
.sec-title .title:after, .category-title h2:after, .new_title h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #420707;
    position: absolute;
    top: -8px;
    right: -7px;
}
.sec-title .title, .category-title h2 a, .new_title h2 a{
  color:#fff
}
#clockdiv>div {
    background: rgb(255 0 0 / 40%);
}
#clockdiv div>span {
    background: #ff0000;
}
#product_special .new_title{
  background-image:none!important
}
.category-list__box {
    box-shadow: 0px 4px 8px rgb(41 58 141);
}
._category__item-list{
  padding: 0 15px
}
.image-category__item{
  padding-right:15px;
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 12px;
    color: #ADB1C0;
    line-height: 26px;
    font-weight: 400;
    margin-right: 10px;
}  
.price-box {
    min-height: 30px;
} 
.table-service {margin-top:15px} 
/******************************/
 .widget h3.widget-title {
  font-weight: 700;
  margin: 10px 5px;
  font-family: "Open Sans",sans-serif;
      text-transform: uppercase;
}
.widget {
  margin-bottom: 30px;
  font-family: 'Open Sans',sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.sanphamlienquan .product_list_widget li {
    margin-right: 5px!important;
    margin-left: 5px!important;
    width: 9.164%!important;
    border: 1px solid red;
    float: left;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.sanphamlienquan .attachment-woocommerce_thumbnail {
    float: none !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
    margin-left: 0 !important;
}
.sanphamlienquan .product-title {
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
.sanphamlienquan .price.product-item-price {
    font-size: 15px;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.sanphamlienquan .star-rating {
    display: none
}

.sanphamlienquan .product_list_widget li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    width: 9.1% !important;
    border: 1px solid red;
    float: left
}

.sanphamlienquan .attachment-woocommerce_thumbnail {
    float: none !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
    margin-left: 0 !important
}

.sanphamlienquan .product-title {
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px
}

.sanphamlienquan .price.product-item-price {
    font-size: 15px;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0
}

.sanphamlienquan del {
    display: none
}

.sanphamlienquan .widget-title {
    font-size: 16px
}

@media only screen and (max-width: 1024px) {
    .sanphamlienquan .product_list_widget li {
        width: 18.8% !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (max-width: 768px) {
    .sanphamlienquan .product_list_widget li {
        width: 23% !important
    }
}

@media only screen and (max-width: 460px) {
    .sanphamlienquan .product_list_widget li {
        width: 30.03% !important
    }
}

@media only screen and (max-width: 321px) {
    .sanphamlienquan .product_list_widget li {
        width: 29.8% !important
    }
}

@media only screen and (max-width: 1255px) and (min-width: 1025px) {
    .sanphamlienquan .product_list_widget li {
        width: 15.55% !important;
        margin-bottom: 10px !important
    }
}     
@media (max-width: 767px)
{
.slider-items-products .item:nth-child(5){
  display:none
}
 /* .index-column-blog.row-service li {
  -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-right:15px
  }
  .index-column-blog.row-service li a{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    display: -webkit-box;
  }*/
  /*.product_category .panel-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}*/
#clockdiv {
    font-size: 8px;
}
#product_special .product-box .sale-flash.hot{display:none}
}
#tab-description img{
    display: block;
}   
.category-list__box {
    box-shadow: 0px 4px 8px rgb(239 239 239);
}
.image-category__title span{
  font-size:15px;
  font-weight:bold;
  color:#293A8D
} 
.category-list__product__read-more {
  margin:10px 0;
}
.category-list__product__read-more a{
  background-color:red;
  padding:10px 15px;
  color:#fff;
} 
#clockdiv {
    top: 10px;
}
#product_special .product-box .sale-flash.hot{display:none}
.index-column-blog.row-service .lv0 a,
.image-category__title span{
  color:#fff;
}
.index-column-blog.row-service li,
.category-list__box{
    background: #394898;
} 
.image-category__title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    display: -webkit-box;
}
._category__item-list.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  padding:0!important;
}
._category__item-list.row .image-category__item {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

._category__item-list::-webkit-scrollbar-track
{
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  margin:0 15px;
  overflow: hidden;
}

._category__item-list::-webkit-scrollbar
{
cursor: pointer;
  height:7px;
  background-color: #F5F5F5;
  margin:0 15px;
  overflow: hidden;
}

._category__item-list::-webkit-scrollbar-thumb
{
cursor: pointer;
  background-color: #000000;
  border: 1px solid #555555;
  margin:0 15px;
  overflow: hidden;
}
 
 @media (min-width: 1025px)
{
 #grid .category-products .col-lg-3 {
    width: 20%;
    padding-left: 0;
    padding-right: 10px;
}
}
@media (min-width: 1400px)
{
 .container {
    width: 1170px;
}
}

.product_category__list {
      padding: 0;
    margin: 0;
}
.product_category__list img{margin-right:15px}
.product_category__list.owl-carousel img{
  display: inline-block!important;
  width: initial!important;
  margin-right:15px;
  color:  #394898
}
.product_category__list.owl-carousel .owl-prev {
  left: calc(50% - 50px);
  bottom:-45px!important
}
.product_category__list.owl-carousel .owl-next {
  right: calc(50% - 50px);
  bottom:-45px!important;
  color:  #394898
}
.main-col {
    margin-top: 25px;
}  
.footer-bottom{display:none!important}
.entry-content li {
    list-style: unset;
}
._category__item-list.owl-carousel img {
    display: inline-block!important;
    width: initial!important;
    margin-right: 15px;
}
._category__item-list.owl-carousel .owl-prev {
    margin-left: -50px;
}
._category__item-list.owl-carousel .owl-next {
    margin-right: -10px;
}
._category__item-list .image-category__item{
  padding:0
}
@media(max-width:767px){
._category__item-list.owl-carousel .owl-prev {
  left: calc(50% - 50px);
  bottom:-45px!important
}
._category__item-list.owl-carousel .owl-next {
  right: calc(50% - 50px);
  bottom:-45px!important;
  color:  #394898
}
#news_custom-0{margin-top:40px}
}

time.entry-date{
  display:none
}  
.category-products{margin:0} 

/***/
article.blog_entry{
    padding: 15px;
    border: 1px solid #E5E3DF;
    border-radius: 5px;
}
[class^='product-product-'] .tab-content>.active {
    padding: 10px;
    border: 1px solid #E5E3DF;
    border-radius: 5px;
}
[class^='product-product-'] .product-tabs{
   border-top:0;
  border-bottom:0;
}
[class^='product-product-'] .nav-tabs.product-tabs>li.active>a {
    background: #E5E3DF;
    border:none;
}
/*
     FILE ARCHIVED ON 02:28:23 Sep 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:05:10 Apr 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 3.478
  captures_list: 0.69
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.042
  esindex: 0.011
  cdx.remote: 48.587
  LoadShardBlock: 182.338 (3)
  PetaboxLoader3.datanode: 244.282 (5)
  load_resource: 160.849
  loaddict: 128.194
*/