/* annual-report : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า annual-report.aspx
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        .img-fluid {
            max-width: 100%;
            height: 50%;
        }

        .annual-wrap {
            min-height: 200px;
            /* background: #e3e6e8; */
            background: #fff;
            box-shadow: 0.2rem 0.2rem 2rem rgb(0 0 0 / 8%);
            margin-bottom: 50px;
            margin-top: 25px;
            overflow: hidden;
            text-align: center;
            /* border: 1px #e9e9e9 solid; */
            padding-top: 10px;
            border-radius: 3px;
        }

        @media (max-width: 768px) {
            .content {
                width: unset !important;
            }
        }

        .content {
            box-shadow: unset !important;
        }

        .a-btn2 {
            padding: 10px 30px 10px 30px;
            position: relative;
            float: left;
            width: 100%;
            display: block;
            overflow: hidden;
            margin-top: 10px;
            color: #ffffff;
            background: rgb(41 41 41);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F44336', endColorstr='#F44336', GradientType=0);
            border-top: 1px #EFF0F2 solid;
        }

        .font_home_irhead6 {
            font-size: 17px !important;
            padding: 20px 27px 0px 25px;
            font-weight: 500;
            text-align: center;
            margin: 0 auto;
            height: 60px;
        }

        a.btt-d1 {
            color: #f7fefb;
        }

        img.img-responsive-annual {
            width: 70%;
            height: 70%;
        }
    