body {
    font-family: "Roboto", sans-serif !important;
}
/*.row{*/
/*  flex-wrap: nowrap !important;*/
/*}*/
.top-header {
    align-items: center;
    background: #3a8b3b;
    padding-top: 20px;
    /* text-align: center; */
}

.search-pc {
    border-radius: 4px;
    background: rgba(53, 51, 51, 0.6) !important;
    color: white !important;
    font-size: 14px;
    height: 35px;
    outline: none;
    width: 100%;
    padding-left: 10px;
    border-color: rgb(215, 177, 87);
}

.btn-search i {
    font-size: 18px;
}

.btn-search {
    position: absolute;
    z-index:99;
    height: 35px;
    background: #FFAA00;
    padding: 0px 10px;
    right: -20px;
    outline: none;
    border: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-color: rgb(215, 177, 87);
    /* border-radius: 4px; */
}

.text-call {
    /* position: absolute; */
    padding-top: 9px;
    padding-bottom: 9px;
}

.text-call span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.list-service {
    display: flex;
    list-style-type: none;
}

@media screen and (max-width: 1024px) {
    .service-chirld {
        padding-left: 20px !important;
    }
    .text-call span {
        font-size: 12px !important;
    }
    .border-right {
        border-right: none !important;
    }
}
@media screen and (max-width:700px){
  /* .banner-index-col{*/
  /*  height: 55px !important;*/
  /*}*/
}
/*.banner-index-col{*/
/*  height: 93px;*/
/*}*/
.banner-index-col img{
  /*object-fit:cover;*/
  width:100%;
  height:100%;
}
.service-chirld {
    position: relative;
    padding-left: 43px;
    color: #fff;
    text-align: center;
    top: -10px;
}

.list-service {
    position: absolute;
}

.txt-service-chirld1 {
    font-size: 11px;
    text-transform: uppercase;
}

.txt-cart:hover .cart-pc {
    display: block !important;
}

.cart-pc {
    display: none;
    position: absolute;
    background: rgba(10, 10, 10, 0.9);
    width: 300px;
    right: 10px;
    margin-top: 5px;
    padding: 15px;
    border: 1px solid #F1C40F;
    z-index: 999;
}

.is-flex {
    display: flex;
}

.name-item-cart {
    padding: 0px 20px;
    text-align: start;
    min-width:190px;
}

.name-item-cart2 {
    padding: 0px 20px;
    text-align: start;
    max-width:200px;
}
.name-item-cart a{
  color:#fff ;
  
}
.name-item-cart a:hover{
  color:#fff ;
  text-decoration:none ;
}
.name-item-cart2 a{
  color:#000 ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.name-item-cart2 a:hover{
  color:#000 ;
  text-decoration:none ;
}
.pricex-item {
    color: #F4E995;
    font-weight: 700;
    font-size: .85em;
    opacity: 0.6;
}

.pricex-item2 {
    color: #F4E995;
    font-weight: 700;
    font-size: .85em;
    color: red;
    opacity: 0.6;
}

.txt-tamtinh {
    color: white;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 700;
}

.stuck {
    top: 0 !important;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    animation-name: stick;
    animation-duration: 0.5s;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: white;
}
@keyframes stick {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}



.txt-tamtinh2 {
    color: black;
    font-size: 18px;
    opacity: 0.9;
    font-weight: 700;
    text-align: center;
}

.txt-tamtinh2 strong {
    color: red;
    font-size: 18px;
    font-weight: 700;
}

.remove-item {
    
    color: white;
    
}
.max-w{
  max-width: 200px;
  word-break: break-all;
  max-height: 60px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  
}
.remove-item2 {
    
    background: none;
    color: #ccc;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 2%;
}
.remove-item2 i {
  color:red;
}
.see-more {
    width: 100%;
    background-color: #FFAA00;
    height: 35px;
    outline: none;
    border-color: rgba(0, 0, 0, 0.05);
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-weight: 700;
}
.see-more a{
  color:#fff;
}
.see-more a:hover{
  color:#fff;
  text-decoration:none;
}
.see-more2 a{
  color:#fff;
}
.see-more2 a:hover{
  color:#fff;
  text-decoration:none;
}
.see-more2 {
    width: 100%;
    text-align:center;
    padding:10px ;
    background-color: #FFAA00;
    height: 35px;
    outline: none;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.05);
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
   margin-bottom:10px;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-weight: 700;
}
.style-a a:hover{
  text-decoration:none ;
  
}
.sctoll-y {
    height: 310px;
    overflow-y: scroll;
}

.see-more:hover {
    background-color: #D3AD51;
}
@media screen and (max-width:425px){
  .logo-mb{
    margin-top:15px !important;
  }
  
  .hotline-phone-ring-wrap{
    display:none !important;
  }
  .call-number{
    bottom:40px !important;
  }
  #myBtn{
    display:none !important;
  }
}
.logo-mb a img {
  width:100%;
  height:100%;
  text-align:center;
}
.see-cart {
    margin-bottom: 10px;
    text-align:center;
}

.tpl-img-item {
    max-width: 80px;
}

.tpl-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txt-service {
    line-height: 8px;
    margin-top: 15px;
}

.txt-service-chirld2 {
    font-size: 11px;
    color: #f3e995;
    text-transform: uppercase;
}

.txt-cart {
    color: #fff;
    float: right;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 10px;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.txt-cart i {
    font-size: 1.2em;
}

.mid-header {
    background-color: #F1C40F;
}

.ul-menu-pc {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
}

.menu-pc {
    max-height: 100%;
    text-align:center;
}

.number-quantity-index {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    background: #F1C40F;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
}

.menu-cha {
    padding: 10px 14px;
    border-right: 1px solid #d6b257;
    flex-grow:1;
     /*text-align: center; */
}
/*.active-menu{*/
/*   border-right: 1px solid #000;*/
/*   background:#000;*/
/*   color:white;*/
/*}*/
.menu-cha:hover {
    background: #d6b257;
    color: #F4E995 !important;
}

.none-color {
    color: black;
}

.none-color:hover {
    color: #F4E995;
    text-decoration: none;
}

.none-color2 {
    color: rgba(255, 255, 255, 0.8);
}

.none-color2:hover {
    color: #F4E995;
    text-decoration: none;
}

.menu-pc-con {
    display: none;
    background-color: #0A0A0A;
    color: white;
    min-width: 230px;
    position: absolute;
    top: 100%;
    margin-left: -14px;
    padding: 15px 0px;
    z-index: 99;
    text-align: start;
}

.ul-menu-con-pc {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    list-style-type: none;
}

.menu-cha:hover .menu-pc-con {
    display: block;
}

.menu-con {
    width: 100%;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.8);
    
}

.menu-con:hover {
    background: #000;
    color: #F4E995;
}

.header-moblie {
    padding: 15px 0px;
    background-color: rgba(10, 10, 10, 0.9);
}


/* menu-mb */

.sidepanel {
    width: 320px;
    transition: 0.4s;
    transform: translateX(-320px);
    position: fixed;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    padding-top: 60px;
}

.sidepanel3 {
    width: 320px;
    transition: 0.4s;
    transform: translateX(-320px);
    position: fixed;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    padding-top: 20px;
}

.sidepanel1 {
    width: 320px;
    transition: 0.4s;
    transform: translateX(320px);
    position: fixed;
    z-index: 100;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    padding-top: 25px;
}


.logo{
  margin-top:10px;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

#overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
#overlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
#overlay4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.openbtn {
    font-size: 24px;
    cursor: pointer;
    color: white;
    background: none;
    padding: 10px 0px;
    border: none;
    z-index: 0;
}

.openbtn3 {
    font-size: 14px;
    cursor: pointer;
    color: black;
    background: none;
    padding: 10px 0px;
    border: none;
    z-index: 0;
}
.no-text-color{
  color: white;
  
}
.no-text-color:hover{
  color: #D3AD51;
  text-decoration: none;
}
.openbtn2 {
    font-size: 15px;
    cursor: pointer;
    color: white;
    background: none;
    padding: 10px 0px;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px;
    margin-top: 10px;
    z-index: 0;
    float: right;
    align-items: center;
    text-align: center;
}
@media screen and (max-width:320px) {
  .openbtn2{
    width: 30px !important;
    height: 30px !important;
  }
}
.search-mb {
    padding: 0px 15px;
    margin-bottom: 5px;
}

.ip-seach-mb {
    width: 100%;
    height: 35px;
    outline: none;
}

.ul-menu-mb {
    list-style-type: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.btn-search2 {
    position: absolute;
    height: 35px;
    background: red;
    padding: 0px 10px;
    outline: none;
    border: none;
    right: 10px;
    color: white;
}

.menu-cha-mb {
    padding: 15px 15px;
    border-top: 1px solid #ececec;
}
.actived2{
  background:#000;
}
.menu-cha-mb:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.none-color3 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(102, 102, 102, 0.85);
}

.none-color3:hover {
    text-decoration: none;
    color: #000;
}


/* sicolaap */

.collapsible:after {
    content: '\f078';
    color: gray;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
}

.collapsible.active:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
}

.content {
    max-height: 0;
    overflow: hidden;
    
    transition: max-height 0.2s ease-out;
}
.pdb-30{
  padding-bottom:30px;
}
.logo-pancake{
  float:right;
  padding:10px 0px 0px  0px;
}
.logo-pancake img{
  width:100px;
}
.logo img {
  width:100%;
  height:100%;
}
.img-icon-service img{
  width:35px;
  height:35px;
}
.li-con-mb {
    width: 100%;
    padding: 8px 15px;
    /* background-color: black; */
    margin-left: 15px;
}

.li-con-mb a {
    color: #666;
}

.li-con-mb a:hover {
    text-decoration: none;
}

.ul-menu-con-mp {
  list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.number-quantity-index2 {
    width: 20px;
    height: 20px;
    color: white;
    font-size: 15px;
    border-radius: 50%;
    background: #F1C40F;
    position: absolute;
    text-align: center;
    top: 10px;
    
}
.quantity{
  align-items:center;
}
.mrr-15{
  margin-right:15px;
}
.clear-remove {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    color: black;
    top: 5px;
    font-size: 30px;
}

.title-cart {
    text-align: center;
    font-size: 20px;
}

.menu-mb-cart {
    padding: 10px 15px;
}

.mrt-30 {
    margin-top: 50px;
}
.swiper-button-prev{
  left:0 !important;
}
.swiper-button-next{
  right:0 !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.btn-style {
    font-size: 20px;
    color: white;
}

.btn-style2 {
    font-size: 30px;
    color: black;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

.hover-block {
    opacity: 0;
     background: #000;
}

.mySwiper:hover .hover-block {
    opacity: 1;
}

.hover-block2 {
    opacity: 0;
    transform: translateX(10%);
    background: #000;
}

.swiper:hover .hover-block2 {
    opacity: 1;
}


/* tab */

.tab {
    overflow: hidden;
    background-color: #f1c40f;
    
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab button.active {
    background: black;
    color: white;
}
.tab button:hover{
  /*background: #d6b257;*/
    color: #F4E995;
}

/* Style the tab content */

.tabcontent {
    display: none;
    border-top: none;
    margin-top: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.title-prod a {
    color: #0A0506;
    /* font-weight: bold; */
}
.title-prod a p {
  min-height:40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-attributes{
  margin: 10px 0px;
}
.social-icons a i{
  color:#000;
}
.bt-buy-item{
  margin-right:15px;
}
.title-prod a:hover{
  color:#D3AD51;
  text-decoration:none;
}
.infor-prod-box {
    text-align: center;
    padding: 10px 5px;
}

.title-price-prod p {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.buy-product {
    background: none;
    outline: none;
    color: #FFAA00;
    padding: 5px 8px;
    font-size: 12px;
    border: 2px solid currentColor;
    background-color: transparent;
}

.buy-product:hover {
    background: #FFAA00;
    color: white;
}

.product-box {
    border: 1px solid #f3f3f3;
    box-shadow: none;
    margin: 10px 0px;
}

.product-box:hover {
    border: 1px solid #e8d57e;
    box-shadow: none;
}

.tab2 {
    overflow: hidden;
    border-top: 1px solid #FFAA00;
}


/* Style the buttons inside the tab */

.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


/* Change background color of buttons on hover */

/*.tab2 button:hover {*/
/*    border-bottom: 3px solid #FFAA00;*/
/*}*/


/* Create an active/current tablink class */

.tab2 button.active {
    background-color: #FFAA00;
}

.tab3 {
    overflow: hidden;
    border-top: 1px solid #FFAA00;
}


/* Style the buttons inside the tab */

.tab3 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


/* Change background color of buttons on hover */

/*.tab3 button:hover {*/
    /*border-bottom: 3px solid #FFAA00;*/
/*}*/


/* Create an active/current tablink class */

.tab3 button.active {
    background-color: #FFAA00;
}


/* Style the tab content */

.tabcontent3 {
    display: none;
    margin-top: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.product-box {
    overflow: hidden;
}

.tpl-prod-img {
    overflow: hidden;
    height:215px;
}
.tpl-prod-img  img {
  width:100%;
  height:100%;
  object-fit: cover
}
@media screen and (max-width:550px){
  .tpl-prod-img{
    height:190px !important;
  }
}
.product-box:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.tpl-img-news {
    width: 90px;
    height: 70px;
}

.tpl-img-news img {
    object-fit: cover;
    padding: 5px 0px;
    width:100%;
    height:100%;
}

.new-box {
    align-items: center;
    border-bottom: 1px dotted #e2e2e2;
}

.title-news {
    padding-left: 15px;
    /*line-height: 10px;*/
}
.title-news a {
    color:black;
}
.title-news a:hover {
    color:black;
    text-decoration:none;
}
.title-news span {
    font-size: 10px;
    opacity: .5;
}

.banner-right {
    margin-top: 10px;
}


.catelogy-title {
    display: flex;
    background: #f3f3f3;
    border-top: 2px solid #f4eb98;
    align-items: center;
}
.align-item{
   align-items: center;
}
.catelogy-title-left {
    width: 60%;
}

.catelogy-title-right {
    width: 40%;
}

.catelogy-title-right a {
    float: right;
    margin: 0 !important;
    padding: 5px 5px;
    color: black;
}

.catelogy-title-right a:hover {
    color: #D3AD51;
    text-decoration: none;
}

.catelogy-title-left p {
    margin: 0 !important;
}

.catelogy-title-left p a {
    padding-top: 5px;
    font-size: 17px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
    background: #f1c40f;
    color: black;
    font-weight: bold;
}

.catelogy-title-left p::before {
    content: "";
    padding-top: 7px;
    border: 10px solid black;
    width: 0px;
    font-size: 0px;
    position: absolute;
    border-color: #4e3700 transparent transparent #4e3700;
}

.catelogy-title-left p a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .widht-20 {
        width: 20% !important;
    }
    .tlp-bct {
        width: 350px;
        height: 120px;
    }
    /* .float-right {
        float: right !important;
    } */
}

@media screen and (max-width:992px) {
    /*.breadcrumb-item {*/
    /*    justify-content: center !important;*/
    /*}*/
    .breadcrumb-nt{
      padding-top:15px !important;
    }
    .ss-sp {
        text-align: center !important;
    }
    .text-center22 {
        text-align: center !important;
    }
    .menu-2 {
        border: none !important;
    }
    .modal-content2{
      width:80% !important;
    }
}

.footer {
    background: #000;
    color: #fff;
}

.title-footer h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:700;
}

.title-footer2 h2 {
    font-size: 16px;
}

.title-footer {
    text-align:center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.title-footer-chidren {
    text-align:center;
    padding-bottom: 10px;
}
.title-footer-chidren h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:700;
}

.img-bct {
    padding: 10px 0px;
}

.tlp-bct img {
    object-fit: contain; 
    width: 100%;
    height: 100%;
}

.tttt {
    padding-bottom: 10px;
}

.tttt a {
    color: #fff;
}
span.italic{
  font-style: oblique ;
}
.tttt:hover{
  color: #FFAA00;
  text-decoration: none;
}
.tttt a:hover {
    color: #FFAA00;
  text-decoration: none;
}
.tttt p:hover {
    color: #FFAA00;
    text-decoration: none;
}

.ip-email {
    width: 100%;
    color: white !important;
    background-color: rgba(138, 138, 138, 0.11);
    border-radius: 4px;
    font-size: 13px;
    height: 30px;
    border: 1px solid #585858;
}

.bnt-email {
    background-color: #FFAA00;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    outline: none;
}

.payment-icon svg {
    fill: #FFF !important;
    width: 40px;
    height: 20px;
}

.bottom-footer {
    background-color: #5b5b5b;
}

.payment-icon {
    /* display: inline-block; */
    opacity: .6;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 15px 2px;
}

.float-right {
    display: flex;
    justify-content: center;
}

.category-link a {
    opacity: .6;
    color: #FFF;
    text-transform: uppercase;
    padding-right: 7px;
    font-size: 10px;
    font-weight: bold;
}
.category-link a:hover {
    opacity: .6;
    color: #FFF;
    text-decoration:none;
}
.fix-footer {
    background: blue;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #2e96db;
    text-align: center;
    /* max-height: 40px; */
}

.text-center a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.text-center i {
    color: #fff;
    font-size: 16px;
}

.text-center a:hover {
    color: #fff;
    text-decoration: none;
}

.border-right {
    border-right: 2px solid #fff;
}

.border-right2 {
    margin: 8px 0px;
}


/* Category */

.breadcrumb-item {
    list-style-type: none;
    display: flex;
}

.category-breadcrumb a {
    text-transform: uppercase;
    color: rgba(102, 102, 102, 0.7);
    font-size: 12px;
}

.category-breadcrumb a:hover {
    text-decoration: none;
    color: black;
}

.prd-5 {
    padding: 0px 5px;
    color: rgba(102, 102, 102, 0.7);
    ;
}

.orderby {
    margin: 5px 10px 0px;
    outline: none;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.breadcrumb-item {
    padding: 0 !important;
    margin: 0 !important;
}

.name-loc {
    font-size: 16px;
    font-weight: bold;
}

.thongtin {
    padding: 5px 5px;
}

.menu-cha-mb2 {
    padding: 10px 5px;
    border-top: 1px solid #ececec;
    font-size: 14px;
}


/* .menu-cha-mb2:hover {
   
} */

.none-color4 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    /*text-transform:uppercase;*/
}

.none-color4:hover {
    text-decoration: none;
    color: #F4E995;
}

.sp-news {
    padding: 00px 5px;
}

.title-category {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.title-category2 {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.pricex-item3 {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.title-name-category {
    padding-top: 30px;
    font-size: 20px;
}

.fs-p {
    font-size: 16px;
    padding-bottom: 30px;
}


/* product-template */

.menu-2 {
    border-left: 1px solid #ececec;
}
.menu-23{
  
}
.title-name-prod{
  width:100%;
  
}
.name-title-prd-tpl {
    font-size: 25px;
    word-break: break-word;
}
.category-breadcrumb1{
  white-space:nowrap;
}
.category-breadcrumb{
  word-break:break-word;
}
.link-category-tpl{
   word-break:break-word;
}
.pricex-item4 {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.khuyen-mai {
    border: 1px solid #bfbfbf;
    padding: 8px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 15px;
    line-height: 18px;
}

.khuyen-mai h4 {
    color: red;
}

.bttn-right2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bttn-left2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.input-quantity {
    width: 50px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    text-align: center;
}

.padding-dnt {
    padding-right: 15px;
}
.box-repon{
  height:150px;
}
.box-repon img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.article-content img{
  max-width:100%;
  object-fit:cover;
}
.buy-now {
    background: #F1C40F;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    border: none;
}

.buy-now:hover {
    background: #000;
}

.detailcall-1 {
    margin: 10px 0;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F1C40F;
    box-shadow: 0 -3px 0 0 #248c50 inset;
    text-align: center;
    cursor: pointer;
}
.detailcall-1:hover{
  background: #000;
  
}
.detailcall-1 h3 {
    color: white !important;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10px;
}

.detailcall-1 span {
    color: white;
    padding: 10px;
}

.center {
    text-align: center
}

.link-category-tpl span {
    font-size: 12;
}

.link-category-tpl a:hover {
    color: #D3AD51;
    text-decoration: none;
}

.link-category-tpl a {
    color: black;
}

.social-icons a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #999;
    margin-right: 15px;
}

.title-sptt {
    font-size: 20px;
    font-weight: bold;
}
.ative-in a{
  color:black;
  font-weight:bold;
}
.tabcontent3 img{
  width:100%;
}


/*zoom img*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    /*top: -80px !important;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width:90% !important;
    height:90% !important;
    /*object-fit: cover;*/
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 100%;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100% !important;
    }
    .number-quantity-index2{
      right:0 !important;
    }
   
}
@media only screen and (max-width:1024px){
  .menu-cha{
    font-size:10px !important;
    padding:10px 16px !important;
  }
}
.title-excerpt{
  font-size:12px;
}
/* cart */

.title-carts {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.blue-tb {
    color: #0000ff;
    font-size: 15px;
}

.thamkhao {
    margin: 15px 0px;
    color: black;
    font-size: 15px;
}

.thamkhao a {
    color: black;
    font-weight: bold;
}

.thamkhao a:hover {
    color: #D3AD51;
    text-decoration: none;
}

.table-cart {
    width: 100%;
}

.table-cart thead tr th {
    text-transform: uppercase;
}

.img-w-h {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.img-w-h a img {
  width:100%;
  height:100%;
}

.cart_item td {
    /*padding: 15px 0px;*/
    text-align: left;
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 14px;
}
.tab-responsite{
  overflow-y:hidden;
}
.color-red {
    color: red;
    font-weight: bold;
}

.cart-item th {
    text-align: left;
    padding: .5em;
    text-align: left;
    border-bottom: 3px solid #ececec;
    line-height: 1.3;
    font-size: 14px;
}

.btn-continue {
    padding: 3px 10px;
    background: none;
    outline: none;
    border: 2px solid #FFAA00;
    color: #FFAA00;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-continue a{
   color: #FFAA00;
}
.btn-continue a:hover{
   color: #fff;
   text-decoration:none;
}
.btn-continue:hover {
    color: #fff;
    background: #FFAA00;
}

.btn-update {
    padding: 3px 33px;
    background: #FFAA00;
    outline: none;
    border: 2px solid #FFAA00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
button[disabled]{
     cursor: not-allowed !important;
     opacity: .6;
}
.total-table {
    width: 100%;
    margin-bottom: 1em;
    border: none !important;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

.woocommerce-Price-amount {
    float: right;
}

.title-plus {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #ececec;
}

.cart-subtotal {
    margin: 15px 0px;
    border-bottom: 1px solid #ececec;
}

.order-total {
    margin: 15px 0px;
    border-bottom: 3px solid #ececec;
}

.prdall {
    padding: 10px 0px;
}

.border-leftss {
    border-left: 1px solid #ececec;
}

.thtt {
    width: 100%;
    margin: 15px 0px;
    background: #FFAA00;
    outline: none;
    border: 2px solid #FFAA00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 16px;
    text-align:center;
}

.thtt:hover {
    background: #228900;
    color:#fff;
    text-decoration:none;
}

.widget-title {
    background: #f1c40f;
    line-height: 34px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 10px solid #252424;
    letter-spacing: 0;
    border-bottom: 3px solid #ececec;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.code-discount {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.accept-ap {
    width: 100%;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    padding: 3px 0px;
}

.accept-ap:hover {
    background-color: #ddd;
}

.product-name-cart{
  min-width:200px;
  /*word-break: break-word;*/
}
.tt-price-total{
  white-space:nowrap;
}
.product-name-cart a {
  color:black;
}
.product-name-cart a:hover{
  text-decoration:none;
  color:#d6b257;
}
.remove-item3 a i {
    color: #000;
}

.remove-item3:hover {
    color: #000;
}

.remove-item3 a:hover {
    color: #000;
    text-decoration: none;
}
/*Modal*/
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  height:100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color:black;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close2 {
  color: black !important ;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header2 {
  padding: 2px 16px;
  background-color: #fff;
  color:black;
}

.modal-body2 {
  padding: 2px 0px;
  text-align:start;

}
.text-alignt{
  text-align :center;
}
.modal-footer2 {
  padding: 2px 16px;
   background-color: #fff;
   color:black;
    text-align:start;
}
.float-left{
  text-align:start;
}
.border-bt{
  border-bottom:1px solid #000;
}
.dnt-tb{
  font-size:14px;
}
.dnt-title{
  font-size:20px;
  font-weight:bold;
}
.name-prd-md p{
  font-size:14px;
  padding:5px 0px;
}
.help-kh{
    font-size:14px;
}
.tpl-img-md img{
  width:100%;
  height:100%;
}
.ip-kh-md{
  width:100%;
  background-color: rgba(0,0,0,0.03);
  box-shadow: none;
  border-color: rgba(0,0,0,0.09);
  color: currentColor !important;
  border-radius: 99px;
  padding:10px 15px;
  font-size:14px;
}
.thongtin-kh{
  font-size:14px;
  font-weight:700;
}
.buy-nows{
    background: #F1C40F;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 15px;
    outline: none;
    border: none;
}
.buy-nows:hover {
    background: #228900;
}
.myImg{
  cursor: zoom-in;
}
.modal-content{
  cursor: zoom-out;
}
.paginations{
  text-align:center;
}
/*.pagination2.select{*/
/*  background:#FFAA00;*/
/*  border:none;*/
/*  text-align:center;*/
/*  color:#fff;*/
/*  width:35px;*/
/*  height:35px;*/
/*  border-radius:50%;*/
/*}*/
.select{
  background: #FFAA00 !important;
  color:white !important;
}
.pagination2{
  background:#fff;
  border:1px solid #000;
  text-align:center;
  color:#000;
  width:35px;
  height:35px;
  border-radius:50%;
}
.valueChild.active::before {
    display: block;
}
.valueChild::before {
    position: absolute;
    content: "\f00c" ;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff3838;
    display: none;
    right: 0;
    bottom: 0;
}
.valueChild{
  position:relative;
  border: 2px solid #ddd;
  background-color: white;
  color:black;
  margin: 5px 5px;
  padding:10px 15px;
  border-radius:5px;
  cursor: pointer;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valueChild:hover{
  border: 2px solid #ee4d2d;
}
.valueChild.active{
   border: 2px solid #ee4d2d;
  color:black;
  /*background: url(https://theme.hstatic.net/1000290074/1000712859/14/bg-variant-checked.png) no-repeat right bottom #fff;*/
}
.actived{
  background:#000;
  color:white !important;
}
/*.swiper-autoheight .swiper-slide{*/
/*  height: inherit !important;*/
/*}*/
.swiper-slide-thumb-active img{
  border : 1px solid #000;
  opacity:1 !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.opan-oi{
    width:65px !important;
    height:65px!important;
  }
  /*.banner-home-heigh{*/
  /*  height: 230px !important;*/
  /*}*/
  .banner-right-height{
    height:207px !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
  .opan-oi{
   width: 172.5px !important;
   height:172.5px!important;
  }
  /*.banner-home-heigh{*/
  /*  height: 529px !important;*/
  /*}*/
  .banner-right-height{
    height:432px !important;
  }
}
@media only screen and (min-device-width : 1025px){
  .opan-oi{
   width: 76.25px !important;
   height:76.25px!important;
  }
  /*.banner-home-heigh{*/
  /*  height: 551px !important;*/
  /*}*/
  .banner-right-height{
    height:204px !important;
  }
  .product-name-cart {
    min-width: 120px ;
    word-break: break-word ;
  }
}
.opan-oi img {
  opacity:0.5;
  width:100%;
  height:100%;
  object-fit: cover
}
.banner-home-heigh img {
  width:100%;
  height:100%;
  object-fit: contain
}
.banner-right-height img{
   width:100%;
  height:100%;
}
.values-attributes{
 flex-wrap: wrap;
}
.center-juss{
  justify-content:center;
}
/*hiệu ứng*/
.messenger {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 80px;
    right: 15px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #00a5ff;
    text-align:center;
}

.style-icon {
    font-size: 30px;
    color: white;
    padding:10px;
}

.style-icon2 {
    font-size: 20px;
    color: black;
    padding-top: 5px;
}

.zalo {
    width: 50px;
    height: 50px;
    position: fixed;
    /* position: absolute; */
    z-index: 99;
    bottom: 135px;
    right: 15px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #0167ff;
    text-align:center;
}

.zalo img {
  width:100%;
  height:100%;
    object-fit: cover;
}

.call-number {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 190px;
    right: 15px;
    border: none;
    outline: none;
    align-items: center;
    border-radius: 50%;
    background-color: green;
    text-align:center;
}

.border-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    line-height: 30px;
    /* top: 0; */
    left: 20%;
    bottom: 20%;
}


/* hiệu ứng */

.hotline-phone-ring-wrap {
    /*position: fixed !important;*/
    /* bottom: 0; */
    right: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 135px;
    display: block;
}
#myBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, .8);
    color: white;
    cursor: pointer;
    line-height: 25px;
    border-radius: 50%;
}
.hotline-phone-ring2 {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 80px;
    display: block;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill2 {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-fill-anim2 {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
.item-cart-mobile{
  align-items: center;
}
::-webkit-scrollbar {
  width: 10px;
  height:10px;
}
.txt-call a{
  color:white;
}
.txt-call a:hover{
  color:white;
  text-decoration:none;
}
.no-a a{
  color:black;
}
.no-a a:hover{
  color:black;
  text-decoration:none;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F1C40F; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F1C40F; 
}