/* buton top */

.back-top {
    position: fixed;
    width:40px;
    height:40px;
    border-radius:50%;
    line-height:30px;
    bottom: 80px;
    right: 30px;
    display: none;
    cursor: pointer;
    z-index: 999;
    background:#1D4685;
    text-align:center;
    font-size:30px;
    color:#FFF;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;    
}
.back-top:hover{
    background:#2c3264;
}

@media (max-width: 980px) {
    .back-top { 
        right:10px !important;
        bottom: 10%;    
    }   width
    .fl {
    width: 100%;
}
}
blockquote{
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #dcdcdc;
    padding: 10px;
}
/* buton top end*/

/*new css moblie banner chúc mừng năm mới 11.02.2019*/
/*@media only screen and (max-width: 480px) {
    .parent_banner{
        position: absolute;
        top: 103%;
        width: 92.6%;
        height: 94px;
    }
    .breadcrumb{
        margin-top: 10px;
    }
}
 
@media only screen and (max-width: 380px) {
    .parent_banner{
        width: 92%;
    }
}*/
/*end new css moblie banner chúc mừng năm mới 11.02.2019*/