hr.line{
    border-top: 2px solid #379388 !important;
    display: block;
}
hr.big-line{
    border-top: 6px solid #379388
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.modal-title {
    float: left;
}
.modal-content ol{

    padding-left: 27px;
}
.modal-content ol li{margin: 0 0 7px 5px;}
.modal-footer {
    text-align: center;
}

/** custom for material theme */
.alert-remark{
    font-size: 12px;
    color: #379388;
    text-align: center;
    border: solid 1px #379388;
}
.alert-share{
    color: #379388;
    text-align: center;
    border: solid 1px #379388;
}
.alert-small{
    font-size: 13px;
    line-height: 2em;
}
.pages .header{
    margin-bottom: 30px;
}
.pages .p{}
.pages ul{
    list-style: disc;
    margin-left: 35px;
}
.pages ul li{
    margin-bottom: 16px;
}


.tags-most-popular {
}
.tags-most-popular .label{
    font-size: 13px;
}
.main-header-section{
    background-color: #fff;
}
.ha-menu ul{
    text-align: right;
    font-family: 'Kanit','Raleway', sans-serif !important;
    font-size: 15px;

}

.ha-menu > ul > li > *:not(ul){
    padding: 15px 28px;
}

.forum-view .media{margin: 15px 0;/* display: inline-block; */}
.forum-view .media .item{
    display: inline-block;
    margin-right: 20px;
}
.forum-view .media .item img, .template-download .preview img{
    height: 120px;
}
.btn-post{
    padding: 10px;
}
.fileupload-buttonbar{
    margin-bottom: 10px;
}

.product-list .text-rating {
    height: auto;
}
.product-list .card-tool {
    color: #333;
}
.cookie-consent-popup {
    padding: 20px 80px !important;
    top: 10px;
    bottom: unset !important;
}
.cookie-consent-accept-all{
    font-weight: lighter;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    background-color: #8DD3CB;
    border: solid 1px #8DD3CB;
    color: #000;
    border-radius: 4px;
    margin-right: 10px;
}
.cookie-consent-details-toggle{
    font-weight: lighter;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    background-color: transparent;
    border: solid 1px #8DD3CB;
    color: #333;
    border-radius: 4px;
}
.cookie-consent-btn-ctrl{
    text-align:center;
}

#commentModal .btn.btn-vote-check{
    border:none;
    margin-left:35px;
}

.header-section{}
.header-section .main-icon{
    width: 25px;
    margin-right: 10px;
    padding-bottom: 5px;
}
.header-section .tools-section{text-align:right;}
.tools-section .btn.btn-all, .tools-section .btn.btn-all:active{
    border:none;
    color: #333;
    font-weight: bold;
    background:none;
    box-shadow: none;
}
.header-section .tools-section .fa{
    margin-left: 4px;
    font-size: 13px;
    line-height: 15px;
}

#profile-main h1{
    font-size: 18px;
}

.card-no-shadow{
    padding: 20px;
    border-radius: 7px;
}

.user-profile-section{
    background-color: #F4F3EE;
}

.card-img-top{
    width: 100%;
    height: 140px;
}
.left-content .card-img-top{
    width: 100%;
    height: 90px;
}

.blog-size-sm .card-img-top{
    height: 250px;
}

.card-type {
    white-space: nowrap;
    overflow: hidden;
}

.vote-reward .card{
    box-shadow: 2px 2px 12px #bbb;
    border-radius: 7px;
}



.nav-reward {
    border-radius: 7px;
    padding-bottom: 15px;
}

.nav-reward .navbar-nav > li:before{
    display:none;
}

.nav-reward .navbar-nav > li {
    margin: 0 11px;
    display: block;
    width: 89%;
    font-size: 14px;
}

.nav-reward .navbar-nav > li > a{
    margin:0;
    padding: 4px 0;
    display: block;
    color: #000;
}
.nav-reward .navbar-nav > li.active > a{
    color: #379388;
}




.btn {
    min-width: 36px;
    padding: 9px 8px;
}

.action-column-row{
    text-align:right;
}
.action-column-row .btn{
    background-color: #fff;
}
.fileinput {
    display: block;
}
.fileinput .thumbnail{
    width: 100%;
    height: 150px;
    display: block;
}
.fileinput .btn-file{
    width:auto;
    background: #379388;
    color: #fff;
    min-width: 70px;
}
.fileinput .fileinput-exists{
    padding: 7px;
    /*color: #fff !important;*/
    font-size: 15px;
}
.blog-item .btn.vote-btn{

    text-align: right;
}
.blog-item .card{
    background: transparent;
}
.slide-main.dots-0 .slick-dots {
    margin-top: 0px;
}

.blog-header-tools{}
.blog-header-tools h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.blog-header-tools .highlight{
    color: #379388;
}


.card-tool .fa-bookmark-o, .card-tool .fa-bookmark {
    font-size: 25px;
    line-height: 20px;
    height: 20px;
}

.blog-item .vote-toggle .vote-btn .vote-icon {
    color: #ccc;
    font-size: 19px;
}

.home-user-review{}
.home-user-review .header{
    background: url(../images/bg-user-blog.png) #F4F3EE no-repeat;
    border-radius: 10px;
    width: 100%;
    height: 79px;
    margin-bottom: 15px;
    margin-top: 9px;
}
.home-user-review .header h4{
    font-size: 20px;
    color: #fff;
    padding: 12px 75px;
}

.blog-size-sm .card-type{font-size: 13px;margin: 10px 0;}
.blog-size-sm .card-title{
    font-size: 20px;
    line-height: 25px;
    height: 52px;
}
.blog-size-sm .card-tool span{
    font-size: 15px;
    height: 14px;
    line-height: 15px;
}

.blog-size-sm .card-tool i img.profile {
    width: 25px;
    line-height: 13px;
    margin-bottom: 4px;
    display: inline-block;
}
.blog-size-sm .card-tool .username{
    max-width: 130px;
}

.blog-item-list{
    border-bottom: solid 2px #f3f3f3;
}
.blog-item-list .card{margin: 9px 0 3px;}
.blog-item-list .card-body{

    display: table-row;
}


.blog-item-list .card-body:after{
    display: table-row;
    /*display:table;*/
    /*content: " ";*/
    /*clear: both;*/
}

.blog-item-list .column{
    display: table-cell;
    vertical-align: top;
    width: 65%;
}
.blog-item-list .left-content{
    width: 175px;
    display: block;
}
.blog-item-list img{}
.blog-item-list .right-content{padding-left: 20px;}

.blog-item-list .card-type {
    color: #FEB07E;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 0;
}
.blog-item-list .card-title {
    height: 35px;
    font-size: 13px;
    line-height: 18px;
}



.section-green{
    background: #379388;
}
.feature-campaign .left-col{
    padding-right: 0;
    border-right: solid 1px #ddd;
}
.feature-campaign h2{
    font-size: 30px;
    color: #fff;
    margin: 20px 0;
}
.feature-campaign .view-all{
    text-align: right;
    margin: 40px  0 20px;
}
.feature-campaign .view-all a{
    color: #fff;
    font-weight: bold;
}
.feature-campaign .card{
    margin-bottom: 50px;
    border-radius: 7px;
    overflow: hidden;
}
.feature-campaign .card .card-img-top{}
.feature-campaign .card .card-img-top{
    border-radius: 0;
    height: 250px;
}
.feature-campaign .card .card-body{
    padding: 5px 15px 15px;
}
.feature-campaign .card .card-type{
    font-size: 13px;
}
.feature-campaign .card .card-title{
    font-size: 18px;
    height: auto;
}
.feature-campaign .card .card-tool{
    font-size: 18px;
}
.btn-border{
    border: solid 1px #379388;
    background: transparent;
    color: #379388;
    font-weight: bold;
}
.feature-campaign .right-col{

}
.feature-campaign .right-col hr{
    margin: 0 15px 0 0;
}
.top-tool{margin: 8px 0 5px -15px;color: #000;}
.top-tool .blog-icon{}
.top-tool .blog-count{
    font-size: 12px;
    font-weight: bold;
}
.right-col .btn-border{padding: 4px 15px;font-size: 12px;margin-right: 14px;}
.right-col .blog-items{
    max-height: 325px;
    overflow-y:scroll;
    overflow-x: hidden;
}
.right-col .blog-items .blog-item{padding-bottom: 10px;border-bottom: solid 1px #ccc;}
.right-col .blog-items .blog-item .title{
    font-size: 17px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-col .blog-items .blog-item .title a{
    color: #379388;
}
.right-col .blog-items .blog-item .detail{
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-col .blog-items .blog-item .card-tool{}
.right-col .start-campaign{
    padding: 40px 50px 40px 40px;
}

::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

/*.action-column-row{*/
/*width: auto;*/
/*}*/

.blog-index h2{
    font-size: 25px;
    font-weight: bold;
}

.type-nav {
    border-radius: 7px;
    position: relative;
    display: table;
}

.type-nav .navbar-nav > li:before{
    display:none;
}

.type-nav .navbar-nav > li {
    margin:0;
    display: block;
    width: 100%;

}

.type-nav .navbar-nav > li > a{
    margin:0;
    padding: 7px 5px;
    display: block;
    color: #000;
    font-weight: bold;
}
.type-nav .navbar-nav > li.active > a, .type-nav .navbar-nav > li:hover > a{
    color: #379388;
    text-decoration: underline;
    background:none;
}
.blog-nav .tags{
    display: table;
    margin-bottom: 10px;
}
.blog-nav .tags li{
    border: solid 2px #FF8A40;
    border-radius: 7px;
    margin: 10px 10px 0 0;
    display: inline-block;
}
.blog-nav .tags li:hover a{
    background: none;
}
.blog-nav .tags li a{
    padding: 10px 20px;
    color: #FF8A40;
    font-weight:bold;
}
.blog-sort{
    display: inline-block;
}
.blog-sort a.dropdown-toggle{
    color: #000;
    font-size: 16px;
    line-height:25px;
}
.blog-sort span.current{
    color: #999;
}
.blog-sort .glyphicon-menu-down{
    font-size: 10px;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
.profile-user{
    padding: 10px 5px;
    border-bottom: solid 1px #f5f5f5;
    margin-bottom: 12px;
    overflow: hidden;
}
.profile-user .avatar {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
}

.profile-user .username {
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    width: 80px;
    display: inline-block;
    height: 14px;
    text-overflow: ellipsis;
}
.coin-fill .row{
    margin:10px 0;
}
.coin-fill span{
    font-size: 11px;
    color:  #000;
    line-height: 34px;
}
.coin-fill .coin-remaining{
    border: solid 1px #379388;
    border-radius: 7px;
    color: #379388;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.coin-fill .coin-used{
    color: #FEA56C;
    font-size: 17px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
}



.nav-reward {
    border-radius: 7px;
    padding-bottom: 15px;
}

.nav-reward h3{
    padding: 7px;
    margin: 0 9px 10px;
    font-size: 17px;
    border-bottom: solid 2px #379388;
}

.nav-reward .navbar-nav > li:before{
    display:none;
}

.nav-reward .navbar-nav > li {
    margin: 0 11px;
    display: block;
    width: 89%;
    font-size: 14px;
    font-weight: bold;
}

.nav-reward .navbar-nav > li > a{
    margin:0;
    padding: 4px 0;
    display: block;
    color: #000;
}
.nav-reward .navbar-nav > li.active > a{
    color: #379388;
    text-decoration: underline;
    background: transparent;
}

.reward-index .nav-tabs{
    margin-bottom: -6px;
    border-bottom: none;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.reward-item{
    padding: 40px;
    font-size: 12px;
    line-height: 19px;
}
.reward-item .download-value{
    color: #FC883D;
    font-size: 19px;
    margin-left: 7px;
}
.reward-item .thumbnail{
    margin-top: 10px;
}
.reward-item .coin-require-area{
    background: #FC883D;
    color: #fff;
    padding: 0;
    margin: 9px 3px;
    border: solid 1px #FC883D;
    border-radius: 5px;
    font-size: 13px;
    line-height: 21px;
}
.reward-item .coin-require-area .coin-require{
    text-align: center;
    background: #fff;
    color: #FC883D;
    border-radius: 4px;

}
.reward-item .coin-require-area .coin-require big{
    font-size: 17px;
    font-weight:bold;
}
.reward-item .expire{
    font-size: 11px;
    margin-left: 5px;
}
.reward-item .content{
    margin-top: 26px;
    padding-left: 15px;
}
.reward-item .title{
    padding: 0;
    font-size: 16px;
}
.reward-item .detail{
    font-size: 12px;
    line-height: 20px;
}
.reward-item .tools{}
.reward-item .tools .btn{
    padding: 3px;
}
.reward-item .tools .glyphicon{
    margin-left:5px;
    font-size: 10px;
}
.reward-item .source{
    border: solid 1px #ccc;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 11px;
    border-radius: 5px;
}
.reward-item .remark{
    font-size: 12px;
    color: #747171;
}
.reward-item .remark span{
    line-height: 30px
}
.reward-item .remark ol{

    padding: 5px 15px;

    font-size: 11px;
}
.reward-item .remark ol li{}
.reward-item .alert{
    margin-bottom: 0;
    text-align: center;
}
.card .empty{

    width: 91%;

    margin: 30px auto;
}
.kv-editor-container{
    height: auto !important;
    border: none;
    padding: 0;
}
.note-group-image-url{display:none}
.blog-view .tags .title{margin-right: 10px}
.blog-view .tags .badge{
    padding: 10px 20px;
    background: #379388;
    margin-right: 5px;
}
.notify-user .modal-body{
    font-size: 15px;
}

.dev-top-bar{
    position: fixed;
    text-align: right;
    background: none;
    top: 0;
    right: 0;
}
.dev-top-bar a{
    width: 30px;
    height: 30px;
    box-shadow:  1px 2px 7px;
}
.pagination{
    width: 100%;
}
.pagination > li {
    display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #379388;
    border-color: #379388;
}
.pagination > li > a, .pagination > li > span {
    color: #379388;
}

.prettydropdown > ul{
    border:none;
    font-family: 'Kanit','Raleway', sans-serif !important;
}
.prettydropdown.arrow > ul > li.selected:before {
    border-top-color: #379388;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
    background: #379388;
}

.vote-reward table.table{border-collapse: collapse;border-radius: 8px;overflow: hidden;}
.vote-reward table.table thead{
    background-color: #519188;
    color: #fff;
}

.vote-reward table.table thead th, .vote-reward table.table tbody td{
    padding: 15px;
    font-weight: normal;
}
.vote-reward table .card{
    padding: 20px;
}
.vote-reward .thumb{
    width: 100px;
}
.user-create-content .thumb .fa-youtube-play{
    font-size: 60px;
    line-height: 70px;
}
.ads{}
.ads.ads-bottom{
    position:fixed;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1000;
}
.ads.ads-bottom .ads-close{
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 15em;
}
.ads.ads-bottom .ads-img{
    width: 1000px;
    max-width: none;
    /*height: 200px;*/
    height: 140px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #519188;
}

.btn-blog-default{
    background: #FC883D;
    color: #fff !important;
    border-radius: 6px;
    font-size: 15px;
    min-width: 36px;
    padding: 9px 18px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
@media(max-width:767px){
    .ads.ads-bottom .ads-img{
        width: 100%;
        height: auto;
    }
    .ads.ads-bottom {
        left: auto;
        transform: none;
    }
    /* The following is for the chat bubble */
    .fb_dialog_content>iframe {
        bottom: 100px !important;
    }

    /* The following are for the chat box, on display and on hide */
    iframe.fb_customer_chat_bounce_in_v2 {
        bottom: 100px !important;
    }

    iframe.fb_customer_chat_bounce_out_v2 {
        bottom: 100px !important;
    }


    .cookie-consent-popup {
        padding: 20px !important;
    }

    #navbar-menu{
        margin-top: 50px;
        padding-bottom: 10px;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        padding: 0;
    }
    #top-search-wrap {
        display: none;
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        height: 60px;
        padding: 10px 15px;
        left: 0;
        z-index: 2000;
        margin-top: 0;
        box-shadow: 2px 3px 11px #ccc;
    }
    #top-logo-menu{}
    #top-logo-menu .navbar{
        background: transparent;
        position: absolute;
        z-index: 1;
        left: 32%;
    }
    #top-logo-menu .top-header {
        margin: 5px 0 5px;
    }
    .slide-arrow, .slick-arrow{ display:none !important;}
    .nav-mb-right .fa-user{
        color: #379388;
    }

    .navbar-nav .open .dropdown-menu li a{
        font-size: 13px !important;
        line-height: 15px;
    }
    .top-header img.logo {
        margin-bottom: 0;
        width: 140px;
        margin-top: 14px;
    }
    .header-section h2 {
        font-size: 17px;
    }
    .home-user-review .header h4 {
        font-size: 16px;
        color: #fff;
        padding: 12px 75px;
        line-height: 25px;
    }
    .blog-size-sm .card-img-top {
        height: 180px;
    }
    /*.blog-item-list .left-content {*/
    /*width: 100%;*/
    /*}*/
    /*.blog-item-list .right-content {*/
    /*width: 100%;*/
    /*}*/
    .blog-item-list .right-content .card-tool .vote-toggle{display:none}
    .right-col .blog-items{
        padding: 10px 0 0 10px;
        margin-right:0px;
        width: 100%;
    }
    .product-index img.card-img-top{
        height: auto;
    }

}
@media(min-width:768px) {
}
@media(min-width:992px){
}
@media(min-width:1200px){
}