html body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.container{
    max-width: 1230px !important;
    padding-left: 0  ;
    padding-right: 0 ;
}
.cart-icon a:hover{
    color: #fff;
}
.heading-wraph{
 display: flex;
 align-items: center;
 justify-content: space-around;
 flex-direction: row;
 font-family: inherit;
 font-size: .87em;
 color: #fff;
 max-width: auto;
 background-color: rgb(51,51 ,51);
 min-height: 40px;
 line-height: 1.6;
}
.heading-wraph p{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.7;
}

.nextbar{
    display: flex;
    justify-content:space-around;   
    border-top:1px solid rgb(228, 227, 227);
    border-bottom:1px solid rgb(228, 227, 227);
    font-family: inherit;
    background-color: rgb(51,51 ,51);
    color: #fff;
    font-size: .87em;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nextbar .leftbar img{
    margin-top: 10px;
}
.nextbar .rightbar{
    margin-top: 30px;
}
.rightbar{
    display: flex;
}
.rightbar i{
    font-size: 20px;
}
.cart-icon{
    
    cursor: pointer;
}

.cart-icon strong:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -8px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}
.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica,Arial, Sans-serif;
}
.hidding-cart-icon{
    opacity:0 ;
    background-color: #fff;
    z-index: 10;
    font-size: 120%;
    color: #353535;
    position: absolute;
    min-width: 300px;
    padding: 20px 0 20px;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    text-align: left;
    /* display: table; */
    right: 15px;
    max-width: 240px;
    top: 65px; 
    visibility: hidden;
    /* opacity: 0; */
  
}

.cart-icon:hover .hidding-cart-icon{
    display: table;
    opacity:1;
    visibility:visible;
}

.hidding-cart-icon ul{
    list-style: none;
    padding: 0 20px 10px;
}
.hidding-cart-icon li{
    border-bottom: 1px solid #ddd;
    padding-top: 5px;

}

li.menu-bill-product{
    display: flex;
    font-family: sans-serif;
    min-height: 80px;

}
a.remove-small{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;

}
a.remove-small:hover{
    color: currentColor;
    text-decoration: none;
}
.name-insert-product{
    padding: 10px 30px 5px 15px;
}
.name-insert-product span{
    display: block;
    font-family: .9em;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.name-insert-product p{
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
}
li.cost-of-product{
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: .5em;
    font-size: 14px;
 
} 
.cost-of-product strong{
    color: #c89979;
}
.cost-of-product span{
    font-weight: bold;
}
.badge-inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 3em;
  height: 3em;
  background-color: #446084;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  transition: background-color .3s, color .3s, border .3s;
}
.badge-inner.secondary{
    display: table;
    z-index: 20;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    border-radius: 999px;
    background-color: #c89979;
    position: absolute;
}
.on-sale{
  top: 0;
  left:0;
  margin-top:15px;
}
li.pay-small a{
    width: 100%;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
}
li a.back-button{
    background-color: #C89979;
    margin: .5em 0 0;
}
li a.pay-bill{
    margin: .5em 0 0;
    background-color: #d26e4b;
}
.cart-title-inner h4{
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    font-weight: 700; 
}
.is-divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    margin-left: 80px;
}
.pop-up-cart-inside{
    display: flex;
    justify-content: space-around;
}
li.pop-up-cart-inside{
    display: flex;
    justify-content: space-around;
    min-height: 80px;
}
.pop-up-cart-inside a{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: normal;
}
.pop-up-cart-inside.name-insert-popup{
    padding: 0 10px;
}
.cost-of-product{
    font-size: 16px;
}
.big-banner{
    background-color: #353535;
    height: 600px;
}
.text-banner{
    position: absolute;
    left:7%;
    top: 30%;
    color: #fff;
    width: 45%;
    font-family: "Roboto",sans-serif;
    font-size: 16px;

}
.text-banner h4{
    padding: 0;
    font-size: 1.5em;
    margin-top: .6em;
    margin-bottom: .6em;
    font-weight: 700;
    
}
.text-banner h1{
    font-size: 3.5em;
    margin-bottom: .2em;
    font-weight: 700;
    line-height: 1;
    margin-top: .2em;
}
.text-banner p{
    color: #f1f1f1;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.6;

}
.text-banner span{
    padding: 10px 20px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
}
.text-banner a:hover{
    background-color: #c89979 !important;
    border: 1px solid #c89979 !important;
}
.btn-primary{
    margin-top: .5em;
    margin-bottom: .5em;
}
.banner-bg{
    height: 300px;
    overflow: hidden;
   
}
.banner-layer {
    position: relative;
    height: 100%;
    background-image: url(img/trend-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.banner-layer:hover{
     transition: 0.5s all;
     transform: scale(1.1);
}
.banner-link{
  color: #fff;
  top: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  margin-top: 80px;
  margin-left: 20px;
  font-family: "Roboto",sans-serif;
}
.banner-link h2{
    color: #fff;
    padding-left: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 2.5em;
    margin-top: .2em;
    margin-bottom: .2em;
}
.banner-link h3{
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    margin-top: .2em;
    margin-bottom: .2em;
}
.type-watch{
    height:  250px;
    overflow: hidden;
  
   
}
.type-layer {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    width: 585px;
}
.type-layer:hover{
     transition: 0.5s all;
     transform: scale(1.1);
}
.type-link{
  color: #fff;
  top: 0;
  width: 45%;
  padding: 0;
  position: absolute;
  text-align: left;
  margin-top: 80px;
  margin-left: 20px;
  font-family: "Roboto",sans-serif;
  left: 5%;
  top: 50.3%;
  width: 50%;
  transform: translateY(-100%);
  
}
.type-link.type-link-first{
    transform: translateY(-160%);
}
.type-link h2{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
    margin-top: .2em;
    margin-bottom: .2em;
    font-family: "Roboto",sans-serif;
}
.type-link h3{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;   
    margin-top: .2em;
    margin-bottom: .2em;
}
  
.show-product{
    margin-left: 0;
    padding: 0;
}

.show-product h2{
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Roboto";
    margin-top: 0;
    margin-bottom: .5em;
    color: #1c1c1c;
    
}
.most-product-img{
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 3%;

}
.most-product-img a img{
  height: auto;
}
.images-tool{
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
    right: 0;
    position: absolute;
    padding: 10px;
}
.show-on-hover{
    /* opacity: 0; */
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    filter: blur(0);
    pointer-events: none;
}
.button.circle{
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    display: inline-block;
}
.circle{
    border-radius: 100% !important;
    object-fit: cover;
}
.wishlist-icon{
    position: relative;
}
.product-text{
    padding-top: .7em;
    padding-bottom: 1.4em;
    width: 100%;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
}
.product-text p {
    height: 1.3em;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
}
.product-text p a:hover{
    text-decoration: none;
    color: currentColor;
}
.price-product{
    color: #C89979;
    font-size: 14.4px;
    font-weight: 700 ;
    text-align: center;
}
.add-button a button{
    background-color: #c89979;
    font-family: "Roboto",sans-serif;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    border-color: rgba(0,0,0,0.05);
    color: #fff;
    margin-right: 0;
    font-weight: bolder;
    border: 1px solid transparent;
    min-height: 2.5em;
    padding: 0 1.2em;
    text-transform: uppercase;
}
.add-button a button:hover{
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.menutop{
    background-color: rgb(51,51 ,51);
    color: #fff;
    min-height: 55px;
}
.menutop ul{
    justify-content: center;
    text-align: center;
    list-style-type: none;
    background-color: #353535;
    margin-bottom: 0;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;

}
.menutop li{
    display: inline-block;
    margin: 0 30px;
    height: 60px;
    line-height: 60px;
}
.menutop li a{
    color: rgb(228, 227, 227);
    font-size: 14px;
    font-weight: 700;
}
.menutop li a:hover{
    color: #c89979;
}
.carousel-item {
    align-items: center;
}

.box{
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: auto;
    box-sizing: border-box;
}   

.menubot ul{
    display: flex; 
    font-size: 25px;
    font-weight: 700;
    list-style-type: none;
    margin-left: 25px;
}
.menubot li{
    margin: 20px;
  
}
.menubot li a{
    color: rgb(28, 28, 28);
    text-decoration: none;
}
.menubot li a:hover{
    color:  #C89979;
}
.w3-sidebar{
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95) !important;
    
}
.w3-sidebar ul{
    text-align: left;
    padding: 0;
    line-height: 1.6;

}
.w3-sidebar li{
    text-transform: uppercase;
    letter-spacing: .02em;
    color: rgba(102,102,102,0.85);
    transition: all .2s;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    list-style: none;
    font-size: .8em;
    box-sizing: border-box;
}

.w3-sidebar a li:hover{
    color: currentColor;
    color: rgba(17,17,17,0.85);
    background-color: #ccc !important;  
}

.searching{
    font-size: 13px;
    display: flex;
    margin: 0;

}
input.form-searching{    
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-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;
    outline: none;
    font: inherit;
    margin: 0 !important;
}
.searching button{
    background-color: #c89979;
    color: #fff;
    border-radius: 0 0;
    outline: none;
    border: 0;
    min-width: 2.5em;
    font-size: .97em;
    font-weight: bolder;
    line-height: 2.4em;
    min-height: 2.5em;
    max-width: 100%;
    padding-left: .6em;
    padding-right: .6em;
}
.menu-button{
    color: #fff;
    background-color: #353535;
    border: none;
    font-size: 1.9em !important;
    outline: none;
}

.header-rps-menu{
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #353535;
    display: flex ;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;   
}

.carousel-item img{
    object-fit: cover;
    height: 600px;
    object-position: 100%;
    
}
.menu-hidding{
    display: none;
}
.logo{
    width: 200px;
    height: 100px;
    padding-top: 10px;
    
}

.logo img{
    padding-top: 3px;
    max-width: 100%;
    height: auto;
}
.box-img{
  margin: auto; 
  border-bottom: 1px solid #eee;
}

.col-inner{
    border: 1px solid #eee;

}
.type-product.col-inner {
    margin-bottom: 30px;
}
.box-text{
   
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}

.title-wrap a{
    text-decoration: none !important;
    font-size: 1.2em;
    color: #353535;
    font-family: "Roboto",sans-serif;
}
.title-product a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
}
.title-product a:hover{
    color: currentColor;
}
.price span {
    font: .9em;
}
.price {
    color: #C89979;
    font-weight: bolder;
    text-align: center;
    
}

.add-to-cart-button{
    background-color: #c89979;
    width: 113px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1em;
}

.add-to-cart-button a
{
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    
}
.add-to-cart-button a:hover{
    text-decoration: none;
    color: #fff;
}
.text-under-box a h5{
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 1.2;
    font-family: "Roboto",sans-serif;
}
.text-under-box h5{
    font-family: "Roboto",sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.text-under-box a{
    text-decoration: none !important;
    font-size: 18.72px;
    font-weight: 700;
    color: #1c1c1c;
    margin-top: 20px;
}
.text-under-box a:hover{
    color:#c89979 ;
}
.text-under-text{
    margin-top: 20px;
    font-size: 1.1em;
    color: rgb(53, 53, 53);
}
.col-inner-banner{
    border: none;
}
.box-img-slide{
    overflow: hidden;   
    height: auto;
    position: relative;
    
    

}
.tab-product {
    overflow: hidden;
  }
  

.box-img-slide img{
    object-fit: cover;
    height: 100%;
    object-position: 60% 50%;
    height: 250px;
}
.box-img-slide img:hover{
    transform: scale(1.1);
    transition: 0.5s all;

}
/* Style the tab */
.tab-product {
    overflow: hidden;
    padding: 10px 0;
    font-weight: bold;
  }
  
  /* Style the buttons inside the tab */
  .tab-product button {
    padding-left: 0%;
    color: #1c1c1c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-right: 34px ;
    transition: 0.3s;
    font-size: 1.6em;
    font-family: "Roboto",sans-serif;
    background-color: #fff;
  }
  
  /* Change background color of buttons on hover */
  .tab-product button:hover {
      color: #c89979;
     
  }
  .tab-product button:focus{
      outline: none;
  }
  
  /* Create an active/current tablink class */
  .tab-product button.active 
  {
      background-color: #fff;
      color: #c89979;
     
      
  }
  
  /* Style the tab content */
  .tabcontentpr {
    display: none;
    padding: 16px 0 0;
    border-top: none;
  }
  .col-inner-product{
    
    height: 100%;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    margin: 5px auto;
    
}


.text-footer h2{
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.6em;
    width: 100%;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    margin-top: 0;
    font-family: "Roboto",sans-serif;
    
}
.login-email{
   display: flex;
   justify-content: flex-end;
}
.email-dangki{
    height: 40px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    background: #f1f1f1;
    border: none;
    outline: none;
    text-align: start;
    padding: 0.75em;
    font-size: 0.97em;
    color: #333;
    max-width: 100%;
    width: 360px;
}


input#btn-gui{
    height: 40px;
    border-radius: 0 3px 3px 0;
    border: none;
    background-color: #c89979;
    color: #fff;
    font-size: .97em;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;
}
input[type='submit']{
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.bg-footer{
    background-color: rgb(51,51 ,51);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.inner-col{
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    box-sizing: border-box;
}
.inner-col h3{
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    width: 100%; 
}
.icon-img{
    width: 14px !important;
    font-size: 16px;
}
.icon-box-text{
    display: flex;
}
.text-box{
    font-size: 14px;
    padding-left: 1em;
    line-height: 1.6;
}
.text-box a{
    text-decoration: none !important;
    color: #fff;
}
.text-box a:hover{
    color: #C89979;
}
.text-box p{
    margin-top: 0;
    margin-bottom: 0rem;
}
.footer-menu-text{
    list-style-type: none;
    padding-left: 0;

}
.footer-menu-text li {
    padding-bottom: 12px;
    color: #fff;
    font-size: 14px;
}

.footer-menu-text li a{
    text-decoration: none !important;
    color: #fff;
    font-size: 14px;
}
.footer-menu-text li a:hover{
    color: #C89979;
}
.section-infor{
    padding-top: 30px;
    padding-bottom: 30px;
}
.detail-company{
    border-top: 1px solid #999;
    padding: 20px 0 20px;
   
}
.last-footer-first{
    float: right;
    padding: 7.5px 0;
}
.last-footer{
    color: #fff;
    font-family: "Roboto",sans-serif;
    line-height: 4em;
    font-size: .9em;
    float: left;
}
.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 20px 10px 14px 1.68px;
    
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
    font-weight: normal;
    padding-top: 8px;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    width: 35px !important;
    height: 35px !important;
}
.icon-social a:hover{
 
    text-decoration: none;
    color: #fff;
    
}
/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}




/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}




/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

/* linkedin button class*/
.linkedinBtn {
    background: #0094BC;
}






/* rss button class*/
.rssBtn{
    background-color: #e88845;
}

.stuck {
    top: 0 ;
    position: fixed ;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .orignal{
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
  }

@media (max-width: 850px){
    .nextbar, 
    .heading-wraph,
    .menutop{
        display: none;
    }
    .menu-hidding{
        display: block;
    }
  
}
@media (max-width:850px) {
    .banner-link{
        width: 80%;
        font-size: 1.8vw;             
    }
    .type-layer{
        width: auto;
    }
    .type-link{
        width: 85%;
        font-size: .8vw; 
        transform: translateY(-160px);

    }
    .type-link h3{
        line-height: 30px;
        font-size: 18px;
    }
    .type-link.type-link-first{
        transform: translateY(-160px);
    }
    .type-layer.type-layer-second{
        background-position: 92%;
    }
    .type-watch{
        background-color: rgba(0, 0, 0, 1.4);
    }
    .type-layer{
        opacity: 0.5;
    }
}

@media (max-width: 850px) and (min-width:580px){
    .big-banner{
        height: 450px;
    }   
    .carousel-item img {
       
        height: 450px;
        
    }
    .text-banner{
        top: 20%;
        width: 65%;
    }
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 7);
       
    }
    .banner-layer{
        background-position: 66% 4%;
        opacity: 0.6;
        
    }
}
@media (max-width:579px){
    .big-banner{
        max-height: 300px;
        overflow: auto;
    }
    .carousel-item img {
        
        max-height: 300px;
        
    }
    .text-banner{
        top: 50.3%;
        width: 85%;
        transform: translateY(-50%);
        max-height: 100%;
    }
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 10);
       
    }
    .banner-layer{
        background-position: 60% ;
        opacity: 0.8;
        padding-bottom: 30px;
    }
    .banner-link{
        width: 80%;
        
        font-style: 10px;
    }
    .banner-link h3{
        font-size: 2em;
    }
    .box-text{
        font-size: 85%;

    }
    .title-wrap a{
        margin-top: 0;
    }
    .add-button a button{
        font-size: 10px;
    }
    .login-email{
        justify-content: flex-start;

    }
    .text-footer{
        font-size: 80%;
    }
    .col-lg-3.col-md-4.col-6.smal-col {
    padding-left: 0;
}
    .tab-product button{
      font-size:1.5em;
    }

}
@media (max-width:768px){
    .banner-bg{
        height: 250px;
        background-color: rgba(0, 0, 0, 10);
       
    }
    .banner-layer{
        background-position: 60% ;
        opacity: 0.8;
        padding-bottom: 30px;
    }
    .banner-link{
        width: 80%;
        font-size: 100% !important;
        top: 50.3%;
        transform: translateY(-120%);
    }
    .banner-link h3{
        font-size: 2em;
    }
    .type-link h3{
        font-size: 34px !important;
        line-height: 34px !important;
        
        
    }
}

@media (min-width:850px) and (max-width:1064px){
    .type-link-first{
      transform: translateY(-150%);
      
    }
    .type-link-second{
        transform: translateY(-90%);
    }
    .type-layer{
        width: auto;
    }
}

@media (max-width:850px) {
    .banner-link{
        width: 80%;
        font-size: 1.8vw;             
    }
    .type-layer{
        width: auto;
    }
    .type-link{
        width: 85%;
        font-size: .8vw; 
        transform: translateY(-160px);

    }
    .type-link h3{
        line-height: 30px;
        font-size: 18px;
    }
    .type-link.type-link-first{
        transform: translateY(-160px);
    }
    .type-layer.type-layer-second{
        background-position: 92%;
    }
    
    .type-watch{
        background-color: rgba(0, 0, 0, 1.4);
    }
    .type-layer{
        opacity: 0.5;
    }
}
@media (max-width:700px){
    .last-footer, .last-footer-first{
        float: none;
    }
    .detail-company{
        text-align: center;
    }
}

.logo-pancake img{
  width:100px;
  height:auto;
}