@charset "utf-8";
/* CSS Document */
section {
   line-height: 1.8;
}
.row {
   line-height: 1.8;
}
img.img-responsive {
   display: block !important;
}
.head_txt.gd_yellow {
   background: #008B9C;
   /*background-image: linear-gradient(180deg, #d5b560 35%, #f9f4a2);*/
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.head_txt {
   font-size: 1.7rem;
   font-weight: 600;
   padding: 10px 0 0 0;
   margin: 10px 0 0 0;
}
hr.decor {
   border: none;
   background: url(https://www.boi.go.th/upload/newpage/Rama10/hr-line.png) no-repeat;
   height: 30px;
   background-size: 20%;
   margin: 0 0 0 0;
}
.text1 {
   font-size: 18px;
   text-align: justify
}
/*----------------------------------------------------------------------*/
.decor-img {
   /*border: 1px solid #008B9C;*/
   padding: 0;
   margin: 0;
   position: relative;
   text-align: center;
}
/*figcaption */
.decor-img figure figcaption {
   font-size: 14px;
   text-align: center;
}
.decor-img figure img {
   object-fit: cover;
   box-shadow: 0 0 1rem #00000010;
   text-align: center;
}
@media only screen and (min-width: 700px) {
   .decor-img figure {
      margin: 8px;
      text-align: center;
   }
   html body article figure.editorial-image-right {
      float: right;
      margin-right: 1rem;
      text-align: center;
   }
   html body article figure.editorial-image-left {
      float: left;
      margin-left: 1rem;
      text-align: center;
   }

}
@media only screen and (max-width: 700px) {
    img.img-responsive {
    display: block!important;
     width: auto;
}
}
/*-----------------------------------*/
/*ofsted-excerpt__quote*/
.ofsted-excerpt {
   border-bottom: 2px solid #fcb54d;
   border-top: 2px solid #fcb54d;
   color: #042e6f;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 15px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0;
   overflow: hidden;
   padding-top: 1em;
   padding-right: 0px;
   padding-bottom: 0em;
   padding-left: 0px;
}
.ofsted-excerpt p {
   float: left;
   font-size: 1.2em;
   line-height: 1.5em;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 15px;
   margin-left: 0px;
}
.ofsted-excerpt cite {
   float: right;
   font-style: normal;
   font-weight: bold;
   margin-top: 1.5em;
}
.ofsted-excerpt cite a {
   color: #042e6f;
   text-decoration: none;
}
.ofsted-excerpt__quote {
   float: left;
   font-style: normal;
   font-weight: bold;
   line-height: 0.8em;
   margin-left: -0.05em;
   max-height: 0.4em;
}
.ofsted-excerpt__brand {
   float: right;
   margin-left: 1em;
   max-width: 60px;
}