/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.title-and-filter-year-row {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}
.title-and-filter-year-row.underline {
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding-bottom: 15px;
    margin-bottom: 30px !important;
}
.title-row.title-and-filter-year-row>.title-col.this-col-title {
    flex: 1 0 0;
}
.title-row.title-and-filter-year-row>.title-col.this-col-year {
    min-width: 200px;
}

.ir-field-filter-year-row {
    position: relative;
}
.ir-field-filter-year-row.center {
    display: flex;
    justify-content: center;
}
.ir-field-filter-year-row.center .field-form {
    width: auto !important;
	display: inline-block !important;
}
.ir-field-filter-year-group {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}
.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
}
.ir-field-filter-year-group .label-text {
    /* width: 80px; */
    text-align: right;
    margin: 0 !important;
    flex: 1 0 0;   
}
.ir-field-filter-year-group .field.select-field {
    /* width: calc(100% - 80px); */
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
}
.ir-field-filter-year-group .input-text {
    padding-left: 10px !important;
    color: rgba(var(--custom-rgb-color-secondary-2),1) !important;
}
.ir-field-filter-year-group .select-field-dropdown {
    top: 100%;
    left: auto;
    right: 0;
    width: 150px;
}
.ir-field-filter-year-group .field.has-icon > .icon.icon-arrow {
    padding-right: 0 !important;
    height: 35px;
    line-height: 35px;
}

.news-ir-section,
.news-ir-item,
.news-ir-item>.news-ir-row,
.news-ir-item>.news-ir-row>.news-ir-col {
    position: relative;
}

/* inline */
.news-ir-section.inline {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.news-ir-section.inline>.news-ir-item {
    width: 50%;
    padding: 0 10px;
}

.news-ir-item>.news-ir-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    text-align: center;
    color: rgba(var(--custom-rgb-color-secondary-2),1);
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -mos-transition: all 0s ease;
    -mz-transition: all 0s ease;
    -o-transition: all 0s ease;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    display: flex;
    flex-direction: column;
    width: calc(100% - 110px);
    padding-left: 25px;
}

/* date */
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date:before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    border-right: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group {
    position: relative;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 40px;
    line-height: 35px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

/* detail */
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail>.title {
    color: rgba(var(--custom-rgb-color-black),1);
    max-height: 50px;
    overflow: hidden;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail>.cate {
    margin: 5px 0 0 0;
}

/* card */
.news-ir-item.card-format {
    margin-bottom: 20px;
}
.news-ir-item.card-format>.news-ir-row {
    background-color: rgba(var(--custom-rgb-color-white),1);
    border: 1px solid rgba(var(--custom-rgb-color-white),1);
    border-radius: 10px;
    overflow: hidden;
    height: 125px;
}
.news-ir-item.card-format>.news-ir-row:hover {
    border: 1px solid rgba(var(--custom-rgb-color-primary),1);
}
.news-ir-item.card-format>.news-ir-row>.news-ir-col.this-col-date,
.news-ir-item.card-format>.news-ir-row>.news-ir-col.this-col-detail {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-ir-item.card-format>.news-ir-row>.news-ir-col.this-col-date:before {
    height: calc(100% - 40px);
    top: 20px;
}
.news-ir-item.card-format>.news-ir-row>.news-ir-col.this-col-detail {
    padding-top: 25px;
    padding-right: 25px;
}
.news-ir-item.card-format>.news-ir-row:hover>.news-ir-col.this-col-date {
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-primary),1);
}


#ir-pdf-iframe {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding-top: 70%;
    border: 1px solid rgba(var(--custom-rgb-color-gray),1);
    background-color: #535659;
    overflow: hidden;
}
#ir-pdf-iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-section.inline>.news-ir-item>.news-ir-row {
    height: 105px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 30px;
    line-height: 30px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    width: 90px;
    padding: 10px 0 !important;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    width: calc(100% - 90px);
    padding:15px !important;    
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-section.inline>.news-ir-item>.news-ir-row {
    height: 105px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 30px;
    line-height: 30px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    width: 90px;
    padding: 10px 0 !important;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    width: calc(100% - 90px);
    padding:15px !important;    
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-section.inline>.news-ir-item {
    width: 100%;
    margin-bottom: 10px;
}

.news-ir-section.inline>.news-ir-item>.news-ir-row {
    height: 105px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 30px;
    line-height: 30px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    width: 90px;
    padding: 10px 0 !important;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    width: calc(100% - 90px);
    padding:15px !important;    
}

}

/* sm - xs */
@media (max-width: 767.98px) {

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-section.inline>.news-ir-item {
    width: 100%;
    margin-bottom: 10px;
}


}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-item.card-format>.news-ir-row {
    height: 105px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 30px;
    line-height: 30px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    width: 90px;
    padding: 10px 0 !important;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    width: calc(100% - 90px);
    padding:15px !important;    
}

}

/* xs */
@media (max-width: 575.98px) {

.ir-field-filter-year-group .label-text,
.ir-field-filter-year-group .input-text {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- ข่าวสาร ----------------------------- */
/* --------------------------------------------------------------- */

.news-ir-item.card-format>.news-ir-row {
    height: 105px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.date {
    font-size: 30px;
    line-height: 30px;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.month,
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date .date-group>.year {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-date {
    width: 90px;
    padding: 10px 0 !important;
}
.news-ir-item>.news-ir-row>.news-ir-col.this-col-detail {
    width: calc(100% - 90px);
    padding:15px !important;    
}

}

/* xs custom */
@media (max-width: 399.98px) {}