body, html{
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}
body.skin-blue.sidebar-mini.sidebar-mini-expand-feature.container{width: 1100px}
*{
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
}

.camket img{
    width: 23%;
}
.navbar {
    position: relative;
    padding: 0 !important; 
}
.product .view-item:hover {
    box-shadow: 2px 5px 15px #e2e2e2;
}


._1sanpham:hover {
    box-shadow: 2px 5px 15px #e2e2e2;
}
.content ul{
    border-bottom: 4px solid #3c8dbc;
}
.content ul li a{
    background-color: #3c8dbc !important; 
    cursor: pointer !important; 
    color: white !important;
}
.backtotop {
    width: 40px; height: 40px;
    position: absolute;
    border-radius: 50%;
    font-size: 20px;
    background-color: white;
    bottom: 3%;
    right: 3%;
    position: fixed;
    z-index: 1000;
}
a .backtotop{
    text-decoration: none;
    color: red;
    border: 1px solid red;
}
.backtotop i{
    text-align: center;
    margin-left: 50%; transform: translateX(-50%);
}
.backtotop:hover{
    background-color: #ff4040;
    color: white;
}


.topBaner {
    width: 100%;
    height: 120px;
}
.navbar{

}
.danhmuc {
    border-right:  1px solid #e6e6e6;
    border-left:   1px solid #e6e6e6;
}
    
.danhmuc a{
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 0px;
}
.menuphai {
    margin-top: -10px;
    text-transform: uppercase;
}
.menuphai .dropdown{
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
}

.collapse ul li{
    list-style: none;
}
.collapse ul li .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.collapse ul li:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transition: 0.4s;

}


.menutrai {
    text-transform: uppercase;
    border: 1px solid #dedede;  
}
.menutrai ul a{

    text-decoration: none;
    color: black;

}
.menutrai ul a li i{
    opacity: 0; visibility: hidden;
    transition: 0.4s;
}
.menutrai ul a li:hover i{
    opacity: 1; visibility: visible;
    padding-left: 15px;
    transition: 0.4s;
}

.menutrai ul li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    line-height: 45px;
    transition: 0.4s;
    margin-left: -5%;
}
.menutrai ul li:hover{
    background-color: #e2e2e2;
}
/*.product .tieude{*/
/*    border-top: 3px solid #117376;*/
/*}*/
.product .tieude p {
    background-color: #117376; 
    width: auto; height: 40px; 
    padding: 8px; 
    text-transform: uppercase;
    color: white;
}
.product .product_right{

    height: auto;
    overflow: hidden;


}
.product .product_right .item{
    padding: 5px;
    border-bottom: 1px solid #e2e2e2; 
    border-right: 1px solid #e2e2e2; 
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 20px;

}
.product .product_right .hinhanh{
    width: 30%;
}
.product .product_right .hinhanh img{
    width: 100%;
    border : 1px solid #e2e2e2;
    padding : 1px;
}
.product .product_right .text a{text-decoration: none; color: black;}
.product .product_right .text{
    width: 66%;
    margin-left: 2%;
}
.product .product_right .text p{
    font-size: 18px; 
    color: red;
}
.product .view-item a{
    text-decoration: none;
    color: black;
}
.hinhanh {
    width: 100%;
    overflow: hidden;
}
.product .view-item img{
    width: 100%;
    margin-top: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.product .view-item{
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 5px;
}
.col-xs-6.col-sm-6.col-md-6.col-lg-3.view-item.mb-3 p{
    margin-top: 5px;
}
.sanphamkhac{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    }
.sanphamkhac .view-item{
    padding-bottom: 15px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.sanphamkhac .view-item:hover{
    box-shadow: 2px 5px 15px #e2e2e2;
}

.sanphamkhac .view-item a{
    text-decoration: none;
    color: black;
}
.sanphamkhac .view-item img{
    width: 100%; 
    margin-top: 50px;
}

.sanphamkhac .view-item span{

}

.tieu-de-phai, .tieu-de{
    color: white;
    display: block;
    background-color: #0dacb1;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    font-size: 18px;
}
.tieu-de{
    text-transform: uppercase;
    width: 80%;
    margin-left: 10%;
}

.carousel-control-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    padding: 5px 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white;
    opacity: 0;
}
.carousel-control-prev:hover{
    background-color: red;  
    transition: 0.4s;
    color: white;
}
.carousel-control-next{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    padding: 5px 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white;
    opacity: 0;
}
.carousel-control-next:hover{
    background-color: red;
    transition: 0.4s;
    color: white;
}
/*di chuyen cua 2 nut */

.nuts a{color: white; margin-top: -15px;}
.dichuyensangphai{
    animation: chuyendongphai 0.2s forwards;
}
@-webkit-keyframes chuyendongphai{
    from{
        opacity: 0;
        transform: translateX(0);
    }
    to{
        opacity: 1;
        transform: translateX(20px);   
    }
}

.dichuyensangphainguoc{
    animation: chuyendongphainguoc 0.2s forwards;
}
@-webkit-keyframes chuyendongphainguoc{
    from{
        opacity: 1;
        transform: translateX(20px);
    }
    to{
        opacity: 0;
        transform: translateX(0px);   
    }
}


.dichuyensangtrai{
    animation: chuyendongtrai 0.5s forwards;
}
@-webkit-keyframes chuyendongtrai{
    from{
        opacity: 0;
        transform: translateX(0);
    }
    to{
        opacity: 1;
        transform: translateX(-20px);   
    }
}
.dichuyensangtrainguoc{
    animation: chuyendongtrainguoc 0.5s forwards;
}
@-webkit-keyframes chuyendongtrainguoc{
    from{
        opacity: 1;
        transform: translateX(-20px);
    }
    to{
        opacity: 0;
        transform: translateX(0px);   
    }
}

.nuthienra{
    opacity: 1 !important;
}
.footter {
    width: 100%; 
    border-top: 2px solid #0dacb1;
}

.posts .postNew{
    border : 1px solid #f9f9f9;
}
.posts .item{
    margin:0px 1px;
}
.posts .tieude span{
    background-color: #fdae1b; 
    width: 20%; height: 30px; 
    padding-top: 8px; 
    padding-left: 8px;
    color: white;

}
.posts .tieude{
    width: 100%;
    border-bottom: 1px solid #d4d4d4;

}
.posts .bentrai {
    border: 1px solid #f5f5f5;
}
.posts .bentrai .item{
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 20px;
    width: 100%;
}
.posts .bentrai .item .hinhanh{
    width: 40%;
}
.posts .bentrai .item .text{
    width: 60%;
    display:block;
    overflow: hidden;
    text-overflow: Ellipsis;
}
.posts .bentrai .item .hinhanh img{
    width: 90%;
}
.posts .benphai ul{
    padding-left: 2%;
}

/* Pro ductDetal*/
.page-wrapper .chitietsanpham{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e6e6e6;

}
.page-wrapper .hinhanh{
    
}
.page-wrapper .chitiet p {
    font-size: 20px;
}
.page-wrapper .chitiet .gia > span {
    font-size: 35px;
    color: black;
}
.page-wrapper .chitiet .gia {
    height: 70px;
    background-color: rgb(250, 250, 250);
    padding-left: 20px;
    padding-top: 9px;
}
.page-wrapper .chitiet .bansi {
    display: flex;
}
.page-wrapper .chitiet .vanchuyen {
    display: flex;
}
.page-wrapper .chitiet a .muahang {
    background-color: rgb(255, 57, 69);
    font-size: 18px;
    color: white;
}
.page-wrapper .chitiet .muahang {
    width: 35%; height: 50px;   
}
.page-wrapper .detal .prodetal {
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.page-wrapper .detal .prodetal .noidung .tieude{
    width: 100%;
    font-size: 20px;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.noidung{
    width: 100%;
    }
.noidung .tieude2, .tieude3{
    width: 100%;
    font-size: 20px;
    padding: 7px;
    background-color: #f5f5f5;
}

.page-wrapper .detal .prodetal .noidung .noidungchitiet p{
    padding-left: 10px;
}
.page-wrapper .detal .prodetal .noidung ul li{
    margin-left: 15px;

    line-height: 30px;
}
.page-wrapper .detal .sanphamlienquan{
    border-radius: 3px;
}
.page-wrapper .detal .sanphamlienquan .sanpham .tieude{
    padding: 3px;
    width: 100%;
    background-color: #0dacb1;
    color: white;
    font-size: 18px;

}
.page-wrapper .detal .sanphamlienquan .baivietmoinhat .tieude{
    padding: 3px;
    width: 100%;
    background-color: #0dacb1;
    color: white;
    font-size: 18px;
}
.cotphai{border-top: 1px solid #eaeaea;}
.page-wrapper .detal .sanphamlienquan span{
    text-align: center; 
    display: block;
    color: white;
}
._1phantu {
    border-bottom: 1px dotted #e2e2e2;
    padding: 10px;
}
.page-wrapper .detal .sanphamlienquan ._1phantu{
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.4!important;
}
.page-wrapper .detal .sanphamlienquan .noidung a{text-decoration: none; color: black;}
.page-wrapper .detal .sanphamlienquan .noidung{
    width: 60%;
    padding-top:8px;
}
.page-wrapper .detal .sanphamlienquan .hinhanh{
    width: 40%;
    margin-right: 5px; 
}
.page-wrapper .detal .sanphamlienquan ul li{
    list-style: none;

}
.page-wrapper .detal .sanphamlienquan .hinhanh img{
    margin-top: 3px;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 1px;
}
.page-wrapper .tieude1{
    text-transform: uppercase;
    width: 100%;
    background-color: #0dacb1;
    color: white;
    padding: 5px;

}
.tieude a {
    color: white;
    font-size: 20px;
    padding-left: 9px;
    text-decoration: none;
}

.tieude1 span a{
    color: white;
}

.page-wrapper .detal .prodetal .noidung .noidungchitiet1{
    padding-left: 20px;
    padding-right: 20px;
    /*text-align: justify;*/

}
.page-wrapper .noidungchitiet{
    width: 100%;
    display: flex;
    padding: 10px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px dotted #e2e2e2;
    align-items: center;
    text-align: justify;
    line-height: 20px;
}
.page-wrapper .noidungchitiet .hinhanh{
    width: 30%;

} 
.page-wrapper .noidungchitiet .hinhanh img{
    padding: 1px;
    border: 1px solid #e2e2e2;
    width: 80%;
}

.page-wrapper .noidungchitiet .noidung{
    width: 70%;

}

.contentPost .bentrai ._1phantu{
    display: flex;
}
.contentPost .bentrai  .noidung{
    width: 80%;
}
.contentPost .bentrai  .hinhanh{
    width: 20%;
    margin-right: 5px; 
}
.contentPost .bentrai  ul li{
    list-style: none;
    margin-top: 10px;

}
.contentPost .bentrai  .hinhanh img{

    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 1px;
}
.duongdan a{
    text-decoration: none;
    color: black;
}
.topBaner .logo img{
    /*margin-left: -30px;*/
    width: 200px;
}

@media screen and (min-width : 600px) {
    .topBaner .logo img{   
    }
    .topBaner p{
        opacity: 0;visibility: hidden;
    }
}
@media screen and (max-width : 414px) {
    .topBaner .logo img{
    width: 180px;
    /*margin-left: -30px;    */
    margin-top: 5px;    
    }
}
@media screen and (max-width : 990px) {
    .slideshow-container{width: 100% !important;}
    .newproduct{
       overflow: scroll !important;
    }
    .newproduct1{
       overflow: scroll !important;
    }
}
@media screen and (min-width : 720px) {

    .container{
        width: 1200px !important;

    }
    .thongtinsanpham{margin-left: 3%;}
    .thanhtoandonhang{margin-left: 2%;}
}

@media screen and (max-width : 600px) {

    .topBaner .logo img{
    width: 155px;
    /*margin-left: -30px;    */
    margin-top: 10px;    
    }
    .topBaner .search {
        width: 200px;
        
    }
    .topBaner p{
        opacity: 1;visibility: visible;
    }
    .product .product_right .hinhanh{
        width: 17%;
    }

    .product .product_right .text{
    width: 80%;
    }

    .tieu-de{
    width: 120%;
    margin-left: -10%;
    }

    .posts .tieude{
        border-bottom: 0px solid #d4d4d4;

    }
    .posts .benphai ul{
        margin-top: -120px;
    }
    .thanhtoanhoadon{
    bottom: 0;
    position: fixed;
    width: 100%;
    }
}

.phantrang{
    text-align: center;
}
ul.pagination.phantrang b{ 
    background-color: blue;
}
ul.pagination.phantrang {
    color:white; ;border-right: 1 px solid #e0e0e0;
}
ul.pagination.phantrang > div:last-child > a{
    border-right: 1px solid #e0e0e0;
}
ul.pagination.phantrang div{
    display: inline
}
ul.pagination.phantrang a,ul.pagination.phantrang b{
    display: inline-block; 
    padding: 4px 13px; 
    border: 1px solid #e2e2e2;
    border-right: 0px;
}
.baivietcungdanhmuc {
    margin-left: 10px;
}
.baivietcungdanhmuc ul li {
    list-style: none;
    line-height: 40px;
}


/*css product*/
.page-wrapper ._1sanpham {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.page-wrapper ._1sanpham .hinhanh img{
    width: 100%;
    margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.page-wrapper ._1sanpham .tensanpham a{
    text-decoration: none;
    color: black;
}
.chitiet .tensanpham1 p{
    font-size: 25px !important;
    }
.page-wrapper ._1sanpham .gia span{
    text-transform: uppercase;
    font-size: 16px;
font-weight: 600;
    color: red;

}
.page-wrapper ._1sanpham .gia{
    color: red;
}
.page-wrapper .khoinhung .khoidanhmuc .noidung{
    width: 100%;
    border : 1px solid #f5f5f5;

}
.page-wrapper .khoinhung .khoidanhmuc .tieude, .page-wrapper .khoinhung .baivietmoinhat .tieude{
    padding: 3px;
    width: 100%;
    background-color: #0dacb1;
    color: white;
    font-size: 18px;
}

.page-wrapper .khoinhung .khoidanhmuc ul li a{
    text-decoration: none;
}

.page-wrapper .khoinhung .khoidanhmuc .noidung ul li{
    width: 100%;
    list-style: none;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 10px;
    border-bottom:  1px solid #f5f5f5;
}
.page-wrapper .khoinhung .baivietmoinhat {
}
.page-wrapper .khoinhung .baivietmoinhat ._1phantu{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 20px;
}
.page-wrapper .khoinhung .baivietmoinhat ._1phantu .hinhanh{
    width: 40%;

}
.page-wrapper .khoinhung .baivietmoinhat ._1phantu .hinhanh img{
    margin-top: 5px;
    width: 90%;
    border: 1px solid #f5f5f5;
    padding: 1px;

}

.page-wrapper .khoinhung .baivietmoinhat ._1phantu .noidung{
    width: 60%;
}
.page-wrapper .khoinhung .baivietmoinhat ._1phantu .noidung a{text-decoration: none; color: black;}
.page-wrapper .khoinhung .baivietmoinhat  ul li{
    list-style: none;
}
.call-now {
    left: 0;
    bottom: 25px;
    position: fixed;
    z-index: 998;
}
.zalo {
    bottom: 160px;
    position: fixed;
    z-index: 998;
    width: 50px;
    left: 25px;
}
  
.call-now .btn-call-now i {
    position: absolute;
    color: #e31d1a;
    background-color: #fff;
    font-size: 40px;
    left: 25px;
    top: -120px;
    height: 55px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e31d1a;
}
.call-now .btn-call-now i:hover {
    color: white;
    background-color: #e31d1a;
}

.fa-phone:before {
    content: "\f095";
    font-size: 32px !important;
}
.camket{
    display: flex;
    width: 100%;
}
.compensation, .guarantee , .refund{
    width: 33%;
}

ul.pagination.phantrang b {
    background-color: #3c8dbc !important;
}
ul.pagination.phantrang {
    border-bottom: 0px solid #3c8dbc;
    border-right: 1px solid #d2d2d2;
}
.dathangnow {
    position: absolute;

    right: 121px;
    height: 50px;
    width: 50px;
}
.dathangnow {
    left: 10px;
    bottom: 10px;
    height: 50px;
    position: fixed;
    z-index: 998;
}
form.timkiem2 input[type=text] {
  width: 100px;
  height: 35px;
  margin-top: 7px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px -1px 0px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;

}

form.timkiem2 input[type=text]:focus {
  width: 35%;
}

form.timkiem input[type=text] {
  padding: 8px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #fff;
  margin-left: 60px;
  border-radius: 7px;
}

form.timkiem::after {
  content: "";
  clear: both;
  display: table;
}
form.timkiem button[type=submit]{
    margin-top: 2px;
    margin-left: -37px;
    font-size: 20px;
    /* padding: 9.5px; */
    cursor: pointer;
    background: none;
    /* color: white; */
    border: 0px solid #0dacb1;
}
.newproduct{
    background: #0dacb1; 
    height: 500px; 
    border-radius: 5px; 
    position: relative;  
    overflow: hidden; 
    z-index: 222;
}
.newproduct1{
    border-radius: 5px; 
    position: relative;  
    overflow: hidden; 
    z-index: 222;
}
.sidesanpham{
    display: flex;  
    width: auto; 
    position: absolute; 
    z-index: 1;
    width: auto;
}
.sidesanpham .sanpham{
    width: 221px; 
    background: white; 
     
    border-radius: 5px;

}
li.dropdown:hover{
    background-color: #117376;
}
.icon {
    border-radius: 50%;
    background: gray;
    background: white;
}
.phone1 {
    padding: 12px;
color: black;
}
h3.tinlienquan{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    color: #006BA0;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    padding-left: 15px;
}
h3.tinlienquan:after{
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #f7941d;
    position: absolute;
    left: 0;
    top: 8px;
}
h3.danhmucsp{
    margin: -15px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    color: #006BA0;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    padding-left: 15px;
}
h3.danhmucsp:after{
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #f7941d;
    position: absolute;
    left: 0;
    top: 8px;
}
.sanpham .tieude.mt-1{
    padding: 0px 10px;
}
.sanpham .gia{
    padding-left: 10px;
}
.sanpham .highlight{
    padding-left: 10px;
}
.form-check-input {
    position: absolute;
    top: 2px !important;
     margin-left: 0; 
}
.form-control{line-height: 1.8;}
.nextslide{margin-left: -99%; transition: 0.8s}
.removeslide{margin-left: 0; transition: 0.8s}
.carousel-control-trai{
    font-size: 30px;
    background: white;
    position: absolute;
    left: 0;
    z-index: 444;
    top: 40%;
    padding: 8px;
    border-radius: 5px;
    opacity: 20%;
}
.carousel-control-phai{
    font-size: 30px;
    background: white;
    position: absolute;
    right: 0;
    z-index: 444;
    top: 40%;
    padding: 8px;
    border-radius: 5px;
    opacity: 20%;
}
.newproduct:hover .carousel-control-phai{
    opacity: 100%;
}
.newproduct:hover .carousel-control-trai{
    opacity: 100%;
}

input:invalid:focus {
  background: #eaeaea;
}

.tatcabinhluan {
    overflow: scroll;
    width: 100%;
    max-height: 500px;
    padding: 10px;
    padding-top: 0;
    background: #f7f7f7;
}
.noidungbinhluan:before {
    top: -22px;
    left: 19px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238,238,238,0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}
.admin{
    width: 70px;
    height: 20px;
    font-size: 11px;
    background: #f3f31e;
    padding: 1px;
    font-weight: 600;
    border-radius: 5px;
}
button, input {
    overflow: visible;
    padding: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
    border-radius: 3px;
    margin-right: 3px;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  width: 67%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
._1noidung{padding: 5px;}
.duocchon{height: 1000px; overflow: hidden;}
.thongbao{
    bottom: 25px;
    position: fixed;
    z-index: 998;
    width: 200px;
    height: 50px;
    right: 0px;
    background-color: #202124;
    padding-top: 10px;
    padding-left: 10px;
    color: white;
    margin-bottom: 50px;
border-radius: 10px;
}
.thongbaothanhcong{
    top: 25px;
    position: fixed;
    z-index: 998;
    width: 200px;
    height: 50px;
    right: 0px;
    background-color: #007bff;
    padding-top: 10px;
    padding-left: 10px;
    color: white;
    margin-bottom: 50px;
}
.cartshoping {
    bottom: 43px;
    position: fixed;
    z-index: 998;
    width: 55px;
    height: 55px;
    right: 25px;
    background-color: #007bff;
    padding-top: 10px;
    padding-left: 10px;
    color: white;
    margin-bottom: 50px;
    border-radius: 50%;
}
.view-item .title p{    padding-top: 10px !important; margin-bottom: 0px;}

.product .view-item s {
    margin-left: 5px !important;
    font-size: 11px !important;
}
.highlight .mb-3 {
    margin-bottom: 0rem !important;
}
.sao p{padding: 2px;}
/*Bộ lọc*/
.container.filter {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container.filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container.filter:hover input ~ .checkmark {
  background-color: #ccc;
}
.container.filter input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container.filter input:checked ~ .checkmark:after {
  display: block;
}

.container.filter .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.container.filter {
    width: 175px;
}
.fa-shopping-basket{font-size: 30px !important;}