/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
#sticky-after-title{
    padding: 10px;
    background: #f5f5f5;
    border-left: 5px solid #2c76a7;
    margin-top:5px;
    margin-bottom: 15px;
}
.sticky-heading{
    text-transform: uppercase;
    color: #333 !important;
    font-weight: bold;
    font-size: 15px;
}
#sticky-after-title ul{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}
#sticky-after-title ul li{
    display: block;
}
#sticky-after-title ul li a{
    color: #0690ec;
    font-family: Arial,sans-serif;
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
}
#sticky-after-title ul li.hot a:after{
    content: 'Hot';
    background: red;
    font-weight: bold;
    padding: 1px 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    margin-left: 3px;
    margin-top: 0;
    left: 100%;
    width: 30px;
    top: 0;
}
#sticky-after-title ul li a:hover{
    color:  #000;
}
#sticky-after-content .list-sticky-post{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 15px;
    margin: 15px -15px;
}
#sticky-after-content .post{
    display: block;
    width: 50%;
    flex :  0 0 50%;
    margin-bottom: 15px;
}
#sticky-after-content .post:after{
    content: '';
    display: block;
    clear: both;
}
#sticky-after-content .post .thumbnail{
    float: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 10px;
    width: 90px;
    height: 75px;
}
#sticky-after-content .thumbnail img{
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#sticky-after-content .post-title{
    font-weight: bold;
    line-height: 1.3;
    padding-right: 15px;
    font-size: 14px;
    color: #138cdd;
}
#sticky-after-content .post-title a{
    color: #333;
}
#sticky-after-content .post-title a:hover{
    color: #333;
}
.add-this-post{
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    width: 320px;
    bottom: -150px;
    right: 10px;
    z-index: 2000000001 !important;
    display: block;
    overflow: hidden;
    transition:  all 0.1s ease-in;
}

.add-this-post.show{
    bottom: 100px;
    right: 10px;
}
.add-this-post .list-post-pc .addthis-item{
    margin: 10px;
}

.add-this-post .addthis-item.only-banner{
    margin: 0;
}
.add-this-post .addthis-item:after{
    content: '';
    display: table;
    clear: both;
}
.add-this-post .add-this-heading{
    font-size: 14px;
    font-weight: bold;
}
.add-this-post .add-this-heading a{
    color: #333;
}
.add-this-post .add-this-heading a:hover{
    color: #138cdd;
}
.add-this-post .thumbnail{
    width: 100px;
    float: left;
    display: block;
    margin-right: 10px;
}
.add-this-post .only-banner .thumbnail{
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin-right: 0;

}
.add-this-post .icon-close{
    background: #ffc107 url('../images/icon-close.png') no-repeat;
    background-position: top 10px right 5px;
    background-size: 13px auto;
    padding-right: 15px;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
}
.add-this-post.hiden{
    display: none !important;
    visibility: hidden;
}
a.banner-after-title{
    display: block;
    margin: 10px auto;
    text-align: center;
}
.add-this-post .addthis-item:after{
    content: '';
    display: table;
    clear: both;
}
.add-this-post .list-post-pc .addthis-item{
    display:none;
    visibility: hidden;
    transition: all 0.3s;
}
.add-this-post .readmore{
    display: none;
}
.add-this-post .addthis-item.active{
    display: block;
    visibility: visible;
}
.add-this-post .list-post-mobile{
    display: none;
}
.add-this-post.only-banner img{
    width: 100%;
    height: auto;
}
.only-banner .add-this-heading,
.addthis-one.only-banner .add-this-heading,
.add-this-post .only-banner .add-this-heading,
.addthis-item.only-banner .add-this-heading{
    display: none;
}
.addthis-one.only-banner .thumbnail,
.addthis-item.only-banner .thumbnail{
    width: 100% !important;
    float: none;
    margin-right: 0;
}
.banner-affer-title{
    display: block;
    margin-bottom: 15px;
}
.banner-affer-content{
    display: block;
    margin-bottom: 15px;
}
a.banner-top-page{
    display: block;
    margin: 15px auto;
    text-align: center;
}
.add-this-post .readmore{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

@media(max-width: 575px){
    .add-this-post{
        width: 100%;
        max-width: 575px;
        right: 0;
        left: 0;
        bottom: -120px;
        background:rgba(1,87,155,.82);
    }
    .add-this-post.show{
        overflow: visible;
    }
    .list-post-mobile .addthis-item{
        padding:10px;
        background:rgba(1,87,155,.82);
    }
    .list-post-mobile .only-banner{
        padding: 0px 10px;
    }

    .list-post-mobile .only-banner img{
        display: block;
        margin: 3px auto;
    }
    
    .add-this-post  .readmore{
        background:#ffeb3b;
        font-size: 10px;
        font-weight: bold;
        padding: 5px 10px;
        color: #000;
        text-transform: uppercase;
        border-radius: 3px;
        float: right;
        display: block;
    }
    .add-this-post .readmore{
        background:#ffeb3b;
        font-size: 10px;
        font-weight: bold;
        padding: 5px 10px;
        color: #000;
        text-transform: uppercase;
        border-radius: 3px;
        float: right;
    }
    .add-this-post.only-banner .readmore,
    .addthis-item.only-banner .readmore{
        display: none !important;
    }

    .add-this-post .add-this-heading a{
        color: #fff;   
        line-height: 1.5;
    }
    .add-this-post .add-this-heading a:hover,
    .add-this-post .add-this-heading a:focus{
        color: #ffeb3b;
    }
    .add-this-post .icon-close {
        top: -25px;
        background: #008bd3;
        width: auto;
        height: 25px;
        padding: 0 8px;
        font-size: 14px;
    }
    .add-this-post .list-post-pc{
        display: none;
    }
    .add-this-post .list-post-mobile{
        display: block;
    }
}
@media(max-width: 415px){
    .add-this-post{
        width: 100%;
        left: 0;
        right: auto;
    }
    .add-this-post.show{
        bottom: 55px;
    }

    #sticky-after-title ul li.hot a:after{
        left: auto;
        right: 0;
        top: -5px;
    }
    #sticky-after-content .post{
        width: 100%;
        flex: auto;
    }
}
.addthis-one {
    padding: 10px;
}
.sticky-heading{
    background: #f5f5f5 url(../images/deco.png) no-repeat;
    background-position:center left;
    padding: 5px 15px 5px 40px;
    color: #cb2027 !important;
    font-weight: bold;
}