.animations{
    padding-top: 100px;
    position: relative;
    color:white;
    -webkit-animation: mymove 5s; /* Chrome, Safari, Opera */
    animation: mymove 4s;
}
@-webkit-keyframes mymove {
    from {top: 350px;}
    to {top: 0;}
}
@keyframes mymove {
    from {top: 350px;}
    to {top: 0;}
}
/*-----------------------Mobile--------------------------*/
.is-mobile {
    display: none;
}
@media (max-width: 480px) {
    .is-default {
        display: none;
    }
    .is-mobile {
        display: block;
    }
}

/*-----------------------icon--------------------------*/
.bi-bookmark-star, .bi-truck, .bi-person-workspace{
    font-size: 4rem;
    padding: 0.3rem 0;
    color: #fff;

}

/*-----------------------Navbar--------------------------*/
.navbar{
    margin-bottom:20px;
}
.navbar-dark .navbar-brand{
    color: yellow;
    font-weight: 950;
}

.navbar-dark .navbar-nav .nav-link{
    color:#fff;
    font-size: 1.2rem;
    font-weight:bold;
}
.nav-link{
    padding: .3rem 1rem;
}
.navbar-dark .navbar-nav .nav-link:hover{
    font-size: 1.3rem;
    color:yellow;
    font-weight:bold;
}


/*----------Banner--------------*/
.carousel-inner{margin-bottom: 20px;}
.banner-img{width:100%;max-height:330px;background-size:cover;}
.banner-qctd img{width: 100%;max-height: 125px;margin-bottom: 5px}


/*----------Menu phu--------------*/
.list-group-btn{
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 10px 0 10px 15px;
    border: 1px solid #337ab7;
    font-size:15px;
}
.list-group-item {
    font-size:14px;
    padding:9px 15px;
}
.icon-menu{
    color:#2c78ca;
    padding-right: 10px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background: #ffeaea;
    border: 1px solid #ffeaea;
    color:#444;
}

/*------------Đặt hàng--------------*/
#secondPage, #lastPage{
    display: none;
}
.status-icon{
    color: #28a745;
    font-size: 1.3rem;
}
.status-icon-loading{
    width: 1.3rem;
    height: 1.3rem;
}
fieldset {
    border: 1px solid #969696;
    border-radius: 10px;
}

legend {
    border-radius: 5px;
    background-color: #343a40;
    color: #fff;
    font-size: 18px;
    padding: 0.5rem 1rem;
    width: auto;
}

/*------------Sản phẩm--------------*/
.products .card{
    color:#333;
    margin-bottom:15px;
    position: relative;
    overflow: hidden;
}
.products .card:hover{
    text-decoration:none;
}
.products .card-body{
    padding: 0.4rem;
}
.products-active .card-title{
    font-size:14px!important;
 
}
.products .card-title{
    font-size:12px;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
}

.products .card:hover .overlay{
    top: 0;
    height: 100%;
}
.products .card-img-pop{
    display: block;
    width: 100%;
    max-height: 333px;
}

.products .card-img-top{
    display: block;
    width: 100%;
    max-height: 270px;
}
.products .card:hover img{
    transform: scale(1.1);
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}

.card .card-info{
    color: white;
    font-size: 14px;
    position: absolute;
    top: 40%;
    left: 50%;
    width:90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card .card-body{
    z-index: 999;
    background-color: #fff;
}
.productName{
    font-size: 1.3rem;
    font-weight: bold;
}


/*------------Quảng cáo------------*/
.quangcao-link{
    color: #444;
}
.quangcao-link:hover{
    text-decoration:none;
    color: #b03235;
}

/*----------Khách hàng--------------*/
#khachhang{width:100%;background:#dee9f1 url("../img/bg.png") no-repeat fixed right;padding:30px 0px;}
#khachhang h3{font-size: 1.3rem; padding-bottom: 0.2rem}
#khachhang p{font-size:16px;line-height: 0.7rem}

/*------------Footer-------------*/
#footer {
	padding:40px 0px;
	background: #222;
	color:#fff;
	height: auto;
	width: 100%;
}
#footer h3{
    font-size:26px;
    font-weight: bold;
}
#footer a{
    color: #c4e1ff;
    margin-right: 12px;
    font-size:16px;
}
#footer p{color: #c4e1ff;font-size:16px;}
.end{
    margin-top:10px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #bae7ff;
}
.cart{
    background: url('../img/cart.jpg');
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: left bottom; 
    margin-top:20px;
}

.p-0{
    margin:0;
}
.qc-title{
    font-size:20px;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #ccc;
    margin: 30px 0;
}

/*-----Background-------*/
.bg-phongthuy{
    background-color: #222;
}
.btn-phongthuy{
    color: #fff!important;
    background-color: #dc3545;
    border-color:#a52a2d;
}
.btn-phongthuy:hover{
    color: #fff;
}