

.detailcontent .row {
    height: 170px;
    overflow: hidden;
}
.ccyp-listing {
    border-top: 3px solid #fbc826;
    padding:15px;
    background-color:#f4f5f6; 
}
 
.newsdetail h4 {
    font-size: 20px;
}
.event-cat-sm {
    border: solid 1px gray;
}
.contenttitle h1 {
    margin-top: 5px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 140%;
}
ul.topic-list li {
    white-space: initial;
    line-height:20px;
}
.request {
    width: 90%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
}
.search-btn {
    border: none;
    background: none;
}
.searchresult{
    width: 270px;
    margin-bottom: 15px;
}
.newsdetail span {
    color: #01091f;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 0;
    margin-bottom: 0;
}
    
    .newsdetail p {
        color: #7f7f7f;
        font-size: 12px;
    }
.newsdetail .fa {
    color: #7f7f7f;
}

.detailcontent img.img-fluid {
    margin-top: 15px;
}
.list-category {
    font-size: 12px;
    background: none;
    padding: 2px 8px;
    color: #DEDEDE;
    display: inline-block;
    font-weight: normal;
    border: solid 1px #DEDEDE;
    text-align: center;
    transition: all .8s ease-in-out 0s;
    text-transform: uppercase;
    -moz-transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 1.3;
}
  
 

    form#article-search .form-group input#k {
        border: 2px solid #fbc826;
        border-radius: 3px;
        width: 700px;
        padding-left: 8px;
    }

#article-search label {
    font-size: 16px; 
}

#article-search .search-btn {
    border: none;
    background: none;
    vertical-align: middle;
}

    #article-search .search-btn i {
        color: #fbc826;
        font-size: 30px;
    }
 


.event-avater-container {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    border-radius: 50%;
    overflow: hidden;
}

    .event-avater-container img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

.event-avater-name {
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
}

.event-avater-wrap {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.event-avater-item {
    text-align: center;
}
.content-share {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.content-container{background-color:#fff;}
    .content-container .breadcrumb {
        border-bottom: solid 1px #6c757d;
        border-radius: 0;
    }
.dropdown-divider {
    border-top: 1px solid gray;
}
.content-share li {
    white-space: nowrap;
    padding-bottom:10px;
}
.content-share li a{
    white-space: nowrap;
}
    .content-share li img {
        width: 30px;
        margin: 0 5px 0 8px;
    }
.formobile{display:none;}
.content-panel, .content-panel div, .content-panel span, .content-panel p {
    font-size: 18px !important;
}
@media only screen and (max-width: 992px) {
    .formobile {
        display: block;
    }
    .newsdetail h4 {
        font-size: 16px;
    }

    .newsdetail span {
        display: none;
    }

    .content-misc {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .content-panel {
        overflow: scroll;
    }
    .nav-justified > li {
        float: left;
    }
    
    .detailcontent .row {
        height: initial;
    }

    form#article-search .form-group input#k {
        width: 90%;
    }

    #article-search label {
        display: none;
    }

    
    .slip {
        background-color: transparent;
        border: none;
        padding: 0; 
    }
    .detailcontent {
        height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
    
}
.btn-amazon {
    background: linear-gradient(rgb(254, 230, 176), rgb(238, 186, 55)) rgb(254, 230, 176);
    border-color: rgb(190, 149, 44) rgb(166, 130, 38) rgb(155, 121, 36);
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    color: currentcolor;
    transform: translate3d(0px, 0px, 0px);
    padding: 0px 25px 0px 5px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px inset;
}
.btn-amazon .fa{margin-right:15px;}
.amazon-price-big {
    color: #B12704 !important;
    font-size: 17px !important;
    line-height: 1.255 !important;
    font-weight:bold;
}
.amazon-price-small {
    color: #B12704 !important;
}
.amazon-price-or {
    text-decoration: line-through !important;
}
.card-header { 
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid transparent;
}
.card { 
    border: 1px solid transparent; 
}

.detailcontent:last-child {
    border-bottom: none;
}

@media (min-width: 979px) {
    .detailcontent {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.contenttitle h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 130%;
}

.timecontent {
    color: gray;
    margin-bottom: 15px;
}

.qrcode {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #e4e4e4;
}

.codeimg {
    margin-left: 20px;
}

.well .blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 16.25px;
    border-left: 5px solid #ff5e5e;
}

.rfooter p {
    font-size: 13px;
    font-weight: bold;
}

.topic-list ul {
    list-style: none;
}

.rightinfo {
    border-style: solid;
    border-bottom: 3px solid #444444;
}

.detailcontent img.img-fluid {
    margin-top: 15px;
}

a.common-tag {
    font-size: 12px;
    background: none;
    padding: 2px 8px;
    color: #ff5e5e;
    display: inline-block;
    font-weight: normal;
    border: solid 1px #ff5e5e;
    text-align: center;
    transition: all .8s ease-in-out 0s;
    text-transform: uppercase;
    -moz-transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 1.3;
}

.shadowbox {
    height: 200px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin-top: 10px;
}

.form-group .control-label {
    padding-top: 0;
}

.bottombanner {
    width: 50%;
    margin-top: 15px;
}

.pagination-right {
    padding-bottom: 10px;
}

.content-panel img {
    max-width: 100% !important;
    height: auto !important;
}

.content-panel iframe {
    max-width: 100% !important;
}

.banner-list {
    margin-bottom: 15px;
}

#comment-ctrl-panel.media {
    margin-bottom: 15px;
}

#comments-content.entry-content {
    margin-left: 15px;
    margin-right: 15px;
}

.comment-box, #create-comment {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#create-comment {
    display: none;
}

.comment-load-more-panel {
    text-align: center;
}

    .comment-load-more-panel button {
        display: inline-block;
        width: 33%;
    }

#create-comment .comment-content {
    color: #9C9C9C;
    font-size: 16px;
}

.to-create-comment .comment-box {
    display: none;
}

.to-create-reply {
    display: none;
}

.to-create-comment #create-comment {
    display: block;
}



.comment-box .comment-box-frame, #create-comment .comment-box-frame {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: inset 0 0 1px rgba(0,0,0,.05);
    padding: 10px;
    min-height: 28px;
    position: relative;
}

#create-comment .comment-box-frame {
    height: 51px;
    cursor: pointer;
}

.comment-box textarea {
    box-sizing: border-box;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
}

    .comment-box textarea:focus, .comment-box textarea.form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }



.comment-box.focus .comment-box-frame {
    border-color: #167ac6;
    box-shadow: inset 0 0 1px rgba(0,0,0,.1);
}

.comment-box .comment-box-frame {
    display: flex;
}

.comment-box span.upload-img {
    align-self: flex-end;
    display: flex;
    cursor: pointer;
    position: static;
    right: 10px;
    bottom: 10px;
}

.comment-box .fa {
    color: #bbbbbb;
}

.comment-box .fa-trash {
    cursor: pointer;
    font-size: 30px;
    color: #a3a4a8;
    margin-left: 10px;
}

.comment-block {
    border-bottom-color: #d3d3d3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

    .comment-block:last-child {
        border-bottom-color: transparent;
    }

    .comment-block .media, .comment-block .media-body {
        overflow: initial;
    }

    .comment-block .dropdown-menu {
        right: 0;
        left: auto;
    }

.comment-reply-block-all, .comment-reply-block {
    margin-left: 50px;
}

.comment-block .comment-reply-block img {
    width: 36px;
}

.comment-block .media-left img {
    width: 50px !important;
    display: block;
    height: 50px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.media-heading span.username {
    font-size: 18px;
    font-weight: 600;
}

.comment-block .media-body img {
    width: 50%;
}

    .comment-block .media-body img.crown {
        width: 25px;
    }

img.media-object {
    width: 50px;
}

.comment-content .comment-footer a {
    color: rgb(221, 73, 94);
    float: right;
}

.comment-block .dropdown {
    margin: 0;
}

.content-panel .well {
    background-color: transparent;
}

.content-panel {
    font-size: 18px !important;
}

.content-coment-panel {
    background-color: white;
    padding: 15px;
}

@media (max-width: 420px) {
    .well {
        display: none;
    }

    .btn-order-submit .btn-success {
        display: none;
    }
}

@media (max-width: 400px) {
    .comment-content-result {
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        max-width: 210px;
    }
}

.replytype {
    cursor: pointer;
    margin-left: 58px;
}

.reply-more .replytype span:last-child {
    display: none;
}

.reply-less .replytype span:first-child {
    display: none;
}

.reply-more .comment-reply-block-all {
    display: none;
}

.reply-less .comment-reply-block {
    display: none;
}

.replytype .fa {
    color: #eeb404;
    font-size: 20px;
}

.comment-content-result {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}

.owner .username {
    font-weight: bold;
}

.comment-content .media-heading span.time {
    color: #A9A9A9;
    font-size: 12px;
}

[data-commentid] .media-body.comment-editor {
    display: none;
}

.media.editing .media-body.comment-editor {
    display: table-cell;
}

.media.editing .media-body.comment-content {
    display: none;
}

.media.editing .media-right {
    display: none;
}

@media only screen and (max-width: 768px) {
    #create-comment .comment-box-frame {
        height: auto;
    }

    .bottombanner {
        width: 100%;
    }

    .img-fluid {
        width: 100%;
        margin: 0;
    }

    .pnl-title-only-home-mobile {
        height: 44px;
        overflow: hidden;
    }
}
 