/*** Bắt đầu css của các giao diện của Plugin tích hợp ***/

    /* Css  Favorite header */

    .header-wrapper .favorite-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .header-wrapper .favorite {
        margin-left: 0px;
        position: relative;
    }
    .header-wrapper .favorite-2 {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: #f1f1f2;
    }
    .header-wrapper .spliter-favorite-menu {
        margin-left: 6px;
        position: relative;
    }
    /* Kết thúc css Favorite header */

/* Bắt đầu css bổ sung thêm phần pagination cho plugin ARelatedPosts */

    .pagination-arelatedposts{
            text-align: center;
        margin: 0px auto;
        /* display: table; */
        font-size: 14px !important;
            }
    .pagination-arelatedposts {
        background: #f3f3f3;
        /* border: 1px solid #ccc; */
        border-width: 0 1px 1px;
        clear: both;
        /* margin: 0 10px; */
        overflow: hidden;
    }
    .pagination-arelatedposts span {
        display:none;
    }
    .pagination-arelatedposts span.next-arelatedposts,
    .pagination-arelatedposts span.prev-arelatedposts {
        display:block;
        width:50%;
    }
    .pagination-arelatedposts span.prev-arelatedposts {
        float:right;
    }
    .pagination-arelatedposts span.next-arelatedposts {
        float:left;
    }
    .pagination-arelatedposts .next-arelatedposts a,
    .pagination-arelatedposts .prev-arelatedposts a {
        border:5px solid #f3f3f3;
        display:block;
        height:2em;
        overflow:hidden;
        text-decoration:none;
    }
    .pagination-arelatedposts .next-arelatedposts a,
    ul.table.disclosure .pagination-arelatedposts .next-arelatedposts a {
        background: url(../../img/disclosure-left.png) no-repeat left center;
        border-right:1px solid #ddd;
        border-left:0;
        padding-left:35px;
    }
    .pagination-arelatedposts .prev-arelatedposts a,
    ul.table.disclosure .pagination-arelatedposts .prev-arelatedposts a {
        background: url(../../img/disclosure.png) no-repeat right center;
        border-left:1px solid #fff;
        border-right:0;
        padding-right:35px;
        text-align:right;
    }

/* Kết thúc css bổ sung thêm phần pagination cho plugin ARelatedPosts */


    /* Css adBottom dính mép dưới màn hình */

    @media (min-width: 1200px) { #adBottom {display:none;} }
    #adBottom { position: fixed; text-align:center; bottom: 0px; width:100%; z-index:999;left:0px}
    .bannerbottom1 {margin-top: 0px; background-color: #f3f3f3; padding: 3px; text-decoration: none; position: relative; margin: 0px;}
    .close7 {cursor:pointer;position: absolute; top: -28px; right: 0px; font-size: 18px; font-weight: bold; text-decoration: none; color: #0a0a0a; background-color:#f3f3f3; text-align: center; border: none; border-radius: 12px 0 0 0; width: 24px; height: 29px; }
    .close7:hover {background: #bbb;}
    @media screen and (min-width: 0px) and (max-width: 700px) {
         .adpcustom-10{display:block}
         .parallax{max-height:500px;display: flex;align-items: center;text-align: center;}
         .adbottom-empty-box {height: 95px;background: #7eb0bf;}
    }
    /* Mobile */
    @media (max-width:  1199px) {
        .adbottom-empty-box {
         height: 95px;
         line-height: 95px;
         color: #303536;
         background: #232a2b;
         text-align: center;
        }
    }
    /* Desktops and laptops */
    @media (min-width: 1200px) {
          .adbottom-empty-box {
              display: none;
          }
    }

/* Kết thúc css adBottom dính mép dưới màn hình */

/*** Kết thúc css của các giao diện của Plugin tích hợp ***/