.stock_new .postbody{width: 100% !important;    padding: 16px 16px 2em;    border-radius: 4px;box-sizing: border-box;}
.stock_new .col-left,.stock_new.col-right {
    display: inline-flex;
}
.stock_new .col-right{
    float: right;
}
.stock_new .col-right img{height:22px; }
.stock_new .col-left{
font-weight: 600;
font-size: 16px;
}
.stock_new .news_type {
    border-bottom: 1px solid #EAEAEA;
    padding: 16px 0;
}
.post.stock_new .post-comment-no{
    font-weight: 600;
    font-size: 18px;
    padding: 16px 0;
}

.stock_new .content p.text-gray{
    font-family: Thonburi;
font-weight: 400;
font-size: 18px;
color : #555555;
margin-bottom: 2em !important;
}
.stock_new .button_download{ 
    border-radius: 4px;
    border: 1px solid #DADADA;
    color: #272522;
    padding: 2px 0.5em;
}
.stock_new .comment-post {
    display: block;
    text-align: right;    
}
.stock_new .comment-post .btn-comment{
    padding: 2px 4px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    margin-right: 0;
    background-image: none;
}

.stock_new #download_file img {
    width: 1.3em;
    margin-right: 0.5em;
}
.section-viewtopic .post.stock_new{
        padding: 5px 0px !important;
}
.post.stock_new .postbody .content{padding: 0.8em 0 2em;}
.group_stocknews {
    padding: 0 0 0 2em;
    border-left: 18px solid #DEE5E1;
    margin-bottom: 3em;
}
@media screen and (max-width: 768px) {

    html.android-device .content [class*="info-new_"] {

        width: 100%;
        max-width: 100%;
        overflow: hidden;

        position: relative;

        box-sizing: border-box;
    }

    html.android-device .content .pdf_render {

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        display: block;

        border: 0;

        overflow: hidden;

        box-sizing: border-box;
    }

    html.android-device .content iframe.pdf_render {

        overflow: hidden;
    }
}
.post.stock_new .content {
    overflow-x: hidden !important;
}

/* คุม Iframe ให้กว้างพอดีและตัด scrollbar ส่วนเกินที่ตัว Iframe เผื่อไว้ */
iframe.pdf_render {
    max-width: 100% !important;
    display: block;
    border: none;
    overflow: hidden !important; /* ซ่อน scrollbar ขยะที่เกิดจากการคำนวณพลาด */
}

.pdf_thaivibot_loading {
  /*position: relative;*/
      top: 25%;
    /*left: 45%;*/
        align-content: center;
    display: inline-block;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #7FB036; /* Green */
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}