[data-pushbar-id] {
    display: none;
}

#fb-root {
    height: 0 !important;
    overflow: hidden;
    display: none;
}

    #fb-root.fb_reset {
        display: block;
    }


.compare-header {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .compare-header .filter-form {
        border-radius: 20px;
    }

.block {
    padding-top: 10px;
    border-radius: 25px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.tp-slider {
    max-height: 520px;
    overflow: hidden;
}

.img-cont {
    border-radius: 10px;
    overflow: hidden;
}

.block .title:after {
    top: 17px;
    height: 1px;
    background: rgba(1, 170, 173, 0.42);
}

svg.icon {
    width: 20px;
    height: 20px;
    fill: #01aaad !important;
}

.sec-icon-tabs .item-icn .icn-cont .icon {
    width: 20px;
    height: 20px;
}

.filter-form h2 .icon {
    height: 30px;
    width: 30px;
    fill: #fff !important;
}

.item-icn .icn-cont .icon {
    width: 50px;
    height: 50px;
}

.sec-top10 .slick-icn-tabs .item-icn:hover .icn-cont, .sec-top10 .slick-icn-tabs .item-icn.slick-current .icn-cont, .sec-top10 .slick-icn-tabs-inner .item-icn:hover .icn-cont, .sec-top10 .slick-icn-tabs-inner .item-icn.slick-current .icn-cont {
    fill: #000;
}

.item-icn:hover .icn-cont .icon, .item-icn.slick-current .icn-cont .icon {
    fill: #fff !important;
}

.sec-top10 .icn-cont .icon {
    width: 34px;
    height: 34px;
    fill: #000;
}

.block .title:before {
    background: url("/assets/banky/images/check.png") no-repeat center !important;
    background-size: contain !important;
}

img.lazyload {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.owl-carousel .owl-item .res4by3 img {
    width: 100% !important;
    height: 100% !important;
}

@@media(max-width:767px) {
    .item-li-sm .img-cont {
        width: 140px !important;
    }


    .item-li-sm .txt-cont {
        width: calc(100% - 140px) !important;
    }

        .item-li-sm .txt-cont .stats {
            left: auto !important;
            right: 10px !important;
        }
}

.foot {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #dcdcdc;
}

    .foot .btn-more {
        border-radius: 30px;
    }

    .foot .btn-default.btn-more {
        border: 1px solid #01aaad;
        background: #fff;
        color: #01aaad;
        padding: 5px 40px;
        font-weight: bold;
    }

        .foot .btn-default.btn-more:hover {
            background: #01aaad;
            color: #fff;
        }

header .md .logo, .navbar-brand.logo {
    position: relative;
}

    header .md .logo:before {
        content: "";
        font-size: 12px;
        position: absolute;
        top: -20px;
        right: 5px;
    }

.navbar-brand.logo {
    padding: 0;
    height: 50px;
}

    .navbar-brand.logo:before {
        content: "";
        font-size: 12px;
        position: absolute;
        top: 6px;
        left: -67px;
    }

.compare-header:before {
    background-attachment: scroll !important;
}

.products-menu {
    background: url(/assets/banky/images/sec-bg.jpg) no-repeat center !important;
    background-size: cover !important;
}

.nav-side-meu .hotline, .nav-side-meu .site {
    float: right;
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
}

    .nav-side-meu .hotline a .fa, .nav-side-meu .site a .fa {
        color: orange;
        margin-left: 10px;
    }

.item-article {
    border-bottom: 1px solid #dcdcdc;
}

.item-aricle:last-child {
    border-bottom: 0 !important;
}

.item-article .txt-cont .name {
    font-size: 13px !important;
}

.item-article .img-cont {
    width: 80px !important;
}

.item-article .txt-cont {
    width: calc(100% - 80px) !important;
}

.item-article .img-cont {
    border-radius: 50%;
    box-shadow: -5px 0px 0 #009688;
    border: 2px solid #ffc107;
}

@@media (min-width: 1200px) {
    .left-col .voteform .col-sm-6 {
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        width: 100% !important;
    }
}

.fb_reset {
    max-height: 0 !important;
}


.btn-lang {
    margin: 6px;
}

</style >


<style >

.btn-lang .btn-search {
    padding: 4px !important;
    margin: 0 10px !important;
}

.nav-side-menu .social a {
    text-align: center;
}

.nav-side-menu li a i {
    margin-left: 10px;
}

.nav-side-menu .social {
    display: flex;
}

.nav-side-menu a {
    text-align: right;
    width: 100%;
    display: block;
}
/*   /* Prevent text selection of a <body> element in all major browsers */
body, body * {
    /*-webkit-touch-callout: none; */ /* iOS Safari */
    /* -webkit-user-select: none;*/ /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Non-prefixed version,
                                      currently supported by Chrome and Opera */
}

.btn-lang, .btn-search {
    float: left;
}

* {
    /*  -webkit-touch-callout: none; */ /* prevent callout to copy image, etc when tap to hold */
    /* -webkit-user-select: none;*/ /* prevent copy paste, to allow, change 'none' to 'text' */
}
