@charset "utf-8";

/* CSS Document */
.showstyle {}

.showstyle a {
    display: block;
    background: url(../images/cms/showstyle.png) no-repeat left top;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 4px 2px 4px 2px;
}

.showstyle a.showline {
    width: 44px;
    background-position: left top;
}

.showstyle a.grid {
    width: 44px;
    background-position: -44px top;
}

.showstyle a.showline:hover,
.showstyle a.showline-action {
    width: 44px;
    background-position: left -40px !important;
}

.showstyle a.grid:hover,
.showstyle a.grid-action {
    width: 44px;
    background-position: -44px -40px !important;
}
#frmTopSearch {
    margin: 0px;
    padding: 0px;
    display: block;
}

#frmTopSearch input[type=text] {
    width: 234px;
    border: 0px solid #F00;
    background: #FFF;
    color: #d0d0d0;
    font-weight: bold;
    padding: 0px 8px 0px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-family: "DBOzone";
    margin: 0px;
    float: left;
}

#frmTopSearch #btntopsearch {
    background: url(../images/cms/btnsearch.png);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    float: right;
}
.showcontentright .bxrelatecontent {}

.showcontentright .bxrelatecontent>ul {
    list-style: none;
}

.showcontentright .bxrelatecontent>ul>li.head {
    height: 63px;
    line-height: 63px;
    font-size: 30px;
    font-weight: normal;
    padding-left: 20px;
    color: #FFF;
    background: #0e0d6a;
}

.showcontentright .bxrelatecontent>ul>li.lilstcontent {
    height: 80px;
    padding: 12px 4px 12px 0px;
    border-bottom: 1px solid #ececec;
}

.bxrcontent {}

.bxrcontent>.bxrimg {
    width: 70px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-top: 8px;
}

.bxrcontent>.bxrcont {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.bxrcontent>.bxrcont>.subject {
    color: #1fa6de;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}

.bxrcontent>.bxrcont>.subject a {
    color: #1fa6de;
}

.bxrcontent>.bxrcont>.detail {
    height: 48px;
    overflow: hidden;
    margin-top: 4px;
}


.showcontentleft .page_nav {
    text-align: center;
    padding: 0px;
}

.showcontentleft .page_nav * {
    font-family: 'DBOzone';
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    border: 1px #FFF solid;
    padding: 10px 18px;
    margin-left: 0px;
    border-radius: 0px;
    line-height: 34px;
    background: #088bcb;
}

.showcontentleft .page_nav .active {
    color: #ffffff;
    background-color: #0e0d6a;
    border: 1px #FFF solid;
}

.showcontentleft .borderbtt {
    border-bottom: 1px solid #e3e3e3;
}

.showcontentleft>.bxlistcontent {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.showcontentleft>.bxlistcontent .iconfile {
    float: left;
    width: 40px;
    height: 60px;
}

.showcontentleft>.bxlistcontent .bximages {
    width: 215px;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
}

.showcontentleft>.bxlistcontent .bximages .textover {
    opacity: 0;
    background: url(../images/cms/thumbnail-over.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showcontentleft>.bxlistcontent .bximages:hover .textover {
    opacity: 0.6;
}

.showcontentleft>.bxlistcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bximages .iconupdate {
    position: absolute;
    background: url(../images/cms/update.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bximages .iconhot {
    position: absolute;
    background: url(../images/cms/hot.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxlistcontent .bxcontent {
    width: 100%;
}

.showcontentleft>.bxlistcontent .bxcontent>.subject {
    color: #0e0d6a;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.showcontentleft>.bxlistcontent .bxcontent>.subject a {
    color: #0e0d6a;
}

.showcontentleft>.bxlistcontent .bxcontent>.detail {
    max-height: 55px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
}

.bml10px {
    margin-left: 10px;
}

.bmt5px {
    margin-top: 5px;
}

.bmt25px {
    margin-top: 25px;
}

.bxlistdate {
    width: 54px;
    height: 54px;
    background: #0e0d6a;
    color: #eef8fc;
    text-align: center;
    display: block;
}

.bxlistdate>p.day {
    font-size: 12px;
    height: 16px;
    padding-top: 4px;
}

.bxlistdate>p.month {
    font-size: 12px;
}

.bxlistdate>p.year {
    font-size: 12px;
}

.bxlistview {
    width: 54px;
    height: 44px;
    padding-top: 10px;
    background: #0e0d6a;
    color: #eef8fc;
    text-align: center;
    display: block;
}

.bxlistview>p.count {
    font-size: 16px;
    height: 16px;
}

.bxlistview>p.txt {
    font-size: 12px;
}

.showcontentleft>.bxgridcontent {
    height: 265px;
    width: 325px;
    float: left;
}

.showcontentleft>.bxgridcontent .bximages {
    width: 240px;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.showcontentleft>.bxgridcontent .bximages .textover {
    opacity: 0;
    background: url(../images/cms/thumbnail-over.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showcontentleft>.bxgridcontent .bximages:hover .textover {
    opacity: 0.6;
}

.showcontentleft>.bxgridcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxgridcontent .bxcontent {
    width: 300px;
    margin-left: 0px;
}

.showcontentleft>.bxgridcontent .bxcontent>.subject {
    height: 36px;
    line-height: 36px;
    color: #0e0d6a;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
}

.showcontentleft>.bxgridcontent .bxcontent>.subject a {
    color: #0e0d6a;
}

.showcontentleft>.bxgridcontent .bxcontent>.detail {
    height: 37px;
    overflow: hidden;
    font-size: 14px;
}

.searchCategory {
    display: none;
}

.file_tt .rowdata td {
    background: none;
}


.file_tt .rowdata:hover td {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.33);
}
.file_tt .countdownload,
.download_desc a{
    color: #A4A4A4;
    font-size: 16px;
}

p.md.th-sarabun.text2line {
    color: #000;
}
.card.download-card:hover {
    background-color: #0A2471;
}
a.p.sm.p-1.th-sarabun,p.sm.th-sarabun.text-13, a.p.sm._blank.th-sarabun, i.fas.fa-download.fa-1x {
    color: #9F9F9F;
}

.card.download-card:hover>* p.md.th-sarabun.text2line, .card.download-card:hover>* p.sm,.card.download-card:hover>* .p.sm, .card.download-card:hover>* i.fas.fa-download.fa-1x, .card.download-card:hover>* .downloadicon_pdftype::before, .card.download-card:hover>* .downloadicon_ziptype::before, .card.download-card:hover>* .downloadicon_pptxtype::before, .card.download-card:hover>* .downloadicon_linktype::before {
    color: #fff !important;
}


@media only screen and (max-width:1199px) {
    .showcontentleft>.bxgridcontent{
        height: 250px;
    }
    .showcontentleft>.bxgridcontent .bximages {
        width: 77%;
    }
    .showcontentleft>.bxgridcontent .bxcontent>.subject{
        font-size: 16px;
    }
    .showcontentright .bxgroup>ul>li.head{
        padding: 10px 15px;
        font-size: 16px;
    }
    .showcontentright .bxgroup>ul>li a{
        font-size: 12px;
    }
    .showcontentleft>.bxlistcontent .bximages {
        width: 250px;
        height: 150px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 265px;
    }
    .showcontentleft>.bxlistcontent .bxcontent>.subject{
        line-height: inherit;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .showcontentleft>.bxgridcontent .bximages {
        width: 175px;
        height: 125px;
    }
    .showcontentleft>.bxgridcontent .bxcontent>.detail{
        font-size: 12px;
    }
    .showcontentleft>.bxgridcontent {
        height: 210px;
    }
    .showcontentleft>.bxlistcontent .bximages {
        width: 200px;
        height: 130px;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        padding-left: 215px;
    }
}

@media only screen and (max-width:960px) {
    .mobi_hides {
        display: block;
    }
    .mobi_group_ {
        display: none;
    }
    .showcontentleft{
        width: 100%;
    }
    .searchCategory{
        display: block;
    }
}
@media only screen and (max-width: 490px) {
    .searchCategory {
        display: none;
    }
    a.rss_icon {
        display: none;
    }
    .topSearch {
        margin: 4px 4px 4px 2px;
    }
    #frmTopSearch {
        margin: 0px;
        padding: 0px;
        display: block;
    }
    #frmTopSearch input[type=text] {
        width: 140px;
        border: 0px solid #F00;
        background: #FFF;
        color: #d0d0d0;
        font-weight: bold;
        padding: 0px 8px 0px 8px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        font-family: "DBOzone";
        margin: 0px;
        float: left;
    }
    #frmTopSearch #btntopsearch {
        background: url(../images/cms/btnsearch.png);
        border: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        float: right;
    }
    .innercontainer {
        background: none;
    }
    .innercontainer>.linehead {
        border: 0px solid #F00;
    }
    .showcontent {}
    .mobi_group {
        height: 46px;
        width: 472px;
        background: #0e0d6a url(../images/cms/mobi-dropdown.png) no-repeat;
        background-position: right;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        color: #FFF;
    }
    .showcontentleft>.bxlistcontent {
        width: 450px;
    }
    .showcontentleft>.bxlistcontent .bximages {
        width: 450px;
        height: 317px;
        overflow: hidden;
        float: none;
        position: relative;
    }
    .showcontentleft>.bxlistcontent .bximages img {
        width: 450px;
    }
    .showcontentleft>.bxlistcontent .bximages .textover {
        opacity: 0;
        background: url(../images/cms/thumbnail-over-mobi.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .showcontentleft>.bxlistcontent .bximages:hover .textover {
        opacity: 0.6;
    }
    .showcontentleft>.bxlistcontent .bximages .iconnew {
        position: absolute;
        background: url(../images/cms/icon-new.png) no-repeat;
        width: 48px;
        height: 21px;
        left: 0;
        top: 0;
    }
    .showcontentleft>.bxlistcontent .bxcontent {
        width: 450px;
        float: none;
        margin-left: 0px;
    }
    .showcontentleft>.bxlistcontent .bxcontent>.subject {
        height: 36px;
        color: #0e0d6a;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
    }
    .showcontentleft>.bxlistcontent .bxcontent>.subject a {
        color: #0e0d6a;
    }
    .showcontentleft>.bxlistcontent .bxcontent>.detail {
        height: 70px;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .showcontentright {
        margin-left: 0px;
        width: 450px;
    }
}

@media only screen and (max-width: 360px) {
    .showcontentright {
        margin-left: 0px;
        width: 320px;
    }
    .mobi_hides_280 {
        display: none;
    }
    .innercontainer>.linehead {
        border: 0px solid #F00;
    }
}

@media only screen and (max-width: 320px) {
    .showcontentright {
        margin-left: 0px;
        width: 300px;
    }
    .mobi_hides_280 {
        display: none;
    }
    .innercontainer>.linehead {
        border: 0px solid #F00;
    }
}

@media only screen and (max-width: 280px) {
    .showcontentleft {
        float: none;
        width: 260px;
    }
    .showcontentright {
        margin-left: 0px;
        width: 260px;
    }
    .mobi_hides_280 {
        display: none;
    }
    .innercontainer>.linehead {
        height: 135px;
        border: 0px solid #F00;
    }
}